A custom LaTeX template for taking notes β’ v1.5
In this repository I want to publish the template that I use for taking notes during university classes. I will update it from time to time. If you want to see my notes they'll eventually be uploaded in an (maybe) accesible cloud, since I'm not feeling like sharing them at the moment.
The template is under GPL license, and you are free to use my template. It's fine if you want to edit the template, based on your needs, but please don't edit a couple lines and then sell it as your own template.
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!