From bc860926afc0f5486d59f3f186847445bf6f314a Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Wed, 1 Jan 2020 19:39:36 +0000 Subject: 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. --- tex/src/delete-me.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tex') 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} -- cgit v1.2.1