File: 53

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 (34 lines) | stat: -rw-r--r-- 488 bytes parent folder | download | duplicates (6)
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
<?sdop numbertitles="yes,yes"?>
<?sdop toc_sections="no"?>

<preface>
<title>First Preface</title>
<para>
This is the first preface.
</para>
</preface>

<?sdop toc_sections="yes"?>
<preface>
<title>Second Preface</title>
<para>
This is the second preface.
</para>
</preface>

<?sdop toc_sections="yes, yes"?>
<chapter>
<title>First Chapter</title>
<para>
This is the first chapter.
</para>

<section>
<title>First Section</title>
<para>
This is a section.
</para>
</section>

</chapter>