47 lines
1.1 KiB
XML
47 lines
1.1 KiB
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>
|
|
-->
|
|
<appendix>
|
|
<title><m>\Phi(z)</m> Table</title>
|
|
|
|
<xi:include href="./app-Phi-table.ptx" />
|
|
</appendix>
|
|
|
|
<appendix>
|
|
<title><m>\chi^2</m> Critical Values Table</title>
|
|
|
|
<xi:include href="./app-Chi-squared-table.ptx" />
|
|
</appendix>
|
|
|
|
<colophon>
|
|
<p>
|
|
This book was authored in <pretext />.
|
|
</p>
|
|
</colophon>
|
|
</backmatter> |