aboutsummaryrefslogtreecommitdiff
path: root/tex
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2020-01-01 19:39:36 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2020-01-01 20:12:07 +0000
commitbc860926afc0f5486d59f3f186847445bf6f314a (patch)
tree77b7659805c7706e453ceb2b85ed2b8103a30e5d /tex
parent3d8e3fc072525f0b811a8b104a944cc6fbf76c1c (diff)
Verification of output values and data added within template
Until now, the only verification that the template provided was the published PDF. Users had to manually compare the published and generated PDFs (numbers, plots, tables) and see if they obtained the same result. However, this type of manual verification is not good and is prone to frustration and missing important differences. With this commit, a new Makefile has been added in the analysis steps: `verify.mk'. It provides facilities to easily verify the results that go into the paper. For example tables that go into making the paper's plots, or the LaTeX macros that blend into the text. See the updated parts in `README-hacking.md` for a more complete explanation. This completes task #15497.
Diffstat (limited to 'tex')
-rw-r--r--tex/src/delete-me.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/src/delete-me.tex b/tex/src/delete-me.tex
index a2d6c85..ae68441 100644
--- a/tex/src/delete-me.tex
+++ b/tex/src/delete-me.tex
@@ -26,7 +26,7 @@
%% A particular plot.
\addplot+[scatter, only marks]
- table {tex/build/delete-me/data.txt};
+ table {tex/build/delete-me-num/data.txt};
\end{axis}
\end{tikzpicture}