I am having some troubles importing graphs from gnuplot to LaTeX and I can't find any good solutions using google...
The thing is, that using terminal "tikz" I created a "name.tex" file. Now the idea is, to use the follwoing code in latex:
Code: Select all
\documentclass{article}
\usepackage{tikz}
\usepackage{gnuplot-lua-tikz}
\begin{document}
\input{name.tex}
\end{document}
But the thing is, that if I try to search for `gnuplot-lua-tikz.sty' with my explorer, it finds it - somewhere.
What should I do? :/