Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #955
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeder.erje.net!news-2.dfn.de!news.dfn.de!news.gwdg.de!.POSTED!not-for-mail |
|---|---|
| From | Christoph Bersch <usenet@bersch.net> |
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Question about tikz terminal |
| Date | Wed, 22 Feb 2012 09:56:32 +0100 |
| Organization | GWDG, Goettingen |
| Lines | 36 |
| Message-ID | <ji2ak0$1lvb$2@gwdu112.gwdg.de> (permalink) |
| References | <ji0gln$e4v$1@news.albasani.net> |
| NNTP-Posting-Host | mpl1136.mpl.mpg.de |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-15; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Trace | gwdu112.gwdg.de 1329900992 55275 141.5.32.136 (22 Feb 2012 08:56:32 GMT) |
| X-Complaints-To | news@gwdg.de |
| NNTP-Posting-Date | Wed, 22 Feb 2012 08:56:32 +0000 (UTC) |
| User-Agent | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20120207 Icedove/3.0.11 |
| In-Reply-To | <ji0gln$e4v$1@news.albasani.net> |
| Xref | x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:955 |
Show key headers only | View raw
On 21.02.2012 17:27, Gudrun wrote:
> 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?
Type a
set output
before the pdflatex compilation line:
set term tikz
...
set output
system(sprintf('pdflatex %s%s', basename, end3))
Christoph
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
Question about tikz terminal Gudrun <bestenborstel@gmail.com> - 2012-02-21 16:27 +0000
Re: Question about tikz terminal Gudrun <bestenborstel@gmail.com> - 2012-02-21 16:55 +0000
Re: Question about tikz terminal Christoph Bersch <usenet@bersch.net> - 2012-02-22 09:54 +0100
Re: Question about tikz terminal Gudrun <bestenborstel@gmail.com> - 2012-02-22 14:18 +0000
Re: Question about tikz terminal Christoph Bersch <usenet@bersch.net> - 2012-02-22 09:56 +0100
Re: Question about tikz terminal Gudrun <bestenborstel@gmail.com> - 2012-02-22 14:23 +0000
csiph-web