[NTG-context] Re: bidi gone in serried enumeration

2025-02-23 Thread Hans Hagen via ntg-context
l or using \setupalign[r2l] has no effect. Best, Mohammad \setupdirections[bidi=global,method=unicode] \definefontfeature[default][arabic] \setupbodyfont[dejavu,sans] \defineenumeration[Theorem] \setupenumeration[Theorem][alternative=serried,title=yes,text=قضیه] \starttext \startTheorem[title=ع

[NTG-context] bidi gone in serried enumeration

2025-02-22 Thread Mohammad Hossein Bateni
, Mohammad \setupdirections[bidi=global,method=unicode] \definefontfeature[default][arabic] \setupbodyfont[dejavu,sans] \defineenumeration[Theorem] \setupenumeration[Theorem][alternative=serried,title=yes,text=قضیه] \starttext \startTheorem[title=عنوان] Test \stopTheorem

[NTG-context] Re: Switch number and enumeration text

2024-05-03 Thread Henning Hraban Ramm
text=Theorem,   style=italic,   headstyle=bold,   headcommand=\groupedcommand{}{.}, ] \starttext Did you try: text=, stopper={ Theorem}, ? There are so many parameters in https://wiki.contextgarden.net/Command/setupenumeration and https://wiki.contextgarden.net/Command/setupcounter … H

[NTG-context] Re: Define a new command that inherits from multiple other command options

2024-04-27 Thread Wolfgang Schuster
ai2472206...@yeah.net schrieb am 25.04.2024 um 10:24: hi! I'm new to ConTeXt. I want to define a command with sidenote function. This [setupsidenote] command inherits the options of [setupmargindata], [setupcounter] and [setupframed]. just like [setupenumeration] inherits the opti

[NTG-context] Define a new command that inherits from multiple other command options

2024-04-25 Thread ai2472206007
hi! I'm new to ConTeXt. I want to define a command with sidenote function. This [setupsidenote] command inherits the options of [setupmargindata], [setupcounter] and [setupframed]. just like [setupenumeration] inherits the option of [setupcounter]. I've defined the following sideno

[NTG-context] Enable interaction on custom apa cite variant

2023-08-19 Thread Jethro Djan
taset[ref.buffer] \usebtxdefinitions[apa] \definebtx [apa:cite:theorem] [apa:cite] \startsetups btx:apa:cite:theorem \btxflushauthorname{author} \btxcomma \btxflush{year} \fastsetup{btx:cite:righttext} \stopsetups \setupenumeration[ before={\blank[medium]}, after={\

Re: [NTG-context] Bug in counter

2022-07-04 Thread Wolfgang Schuster via ntg-context
] \setupenumeration   [definition]   [way=bysection,    prefix=yes,    prefixsegments=section] Wolfgang ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl

Re: [NTG-context] right item marks for associative questions?

2022-04-11 Thread śrīrāma via ntg-context
If you are certain that the there will be no multi-line item (i.e. item text is short enough that it fits in slightly less than half of textwidth) you can use an enumeration, and put the contents inside a two-column layout: %%% start example-1 \define[1]\aitemcmd{\inframed[width=1cm,align=flus

Re: [NTG-context] Resetcounter in custom enumeration environment

2022-01-04 Thread Jan-Erik Hägglöf via ntg-context
umbered since they are so in your example): >> \definehead[exercises][subject] >> \definehead[answers][subject] >> then you can simply do >> \setupenumeration[uppgift] >> [alternative=left, >> width=1cm, >> text=, >> after={\blank[2*big]}, >> wa

Re: [NTG-context] Resetcounter in custom enumeration environment

2022-01-03 Thread kauśika via ntg-context
On Monday, January 3, 2022 4:34:50 PM IST kauśika wrote: > If 'Exercises' and 'Answers to exercises' are some head structure (assuming > unnumbered since they are so in your example): > \definehead[exercises][subject] > \definehead[answers][subject] > then yo

Re: [NTG-context] Resetcounter in custom enumeration environment

2022-01-03 Thread kauśika via ntg-context
: \definehead[exercises][subject] \definehead[answers][subject] then you can simply do \setupenumeration[uppgift] [alternative=left, width=1cm, text=, after={\blank[2*big]}, way=bysubject] and ConTeXt will aut

Re: [NTG-context] Enumeration numbering in the left margin

2021-11-20 Thread Wolfgang Schuster via ntg-context
kauśika via ntg-context schrieb am 20.11.2021 um 14:28: On Saturday, November 20, 2021 11:31:24 AM IST kauśika wrote: Dear list, I have the following enumeration block. \defineenumeration[verse] \setupenumeration[verse] [alternative=leftmargin, text=, width=fit, distance=1em

Re: [NTG-context] Enumeration numbering in the left margin

2021-11-20 Thread kauśika via ntg-context
On Saturday, November 20, 2021 11:31:24 AM IST kauśika wrote: > Dear list, > > I have the following enumeration block. > > \defineenumeration[verse] > \setupenumeration[verse] > [alternative=leftmargin, >text=, >width=fit, >distance=1em, >way=b

[NTG-context] Enumeration numbering in the left margin

2021-11-19 Thread kauśika via ntg-context
Dear list, I have the following enumeration block. \defineenumeration[verse] \setupenumeration[verse] [alternative=leftmargin, text=, width=fit, distance=1em, way=bysection] I actually want to (flush) left align the enumeration's number inside the left margin and give it a

Re: [NTG-context] numbered exercises

2021-08-24 Thread Gavin via ntg-context
ion for the enumeration and its > reference? > Hi Hraban, Here’s an example from my textbook which might be helpful. I use this enumeration for example problems, but exercises could be similar. You have access to the rest of the textbook, so feel free to grab anything useful. -Gavin

Re: [NTG-context] Question about \groupedcommand{}{}

2021-07-28 Thread Fabrice Couvreur via ntg-context
; text={dummy text}, > titleleft=, >titleright=, > headcommand=\groupedcommand{[}{]}, > numbercommand=\groupedcommand{(}{)}, > titlecommand=\groupedcommand{<}{>}] > > \starttext > > \startgrouptest [title={dummy title}] > \un

Re: [NTG-context] Question about \groupedcommand{}{}

2021-07-27 Thread Wolfgang Schuster via ntg-context
uptest \startgrouptest \unknown \stopgrouptest \blank[2*line] \setupenumeration [grouptest] [number=no] \startgrouptest [title={dummy title}] \unknown \stopgrouptest \startgrouptest \unknown \stopgrouptest \stoptext Wo

Re: [NTG-context] Same counter for figures as theorems

2020-08-18 Thread Tim Steenvoorden
Hi Taco, Thanks! This works for me. It indeed seems at least inconsistent. Also, using \definecounter[enumeration][object] instead of \setupenumeration[enumeration][counter=object] Numbers figures correctly but forgets the object counter in enumerations, it numbers 1.1., 1.1

Re: [NTG-context] Same counter for figures as theorems

2020-08-14 Thread Taco Hoekwater
\setupenumeration[enumeration] form. This may be intentional, I do not know for sure. Here is what I believe is the required code for your desired effect (re-indented for Hans' style): \setupcaptions [way=bysection, prefixsegments=chapter:section] \setupenumerations [prefi

Re: [NTG-context] index problem: [entry not flushed]

2019-02-11 Thread Jeong Dal
s. I checked it by adding definitions one by one and finally found the reason. One line in my environment file cause the problem. \setupenumeration[alternative=serried,width=broad,distance=0.5em] Also, I found very strange phenomena that it depends on the order of appearance of that line. That i

Re: [NTG-context] getting ConTeXt results back to Lua (for typesetting solutions at end of document)

2019-01-31 Thread Weber, Matthias
ult of >> \getnumber[problem]. I've also tried the analogous >> context.getnumber({"problem"}), though without success. >> Does anyone see what I am missing? >> Many thanks! >> -Sanjoy >> \defineenumeration[problem] >>

Re: [NTG-context] getting ConTeXt results back to Lua (for typesetting solutions at end of document)

2019-01-31 Thread Wolfgang Schuster
problem]. I've also tried the analogous context.getnumber({"problem"}), though without success. Does anyone see what I am missing? Many thanks! -Sanjoy \defineenumeration[problem] [title=yes, text=Problem, way=bychapter, prefix=chapter] \defineenumeration[solution][problem]

[NTG-context] getting ConTeXt results back to Lua (for typesetting solutions at end of document)

2019-01-31 Thread Sanjoy Mahajan
problem]. I've also tried the analogous context.getnumber({"problem"}), though without success. Does anyone see what I am missing? Many thanks! -Sanjoy \defineenumeration[problem] [title=yes, text=Problem, way=bychapter, prefix=chapter] \defineenumeration[solution][problem]

Re: [NTG-context] closesymbol on same line as displayed formula

2018-08-28 Thread Jeong Dal
content ends with words. But it is not working if the item contents end with \stopformula. If I put \placeclosesymbol before \stopformula, then it is shown just after the last word. Anyway, it works in most cases. Thank you again. Best regards, Dalyoung %%%%% \defineenumeration[proo

Re: [NTG-context] closesymbol on same line as displayed formula

2018-08-27 Thread Aditya Mahajan
On Mon, 27 Aug 2018, Jeong Dal wrote: Hi, The same thing happens after the itemization as in the following MWE. \defineenumeration[proof][text=Proof.] \setupenumeration[proof] [number=no, closesymbol=\mathematics{\square}, closecommand=\ifmmode\eqno\else\wordright\fi

Re: [NTG-context] closesymbol on same line as displayed formula

2018-08-26 Thread Jeong Dal
MWE. Thank you for reading. Best regards, Dalyoung \defineenumeration[proof][text=Proof.] \setupenumeration[proof] [number=no, closesymbol=\mathematics{\square}, closecommand=\ifmmode\eqno\else\wordright\fi] \starttext \startproof This is a simple proof. \stopproof

[NTG-context] about the baseline of \inframed{text} in the enumerations

2018-01-04 Thread Jeong Dal
, Dalyoung \setupcolors[state=start] \definecolor[dGreen] [r=0,g=.375,b=.0] \definecolor[lGreen] [r=0, g=.625, b=0] \definecolor[lYellow] [r=.625,g=.625,b=.0] \definecolor[dYellow] [r=.375,g=.375,b=.0] \setupenumeration[alternative=serried,width=broad,distance=0.3em] \defineenumeration[ExamA] [text

Re: [NTG-context] Clickable question/answer numbers

2016-11-04 Thread Otared Kavian
=, > titlecolor=black, > headstyle={\sc}, > headcolor=darkred, > style=, > number=yes, > ] > > > > \def\startquestion{\dodoubleempty\dostartquestion} > > \long\def\dostartquestion[#1][#2]#3\stopquestion{% > \iffirstargument >\setupenumeration[exercise][text={\got

Re: [NTG-context] Clickable question/answer numbers

2016-11-03 Thread Mikael P. Sundqvist
headcolor=darkred, style=, number=yes, ] \def\startquestion{\dodoubleempty\dostartquestion} \long\def\dostartquestion[#1][#2]#3\stopquestion{% \iffirstargument \setupenumeration[exercise][text={\goto{Question}[A:#1]}] \ifsecondargument \startexercise[#1]{#2} \else \sta

Re: [NTG-context] Enumeration: chapter in counter, problem next to placefigure, and documentation issues

2016-09-05 Thread Florian Leupold
gt;> >> QUESTIONS: >> 1) I would like to prefix the theorem counter with the chapter number, such >> that the number of the second theorem becomes 2.1. Can this be done? >> 2) Is it possible to circumvent the misplacement of the second theorem due >> to the placed

Re: [NTG-context] Enumeration: chapter in counter, problem next to placefigure, and documentation issues

2016-09-04 Thread Wolfgang Schuster
Florian Leupold <mailto:fleup...@posteo.net> 4. September 2016 um 19:37 Issues with the documentation: - In “ConTeXt Commands”, it says on page 224 that \setupenumeration inherits from \setupcounter; but in “ConTEXt reference manual", it says on page 246 that \setupenumerations in

Re: [NTG-context] Enumeration: chapter in counter, problem next to placefigure, and documentation issues

2016-09-04 Thread Otared Kavian
r, such > that the number of the second theorem becomes 2.1. Can this be done? > 2) Is it possible to circumvent the misplacement of the second theorem due to > the placed figure? Ideally, the theorem would just use the space to the left > it. > > Issues with the documentation:

[NTG-context] Enumeration: chapter in counter, problem next to placefigure, and documentation issues

2016-09-04 Thread Florian Leupold
space to the left it. Issues with the documentation: - In “ConTeXt Commands”, it says on page 224 that \setupenumeration inherits from \setupcounter; but in “ConTEXt reference manual", it says on page 246 that \setupenumerations inherits from \setupdescriptions. - In “ConTEXt reference m

Re: [NTG-context] How to reset a new processor ?

2016-08-08 Thread Fabrice Couvreur
Oups, I forgot the name "ex", I am confused. Thanks Fabrice 2016-08-08 13:27 GMT+02:00 Wolfgang Schuster : > Fabrice Couvreur > 8. August 2016 um 13:11 > Hi Wolfgang, > In fact, I have a project "Lesson" with components chapter 1, chapter 2, > ... &

Re: [NTG-context] How to reset a new processor ?

2016-08-08 Thread Wolfgang Schuster
Fabrice Couvreur <mailto:fabrice1.couvr...@gmail.com> 8. August 2016 um 13:11 Hi Wolfgang, In fact, I have a project "Lesson" with components chapter 1, chapter 2, ... If I add \setupenumeration [] [way=bysubsection] to each component that does not work. \defineenumeratio

Re: [NTG-context] How to reset a new processor ?

2016-08-08 Thread Fabrice Couvreur
Hi Wolfgang, In fact, I have a project "Lesson" with components chapter 1, chapter 2, ... If I add \setupenumeration [] [way=bysubsection] to each component that does not work. Fabrice 2016-08-08 12:30 GMT+02:00 Wolfgang Schuster : > Fabrice Couvreur > 8. August 2016 um 12:27

Re: [NTG-context] How to reset a new processor ?

2016-08-08 Thread Wolfgang Schuster
command=\EXFRAME] \defineconversionset[ACCONVERSION][][ACPROCESSOR->n] \setupenumeration[...][way=bysection] % way=bychapter etc. Wolfgang ___ If your question is of interest to others as well, please add an entry to the Wi

Re: [NTG-context] Numbers in appendix roman, but want arabic

2015-02-13 Thread Mikael P. Sundqvist
On Fri, Feb 13, 2015 at 6:20 PM, Rik Kabel wrote: > \defineconversionset [appendix:floatconversionset] [] [n] > \setupcaption[numberconversionset=floatconversionset] Thank you very much! \defineconversionset [appendix:enumconversionset] [] [n] \setupenumeration[numberconvers

Re: [NTG-context] position of qed symbol in proofs

2014-11-10 Thread Hans Hagen
\setupenumeration[proof] [number=no, closesymbol=\mathematics{\square}, closecommand=\ifmmode\eqno\else\wordright\fi] the \ifmmode is not honoured, and the change must have happened quite earlier than a few weeks. Maybe we should open a new thread as a bug in closecommand? it

Re: [NTG-context] position of qed symbol in proofs

2014-11-10 Thread Otared Kavian
4 6:54 AM, Otared Kavian wrote: >> Hi Mikael, >> >> Actually I just tried your example with the ConTeXt version on TeX Live, as >> well as with a copy dating back to 2014-02-14, and both behaved in the same >> wrong way regarding the closesymbol and closecomman

Re: [NTG-context] position of qed symbol in proofs

2014-11-10 Thread Hans Hagen
On 11/10/2014 6:54 AM, Otared Kavian wrote: Hi Mikael, Actually I just tried your example with the ConTeXt version on TeX Live, as well as with a copy dating back to 2014-02-14, and both behaved in the same wrong way regarding the closesymbol and closecommand. So in \setupenumeration[proof

Re: [NTG-context] position of qed symbol in proofs

2014-11-09 Thread Otared Kavian
Hi Mikael, Actually I just tried your example with the ConTeXt version on TeX Live, as well as with a copy dating back to 2014-02-14, and both behaved in the same wrong way regarding the closesymbol and closecommand. So in \setupenumeration[proof] [number=no, closesymbol

Re: [NTG-context] position of qed symbol in proofs

2014-11-09 Thread Mikael P. Sundqvist
On Sat, Nov 8, 2014 at 5:43 PM, Otared Kavian wrote: > Hi Mikael, > > In my files I have the following which used to work, but it doesn’t work as > expected anymore, as you point out > > \defineenumeration[proof][text=Proof.] > > \setupenumeration[pro

Re: [NTG-context] position of qed symbol in proofs

2014-11-08 Thread Otared Kavian
Hi Mikael, In my files I have the following which used to work, but it doesn’t work as expected anymore, as you point out \defineenumeration[proof][text=Proof.] \setupenumeration[proof] [number=no, closesymbol=\mathematics{\square}, closecommand=\ifmmode\eqno\else

Re: [NTG-context] Resetting enumeration numbers

2013-04-05 Thread Willi Egger
er wrote: >>> This might not be the best way to do it, but when I need it, I use >>> >>> \resetnumber[problem] >>> >>> for my >>> >>> \startproblem >>> >>> \stopproblem >>> >>> enumeration. >

Re: [NTG-context] Resetting enumeration numbers

2013-04-05 Thread Willi Egger
t; \startproblem >> >> \stopproblem >> >> enumeration. > > \defineenumeration[test] > > \setupenumeration[test][way=bysection] > > \starttext >\startsection[title=one] >\starttest alpha \stoptest >\starttest beta \stoptest >\stop

Re: [NTG-context] Resetting enumeration numbers

2013-04-05 Thread Otared Kavian
On 5 avr. 2013, at 14:48, Wolfgang Schuster wrote: > > Am 05.04.2013 um 11:31 schrieb Otared Kavian : > >> >> On 4 avr. 2013, at 23:13, Hans Hagen wrote: >>> […] >>> \defineenumeration[test] >>> >>> \setupenumeration[test][way=byse

Re: [NTG-context] Resetting enumeration numbers

2013-04-05 Thread Wolfgang Schuster
Am 05.04.2013 um 11:31 schrieb Otared Kavian : > > On 4 avr. 2013, at 23:13, Hans Hagen wrote: >> […] >> \defineenumeration[test] >> >> \setupenumeration[test][way=bysection] >^ > This should rather be > \set

Re: [NTG-context] Resetting enumeration numbers

2013-04-05 Thread Otared Kavian
On 4 avr. 2013, at 23:13, Hans Hagen wrote: > […] > \defineenumeration[test] > > \setupenumeration[test][way=bysection] ^ This should rather be \setupenumerations[test][way=bysection] Best regards: OK > > \starttext >\s

Re: [NTG-context] Resetting enumeration numbers

2013-04-04 Thread Hans Hagen
] \setupenumeration[test][way=bysection] I was testing with \definenumeration[test][way=bysection] but that did not work. Is that a bug? i noticed too ... I've just added a synchronize to the definer

Re: [NTG-context] Resetting enumeration numbers

2013-04-04 Thread Aditya Mahajan
On Thu, 4 Apr 2013, Hans Hagen wrote: On 4/4/2013 10:45 PM, Matthias Weber wrote: This might not be the best way to do it, but when I need it, I use \resetnumber[problem] for my \startproblem \stopproblem enumeration. \defineenumeration[test] \setupenumeration[test][way=bysection] I

Re: [NTG-context] Resetting enumeration numbers

2013-04-04 Thread Hans Hagen
On 4/4/2013 10:45 PM, Matthias Weber wrote: This might not be the best way to do it, but when I need it, I use \resetnumber[problem] for my \startproblem \stopproblem enumeration. \defineenumeration[test] \setupenumeration[test][way=bysection] \starttext \startsection[title=one

Re: [NTG-context] Resetting enumeration numbers

2013-04-04 Thread Hans Hagen
On 4/4/2013 10:45 PM, Matthias Weber wrote: This might not be the best way to do it, but when I need it, I use \resetnumber[problem] for my \startproblem \stopproblem enumeration. \defineenumeration[test] \setupenumeration[test][way=bysection] \starttext \startsection[title=one

Re: [NTG-context] Enumerations: location=serried ignored

2012-03-28 Thread Wolfgang Schuster
ation” key was replaced with the “alternative” key. 2. You need the “counter” key to share counters. \setupenumeration[alternative=serried,width=broad,distance=0.5em] \defineenumeration[theorem][text=Satz,title=yes] \defineenumeration[corollary][counter=theorem,text=Korollar] \starttext \startthe

Re: [NTG-context] \definestructureconversionset

2012-02-22 Thread Procházka Lukáš Ing . - Pontex s . r . o .
gument is just the name which is used as argument for sectionconverionset in \setuphead for prefixconverionset in \setupcaption, \setupenumeration etc. The name of the conversion can be prefixed with the name of a sectionblock, e.g. \definestructureconverionset[bodypart:myconversion][A,I,n,R][numbers]

Re: [NTG-context] \definestructureconversionset

2012-02-16 Thread Wolfgang Schuster
n is set The first argument is just the name which is used as argument for sectionconverionset in \setuphead for prefixconverionset in \setupcaption, \setupenumeration etc. The name of the conversion can be prefixed with the name of a sectionblock, e.g. \definestructureconverionset[bodypa

Re: [NTG-context] \setupenumeration(s) was: defineenumeration does not work with MKIV

2010-01-05 Thread Wolfgang Schuster
em][stopper=)] >> >> When I would follow the system from other setup commands in context >> i expect as correct names \setupenumeration and \setupdescription. >> > If I understand context manual correctly (I not checked this) > (cont-enp.pdf, pp. 181,183) I could u

Re: [NTG-context] \setupenumeration(s) was: defineenumeration does not work with MKIV

2010-01-04 Thread Vladimir Lomov
setup commands in context > i expect as correct names \setupenumeration and \setupdescription. > If I understand context manual correctly (I not checked this) (cont-enp.pdf, pp. 181,183) I could use more than one name in \setupenumerations (\setupdescriptions), e.g. \setupenumerations[problem,rem

[NTG-context] \setupenumeration(s) was: defineenumeration does not work with MKIV

2010-01-04 Thread Wolfgang Schuster
Sorry to hijack your post and since we're already there, why are \setupenumerations and \setupdescriptions written in the plural form. > \setupenumerations[problem][stopper=)] When I would follow the system from other setup commands in context i expect as correct names \setupenumera

Re: [NTG-context] way=bychapter not working for enumerations in mkiv

2009-09-17 Thread Olaf Mersmann
gt; for the moment use: > > \defineenumeration[test] > > \setupenumeration[test][% >way=bysection, >location=left, >text=Test] This gives ... language : language en is active ! Undefined control sequence. l.3 \setupenumeration

Re: [NTG-context] way=bychapter not working for enumerations in mkiv

2009-09-17 Thread Hans Hagen
Olaf Mersmann wrote: Hi list, the following example works in MkII but not in MkIV as expected: \defineenumeration[test][% way=bysection, location=left, text=Test] for the moment use: \defineenumeration[test] \setupenumeration[test][% way=bysection, location=left, text=Test

Re: [NTG-context] \indenting[next] and math => no vertical space before the formula

2008-04-30 Thread Mikael Persson
> > "double" space before the formula. This is a test file that shows the > >> > problem: > >> > >> This is basically because in enumerations indenting is set to never. > >> > >> You can see the same affect with > >> > >

Re: [NTG-context] \indenting[next] and math => no vertical space before the formula

2008-04-30 Thread Aditya Mahajan
;> > applied, If one now put a formula inside an enumeration one gets >> > "double" space before the formula. This is a test file that shows the >> > problem: >> >> This is basically because in enumerations indenting is set to never. >> >

Re: [NTG-context] \indenting[next] and math => no vertical space before the formula

2008-04-30 Thread Mikael Persson
ore the formula. This is a test file that shows the > > problem: > > This is basically because in enumerations indenting is set to never. > > You can see the same affect with > > \setupindenting[no] > \testtext > > One possible fix is to add > >

Re: [NTG-context] \indenting[next] and math => no vertical space before the formula

2008-04-28 Thread Aditya Mahajan
If one now put a formula inside an enumeration one gets > "double" space before the formula. This is a test file that shows the > problem: This is basically because in enumerations indenting is set to never. You can see the same affect with \setupindenting[no] \testtext One pos

Re: [NTG-context] Elevated text blocks

2006-12-29 Thread Wolfgang Schuster
ldn't know which way you have choosen. If you want unnumbered examples with enumeration you can disable the number with \setupenumeration[number=no] . Wolfgang ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] defineenumeration and setupenumeration

2006-05-04 Thread Taco Hoekwater
WN wrote: > I am a bit confused, the example setups the enumaration *remark* and > specifies the location=top > > But on page 224 the command \setupenumerations is shown where one can also > specify the location among others. > > What is the difference, reason or usage for doing this ? Much of

[NTG-context] defineenumeration and setupenumeration

2006-04-30 Thread WN
Hi, I have a question (probably a dumb question) relating to some of the define/setup commands. One in particular, but it may relate to the other define/setup commands as well. Looking at the defineenumeration and setupenumerations command in the Context manual page 223 and page 224 an exampl

Re: [NTG-context] Question and answers

2006-03-20 Thread Mojca Miklavec
xample, section 1 might end with > exercise #15, then section 2 begins with exercise #16. How can I > reset the numbers to start with #1 in section 2? Add way=bysection,sectionnumber=no to \defineenumeration or to \setupenumeration. (You can also reset the numbers manually with \re

Re: [NTG-context] \resetquestion

2006-03-20 Thread Taco Hoekwater
looking for \setupenumeration[question][way=bysection,sectionnumber=no] in that other message. Cheers, taco ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context