\definedescription and setupdescription options
Hi all, I am working on a small documentation and today I tried all the options in \definedescription and/or \setupdescriptions to understand what is going on. I have no idea what these options are doing: closecommand titleleft titleright titledistance titlestyle titlecolor headcommand hang inbetween command I could not see any result and found no hint in the documentation. Can anyone shed some light on this? Thank in advance juh -- 13. März 2016: 20. Todestag von Krzysztof Kieślowski Die Wahrheit des Sehens. Der Dekalog von Krzysztof Kieślowski. http://www.amazon.de/dp/1484071433/ Taschenbuch: 264 Seiten
On Fri, 4 Mar 2016, Jan U. Hasecke wrote:
Hi all,
I am working on a small documentation and today I tried all the options in \definedescription and/or \setupdescriptions to understand what is going on.
I have no idea what these options are doing:
closecommand titleleft titleright titledistance titlestyle titlecolor headcommand hang inbetween command
I could not see any result and found no hint in the documentation.
Can anyone shed some light on this?
See: http://www.ntg.nl/maps/36/09.pdf which explains some of these. Aditya
Hi Aditya, Am 04.03.2016 um 16:49 schrieb Aditya Mahajan:
See: http://www.ntg.nl/maps/36/09.pdf which explains some of these.
thank you very much for hinting to this ressources. juh
Jan U. Hasecke mailto:juh+ntg-context@mailbox.org 4. März 2016 um 16:25 Hi all,
I am working on a small documentation and today I tried all the options in \definedescription and/or \setupdescriptions to understand what is going on.
I have no idea what these options are doing:
closecommand \definedescription[testdescription][title=yes,closecommand=\wordright,closesymbol={\symbol[square]}]
\starttext \starttestdescription{Knuth} \input knuth \stoptestdescription \stoptext
titleleft titleright titledistance titlestyle titlecolor The title* keys can only be used with enumerations. headcommand \definedescription[testdescription][title=yes,headcommand=\framed]
\starttext \starttestdescription{Knuth} \input knuth \stoptestdescription \stoptext
hang Works only with “alternative=left” or “alternative=right”.
\definedescription[testdescription][title=yes,hang=2] \starttext \starttestdescription{Knuth} \input knuth \stoptestdescription \stoptext
inbetween Works only with “alternative=top”.
\definedescription[testdescription][title=yes,alternative=top,inbetween={\blank[3*line]}] \starttext \starttestdescription{Knuth} \input knuth \stoptestdescription \stoptext
command This is no valid key for descriptions.
Take a look at the attached files for the valid keys for the description and enumeration environments. Wolfgang
Thank you Wolfgang, your examples are very helpful. Am 04.03.2016 um 16:52 schrieb Wolfgang Schuster:
Take a look at the attached files for the valid keys for the description and enumeration environments.
Did you make the pdf with \showsetup{...}? I am missing setupdescriptions. And I get "MISSING SETUP" when I try \showsetup{setupdescription}. My context installation is: current version: 2016.02.24 11:19 Shall I update to have the newest interface descriptions available? juh
Jan U. Hasecke mailto:juh+ntg-context@mailbox.org 4. März 2016 um 19:29 Thank you Wolfgang,
your examples are very helpful.
Did you make the pdf with \showsetup{...}?
I am missing setupdescriptions. \setupdescriptions is a synonym for the \setupdescription command. And I get "MISSING SETUP" when I try \showsetup{setupdescription}.
My context installation is: current version: 2016.02.24 11:19
Shall I update to have the newest interface descriptions available? No, because I used a local version of the interface file where I added missing entries but it isn’t finished yet.
Wolfgang
On Fri, 4 Mar 2016 16:52:12 +0100
Wolfgang Schuster
Take a look at the attached files for the valid keys for the description and enumeration environments.
I am not managing use of lists of enumerations. \defineenumeration [fact] [list=fact] \starttext \startfact [title=First fact] Many commands in \CONTEXT\ are obvious. \stopfact \placelist [enumeration:fact] [criterium=all] \stoptext does not produce a list. Alan
participants (4)
-
Aditya Mahajan
-
Alan BRASLAU
-
Jan U. Hasecke
-
Wolfgang Schuster