Setting up some sections.

This commit is contained in:
andyeisenberg
2025-12-28 18:52:12 +00:00
parent ac8b2f304d
commit 998374af65
13 changed files with 53 additions and 13 deletions
@@ -8,6 +8,6 @@
</introduction>
<!-- include sections -->
<!-- <xi:include href="sec-section-name.ptx" /> -->
<xi:include href="sec-Central-Limit-Theorem.ptx" />
</chapter>
@@ -8,6 +8,6 @@
</introduction>
<!-- include sections -->
<!-- <xi:include href="sec-section-name.ptx" /> -->
<xi:include href="sec-Expected-Value.ptx" />
</chapter>
@@ -8,6 +8,6 @@
</introduction>
<!-- include sections -->
<!-- <xi:include href="sec-section-name.ptx" /> -->
<xi:include href="sec-One-Sample-Tests.ptx" />
</chapter>
@@ -8,6 +8,6 @@
</introduction>
<!-- include sections -->
<!-- <xi:include href="sec-section-name.ptx" /> -->
<xi:include href="sec-Covariance.ptx" />
</chapter>
@@ -8,6 +8,6 @@
</introduction>
<!-- include sections -->
<xi:include href="sec-section-name.ptx" />
<xi:include href="sec-Set-Theory.ptx" />
</chapter>
@@ -8,6 +8,6 @@
</introduction>
<!-- include sections -->
<!-- <xi:include href="sec-section-name.ptx" /> -->
<xi:include href="sec-Discrete-Random-Variables.ptx" />
</chapter>
+6 -6
View File
@@ -11,12 +11,12 @@
<xi:include href="./frontmatter.ptx" />
<!-- Include chapters -->
<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" />
<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 -->
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<section xml:id="sec-Central-Limit-Theorem" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Section Title</title>
<p> Text of section. </p>
</section>
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<section xml:id="sec-section-name" xmlns:xi="http://www.w3.org/2001/XInclude">
<section xml:id="sec-Covariance" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Section Title</title>
<p> Text of section. </p>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<section xml:id="sec-Discrete-Random-Variables" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Section Title</title>
<p> Text of section. </p>
</section>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<section xml:id="sec-Expected-Value" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Section Title</title>
<p> Text of section. </p>
</section>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<section xml:id="sec-One-Sample-Tests" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Section Title</title>
<p> Text of section. </p>
</section>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<section xml:id="sec-Set-Theory" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Section Title</title>
<p> Text of section. </p>
</section>