Added introduction.

This commit is contained in:
2026-01-11 13:23:04 -05:00
parent 2b901c90a6
commit 3dc572bc2c
3 changed files with 19 additions and 0 deletions
+1
View File
@@ -67,6 +67,7 @@
<!-- For use with a book organized by part, you can set the -->
<!-- @part-structure to "decorative" or "structural" -->
<!--<divisions part-structure="decorative" chapter-start="0" level="2"/>-->
<divisions chapter-start="0" />
<!-- The next elements say how the levels deep to break up the -->
<!-- numbering of the respective elements. Can't be more than the -->
+17
View File
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter xml:id="ch-Introduction" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Introduction</title>
<section xml:id="sec-Introduction">
<title>Introduction</title>
<p>
These notes are compiled from a collection of course materials from previous iterations of Math 1044.
I've also been learning <pretext /> as I've been going.
You should consider these notes to be very much a work in progress, and be aware of the possibility of typos or errors.
</p>
</section>
</chapter>
+1
View File
@@ -11,6 +11,7 @@
<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" />