A custom LaTeX template for taking notes β’ v1.5
In this repository you'll find the template that I use for taking notes during university classes. I will update it from time to time, mostly when I get bored of my own work and want to revamp it graphically. Nevertheless, I'll try to stick to a specific, "simple" style.
The template is under GPL license, and you are free to use it as you please (except for illegal stuff (who'd use LaTeX outside of the academy world anyway?))
How does the template work? There are two important files: the notex.cls class file and the notexmacros.sty package. An (unluckily not yet) overview of the contents of the files is available in the package documentation file, which is available in this repository's root.
This class can be used in any way you prefer. However, I personally suggest to use the following project structure:
β π assets
β β π images
β β π ...
β
β π preamble
β β π chap1_lorem.tex
β β π chap2_ipsum.tex
β β π ...
β
β π main.tex
β π notex.csl
β π notexmacros.sty
I'd like to thank SeniorMars for both his repository and his video over the way he takes notes with LaTeX, which inspired me to build my own template and taking notes with it. Oh btw, you should thank Daniel Falbo too, since if he didn't ask me "Hey, why don't you upload your notes on GitHub?" then all this material won't be here.
If you want to contribute to the template, just feel free to do so!
