Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!.POSTED!not-for-mail From: Gudrun Newsgroups: comp.graphics.apps.gnuplot Subject: Question about tikz terminal Date: Tue, 21 Feb 2012 16:27:35 +0000 Organization: albasani.net Lines: 25 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.albasani.net gD3YoE0JvBCOVHAUKD2J2GQB3MftZD1UpFGvDGbbuQoX8kMBYLpeGrROE37S5KHzdSfIK5Gz/Ha33SVLPliMBudfBkXSbltEgWk7uHefNYHn97VSCxWyOoMLbeLZ8VSL NNTP-Posting-Date: Tue, 21 Feb 2012 16:27:35 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="XPqfMT63nwA9JLU6Cld9RSN2oWZ4MDRkyQb5Yr3bnvhTRuOyeGfX3XPO3gEntu/nr9PjhAfAVAD+jTE6AoeGEM84tCbudzrXrW2+2Rd/uJaqd7iC3+p9MvddIsxMjoCM"; mail-complaints-to="abuse@albasani.net" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 Cancel-Lock: sha1:rnmWLw31/l8XAxpY7hmGzSxavS4= Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:947 Dear all, I am able to create an output via tikz terminal using set term tikz size 5in,3in standalone header "\\usepackage{MyGnuplotLaTeX}" font "\\rmfamily,12" I obtain a .tex-file. Although this tex-file contains the line \begin{document}, it has no \end{document} which results in a problem if my gnuplot script has the following lines: system(sprintf('pdflatex %s%s', basename, end3)) basename=filename end3=.tex The terminal is not able to finish pdflatex as it asks for an \end. At least I assume the missing \end{document} is the reason for this. Terminal says: (Please type a command or say `\end') If I type into the terminal \end{document}, the latex run finsihes. How can this be fixed, please? Thank you. Gudrun