File: 59

package info (click to toggle)
sdop 1.10-3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,404 kB
  • sloc: ansic: 21,477; xml: 8,536; sh: 265; perl: 199; makefile: 142
file content (124 lines) | stat: -rw-r--r-- 2,397 bytes parent folder | download | duplicates (5)
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
<orderedlist numeration="arabic">
<listitem>
<para>
<emphasis>The first paragraph, in italic, number in roman.</emphasis>
</para>
</listitem>
<listitem>
<para>
The second paragraph in roman, number in roman.
</para>
</listitem>
<listitem>
<para>
<emphasis role="ZapfDingbats">ABCDE</emphasis> the third paragraph starts with 
an exotic font. 
</para>
</listitem>
</orderedlist>

<?sdop olist_font="italic"?>
<orderedlist numeration="arabic">
<listitem>
<para>
<emphasis>The first paragraph in italic, number in italic.</emphasis>
</para>
</listitem>
<listitem>
<para>
The second paragraph in roman, number in italic.
</para>
</listitem>
</orderedlist>

<?sdop olist_tag_style="bold"
       olist_tag_format="%s."
       olist_format="%s."
?>        
<orderedlist numeration="arabic">
<listitem>
<para>
<emphasis>The first paragraph, in italic, number in bold.</emphasis>
</para>
</listitem>
<listitem>
<para>
The second paragraph in roman, number in bold.
</para>
</listitem>
<listitem>
<para>
<emphasis role="ZapfDingbats">ABCDE</emphasis> the third paragraph starts with 
an exotic font. 
</para>
</listitem>
</orderedlist>


<itemizedlist mark="U+0065">
<listitem>
<para>
<emphasis>The first paragraph in italic, roman lettered.</emphasis>
</para>
</listitem>
<listitem>
<para>
The second paragraph in roman, roman lettered.
</para>
</listitem>
</itemizedlist>

<?sdop ilist_font="bold"?>
<itemizedlist mark="U+0065">
<listitem>
<para>
<emphasis>The first paragraph in italic, bold lettered.</emphasis>
</para>
</listitem>
<listitem>
<para>
The second paragraph in roman, bold lettered.
</para>
</listitem>
<listitem>
<para>
<emphasis role="ZapfDingbats">ABCDE</emphasis> the third paragraph starts with 
an exotic font. 
</para>
</listitem>
</itemizedlist>

<para>
This is a paragraph with a footnote.
<footnote>
<para>
<emphasis role="rgb=1,0,0">This is the text of the footnote, in red.</emphasis>
</para>
</footnote>
This is more of the original paragraph.
</para>

<para>
This is a second paragraph with a footnote.
<footnote>
<para>
<emphasis role="rgb=1,0,0">This is the text of the footnote, in red.</emphasis>
</para>
</footnote>
This is more of the original paragraph.
</para>

<itemizedlist mark="U+2666">
<listitem>
<para>
<emphasis>The first paragraph in italic.</emphasis>
</para>
</listitem>
<listitem>
<para>
The second paragraph in roman.
</para>
</listitem>
</itemizedlist>