Re: [NTG-context] \definedescription and setupdescription options

2016-03-06 Thread Alan BRASLAU
On Fri, 4 Mar 2016 16:52:12 +0100
Wolfgang Schuster  wrote:

> 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
___
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
___

Re: [NTG-context] \definedescription and setupdescription options

2016-03-04 Thread Jan U. Hasecke
Am 04.03.2016 um 20:00 schrieb Wolfgang Schuster:
> No, because I used a local version of the interface file where I added
> missing entries but it isn’t finished yet.

Wonderful. I love this feature. I am eagerly looking forward to see it
released.

Thanks!
juh
___
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
___

Re: [NTG-context] \definedescription and setupdescription options

2016-03-04 Thread Wolfgang Schuster

Jan U. Hasecke 
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
___
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
___

Re: [NTG-context] \definedescription and setupdescription options

2016-03-04 Thread Jan U. Hasecke
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
___
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
___

Re: [NTG-context] \definedescription and setupdescription options

2016-03-04 Thread Jan U. Hasecke
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

___
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
___

Re: [NTG-context] \definedescription and setupdescription options

2016-03-04 Thread Wolfgang Schuster

Jan U. Hasecke 
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


descriptions.pdf
Description: Adobe PDF document


enumerations.pdf
Description: Adobe PDF document
___
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
___

Re: [NTG-context] \definedescription and setupdescription options

2016-03-04 Thread Aditya Mahajan

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
___
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
___

[NTG-context] \definedescription and setupdescription options

2016-03-04 Thread Jan U. Hasecke
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
___
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
___