summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/asciidoc/tests/data/lang-nl-test.txt
blob: 7e6e823fa814e2c26c4125abca7f101ab9ed9c17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
// Test for lang-nl.conf language file.
:lang: nl

= Languages Test
:revnumber: v1.0
:revdate:   2003-12-21

ifdef::doctype-article[]
== Samenvatting
Bijzonder 'abstract' sectie.

endif::doctype-article[]


ifdef::doctype-book[]
== Opdracht
Bijzonder 'dedication' sectie.


== Voorwoord
Bijzonder 'preface' sectie.


== Colofon
Bijzonder 'colophon' sectie.

endif::doctype-book[]


== Het Eerste Hoofdstuk
=== Vermaningen
Vertaal ze niet in the broncode -- ze worden vanzelf vertaald in het
output bestand

NOTE: Lorum ipsum.

TIP: Lorum ipsum.

WARNING: Lorum ipsum.

CAUTION: Lorum ipsum.

IMPORTANT: Lorum ipsum.

.Tiger
image::../../images/tiger.png[Tiger image]

Gevolgd door een voorbeeld tabel:

.Table
[width="60%",options="header"]
|==============================================
| Optie           | Beschrijving
| -a 'USER GROUP' | Voeg 'USER' toe aan 'GROUP'.
| -R 'GROUP'      | Schakel toegang uit tot 'GROUP'.
|==============================================

En nu iets totaal anders: ((apen)), leeuwen en tijgers.


== Bijlage A: Voorbeeld Bijlage
Bijzonder 'appendix' sectie.


== Literatuurlijst
Bijzonder 'bibliography' sectie.

[bibliography]
- [[[taoup]]] Eric Steven Raymond. 'The Art of Unix
  Programming'. Addison-Wesley. ISBN 0-13-142901-9.
- [[[walsh-muellner]]] Norman Walsh & Leonard Muellner.
  'DocBook - The Definitive Guide'. O'Reilly & Associates. 1999.
  ISBN 1-56592-580-7.


== Woordenlijst
Bijzonder 'glossary' sectie.

[glossary]
Een woordenlijst term::
  De bijhorende (ingesprongen) definitie.

Een tweede term::
  De bijhorende (ingesprongen) definitie.


ifdef::basebackend-docbook[]
== Register
////////////////////////////////////////////////////////////////
Bijzonder 'index' sectie.
Het register wordt normaal leeg gehouden, de inhoud wordt
automatisch gegenereerd door de DocBook hulpmiddelen.
////////////////////////////////////////////////////////////////
endif::basebackend-docbook[]