LaTeX template for a thesis or report.
- Download this repository (and rename the directory if necessary).
- Rename
template.tex
toYOUR_PROJECT_NAME.tex
. - Change project name in makefile
PROJNAME=YOUR_PROJECT_NAME
. - Run make.
- Install make for windows or even better, install Windows Subsystem for Linux (WSL).
- There are VSCode tasks included in this repository. Make sure the LaTeX programs are included in the Path.
- Install LaTeX Workshop Extensions for autocomplete feature
- Due to personal preferences, I use latexmk instead of the extensions build recipe, so I disabled the auto-build feature.
Tested with TeX Live 2021.