Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #954
| From | Christoph Bersch <usenet@bersch.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Question about tikz terminal |
| Date | 2012-02-22 09:54 +0100 |
| Organization | GWDG, Goettingen |
| Message-ID | <ji2ag1$1lvb$1@gwdu112.gwdg.de> (permalink) |
| References | <ji0gln$e4v$1@news.albasani.net> <ji0ia0$hfb$1@news.albasani.net> |
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 | 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