Main Course Page | Course Outline | Readings
The file "course-notes.tex" automatically includes the header and bibliography as well as the title page. You can use it for yourself by adjusting the "\include" statements.
I have a standard Latex header adapted for our class, which I ask you to use. This will help make the daily notes consistent. I update it now and then, when new needs appear.
You may include the whole header in your file instead, if you wish, but it's a little less convenient when I prepare the combined notes.
You can add any necessary new commands after the header.
I have a Latex bibliography that is automatically included in the "course-notes.tex" file. You can use it separately if you wish by typing
input{bibliography}
This won't provide automatic chapter numbering but we can manage without that.
To continue an existing section from the previous day, use the \section*{TITLE} command.
I've arranged the header so sections get letters (as in the outline) instead of numbers.
Don't use the environments "defna", "exama", etc. They're just part of my formatting.
The MMDDNAME part should be: MM = month number (e.g., 09); DD = date; NAME = some identifying code or word for that particular declaration.
Main Course Page | Course Outline | Readings