Skip to content

laguileracl/latex-syllabus

 
 

Repository files navigation

latex-syllabus

Build

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.

Setup

Option 1: Docker

Install Docker https://www.docker.com/

Option 2: Debian

If you are using Debian make sure the texlive and inkscape packages are installed.

Usage

Option 1: Docker

You can build the syllabus by typing

make startdocker-build

in the root of the repository. The file syllabus.pdf is the generated output.

Option 2: Debian

Typing

make

in the root of the repository builds the pdf.

Cleanup

Typing

make clean

removes tex-generated files.

Typing

make squeaky-clean

removes every generated file.

License

The project is licensed under the terms of the GPL3 license.

About

A simple course syllabus using Latex

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TeX 59.0%
  • CSS 37.4%
  • Makefile 3.6%