aboutsummaryrefslogtreecommitdiff
path: root/paper.tex
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2020-11-30 18:35:58 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2020-11-30 18:35:58 +0000
commit23f496e99877085cc4c5ff04c5c36dc4c55c3936 (patch)
tree36fdf505c7365ad392177fb9cf732ff3d7c6fd4f /paper.tex
parent0c91e703a72f4b26f2e7924fac97aa35be98b923 (diff)
New tex/src/preamble-maneage.tex for Maneage-only TeX customization
Until now, the Maneage-only features of LaTeX where mixed with 'tex/src/preamble-project.tex' (which is reserved for project-specific things). But we want to move the highlighting features (that have started here) into the core Maneage branch, so its best for these Maneage-specific features to be in a Maneage-specific preamble file. With this commit, a hew 'tex/src/preamble-maneage.tex' has been created for this purpose and the highlighting modes have been put in there. In the process, I noticed that 'tex/src/preamble-project.tex' doesn't have a copyright! This has been corrected.
Diffstat (limited to 'paper.tex')
-rw-r--r--paper.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/paper.tex b/paper.tex
index e04cb25..22404c7 100644
--- a/paper.tex
+++ b/paper.tex
@@ -14,8 +14,9 @@
%% assumed to be if you use `\includetikz' when `\makepdf' is not defined.
\newcommand{\makepdf}{}
-%% Import necessary packages
+%% Import the other necessary TeX files.
\input{tex/build/macros/project.tex}
+\input{tex/src/preamble-maneage.tex}
\input{tex/src/preamble-project.tex}
\input{tex/src/preamble-pgfplots.tex}