74 lines
2.2 KiB
XML
74 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- This is the main course file for ... . It is used to generate all the public facing course materials so those can be hosted online. -->
|
|
<pretext xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<!-- Include common macros etc: -->
|
|
<xi:include href="./docinfo.ptx" />
|
|
<!-- By creating a PreTeXt "book" for the course, we can split components into "chapters" -->
|
|
<book>
|
|
<title>Course Name (change me)</title>
|
|
|
|
<subtitle>MATH xxx Semester 20xx</subtitle>
|
|
|
|
<!-- Optional: include frontmatter with author info and date -->
|
|
<xi:include href="./frontmatter.ptx" />
|
|
|
|
<chapter xml:id="course-documents">
|
|
<title>Course Documents</title>
|
|
|
|
<!-- Course syllabus -->
|
|
<xi:include href="./syllabus/syllabus.ptx" />
|
|
<!-- Other documents could go here, like a schedule, project description, etc. -->
|
|
</chapter>
|
|
|
|
<chapter xml:id="course-notes">
|
|
<title>Course Notes</title>
|
|
|
|
<introduction>
|
|
<p>
|
|
The following notes are intended to remind you what we covered each week.
|
|
They are not a substitute for attending class and not a substitute for reading the textbook.
|
|
</p>
|
|
</introduction>
|
|
|
|
<xi:include href="./notes/week01.ptx"/>
|
|
<xi:include href="./notes/week02.ptx"/>
|
|
<!-- etc. -->
|
|
|
|
</chapter>
|
|
|
|
|
|
<chapter xml:id="activities">
|
|
<title>In-Class Activities</title>
|
|
|
|
<introduction>
|
|
<p>
|
|
These are copies of the in-class activities distributed during the semester.
|
|
</p>
|
|
</introduction>
|
|
|
|
<!-- Remove the example and replace with your own activities -->
|
|
<xi:include href="./activities/01-intro-activity.ptx"/>
|
|
|
|
<!-- Add more xi:include files here to include them in the main course -->
|
|
</chapter>
|
|
|
|
<chapter xml:id="handouts">
|
|
<title>Handouts</title>
|
|
<!-- Include handouts -->
|
|
<!--<xi:include href="./handouts/handout-filename.ptx"/>-->
|
|
</chapter>
|
|
|
|
<chapter xml:id="homework">
|
|
<title>Homework</title>
|
|
|
|
<!-- Include homework files -->
|
|
<!--<xi:include href="./homework/homework01.ptx"/>-->
|
|
|
|
</chapter>
|
|
|
|
<!-- Include additional chapters for other categories -->
|
|
|
|
</book>
|
|
</pretext>
|