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


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

Re: Question about tikz terminal

Path csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!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:54:24 +0100
Organization GWDG, Goettingen
Lines 33
Message-ID <ji2ag1$1lvb$1@gwdu112.gwdg.de> (permalink)
References <ji0gln$e4v$1@news.albasani.net> <ji0ia0$hfb$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 1329900865 55275 141.5.32.136 (22 Feb 2012 08:54:25 GMT)
X-Complaints-To news@gwdg.de
NNTP-Posting-Date Wed, 22 Feb 2012 08:54:25 +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 <ji0ia0$hfb$1@news.albasani.net>
Xref x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:954

Show key headers only | View raw


On 21.02.2012 17:55, Gudrun wrote:
> There is another mystery I am not able to solve.
> The gnuplot manual says when using terminal lua. Via font the size can
> be changed. Even if I use
> set term tikz size 5in,3in standalone header
> "\\usepackage{MyGnuplotLaTeX}" font "\rmfamily,12pt"

You must escape the backslash of \rmfamily:

font "\\rmfamily,12pt"

but \rmfamily is the default so it is enough to use

font ",12pt"

> the final tex-file still has font size 10pt after documentclass rather
> 12pt. What do I wrong, please?

I don't know where this comes from, but in the pdf file the 12pt font is 
used correctly (at least with the CVS version). Compare the following 
scripts:

set term tikz size 5in,3in standalone font ",12pt"
set output 'mytest-12pt.tex'
plot sin(x)

and

set term tikz size 5in,3in standalone
set output 'mytest.tex'
plot sin(x)

Christoph

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next 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