diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2021-04-17 04:55:58 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2021-04-17 04:55:58 +0100 |
commit | d11725a09133a422dbad19f46caa088bd0bca3a9 (patch) | |
tree | 94ec18b1ff1324837888e3b16025c835f7958f5b /tex | |
parent | 30bf4624adf40e9611ad8f6a0214e725b2ea88af (diff) | |
parent | 6e4ec9a305f7021643fe22e08fe0ad17dd363a93 (diff) |
Imported recent work in Maneage, minor conflicts fixed
Some minor conflicts (all expected from the commit messages in the Maneage
branch) occurred but were easily fixed.
Diffstat (limited to 'tex')
-rw-r--r-- | tex/src/preamble-project.tex | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tex/src/preamble-project.tex b/tex/src/preamble-project.tex index 7351d83..7fabca1 100644 --- a/tex/src/preamble-project.tex +++ b/tex/src/preamble-project.tex @@ -24,7 +24,13 @@ -%% Import graphics +%% Packages you may need in your project +%% ------------------------------------- +% +%% Here you can add/remove any custom LaTeX package that you need for this +%% project that aren't provided by the journal's style. + +%% For loading images into the output (with '\includegraphics'). \usepackage{graphicx} %% IEEEtran V1.6 and later pre-defines the format of the cite.sty package |