Add Makefile for LaTeX compilation
This PR introduces a Makefile
for LaTeX handling. The PR would close the following issue: https://gitlab.teknologforeningen.fi/stenbaf2/TF-latex-botten/issues/1
Essentially what it does is give some shortcuts for users to compile and clean the repository during development. The Makefile
is simple by design for extensibility by others, e.g. one can append any options for compilation under pdf
. All options available are:
-
pdf
: compile the LaTeX file into a.pdf
withxelatex
-
clean
: clean the whole repository (including.pdf
) -
cleanup
: clean the repository (excluding.pdf
)
I use this personally and thought that others might find it useful.
Edited by Neergaard Axel