summaryrefslogtreecommitdiffstats
path: root/bin/xmlformat-fdp.conf
blob: 014b6f907df7bdbea2e1407d1caa3b8ac2a2b9b5 (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
# 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...)
#
# ChangeLog:
# * Jun 26 2005 Paul W. Frields <stickster@gmail.com>
# - Initial version.
#

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

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

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

revremark
  normalize = yes


article book
  element-break = 2

section
  entry-break = 1
  normalize = yes

# "Normalize" means make smart whitespace decisions
para simpara example important note warning caution itemizedlist variablelist varlistentry
  normalize = yes

title titleabbrev
  entry-break = 0
  exit-break = 0
  normalize = yes

emphasis literal abbrev
  format = inline

trademark
  format = inline

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

command application filename option userinput computeroutput replaceable
  format = inline

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

indexterm
  format = inline
  normalize = no

primary secondary
  format = block
  entry-break = 1
  exit-break = 1

varlistentry
  element-break = 1

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

wordasword systemitem citetitle footnote email
  format = inline

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