larskotthoff / gnuplottex

Gnuplot graphs in LaTeX. See http://www.ctan.org/pkg/gnuplottex
3 stars 1 forks source link

Error if gnuplottex loaded but not used #5

Closed fostermaier closed 7 years ago

fostermaier commented 7 years ago

catchfile results in an error when trying to locate the *.gnuploterrors file for documents in which gnuplottex ist loaded, but not used. Minimal working example:

\documentclass{minimal} \usepackage{gnuplottex} \begin{document} \end{document}

XeTeX, Version 3.14159265-2.6-0.99996 (TeX Live 2016/Debian) Package: gnuplottex 2015/12/13 v0.9.1 gnuplot graphs in LaTeX

eg9 commented 7 years ago

The package is now gnuplottex 2016/08/21 v0.9.2

Commit https://github.com/larskotthoff/gnuplottex/commit/9ee95dd2d53df7b093a03578815f0ddc8f5e3fa6 should have solved the issue.

See also http://tex.stackexchange.com/questions/305957/gnuplottex-package-not-working-anymore

The workaround if you can't update is to always have a gnuplot environment in your document.

fostermaier commented 7 years ago

Of course! sorry, my bad.