Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/edoars/latex-notes-cls

My custom LaTeX class for math lecture notes
https://github.com/edoars/latex-notes-cls

latex-class latex-style latex-template

Last synced: about 2 months ago
JSON representation

My custom LaTeX class for math lecture notes

Awesome Lists containing this project

README

        

# LaTeX Lecture Notes Class

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

- [Analytical Mechanics](https://github.com/edoars/analytical-mechanics-notes) (italian)
- [Complex Analysis](https://github.com/edoars/complex-analysis-notes) (italian)
- [Finite Fields](https://github.com/edoars/finite-fields-notes)
- [Galois Theory](https://github.com/edoars/galois-theory-notes) (italian)
- [General Topology](https://github.com/edoars/general-topology-notes) (italian)
- [Introduction to Number Theory](https://github.com/edoars/intro-number-theory-notes) (italian)
- [Multivariate Calculus](https://github.com/edoars/multivariate-calculus-notes) (italian)
- [Public-key Cryptography](https://github.com/edoars/public-key-crypto-notes) (italian)

## Usage

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

``` latex
\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](https://www.ctan.org/pkg/classicthesis) and [ArsClassica](https://www.ctan.org/pkg/arsclassica).