Chapter setup.

This commit is contained in:
andyeisenberg
2025-12-28 17:59:07 +00:00
parent 5602f92eb7
commit ac8b2f304d
7 changed files with 74 additions and 5 deletions
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter xml:id="ch-chapter-title" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Chapter Title</title>
<chapter xml:id="ch-Probability" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Probability Theory</title>
<introduction>
<p> Text before the first section. </p>
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter xml:id="ch-Random-Variables" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Random Variables</title>
<introduction>
<p> Text before the first section. </p>
</introduction>
<!-- include sections -->
<!-- <xi:include href="sec-section-name.ptx" /> -->
</chapter>
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter xml:id="ch-Expected-Value" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Expected Value and Variance</title>
<introduction>
<p> Text before the first section. </p>
</introduction>
<!-- include sections -->
<!-- <xi:include href="sec-section-name.ptx" /> -->
</chapter>
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter xml:id="ch-Confidence-Intervals" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Confidence Intervals</title>
<introduction>
<p> Text before the first section. </p>
</introduction>
<!-- include sections -->
<!-- <xi:include href="sec-section-name.ptx" /> -->
</chapter>
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter xml:id="ch-Hypothesis-Testing" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Hypothesis Testing</title>
<introduction>
<p> Text before the first section. </p>
</introduction>
<!-- include sections -->
<!-- <xi:include href="sec-section-name.ptx" /> -->
</chapter>
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter xml:id="ch-Linear-Regression" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Linear Regression</title>
<introduction>
<p> Text before the first section. </p>
</introduction>
<!-- include sections -->
<!-- <xi:include href="sec-section-name.ptx" /> -->
</chapter>
+7 -3
View File
@@ -5,14 +5,18 @@
<xi:include href="./docinfo.ptx" />
<book xml:id="my-great-book">
<title>Andy's Book</title>
<subtitle>An example to get you started</subtitle>
<title>Math 1044 Notes</title>
<!-- Include frontmatter -->
<xi:include href="./frontmatter.ptx" />
<!-- Include chapters -->
<xi:include href="./ch-chapter-title.ptx" />
<xi:include href="./ch-1-Probability.ptx" />
<xi:include href="./ch-2-Random-Variables.ptx" />
<xi:include href="./ch-3-Expected-Value.ptx" />
<xi:include href="./ch-4-Confidence-Intervals.ptx" />
<xi:include href="./ch-5-Hypothesis-Testing.ptx" />
<xi:include href="./ch-6-Linear-Regression.ptx" />
<!-- Include backmatter -->