28 lines
855 B
XML
28 lines
855 B
XML
<?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>Math 1044 Notes</title>
|
|
|
|
<!-- Include frontmatter -->
|
|
<xi:include href="./frontmatter.ptx" />
|
|
|
|
<!-- Include chapters -->
|
|
<xi:include href="./ch-Introduction.ptx" />
|
|
<xi:include href="./ch-Probability.ptx" />
|
|
<xi:include href="./ch-Random-Variables.ptx" />
|
|
<xi:include href="./ch-Expected-Value.ptx" />
|
|
<xi:include href="./ch-Confidence-Intervals.ptx" />
|
|
<xi:include href="./ch-Hypothesis-Testing.ptx" />
|
|
<xi:include href="./ch-Linear-Regression.ptx" />
|
|
|
|
|
|
<!-- Include backmatter -->
|
|
<xi:include href="./backmatter.ptx" />
|
|
|
|
</book>
|
|
</pretext>
|