A simple latex course syllabus.
This project is provided in the hopes that it may be useful to other people that are looking to create a syllabus. This example syllabus contains many standard components including a semester calendar.
Install Docker https://www.docker.com/
If you are using Debian make sure the texlive
and inkscape
packages are installed.
You can build the syllabus by typing
make startdocker-build
in the root of the repository. The file syllabus.pdf
is the
generated output.
Typing
make
in the root of the repository builds the pdf.
Typing
make clean
removes tex-generated files.
Typing
make squeaky-clean
removes every generated file.
The project is licensed under the terms of the GPL3 license.