I am experiencing difficulites with a graph generated by gnuplot and its tikz terminal. When I run this code, I do not get error messages - but no graphical output, though.
My code:
Code: Select all
\documentclass[]{beamer}
\usepackage{graphicx}
\usepackage{color}
\usepackage{transparent}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage{gnuplot-lua-tikz}
\usetheme[hideothersubsections,width=0.17\textwidth]{PaloAlto}
\usecolortheme{sidebartab}
\begin{document}
\begin{frame}
\frametitle{Vergleich der vier Modelle}
\begin{tiny}
\include{vergleich1}\label{fig:vergleich}
\end{tiny}
\end{frame}
\end{document}
Code: Select all
\frame
gnuplot-lua-tikz is in the right place (/usr/local/texlive/2011/bin/x86_64-darwin/gnuplot-lua-tikz/gnuplot-lua-tikz.sty)
Does the compiler "sometimes" not find the package? Are there any known bugs/incompatibilities? The funny thing is: sometimes, I also get that same "not found" error with other beamer files, too.
And why is there no graphical output in the pdf?
I cannot believe in a "sometimes"-kind of problem.
And yes, my Tex is Texlive 2011, I am using PDFLaTex. Mac OS 10.8.2.