diff options
-rw-r--r-- | paper.tex | 13 | ||||
-rw-r--r-- | tex/preamble-header.tex | 2 |
2 files changed, 8 insertions, 7 deletions
@@ -94,12 +94,13 @@ numbers are actually macros that were calculated from the same dataset (they will change if the dataset, or function that produced it, changes). -The {\small PDF} file of Figure \ref{deleteme} is available in the -directory \texttt{\bdir/tex/build/tikz/} and can be used in other contexts -(for example slides). If you want to directly use the {\small PDF} file in -the figure without having to let {\small T}i{\small KZ} decide if it should -be remade or not, you can also comment the \texttt{makepdf} macro at the -top of this \LaTeX{} source file. +The individual {\small PDF} file of Figure \ref{deleteme} is available +under the \texttt{tex/build/tikz/} directory of your build directory. You +can use this PDF file in other contexts (for example in slides showing your +progress or after publishing the work). If you want to directly use the +{\small PDF} file in the figure without having to let {\small T}i{\small + KZ} decide if it should be remade or not, you can also comment the +\texttt{makepdf} macro at the top of this \LaTeX{} source file. {\small PGFP}lots is a great tool to build the plots within \LaTeX{} and removes the necessity to add further dependencies (to create the plots) to diff --git a/tex/preamble-header.tex b/tex/preamble-header.tex index 9d16d9f..eb83c27 100644 --- a/tex/preamble-header.tex +++ b/tex/preamble-header.tex @@ -73,7 +73,7 @@ \renewcommand\Affilfont{\footnotesize\normalfont} \setlength{\affilsep}{0.2cm} -\title{\large \uppercase{Put the title of your exciting project here}} +\title{\large \uppercase{The paper's title goes here}} \author[1]{Your name} \author[2]{Coauthor one} |