ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Bart C. Wise" <bntgcontext@wiseguysweb.com>
To: ntg-context@ntg.nl
Subject: Re: ! Extra \else error
Date: Thu, 11 Dec 2008 08:17:19 -0700	[thread overview]
Message-ID: <200812110817.19910.bntgcontext@wiseguysweb.com> (raw)
In-Reply-To: <alpine.LNX.2.00.0812111003210.18450@nqv-yncgbc>

On Thursday 11 December 2008 08:07:01 am Aditya Mahajan wrote:
> On Thu, 11 Dec 2008, Bart C. Wise wrote:
> > When I run the code below (via minimals), I get the following error, why?
> >
> > \newcount\startcnt
> > \newcount\tempcnta
> >
> > \def\myloop#1{%
> >  \message{enter}
> >  \tempcnta=\the\startcnt%
> >  \loop
> >    \message{loop}
> >    \advance \tempcnta by 1
> >    \ifnum\tempcnta>#1\else \repeat\fi
> >  \message{exit}
> > }
> >
> > \starttext
> > \startcnt=1800
> > \myloop{2008}
> > \stoptext
>
> Do you know of \dostepwiserecurse{from}{to}{step}{body}. For example,
>
> \starttext
> \dostepwiserecurse{1800}{2008}{1}{We are at \recurselevel \endgraf}
> \stoptext
>

Aditya,

Hadn't thought of that one either.  I'm taking a package from a LaTeX source 
and working on converting it.  I'm trying to leave the original intact as much 
as possible. Unfortunately, in trying to leave it intact, I seem to be 
approaching the problem/solution rather myopically.

Thanks for the hint.
Bart

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


  reply	other threads:[~2008-12-11 15:17 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-11 13:50 Bart C. Wise
2008-12-11 14:05 ` Zhichu Chen
2008-12-11 14:17   ` Hans Hagen
2008-12-11 14:40     ` Bart C. Wise
2008-12-11 15:03       ` Hans Hagen
2008-12-11 14:21   ` Bart C. Wise
2008-12-11 14:29     ` Zhichu Chen
2008-12-11 15:05       ` Bart C. Wise
2008-12-11 15:28         ` Zhichu Chen
2008-12-11 15:39           ` Bart C. Wise
2008-12-11 15:10     ` Ulrike Fischer
2008-12-11 15:27       ` Bart Wise
2008-12-11 15:07 ` Aditya Mahajan
2008-12-11 15:17   ` Bart C. Wise [this message]
2008-12-11 15:18   ` Aditya Mahajan

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=200812110817.19910.bntgcontext@wiseguysweb.com \
    --to=bntgcontext@wiseguysweb.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).