Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #957
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!.POSTED!not-for-mail |
|---|---|
| From | Gudrun <bestenborstel@gmail.com> |
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Question about tikz terminal |
| Date | Wed, 22 Feb 2012 14:18:04 +0000 |
| Organization | albasani.net |
| Lines | 48 |
| 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> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-15; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Trace | news.albasani.net vGJT8NFajicvQVrt0+sqt58g/L9khMLyg1sLPWR4dDqrYyk9A/F+fk1q1lPJjr8vI3NkxQnJz08jU6H0BFIG2PUp5RlIOoQRETfp6pn6Tlt/mKDxo1OozIjXh/5IDIlE |
| NNTP-Posting-Date | Wed, 22 Feb 2012 14:18:05 +0000 (UTC) |
| Injection-Info | news.albasani.net; logging-data="1RdnHRg9SjAKQ3Usorvm57bKa/6fNogJlMEu5DKmDpu5qKfZJXlHWw9I4EFU+NPg/Lq2g0Nx+gI4iQerioDqpgYdnF2yFLAutjR6r7OjqiNccj8j2FeilWDgK5ifwNWb"; mail-complaints-to="abuse@albasani.net" |
| User-Agent | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 |
| In-Reply-To | <ji2ag1$1lvb$1@gwdu112.gwdg.de> |
| Cancel-Lock | sha1:Sw13w+s7d9SS42iIU5aU3b3pVXc= |
| Xref | x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:957 |
Show key headers only | View raw
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 | Unroll 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