Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #958

Re: Question about tikz terminal

From Gudrun <bestenborstel@gmail.com>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: Question about tikz terminal
Date 2012-02-22 14:23 +0000
Organization albasani.net
Message-ID <ji2tpq$qu4$1@news.albasani.net> (permalink)
References <ji0gln$e4v$1@news.albasani.net> <ji2ak0$1lvb$2@gwdu112.gwdg.de>

Show all headers | View raw


Am 22.02.12 08:56, schrieb Christoph Bersch:
> Type a
>
> set output
>
> before the pdflatex compilation line:
>
> set term tikz
> ...
> set output
> system(sprintf('pdflatex %s%s', basename, end3))
>
>
> Christoph

Dear Christoph,
thank you.

I used the lines:

set term tikz size 407.65pt,251.95pt standalone header 
"\\usepackage{MyGnuplotLaTeX}" font "\\rmfamily,12pt"

set output filepath.basename.end3  #file export

replot  #produce the image

set output  #and with this second output it works when later using

system(sprintf('pdflatex %s%s', basename, end3)) #for compilation

Why do I have to use the second set output, why is the first one not 
sufficient, please? Because I could dump more than one graphic into the 
LaTeX output files?

Christoph, thank you very much for your help. Much appreciated.

Kind regards
Gudrun


Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Find similar


Thread

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