diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-09-26 15:24:28 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-09-26 15:24:28 +0100 |
commit | 3b99bf8608aa04c96bddf52431d9c2edbc34b885 (patch) | |
tree | 5c8428e69db69e30a62e32eff9055956053a8edc | |
parent | be31089199a7697531307930a76ae1cd412a1e88 (diff) |
Minor edits/clarifications in README.md
The two modifications to the LaTeX source of an arXiv-downloaded source
weren't rendered properly on Gitlab, so they are corrected to be in the
same line and not have a separate code-block.
-rw-r--r-- | .file-metadata | bin | 6250 -> 6250 bytes | |||
-rw-r--r-- | README.md | 20 |
2 files changed, 7 insertions, 13 deletions
diff --git a/.file-metadata b/.file-metadata Binary files differindex dbc185c..b7b8823 100644 --- a/.file-metadata +++ b/.file-metadata @@ -131,22 +131,16 @@ this source from arXiv, some minor extra steps are necessary: COPYING paper.tex project README-hacking.md README.md reproduce tex ``` -4. To build the figures from scratch, please you need to make the following - corrections to the respective source files. +4. To build the figures from scratch, you need to make the following + corrections to the LaTeX source files below. - 4.1: `paper.tex`: uncomment the following line, so it looks like - below. See the comments above it for more information. - - ```shell - \newcommand{\makepdf}{} - ``` + 4.1: `paper.tex`: uncomment (remove the starting `%`) of the line + containing `\newcommand{\makepdf}{}`. See the comments above it + for more information. 4.2: `tex/src/preamble-pgfplots.tex`: set the `tikzsetexternalprefix` - variable to `tikz/`, so it looks like this: - - ```shell - \tikzsetexternalprefix{tikz/} - ``` + variable value to `tikz/`, so it looks like this: + `\tikzsetexternalprefix{tikz/}`. 5. In order to let arXiv build the LaTeX paper without bothering to run the analysis pipeline it was necessary to create and fill the two |