|
[Rivet] Rivet plottingJeppe R. Andersen jeppe.andersen at cern.chTue Jan 22 14:47:22 GMT 2013
> > --- > > 2:19pm worklaptop 145 > latex ATLAS_AZIDEC_2010_gap_Q0.tex > > This is pdfTeX, Version 3.1415926-2.5-1.40.13 (TeX Live 2013/dev) > > restricted \write18 enabled. > > entering extended mode > > ! I can't find file `ATLAS_AZIDEC_2010_gap_Q0.tex'. > > <*> ATLAS_AZIDEC_2010_gap_Q0.tex > > > > (Press Enter to retry, or Control-D to exit) > > --- > > This is very strange. Can you try to figure out what's going on here? > What exactly are your TEXINPUTS and LATEXINPUTS set to? --- TEXMFHOME=/home/andersen/.local/share/Rivet/texmf HOMETEXMF=/home/andersen/.local/share/Rivet/texmf TEXINPUTS=/home/andersen/.local/share/Rivet/texmf/tex// LATEXINPUTS=/home/andersen/.local/share/Rivet/texmf/tex// --- The problem is not caused by the trailing double '/', since I tried also setting TEXINPUTS=/home/andersen/.local/share/Rivet/texmf/tex LATEXINPUTS=/home/andersen/.local/share/Rivet/texmf which resulted in the same weird problem. Obviously, after unsetenv, they are empty. If I set TEXINPUTS=/home/andersen/.local/share/Rivet/texmf/tex;. LATEXINPUTS=/home/andersen/.local/share/Rivet/texmf/tex;. then it gets as long as reading the first line in the file, but fails with a ! LaTeX Error: File `article.cls' not found. So it looks as if the TEXINPUTS are taken literally, and it only looks in the directories listed there, and not also in the standard setup, if TEXINPUTS and LATEXINPUTS are set at all. Cheers, Jeppe
More information about the Rivet mailing list |