diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-11-15 20:58:08 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-11-15 20:58:08 +0000 |
commit | a0ac5af0b21c79a65d8657f762ff5324bd2419ae (patch) | |
tree | 2237ece805bf1a6e3b58d96827a30ac083ba1d7c | |
parent | 2eac17fedc6b7ee47cf2a8b0f708107a1ae20e2f (diff) |
Minor corrections in paper's text
Some minor corrections have been made in the paper's text to make things
easier to read and be more formal.
-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} |