summaryrefslogtreecommitdiff
path: root/manual/xmlformat/xmlformat-ardour.conf
blob: 523eae7ae0c0a3b6964629bbd3360ad97990b6a7 (plain)
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
# Comments are treated as CDATA and not touched.  It's best to set
# them out from other text if possible.  A doublespace is nice but
# code is still code, so it's not really that important. (Down, inner
# stickler...)
#

*DEFAULT
  format = block
  entry-break = 1
  element-break = 1
  exit-break = 1
  subindent = 2
  normalize = no
  wrap-length = 76

*DOCUMENT
  format = block
  wrap-length = 256
  element-break = 2

article book
  element-break = 2

articleinfo bookinfo
  normalize = yes

year holder
  entry-break = 0
  exit-break = 0
  normalize = yes

firstname surname othername
  entry-break = 0
  exit-break = 0
  normalize = yes
  
revnumber date authorinitials
  entry-break = 0
  exit-break = 0
  normalize = yes

revremark
  normalize = yes

row listitem
  entry-break = 1
  exit-break = 1
  normalize = yes

tbody
  element-break = 2
section chapter glossary appendix
  entry-break = 1
  exit-break = 1
  normalize = yes

# "Normalize" means make smart whitespace decisions
para simpara example important note warning caution itemizedlist variablelist varlistentry entry quote figure glossdiv glossentry 
  entry-break = 1
  exit-break = 1
  normalize = yes

title titleabbrev
  format = inline
  normalize = yes

table
  entry-break = 1
  exit-break = 1
  normalize = yes

emphasis literal abbrev
  format = inline

trademark
  format = inline

# Do not fubar <screen> or <programlisting>
screen programlisting
  format = verbatim

# <entry> is special because a linebreak has meaning, best leave the
# decisions up to the experts
#entry
#  format = verbatim

command application filename option userinput computeroutput replaceable glossterm
  format = inline

# The <primary> and <secondary> subelements of <indexterm> are still block
firstterm
  format = inline
  normalize = yes

indexterm
  format = block
  normalize = no

primary secondary
#  format = inline
  entry-break = 0
  exit-break = 0
  normalize = yes

varlistentry
  element-break = 1

term
  entry-break = 0
  exit-break = 0
 
menuchoice guilabel guimenu guisubmenu guimenuitem guibutton keycap keycombo mousebutton
  format = inline

wordasword systemitem citetitle footnote email
  format = inline

acronym
  format = inline

# Make <ulink> and <xref> less goofy in their use of whitespace
ulink xref link
  format = inline

# Cover OMF files
creator description format identifier language maintainer omf relation subject type
  format = block
  normalize = yes
  entry-break = 1
  exit-break = 1

# Cover rpm-info files
details rights version
  format = block
  entry-break = 0
  exit-break = 0
  normalize = yes