From 3b99bf8608aa04c96bddf52431d9c2edbc34b885 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Thu, 26 Sep 2019 15:24:28 +0100 Subject: 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. --- README.md | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 011c915..6117361 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.1