|
From: Mojca M. <moj...@gm...> - 2014-11-08 08:07:30
|
On Sat, Nov 8, 2014 at 7:25 AM, Philipp K. Janert wrote: > > 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? I don't know the answer to the first question, but the second answer is yes. Check the output written by TeX: This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./t7.tex LaTeX2e <2014/05/01> Babel <3.9k> and hyphenation patterns for 2 languages loaded. (/opt/local/share/texmf-texlive/tex/latex/base/article.cls Document Class: article 2007/10/19 v1.4h Standard LaTeX document class (/opt/local/share/texmf-texlive/tex/latex/base/size10.clo)) [...] (/opt/local/share/texmf/tex/latex/gnuplot-lua-tikz/gnuplot-lua-tikz.sty (/opt/local/share/texmf/tex/latex/pgf/frontendlayer/tikz.sty [...] Mojca |