diff options
Diffstat (limited to 'tex/src')
-rw-r--r-- | tex/src/preamble-project.tex | 27 |
1 files changed, 19 insertions, 8 deletions
diff --git a/tex/src/preamble-project.tex b/tex/src/preamble-project.tex index 4382485..11bf9c3 100644 --- a/tex/src/preamble-project.tex +++ b/tex/src/preamble-project.tex @@ -1,16 +1,24 @@ -%% Settings specific to this project (beyond the journal's style). +%% Necessary macros for this project. +%% +%% These are a set of packages that have been commonly necessary in most +%% LaTeX usages. However, if any are not needed in your work, please feel +%% free to remove them. % -%% Copyright (C) 2020 Mohammad Akhlaghi <mohammad@akhlaghi.org> +%% Copyright (C) 2018-2020 Mohammad Akhlaghi <mohammad@akhlaghi.org> +%% Copyright (C) YYYY Your Name <your@email.address> % -%% This LaTeX file is part of Maneage. Maneage is free software: you can -%% redistribute it and/or modify it under the terms of the GNU General -%% Public License as published by the Free Software Foundation, either -%% version 3 of the License, or (at your option) any later version. +%% This file is free software: you can redistribute it and/or modify it +%% under the terms of the GNU General Public License as published by the +%% Free Software Foundation, either version 3 of the License, or (at your +%% option) any later version. % -%% Maneage is distributed in the hope that it will be useful, but WITHOUT +%% This file is distributed in the hope that it will be useful, but WITHOUT %% ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or %% FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -%% for more details. See <http://www.gnu.org/licenses/>. +%% for more details. +% +%% You should have received a copy of the GNU General Public License along +%% with this file. If not, see <http://www.gnu.org/licenses/>. @@ -78,3 +86,6 @@ \newcommand\eprint[1]{\href{https://arXiv.org/abs/#1}{{arXiv:#1}}} \newcommand\doi[1]{\href{https://oadoi.org/#1}{{DOI:#1}}} + +%% Import Maneage template for PGFPlots. +\input{tex/src/preamble-pgfplots.tex} |