Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #957
| From | Gudrun <bestenborstel@gmail.com> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Question about tikz terminal |
| Date | 2012-02-22 14:18 +0000 |
| Organization | albasani.net |
| Message-ID | <ji2tet$qb6$1@news.albasani.net> (permalink) |
| References | <ji0gln$e4v$1@news.albasani.net> <ji0ia0$hfb$1@news.albasani.net> <ji2ag1$1lvb$1@gwdu112.gwdg.de> |
Am 22.02.12 08:54, schrieb Christoph Bersch:
> You must escape the backslash of \rmfamily:
>
> font "\\rmfamily,12pt"
>
> but \rmfamily is the default so it is enough to use
>
> font ",12pt"
Thank you, I understand now how to use this command.
>
>> 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)
I just produced those two test .tex-files.
Both (!) start with \documentclass[10pt]{article} in the first line, but
there is a difference later.
\tikzset{every node/.append
style={font={\fontsize{12pt}{14.4pt}\selectfont}}} for the 12pt version,
and
the same entry missing for the second example. So maybe the font size
adjustment happens in tikzset, but I am not an LaTeX expert.
>
> 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