|
From: Philipp K. J. <ja...@ie...> - 2014-11-08 06:25:54
|
Ethan pointed out that I may be suffering from version skew between my executable (which is straight RC2), and the various auxiliary files that Lua/Tikz need: > I suspect that your gnuplot executable is newer than the > lua/gnuplot support scripts for TeX. Make sure that these files > have been updated during installation of your new gnuplot: > > /usr/share/texmf-local/tex/latex/gnuplot/gnuplot-lua-tikz-common.tex > /usr/share/texmf-local/tex/latex/gnuplot/gnuplot-lua-tikz.sty > /usr/share/texmf-local/tex/latex/gnuplot/gnuplot-lua-tikz.tex > /usr/share/texmf-local/tex/latex/gnuplot/t-gnuplot-lua-tikz.tex > /usr/local/share/gnuplot/5.0/lua/gnuplot-tikz.lua > I am working strictly with RC2, which has been installed (using "make install") into some local directory (./configure --prefix...) The auxiliary files are all under that install directory (and then /share/texmf/tex/latex/gnuplot). Is there a way to verify that, at runtime, gnuplot is using the lua files from that install dir? And that Latex (when I later compile the resulting Tex file) is finding the correct version of these files? Best, Ph. |