ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* headers: numberconversion=something or \definestructureconversionset
@ 2011-12-08 10:21 Philipp A.
  2011-12-12 11:25 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Philipp A. @ 2011-12-08 10:21 UTC (permalink / raw)
  To: ConTeXt Mainling List


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

hi list,

i want to make an exercise sheet style. exercises are already correctly
rendered as “*Exercise <1>: <Text>*”, but sub-exercises should simply be
like “*<a>)*”.

what i tried:

\definestructureconversionset[ex][numbers,characters][numbers]
\setupheads[numberconversion=ex]

and

\setuphead[subsection][numberconversion=characters, …]

but i have no idea what i’m doing in the first case and even less idea of
what i’m doing wrong in the second.

documentation would help in both cases, but contextgarden just has some
(for me) incomprehensible examples.

thanks,
philipp

------------------------------

what i’d really love to have is the following commands, but i’ll figure it
out once i have above problem solved.

“\sheet” reads the current sheet number from the file name and gives “*Sheet
<1>*” as title level header.
“\exercise[<descr>]” gives “*Exercise <1>*” without and “*Exercise <1>:
<descr>*” as section level header.
“\subexercise[<descr>]” gives “*<a>)*” without and “*<a>: <descr>)*” with
description as subsection level header.

[-- Attachment #1.2: Type: text/html, Size: 1348 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] 3+ messages in thread

* Re: headers: numberconversion=something or \definestructureconversionset
  2011-12-08 10:21 headers: numberconversion=something or \definestructureconversionset Philipp A.
@ 2011-12-12 11:25 ` Wolfgang Schuster
  2011-12-13 10:40   ` Philipp A.
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2011-12-12 11:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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


Am 08.12.2011 um 11:21 schrieb Philipp A.:

> hi list,
> 
> i want to make an exercise sheet style. exercises are already correctly rendered as “Exercise <1>: <Text>”, but sub-exercises should simply be like “<a>)”.
> 
> what i tried:
> 
> \definestructureconversionset[ex][numbers,characters][numbers]
> \setupheads[numberconversion=ex]

sectionconversionset=…

> and
> 
> \setuphead[subsection][numberconversion=characters, …]

sectionconversion=…

> but i have no idea what i’m doing in the first case and even less idea of what i’m doing wrong in the second.
> 
> documentation would help in both cases, but contextgarden just has some (for me) incomprehensible examples.

For a list with the correct names of the keys look here (the “conversion” in the pdf for \setuphead is wrong but i fixed it in my local version): https://bitbucket.org/wolfs/commands/downloads

Wolfgang

[-- Attachment #1.2: Type: text/html, Size: 1472 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] 3+ messages in thread

* Re: headers: numberconversion=something or \definestructureconversionset
  2011-12-12 11:25 ` Wolfgang Schuster
@ 2011-12-13 10:40   ` Philipp A.
  0 siblings, 0 replies; 3+ messages in thread
From: Philipp A. @ 2011-12-13 10:40 UTC (permalink / raw)
  To: Wolfgang Schuster; +Cc: mailing list for ConTeXt users


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

2011/12/12 Wolfgang Schuster <schuster.wolfgang@googlemail.com>

> Am 08.12.2011 um 11:21 schrieb Philipp A.
>
> hi list,
>
> i want to make an exercise sheet style. exercises are already correctly
> rendered as “*Exercise <1>: <Text>*”, but sub-exercises should simply be
> like “*<a>)*”.
>
> what i tried:
>
> \definestructureconversionset[ex][numbers,characters][numbers]
> \setupheads[numberconversion=ex]
>
>
> sectionconversionset=…
>
> and
>
> \setuphead[subsection][numberconversion=characters, …]
>
>
> sectionconversion=…
>
> but i have no idea what i’m doing in the first case and even less idea of
> what i’m doing wrong in the second.
>
> documentation would help in both cases, but contextgarden just has some
> (for me) incomprehensible examples.
>
>
> For a list with the correct names of the keys look here (the “conversion”
> in the pdf for \setuphead is wrong but i fixed it in my local version):
> https://bitbucket.org/wolfs/commands/downloads
>
> Wolfgang
>

very nice, thanks. i willput it on contextgarden as soon as i figured out
what exactly it does (i.e. how it works together with numbercommand)

[-- Attachment #1.2: Type: text/html, Size: 1915 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] 3+ messages in thread

end of thread, other threads:[~2011-12-13 10:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-08 10:21 headers: numberconversion=something or \definestructureconversionset Philipp A.
2011-12-12 11:25 ` Wolfgang Schuster
2011-12-13 10:40   ` Philipp A.

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).