A simple yet comprehensive LaTeX presentation boilerplate (example) for giving killer presentations (PDF preview).
Do you want to write an academic paper? Take a look at this LaTex boilerplate.
Compile to PDF
$ make pdf
This runs [pdflatex, pdflatex, pdflatex], a command that is available by default in most graphical LaTex editors.
Clean temporary files
$ make clean
- assets/ (add all your assets here)
- image1.jpg
- image2.jpg
- [another asset].png
- section/ (add all your section here)
- introduction.tex
- examples.tex
- conclusion.tex
- [another section].tex
- config/
- globals.tex (variables/settings)
- style.sty (the document style/design)
- main.tex (defines the document structure)
Issues or new features can be reported via the GitHub issue tracker. Please make sure your issue or feature has not yet been reported by anyone else before submitting a new one.
LaTex Boilerplate is open-sourced software licensed under the MIT license.