From 23f496e99877085cc4c5ff04c5c36dc4c55c3936 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Mon, 30 Nov 2020 18:35:58 +0000 Subject: 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. --- paper.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'paper.tex') 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} -- cgit v1.2.1