ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Matthew Huggett <mhuggett@zam.att.ne.jp>
Subject: Re: Re: beginner question re: counters
Date: Mon, 22 Sep 2003 00:04:42 +0900	[thread overview]
Message-ID: <3F6DBE0A.7060200@zam.att.ne.jp> (raw)
In-Reply-To: <m2k782dzbp.fsf@levana.de>

Patrick Gundlach wrote:

>Hi,
>
>Matthew Huggett <mhuggett@zam.att.ne.jp> writes:
>
>  
>
>>>I apologize for asking such a basic question.  What is the correct way 
>>>to increment a counter such that each time a macro is used, the counter 
>>>is augmented by 1.  
>>>      
>>>
>
>
>"Pawel Jackowski na Onet" <jackos1@poczta.onet.pl> writes:
>
>
>  
>
>>Hmmm... It can happens for many reasons. 
>>Try for instance
>>...
>>    
>>
>
>General remark (not really concerning this thread):
>
>It would be nice if the original posters would comment answers like
>this one if this works fine or not. Since these mails are archived,
>other people might come across this post and wonder if this is a good
>solution or not. 
>
>
>Just my $50^{-1}$ Euro
>
>Patrick
>
>  
>
Yeah, the solution worked.  Just to recap:
What I wanted was a macro and counter such that each time the macro gets 
used the counter gets augmented + 1.
The solution was:
\newcount\MyCounter
\define[1]\MyMacro{
    \global\advance\MyCounter by 1 \relax
    \number\MyCounter #1}

\starttext
\MyMacro{Hello}
\MyMacro{Goodbye}
\MyMacro{Hello again}
\stoptext
--> 1Hello 2Goodbye 3Hello again

Matt

  reply	other threads:[~2003-09-21 15:04 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-17 17:16 Matthew Huggett
2003-09-17 17:41 ` Pawel Jackowski na Onet
2003-09-17 21:10   ` sorry (off topic) Pawel Jackowski na Onet
2003-09-17 22:32     ` Tobias Burnus
2003-09-19 19:00       ` Henning Hraban Ramm
2003-09-21 13:51   ` beginner question re: counters Patrick Gundlach
2003-09-21 15:04     ` Matthew Huggett [this message]
2003-09-22  7:28       ` Hans Hagen
2003-09-21 15:59     ` Pawel Jackowski na Onet

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=3F6DBE0A.7060200@zam.att.ne.jp \
    --to=mhuggett@zam.att.ne.jp \
    --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).