From e19c7d38f00fe3612a8c499f8ac4c965f52cb86b Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Tue, 5 Feb 2019 23:31:27 +0000 Subject: Ability to package project into tarball or zip file With this commit, it is now possible to package the project into a tarball or zip file, ready to be distributed to collaborators who only want to modify the final paper (and not do the analysis technicalities), or for uploading to sites like arXiv, or online LaTeX sharing pages. --- tex/preamble-pgfplots.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tex') diff --git a/tex/preamble-pgfplots.tex b/tex/preamble-pgfplots.tex index 17ca7b5..26b98d6 100644 --- a/tex/preamble-pgfplots.tex +++ b/tex/preamble-pgfplots.tex @@ -71,7 +71,7 @@ \tikzsetnextfilename{#1}% \input{tex/#1.tex}% \else - \includegraphics[width=\linewidth]{\bdir/tex/build/tikz/#1.pdf} + \includegraphics[width=\linewidth]{tex/tikz/#1.pdf} \fi } -- cgit v1.2.1