Re: [NTG-context] \definedescription question

2014-09-22 Thread Gerben Wierda
Thanks. Can I do the same with \endnotes? G On 21 Sep 2014, at 21:33, Wolfgang Schuster schuster.wolfg...@gmail.com wrote: Am 21.09.2014 um 20:32 schrieb Gerben Wierda gerben.wie...@rna.nl: Better still. I found the solution: \definedescription[Member][headstyle=bold,

Re: [NTG-context] \definedescription question

2014-09-22 Thread Gerben Wierda
This was already answered in another thread. G On 22 Sep 2014, at 22:33, Gerben Wierda gerben.wie...@rna.nl wrote: Thanks. Can I do the same with \endnotes? G On 21 Sep 2014, at 21:33, Wolfgang Schuster schuster.wolfg...@gmail.com wrote: Am 21.09.2014 um 20:32 schrieb Gerben

Re: [NTG-context] \definedescription question

2014-09-22 Thread Wolfgang Schuster
Am 22.09.2014 um 22:33 schrieb Gerben Wierda gerben.wie...@rna.nl: Thanks. Can I do the same with \endnotes? You can use \setupnotedefinition[endnote][..,..=..,..] where the second argument accepts all arguments from \setupdescrption. Wolfgang

[NTG-context] \definedescription question

2014-09-21 Thread Gerben Wierda
I have this definition: \definedescription[Member][headstyle=bold, location=hanging,width=fit] What do I need to do if my description item has multiple paragraphs? A \par ends the description, so I need a definition of some sort of followup item without the heading. How do I do that?

Re: [NTG-context] \definedescription question

2014-09-21 Thread Otared Kavian
Hi Gerben, Just use \startMember \stopMember as in the following: \starttext \startMember{Knuth and Ward} \input knuth \input ward \stopMember \Member{Knuth} \input knuth \input ward \stoptext Best regards: OK On 21 Sep 2014, at 13:55, Gerben Wierda gerben.wie...@rna.nl wrote: I have

Re: [NTG-context] \definedescription question

2014-09-21 Thread Gerben Wierda
Thanks. That almost gives me the result I need. What is missing is that the extra paragraphs of the Member are not indented. G On 21 Sep 2014, at 16:07, Otared Kavian ota...@gmail.com wrote: Hi Gerben, Just use \startMember \stopMember as in the following: \starttext

Re: [NTG-context] \definedescription question

2014-09-21 Thread Wolfgang Schuster
Am 21.09.2014 um 18:29 schrieb Gerben Wierda gerben.wie...@rna.nl: Thanks. That almost gives me the result I need. What is missing is that the extra paragraphs of the Member are not indented. Make a minimal example! Wolfgang

Re: [NTG-context] \definedescription question

2014-09-21 Thread Gerben Wierda
Better still. I found the solution: \definedescription[Member][headstyle=bold, location=hanging,width=fit] \definemeasure[CAindent][12pt] \setupindenting[yes,\measure{CAindent}] \starttext \input knuth \par \input knuth \par \startMember{Foo Foo Foo} \indenting[yes] \input knuth \par

Re: [NTG-context] \definedescription question

2014-09-21 Thread Wolfgang Schuster
Am 21.09.2014 um 20:32 schrieb Gerben Wierda gerben.wie...@rna.nl: Better still. I found the solution: \definedescription[Member][headstyle=bold, location=hanging,width=fit] \definemeasure[CAindent][12pt] \setupindenting[yes,\measure{CAindent}] \starttext \input knuth \par

Re: [NTG-context] \definedescription question

2005-12-27 Thread Taco Hoekwater
VnPenguin wrote: On 12/26/05, Willi Egger [EMAIL PROTECTED] wrote: No, it does not work for me :( There has been a patch to this core recently. Will investigate. Taco ___ ntg-context mailing list ntg-context@ntg.nl

Re: [NTG-context] \definedescription question

2005-12-27 Thread Taco Hoekwater
VnPenguin wrote: On 12/26/05, Willi Egger [EMAIL PROTECTED] wrote: No, it does not work for me :( After checking, it turns out it works for me as well. I have: tex : pdfeTeXk, 3.141592-1.30.3-2.2 (Web2C 7.5.5) context : ver: 2005.12.19 cont-en : ver:

Re: [NTG-context] \definedescription question

2005-12-27 Thread VnPenguin
On 12/27/05, Taco Hoekwater [EMAIL PROTECTED] wrote: VnPenguin wrote: On 12/26/05, Willi Egger [EMAIL PROTECTED] wrote: No, it does not work for me :( After checking, it turns out it works for me as well. I have: tex : pdfeTeXk, 3.141592-1.30.3-2.2 (Web2C 7.5.5)

Re: [NTG-context] \definedescription question

2005-12-27 Thread Hans Hagen
Willi Egger wrote: Hi, Her the following works: \definedescription [Desc] [location=top,hang=3,headstyle={\color[red]}] or \definedescription [Desc] [location=top,hang=3,headstyle={\switchtobodyfont[34pt]\bf\color[red]}] Willi VnPenguin wrote: Hi all, I'm trying to define

[NTG-context] \definedescription question

2005-12-26 Thread VnPenguin
Hi all, I'm trying to define a description: \definedescription [Desc] [location=top,hang=3,headcolor=red] But my PDF has not color for description header (I have already \setupcolors[state=start]). Another test: \definedescription [Desc]

Re: [NTG-context] \definedescription question

2005-12-26 Thread Willi Egger
Hi, Her the following works: \definedescription [Desc] [location=top,hang=3,headstyle={\color[red]}] or \definedescription [Desc] [location=top,hang=3,headstyle={\switchtobodyfont[34pt]\bf\color[red]}] Willi VnPenguin wrote: Hi all, I'm trying to define a description:

Re: [NTG-context] \definedescription question

2005-12-26 Thread VnPenguin
On 12/26/05, Willi Egger [EMAIL PROTECTED] wrote: Hi, Her the following works: \definedescription [Desc] [location=top,hang=3,headstyle={\color[red]}] or \definedescription [Desc] [location=top,hang=3,headstyle={\switchtobodyfont[34pt]\bf\color[red]}] No, it does not