This is a template repository for comprehensive LaTeX documents using the article
class. It features a glossary for acronyms and a bibliography. Additionally, the
sample sections Introduction and Formulas also provide code snippets for
embedding images, using tables or writing equations.
Edit title, author and logo in src/document.tex
. This template is broken down
into sections. Similarly, you may also make changes
to the following lines:
src/sections/
src/acronyms.tex
src/bibliography.bib
This example uses Advanced Systems' Math Macros; while this package is in development, it is recommended to pull it in as a git submodule:
git submodule update --init --recursive
Both TeX Live and MikTeX come with latexmk
, though since this is a
perl script you need to have perl installed on your system to run
this command. Alternatively, use the pdflatex
command.
latexmk src/document.tex -outdir=build -pdf
latexmk -C -outdir=build