diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-02-05 23:31:27 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-02-05 23:31:27 +0000 |
commit | e19c7d38f00fe3612a8c499f8ac4c965f52cb86b (patch) | |
tree | a97941b0ed98cd80aa2be0a1d2d958c76699474c /tex | |
parent | 438e1970093621d3c67acc900b17afdeaa60329f (diff) |
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.
Diffstat (limited to 'tex')
-rw-r--r-- | tex/preamble-pgfplots.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |