File: 28

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 (43 lines) | stat: -rw-r--r-- 705 bytes parent folder | download | duplicates (7)
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<?sdop toc_sections="no"
  head_length="24"
  head_centre_recto="[&arabicpage;]"
  head_centre_verso="[&arabicpage;]"  
?>

<book>

<chapter>
<title>First chapter</title>
<para>
This is some text.
</para>
</chapter>

<?sdop chapter_skip_head="yes"?>

<chapter>
<title>Second chapter</title>
<para>
This is some text.
</para>
</chapter>

<chapter>
<title>Third chapter</title>
<para>
This is some text.
</para>
</chapter>

<?sdop chapter_skip_head="no"?>

<chapter>
<title>Fourth chapter</title>
<para>
This is some text.
</para>
</chapter>
</book>