[NTG-context] Influencing the vertical spacing of the table of contents?

2014-09-21 Thread Gerben Wierda
I'm using mkii. I've got a table of contents that just places one item on the next page, which is ugly. I'd like to tweak the spacing between lines, but which parameter do I have to adjust? It wasn't clear to me from the docs. Thanks, G

Re: [NTG-context] How to get parameters in lua

2014-09-21 Thread Hans Hagen
On 9/20/2014 2:45 PM, Christoph Reller wrote: Two general questions arise (if your permit): 1. Where are the key-value pairs stored? In your first solution you handle the key setting by explicitly calling lua on every \setupname call. It seems that all key-value pairs (that are set with

[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?

[NTG-context] s-mod produces system error: invalid parameter ...

2014-09-21 Thread Christoph Reller
Hi, Probably this is a minor thing. When processing the following module template: %D \module[ %D file=p-Mymod, %D title=The Mymod Module, %D author=The Author, %D date=\currentdate, %D ] %M \usemodule[Mymod] %D Hello \writestatus{loading}{ConTeXt User Module / Mymod}

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] s-mod produces system error: invalid parameter ...

2014-09-21 Thread Wolfgang Schuster
Am 21.09.2014 um 15:29 schrieb Christoph Reller christoph.rel...@gmail.com: Hi, Probably this is a minor thing. When processing the following module template: %D \module[ %D file=p-Mymod, %D title=The Mymod Module, %D author=The Author, %D date=\currentdate, %D ]

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

[NTG-context] How do I get indenting in multi-paragraph \endnotes?

2014-09-21 Thread Gerben Wierda
I have a couple of \endnotes that are multi-paragraph, but the second and rest paragraphs are not indented, while my text is. I tried adding \indenting[yes] to them explicitly, but that is apparently not enough. How can I set this up? I'm using mkii. Thanks, G

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] How do I get indenting in multi-paragraph \endnotes?

2014-09-21 Thread Wolfgang Schuster
Am 21.09.2014 um 21:09 schrieb Gerben Wierda gerben.wie...@rna.nl: I have a couple of \endnotes that are multi-paragraph, but the second and rest paragraphs are not indented, while my text is. I tried adding \indenting[yes] to them explicitly, but that is apparently not enough. How can I

[NTG-context] math \prime with subscripts

2014-09-21 Thread Yuri Teixeira
Hi is there a way for \prime not get smaller when used with sub/superscripts? Or realigned somehow? Without font changes would be nice. \starttext \startformula \frac13T\prime_{rs}T\prime_{st}T\prime_{tr} \stopformula \startformula \frac13T_{rs}\prime T_{st}\prime T_{tr}\prime \stopformula