-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1b41c5c
commit c4ad87d
Showing
3 changed files
with
88 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<book xmlns="http://docbook.org/ns/docbook" version="5.1"> | ||
<info> | ||
<title>My First Book</title> | ||
<author> | ||
<personname> | ||
<firstname>Sign</firstname> | ||
<surname>Bit</surname> | ||
</personname> | ||
</author> | ||
<copyright> | ||
<year>2020</year> | ||
<holder>Sign Bit</holder> | ||
</copyright> | ||
<revhistory> | ||
<revision> | ||
<revnumber>0.1</revnumber> | ||
<date>2020-04-07</date> | ||
<authorinitials>sb</authorinitials> | ||
<revremark>First draft</revremark> | ||
</revision> | ||
</revhistory> | ||
</info> | ||
<preface> | ||
<title>Foreword</title> | ||
</preface> | ||
<!-- begin include: chapter1.samx --> | ||
<chapter> | ||
<title>My First Chapter</title> | ||
<para>Introductory paragraph, terminated with.</para> | ||
<section> | ||
<title>First Section</title> | ||
<para>More paragraphs</para> | ||
</section> | ||
</chapter> | ||
<!-- end include: chapter1.samx --> | ||
<!-- begin include: chapter2.samx --> | ||
<chapter> | ||
<title>My Second Chapter</title> | ||
<para>Introductory paragraph</para> | ||
<section> | ||
<title>First Section</title> | ||
<para>More paragraphs indeed</para> | ||
</section> | ||
</chapter> | ||
<!-- end include: chapter2.samx --> | ||
</book> |