The easiest way to use LaTeX is with Overleaf—just import a copy of the template.
Alternatively, you can install it locally on Linux or Windows. Below are instructions for local installations.
If you want to use VS Code, check out the LaTeX Workshop extension.
master.pdf
, open a terminal and run the command below:
pdflatex master.tex
If you are using BibLaTeX, run biber
after pdflatex
and then re-run it:
biber master && pdflatex master.tex