Hi all, some specification requests that a numbered list start at arbitrary counter values. I'm using the following line after “\startitemize[...]” to accomplish this: ··8<····························································· \setnumber[itemgroup:itemize]{42} ··8<····························································· Now I'd rather avoid this kind of brute interference with context internals so I'd like to ask whether there is a recommended high-level mechanism that I could use instead? Thanks for your help, Philipp -- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments
Am 17.09.2010 um 12:22 schrieb Philipp Gesang:
Hi all,
some specification requests that a numbered list start at arbitrary counter values. I'm using the following line after “\startitemize[...]” to accomplish this:
··8<····························································· \setnumber[itemgroup:itemize]{42} ··8<·····························································
Now I'd rather avoid this kind of brute interference with context internals so I'd like to ask whether there is a recommended high-level mechanism that I could use instead?
\starttext \startitemize[n] \dorecurse{4}{\item text} \stopitemize \startitemize[n,continue] \dorecurse{4}{\item text} \stopitemize \startitemize[n][start=30] \dorecurse{4}{\item text} \stopitemize \stoptext Wolfgang
On 2010-09-17 <12:31:41>, Wolfgang Schuster wrote:
\starttext
\startitemize[n][start=30] \dorecurse{4}{\item text} \stopitemize
\stoptext
Great, that's exactly what I was looking for. Now that we're at it: actually the spec wants this on per-item basis. This would amount to having another (apart from the reference) argument to “\item”, e.g. ···8<···························································· \startitemize[n] \item[n=1] foo \item[n=2] bar \item[n=3] foo \item[n=5] bar \item[n=8] foo \item[n=13] bar \stopitemize ···8<···························································· Regardless of if there's a practical use for that: is this possible as well without resorting to repeated \setnumber'ing? Philipp
Wolfgang
___________________________________________________________________________________ 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 ___________________________________________________________________________________
-- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments
Am 17.09.2010 um 13:11 schrieb Philipp Gesang:
On 2010-09-17 <12:31:41>, Wolfgang Schuster wrote:
\starttext
\startitemize[n][start=30] \dorecurse{4}{\item text} \stopitemize
\stoptext
Great, that's exactly what I was looking for. Now that we're at it: actually the spec wants this on per-item basis. This would amount to having another (apart from the reference) argument to “\item”, e.g.
···8<···························································· \startitemize[n] \item[n=1] foo \item[n=2] bar \item[n=3] foo \item[n=5] bar \item[n=8] foo \item[n=13] bar \stopitemize ···8<····························································
Regardless of if there's a practical use for that: is this possible as well without resorting to repeated \setnumber'ing?
\starttext \startitemize \sym{1.} text \sym{2.} text \sym{4.} text \sym{7.} text \sym{8.} text \stopitemize \stoptext Wolfgang
On 2010-09-17 <15:02:00>, Wolfgang Schuster wrote:
Am 17.09.2010 um 13:11 schrieb Philipp Gesang:
Regardless of if there's a practical use for that: is this possible as well without resorting to repeated \setnumber'ing?
\starttext \startitemize \sym{1.} text \sym{2.} text \sym{4.} text \sym{7.} text \sym{8.} text \stopitemize \stoptext
Thanks again! I'll see what I can use this for. Philipp -- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments
participants (2)
-
Philipp Gesang
-
Wolfgang Schuster