ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Martin Althoff <martin.althoff@yahoo.com>
To: ntg-context@ntg.nl
Subject: using \definebodyfont with multiple size declarations -- Why?
Date: Mon, 26 Jul 2010 02:36:58 -0700 (PDT)	[thread overview]
Message-ID: <55015.92159.qm@web56305.mail.re3.yahoo.com> (raw)

As someone new to Context, I am trying to get to grips with font handling. Reading through a fair amount of documentation it is not always to clear to me what recommended practice in todays Luatex/MKIV enviroment is.

My setup is "Minimals" updated 26.7.2010 (luatex 0.60.2, MTXrun 2010.07.22) setup on Mac OS X 10.6.4. I use it to produce documents I need in a language teaching environment. As I am starting of without legacy documents, there is no need for MKII or any other type of Tex.

Confusing for me is the use of "\definebodyfont" in typescripts. I read in "co-fonts.pdf" (no release date, internal creation date 18/11/2009):

"because Latin Modern comes in design sizes, there was a need to associate a specific font with each bodyfont size. You may find yourself in a similar situation when you attempt to create a typescript for a ‘professional' commercial font set."

Looking at the example:

\definebodyfont [10pt,11pt,12pt] [rm] [tfe=Serif at 48pt, ite=SerifItalic at 48pt] 
\tfe Big {\it Words}.

What I simply don't understand is the need for multiple font size declarations. I can (kind of) see that it might be necessary (looking at typescripts), if the whole typescript resolves to "design sizes" where each point size is a single font file. But for ttf/otf fonts, ie. where the font is scaled?


This minimal example, including a "special" font (TitleFont) works (almost) fine for me. 

% the only two statements to declare the fonts I want to use
\usetypescriptfile[type-otf] % being default, I could even miss this declaration 
\setupbodyfont[pagella,10pt]

\definefont [WonderFont] [BoldItalic sa 4.8]

\starttext
{\WonderFont The Big Title}
\input aesop-de
\stoptext

I do get one consistant error (the "5pt" can vary depending on the size I give in "setupbodyfont"): 

{/Users/martin/contextMini/tex/texmf-context/fonts/map/pdftex/context/mkiv-px.map}
virtual math    > the mapping is incomplete for 'pxmath' at 5pt

Though, the document looks fine. Does the error hint I am missing something? What is "good practice" in Luatex/MKIV to access the desired fonts?


My questions: 

- when do I need to use the multiple point sizes at all in a Luatex/MKIV environment?
- when would I need to provide that information in typescript files I need to create? (simplefonts is very slow to load fonts with phonetic symbols)

Any tips to help my understanding would be appreciated!





___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

             reply	other threads:[~2010-07-26  9:36 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-26  9:36 Martin Althoff [this message]
2010-07-27 17:42 ` Hans Hagen
2010-07-28  9:47   ` Martin Althoff
2010-07-28 10:41     ` Hans Hagen
2010-07-28 10:46       ` luigi scarso
2010-07-28 10:54         ` Arthur Reutenauer
2010-07-29  1:35           ` Martin Althoff
2010-07-27 20:28 ` Wolfgang Schuster
2010-07-28  9:08   ` Martin Althoff
2010-07-28  9:20     ` Arthur Reutenauer
2010-07-28  9:20     ` Hans Hagen
2010-07-28  9:30       ` Martin Althoff
     [not found] <4C4FFA8F.9000904@wxs.nl>
2010-07-28  9:50 ` Martin Althoff

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=55015.92159.qm@web56305.mail.re3.yahoo.com \
    --to=martin.althoff@yahoo.com \
    --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).