24 lines
873 B
XML
24 lines
873 B
XML
<?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>
|
|
|