Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/edoars/latex-notes-cls
- Owner: edoars
- License: mit
- Created: 2022-09-03T18:10:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T15:14:55.000Z (over 2 years ago)
- Last Synced: 2024-10-19T00:57:01.021Z (3 months ago)
- Topics: latex-class, latex-style, latex-template
- Language: TeX
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).