ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Lars Huttar <lars_huttar@sil.org>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: "Missing number, treated as zero" error when using \definefont with \define'd dimension
Date: Thu, 21 Mar 2013 15:58:55 -0400	[thread overview]
Message-ID: <514B667F.6000202@sil.org> (raw)

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?

Thanks,
Lars

___________________________________________________________________________________
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 19:58 UTC|newest]

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

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=514B667F.6000202@sil.org \
    --to=lars_huttar@sil.org \
    --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).