edoars / latex-notes-cls

My custom LaTeX class for math lecture notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LaTeX Lecture Notes Class

Custom LaTeX class for my notes on some undergraduate maths courses at University of Roma Tre and University of Trento:

Usage

To use the class, clone the repository or copy edoars-notes.cls and point to it as the document class:

\documentclass{/path/to/edoars-notes.cls}

Compile the document with pdflatex.

Options

Two options are available:

  • color: to enable colors in the document (default is grayscale).
  • english: to enable the use of English keywords for custom environments.

Credits

This class is heavily inspired by ClassicThesis and ArsClassica.

About

My custom LaTeX class for math lecture notes

License:MIT License


Languages

Language:TeX 100.0%