Started a PreTeXt book.

This commit is contained in:
andyeisenberg
2025-12-28 16:44:30 +00:00
parent a6bd475da4
commit 5602f92eb7
12 changed files with 664 additions and 18 deletions
+22
View File
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<pretext xml:lang="en-US" xmlns:xi="http://www.w3.org/2001/XInclude">
<!-- we first include a file which contains the docinfo element: -->
<xi:include href="./docinfo.ptx" />
<book xml:id="my-great-book">
<title>Andy's Book</title>
<subtitle>An example to get you started</subtitle>
<!-- Include frontmatter -->
<xi:include href="./frontmatter.ptx" />
<!-- Include chapters -->
<xi:include href="./ch-chapter-title.ptx" />
<!-- Include backmatter -->
<xi:include href="./backmatter.ptx" />
</book>
</pretext>