ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: String -> register conversion
Date: Wed, 06 Feb 2002 09:52:52 +0100	[thread overview]
Message-ID: <5.1.0.14.1.20020206094654.04235158@server-1> (raw)

[bounced mail, use address know to list]

>Hi,
>
>It have a probably very stupid question to ask; but so far doing math in 
>TeX did
>not come in my way.
>
>How can I make the following work in Tex? :
>
>\def\mac{10}
>\newcount\cnt
>\cnt=\mac
>\the\mac
>\bye
>
>The idea is simple. I want TeX to expand \mac and make an assignment to 
>register
>\cnt. I tried \expandafter\cnt=\mac, but it doesn't work. Perhaps because 
>of the
>= after \cnt.

first of all, \the\mac is wrong, since \mac is no register, so that one 
should be \the\cnt

but then, again you get not what you want, because tex keeps on reading 
until no numbers are found, so you need to stop reading by saying 
\cnt=\mac\relax (or \cnt\mac\space)

if you want a neutral way to get a number, use \number\cnt or \number\mac 
since \number is less strict in what it expects

Hans

PS. Of course a google search does not work, since mac will always lead you 
to big macs i suppose -)
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                                   fall-back web server: 
www.pragma-pod.nl
-------------------------------------------------------------------------


             reply	other threads:[~2002-02-06  8:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-06  8:52 Hans Hagen [this message]
2002-02-06 15:07 ` Slawek Zak

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=5.1.0.14.1.20020206094654.04235158@server-1 \
    --to=pragma@wxs.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).