aboutsummaryrefslogtreecommitdiff
path: root/paper.tex
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2020-11-30 19:31:00 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2020-11-30 19:31:00 +0000
commit8fbf384f7ca3d3cba566194c21da23ee6c9374be (patch)
treed62fdd44ca73313cb9f0da2788f25e6be99deba1 /paper.tex
parent23f496e99877085cc4c5ff04c5c36dc4c55c3936 (diff)
Comments to help clarify the roles of input files in paper.tex
These can help a first-time reader of 'paper.tex'.
Diffstat (limited to 'paper.tex')
-rw-r--r--paper.tex5
1 files changed, 4 insertions, 1 deletions
diff --git a/paper.tex b/paper.tex
index 22404c7..c3d17a8 100644
--- a/paper.tex
+++ b/paper.tex
@@ -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}