ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: "Missing number, treated as zero" error when using \definefont with \define'd dimension
Date: Thu, 21 Mar 2013 21:03:17 +0100	[thread overview]
Message-ID: <F1F2B466-B5ED-4516-9D7B-12B85B727682@gmail.com> (raw)
In-Reply-To: <514B667F.6000202@sil.org>


Am 21.03.2013 um 20:58 schrieb Lars Huttar <lars_huttar@sil.org>:

> Hello,
> 
> I reported a Missing Number error back in December (thread at
> http://www.ntg.nl/pipermail/ntg-context/2012/070471.html) but got
> sidetracked on another issue before finding a resolution.
> Now I'm back to the Missing Number error, and I have a short example
> that reproduces it:
> 
>  \define\largefontsize{13pt}
> 
>  % Works fine: \definefont[SerifL][Arial at 13pt]
>  % Leads to error:
>  \definefont[SerifL][Arial at \largefontsize]
> 
>  % "Missing number, treated as zero" error thrown on the following line:
>  \starttext \SerifL{Hello} \stoptext
> 
> Note that the SerifL font definition works fine (no error) if I
> hard-code in "13pt" instead of using an intervening \largefontsize
> definition. But if I hard-code the point size, it would hamper the
> modularity of our font configuration and the use of modes in which
> different size fonts are used.
> 
> Maybe \define is just the wrong command to use when creating an
> identifier for a specified dimension?
> I tried changing it to \def and the error went away!
> 
> I looked up the documentation of \define
> (http://wiki.contextgarden.net/Command/define) and \def, and couldn't
> find any obvious difference, except that \def is TeX and \define is
> ConTeXt. The wiki page I just linked to mentions differences between
> MkII and MkIV, but this error occurs in both (in XeTeX and LuaTeX).
> 
> Can someone help me understand why I should not use \define for this
> case? (Or in general, when I should not use \define?) Or does the
> problem lie somewhere else?

Commands created with \define aren’t expandable, i.e. when the content
of \definefont is passed to Lua \largefontsize remains a TeX macro and isn’t
converted to the dimension. To get a expandable macro use \defineexpandable
to create \largefontsize (untested).

Wolfgang
___________________________________________________________________________________
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:[~2013-03-21 20:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-21 19:58 Lars Huttar
2013-03-21 20:03 ` Wolfgang Schuster [this message]

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=F1F2B466-B5ED-4516-9D7B-12B85B727682@gmail.com \
    --to=schuster.wolfgang@gmail.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).