diff options
-rw-r--r-- | paper.tex | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -14,9 +14,12 @@ %% assumed to be if you use `\includetikz' when `\makepdf' is not defined. \newcommand{\makepdf}{} -%% Import the other necessary TeX files. +%% Import the project's processing macros 'project.tex' and the +%% Maneage-specific preambles. \input{tex/build/macros/project.tex} \input{tex/src/preamble-maneage.tex} + +%% Import the other necessary TeX files for this particular project. \input{tex/src/preamble-project.tex} \input{tex/src/preamble-pgfplots.tex} |