but I get an error: ! LaTeX Error: File `gnuplot-lua-tikz.sty' not found.Type X to quit or <RETURN> to proceed,or enter new name. (Default extension: sty)Enter file name:! Emergency stop.<read >
But the thing is, that if I try to search for `gnuplot-lua-tikz.sty' with my explorer, it finds it - somewhere.
Not only your explorer needs to find the file, LaTeX needs to find it as well.
Simple solution would be to move the file in your current LaTeX-working-directory.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
skrat wrote:if I try to search for `gnuplot-lua-tikz.sty' with my explorer, it finds it - somewhere.
The file should be in your TeX installation folder and the TeX file database needs to be up to date, containing it. So, move it to there, then call mktexlsr or texhash at the command prompt.
Or, simpler for testing, copy that sty file in the folder of your own document.
Johannes_B wrote:Not only your explorer needs to find the file, LaTeX needs to find it as well.
Simple solution would be to move the file in your current LaTeX-working-directory.
That was my idea yes, but I couldn't find the working directory... O.o
I am using Texmaker and I couldn't find any .sty files there. May I ask you where are they supposed to be?
skrat wrote:I get all sorts of errors from Texmaker. :/
You could tell us the errors if you would like us to comment them. The first error is the most important, since following errors could be caused by the first one too.
The best would be if you would upload used files as attachment to a post, such as name.tex, so we could test it.