File: 34

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 (68 lines) | stat: -rw-r--r-- 1,206 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
<?sdop scale_typesize_base="26"
       ilist_indent="50,50,0"
       olist_indent="50,50,0"
       toc_sections="no" 
?>

<chapter><title>Chapter title</title>

<para>
The quick brown fox.
<emphasis role="ZapfDingbats/9">!abcd!</emphasis>
</para>


<itemizedlist>
<listitem>
<para>
This is a paragraph in an identified list.
</para>
<literallayout>
  The <emphasis role="bold">quick</emphasis> brown
  fox jumps <emphasis>over</emphasis>
  the lazy.
</literallayout>
<para>
Back from the display.     
</para>
</listitem>
</itemizedlist>

<orderedlist numeration="arabic">
<listitem>
<para>
First item in an ordered list.
</para>
</listitem>
</orderedlist>


<?sdop font_ilist_tag="14,0,serif,bold"
       font_olist_tag="14,0,sanserif,roman"?>

<itemizedlist>
<listitem>
<para>
This is a paragraph in an identified list. The tag font size was specified as 
14.
</para>
<literallayout>
  The <emphasis role="bold">quick</emphasis> brown
  fox jumps <emphasis>over</emphasis>
  the lazy.
</literallayout>
<para>
Back from the display.     
</para>
</listitem>
</itemizedlist>

<orderedlist numeration="arabic">
<listitem>
<para>
First item in an ordered list.
</para>
</listitem>
</orderedlist>

</chapter>