ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \definedescription and setupdescription options
@ 2016-03-04 15:25 Jan U. Hasecke
  2016-03-04 15:49 ` Aditya Mahajan
  2016-03-04 15:52 ` Wolfgang Schuster
  0 siblings, 2 replies; 8+ messages in thread
From: Jan U. Hasecke @ 2016-03-04 15:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: \definedescription and setupdescription options
  2016-03-04 15:25 \definedescription and setupdescription options Jan U. Hasecke
@ 2016-03-04 15:49 ` Aditya Mahajan
  2016-03-04 18:36   ` Jan U. Hasecke
  2016-03-04 15:52 ` Wolfgang Schuster
  1 sibling, 1 reply; 8+ messages in thread
From: Aditya Mahajan @ 2016-03-04 15:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: \definedescription and setupdescription options
  2016-03-04 15:25 \definedescription and setupdescription options Jan U. Hasecke
  2016-03-04 15:49 ` Aditya Mahajan
@ 2016-03-04 15:52 ` Wolfgang Schuster
  2016-03-04 18:29   ` Jan U. Hasecke
  2016-03-06 22:17   ` Alan BRASLAU
  1 sibling, 2 replies; 8+ messages in thread
From: Wolfgang Schuster @ 2016-03-04 15:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1450 bytes --]

> 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

[-- Attachment #1.2: Type: text/html, Size: 3891 bytes --]

[-- Attachment #2: descriptions.pdf --]
[-- Type: application/pdf, Size: 16732 bytes --]

[-- Attachment #3: enumerations.pdf --]
[-- Type: application/pdf, Size: 17498 bytes --]

[-- Attachment #4: Type: text/plain, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: \definedescription and setupdescription options
  2016-03-04 15:52 ` Wolfgang Schuster
@ 2016-03-04 18:29   ` Jan U. Hasecke
  2016-03-04 19:00     ` Wolfgang Schuster
  2016-03-06 22:17   ` Alan BRASLAU
  1 sibling, 1 reply; 8+ messages in thread
From: Jan U. Hasecke @ 2016-03-04 18:29 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: \definedescription and setupdescription options
  2016-03-04 15:49 ` Aditya Mahajan
@ 2016-03-04 18:36   ` Jan U. Hasecke
  0 siblings, 0 replies; 8+ messages in thread
From: Jan U. Hasecke @ 2016-03-04 18:36 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: \definedescription and setupdescription options
  2016-03-04 18:29   ` Jan U. Hasecke
@ 2016-03-04 19:00     ` Wolfgang Schuster
  2016-03-04 19:07       ` Jan U. Hasecke
  0 siblings, 1 reply; 8+ messages in thread
From: Wolfgang Schuster @ 2016-03-04 19:00 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 642 bytes --]

> 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

[-- Attachment #1.2: Type: text/html, Size: 1924 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: \definedescription and setupdescription options
  2016-03-04 19:00     ` Wolfgang Schuster
@ 2016-03-04 19:07       ` Jan U. Hasecke
  0 siblings, 0 replies; 8+ messages in thread
From: Jan U. Hasecke @ 2016-03-04 19:07 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: \definedescription and setupdescription options
  2016-03-04 15:52 ` Wolfgang Schuster
  2016-03-04 18:29   ` Jan U. Hasecke
@ 2016-03-06 22:17   ` Alan BRASLAU
  1 sibling, 0 replies; 8+ messages in thread
From: Alan BRASLAU @ 2016-03-06 22:17 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, 4 Mar 2016 16:52:12 +0100
Wolfgang Schuster <schuster.wolfgang@gmail.com> 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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-03-06 22:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-04 15:25 \definedescription and setupdescription options Jan U. Hasecke
2016-03-04 15:49 ` Aditya Mahajan
2016-03-04 18:36   ` Jan U. Hasecke
2016-03-04 15:52 ` Wolfgang Schuster
2016-03-04 18:29   ` Jan U. Hasecke
2016-03-04 19:00     ` Wolfgang Schuster
2016-03-04 19:07       ` Jan U. Hasecke
2016-03-06 22:17   ` Alan BRASLAU

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).