diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-02-28 16:41:15 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-02-28 16:41:15 +0100 |
commit | ebebaa41729d2dbc7a3582bd9132acce187613a4 (patch) | |
tree | cc32a1899bcdfa06cf9bcbfc576ecda7d674c5b8 /paper.tex | |
parent | c318568cef429df71e699eaaa024feb85715b3d0 (diff) |
Edited commends on \makepdf
The old comments could be a little confusing, so they are now more clear
and describe where to look for how this variable is used.
Diffstat (limited to 'paper.tex')
-rw-r--r-- | paper.tex | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -1,12 +1,10 @@ \documentclass[10pt, twocolumn]{article} %% This is a convenience variable if you are using PGFPlots to build plots -%% within LaTeX. If you want to import PDF files for plots directly (and -%% not build them with TikZ in LaTeX), then comment the next line. To use -%% PDF files, they have to be in a `tikz' directory. To MAKE PDF files with -%% TikZ and PGFPlots, it is assumed that the texfile containing the source -%% are in a `tex' subdirectory relative to the directory which latex is run -%% in. +%% within LaTeX. If you want to import PDF files for figures directly, you +%% can use the standard `\includegraphics' command. See the definition of +%% `\includetikz' in `tex/preamble-pgfplots.tex' for where the files are +%% assumed to be if you use `\includetikz' when `\makepdf' is not defined. \newcommand{\makepdf}{} %% When defined (value is irrelevant), `\highlightchanges' will cause text |