aboutsummaryrefslogtreecommitdiff
path: root/tex/src/preamble-pgfplots.tex
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2022-05-09 13:32:47 +0200
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2022-05-09 23:52:29 +0200
commit9fdeebaacd06d57c479cd69e9937c4bfe5d0a286 (patch)
tree012e6194ad6e25a81a9c99b4d0bd0852bc9a12af /tex/src/preamble-pgfplots.tex
parent480184b3da399fab11b50e67f01d2efa6bea0e3e (diff)
parentf51b5e2e500dd6450a5a3425e85df78245fc5c5c (diff)
Imported recent updates in Maneage, conflicts fixed
Until now, Maneage had undergone some updates. With this commit, those updates have been imported and the conflicts that resulted were fixed. They were all cosmetic and had no effect on the analysis. The most significant one was about the change in the format of 'INPUTS.conf'. In the process, I also noticed that the IEEEtran LaTeX package is now called 'ieeetran' (the 'tlmgr' of TeXLive 2022 was failing).
Diffstat (limited to 'tex/src/preamble-pgfplots.tex')
-rw-r--r--tex/src/preamble-pgfplots.tex19
1 files changed, 10 insertions, 9 deletions
diff --git a/tex/src/preamble-pgfplots.tex b/tex/src/preamble-pgfplots.tex
index 188b5a9..6c8ed5b 100644
--- a/tex/src/preamble-pgfplots.tex
+++ b/tex/src/preamble-pgfplots.tex
@@ -4,7 +4,7 @@
%% PGFPLOTS is a package in (La)TeX for making plots internally. It fits
%% nicely with the purpose of a reproducible project. But it isn't
%% mandatory. Therefore if you don't need it, just comment/delete the line
-%% that includes this file in the top LaTeX source (`paper.tex').
+%% that includes this file in the top LaTeX source ('paper.tex').
%
%% However, TiKZ and PGFPlots are the recommended way to include figures
%% and plots in your paper. There are two main reasons: 1) it follows the
@@ -29,18 +29,18 @@
%%
%% USAGE:
%
-%% - All plots are made within a `tikz' directory (that must already be
+%% - All plots are made within a 'tikz' directory (that must already be
%% present in the location LaTeX is run).
%
-%% - Use `\includetikz{XXXX}' to make/use the figure. If a `makepdf' LaTeX
-%% macro is not defined, then \includetikz will assume a `XXXX.pdf' file
-%% exists in `tex/tikz' and simply import it. If `makepdf' is defined,
+%% - Use '\includetikz{XXXX}' to make/use the figure. If a 'makepdf' LaTeX
+%% macro is not defined, then \includetikz will assume a 'XXXX.pdf' file
+%% exists in 'tex/tikz' and simply import it. If 'makepdf' is defined,
%% then TiKZ/PGFPlot will be called to (possibly) build the plot based
-%% on `tex/XXXX.tex'. Note that if the contents of `tex/src/XXXX.tex'
+%% on 'tex/XXXX.tex'. Note that if the contents of 'tex/src/XXXX.tex'
%% hasn't changed since the last build. TiKZ/PGFPlots won't rebuild the
%% plot.
%
-%% Copyright (C) 2018-2021 Mohammad Akhlaghi <mohammad@akhlaghi.org>
+%% Copyright (C) 2018-2022 Mohammad Akhlaghi <mohammad@akhlaghi.org>
%
%% 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
@@ -92,8 +92,9 @@
-%% Uncomment the following lines for TiKZ external images to be saved as
-%% EPS and PS images.
+%% Uncomment the following lines for EPS and PS images. Note that you still
+%% have to use the 'pdflatex' executable and also add a '[dvips]' option to
+%% graphicx.
\tikzset{
external/system call={
rm -f "\image".eps "\image".ps "\image".dvi;