ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Keith McKay <mckaymeister@gmail.com>
To: ntg-context@ntg.nl
Subject: Re: Help with \numexpr
Date: Mon, 04 May 2015 19:47:17 +0100	[thread overview]
Message-ID: <5547BEB5.2090506@gmail.com> (raw)
In-Reply-To: <5547AE88.506@wxs.nl>

Thanks Hans!

With your suggestion and initializing \numberText=1, it workes just the 
way I wanted.  I now have a quick and easy of cataloging my photos.

Thanks again
Keith

On 04/05/2015 18:38, Hans Hagen wrote:
> On 5/4/2015 5:21 PM, Keith McKay wrote:
>> Colleagues
>>
>> I've written some code which should extract photos from a directory and
>> a add couple of lines of description to each photo.  I'm using a
>> variable (\numberText) as a counter which I was hoping to use with
>> \getfromcommalist[string1, string2,...][\numberText] to add one line of
>> text.  However when I try to increment the variable using \numexpr
>> (\numberText=\numberText+1) \relax I get the error "You can't use
>> `\numexpr' in vertical mode".
>>
>> I'm not familiar with \numexpr and there does not seem to be much on the
>> wiki on how to use it.  Any suggestions would be helpfull.
>>
>> Here is the code
>>
>> \setupexternalfigures [directory={/Path/to/the/Photos}]
>>
>> \defineexternalfigure[photo][maxheight=0.4\textheight]
>>
>> \define \numberText{1}
>>
>> \starttext
>>
>> \dostepwiserecurse{141}{146}{1}/% //\recurselevel is part of photo
>> filename. See below./
>>
>> {
>>
>> \externalfigure[sam_0\recurselevel.jpg][photo] \par /% //\recurselevel
>> is part of photo filename/
>>
>> File Name /Path/to/the/Photos/sam_0\recurselevel.jpg\par
>>
>> \getfromcommalist[some text,another text,even more text,much better
>> text,even better text,the ultimate text][\numberText]
>>
>> \commalistelement\par
>>
>> \numexpr (\numberText=\numberText+1) \relax \par
>>
>> \numberText \par
>>
>> }
>>
>> \stoptext
>
> \newcount\FooCounter
>
> \FooCounter=\numexpr\FooCounter+1\relax
>
> or just
>
> \advance\FooCounter\plusone
>
>
>
> -----------------------------------------------------------------
>                                           Hans Hagen | PRAGMA ADE
>               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
>                                              | www.pragma-pod.nl
> -----------------------------------------------------------------
> ___________________________________________________________________________________ 
>
> 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
> ___________________________________________________________________________________

___________________________________________________________________________________
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:[~2015-05-04 18:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-04 15:21 Keith McKay
2015-05-04 17:38 ` Hans Hagen
2015-05-04 18:47   ` Keith McKay [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=5547BEB5.2090506@gmail.com \
    --to=mckaymeister@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).