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
+23
View File
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This file contains all of the "backmatter" material -->
<!-- In comments, we show examples of how to have hints to divisional -->
<!-- excercies appear in a section, and then their -->
<!-- solutions in the next. Then there is an appendix -->
<!-- with all notation generated, and finally the index. -->
<backmatter xmlns:xi="http://www.w3.org/2001/XInclude" xml:id="backmatter">
<title>Backmatter</title>
<!-- <solutions divisional="hint"> <title>Selected Hints</title> </solutions> -->
<!-- <solutions divisional="solution"> <title>Selected Solutions</title> </solutions> -->
<!-- <appendix> <title>List of Symbols</title> <notation-list/> </appendix> -->
<!-- <index> <title>Index</title> <index-list/> </index> -->
<colophon>
<p> This book was authored in <pretext />. </p>
</colophon>
</backmatter>