ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Oliver Buerschaper <oliver.buerschaper@mpq.mpg.de>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: [OS X TeX] Default rule thickness
Date: Wed, 13 Aug 2008 18:35:09 +0200	[thread overview]
Message-ID: <EB8E6831-9FEE-4DAA-8A63-69DD35F6EF08@mpq.mpg.de> (raw)
In-Reply-To: <489D517F.1070001@elvenkind.com>

> Sorry I missed this thread earlier. The default rule thickness in
> is the eight font parameter of the fonts in math family 3. A bare
> context file with the standard 12pt fonts gives the value 0.47998pt.
> You can get the value via :
>
>   \edef\defautlrulethickness{\the\fontdimen8\textfont3}
>
> Afaik, in all math setups three fonts in math family 3 are the same
> actual font so just the one value will do. But the actual value
> will definately vary a bit depending on the font setup. For example,
> palatino 12pt has 0.708pt.


OK. However, this doesn't seem to scale properly within the same font  
… try the following:

---
\edef\defaultrulethickness{\the\fontdimen8\textfont3}


\starttext

Lorem ipsum dolor sit amet \defaultrulethickness

\startformula
     \sum_{n=0}^\infty \frac{x^n}{n!}
\stopformula

\setupbodyfont[32pt]

Lorem ipsum dolor sit amet \defaultrulethickness

\startformula
     \sum_{n=0}^\infty \frac{x^n}{n!}
\stopformula

\stoptext
---

So, your font parameter always returns the same value but clearly the  
fraction bar is scaled correctly … something else must be happening  
behind the curtain. If only I knew what it were ;-)

Oliver
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2008-08-13 16:35 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <689AE27A-F050-46B4-95E0-5A8CAF3E66A8@mpq.mpg.de>
     [not found] ` <BE3EF24C-3A0D-4F83-BCEA-AA988AC3942B@me.com>
2008-08-06 10:59   ` Wolfgang Schuster
2008-08-08  8:12     ` Oliver Buerschaper
2008-08-09  8:12       ` Taco Hoekwater
2008-08-13 16:35         ` Oliver Buerschaper [this message]
2008-08-13 17:06           ` Taco Hoekwater
2008-08-13 18:57             ` Oliver Buerschaper
2008-08-13 21:24               ` Hans Hagen
2008-08-14  8:51                 ` Oliver Buerschaper
2008-08-14 10:50                   ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=EB8E6831-9FEE-4DAA-8A63-69DD35F6EF08@mpq.mpg.de \
    --to=oliver.buerschaper@mpq.mpg.de \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).