MathGroup Archive 2006

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: How to get the value of a counter

  • To: mathgroup at smc.vnet.net
  • Subject: [mg65250] Re: How to get the value of a counter
  • From: "Steve Luttrell" <steve_usenet at _removemefirst_luttrell.org.uk>
  • Date: Wed, 22 Mar 2006 06:13:39 -0500 (EST)
  • References: <dvosml$j5t$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Use

Input | Create Automatic Numbering Object ...

then select the couter type you want to insert.

If you add a tag to a cell (Find | Add/Remove Cell Tags...), then you can 
use this approach to insert the value of the counter at a tagged location 
(rather than the current location), i.e. you can build cross-references.

Steve Luttrell

"Zhengji Li" <zhengji.li at gmail.com> wrote in message 
news:dvosml$j5t$1 at smc.vnet.net...
> Dear all,
>
> Is it possible to get the current value of a counter ?
>
> e.g. value = GetCounterValue["Chapter"];
>
> CounterBox does not do such things.
> 



  • Prev by Date: A question concerning Show and PlotLegend
  • Next by Date: Re: Integration Bug
  • Previous by thread: How to get the value of a counter
  • Next by thread: Re: How to get the value of a counter