ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* how to redefine section headers
@ 2010-12-14 20:34 Philipp A.
  2010-12-14 22:17 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Philipp A. @ 2010-12-14 20:34 UTC (permalink / raw)
  To: ConTeXt Mainling List


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

hi!

i want to achieve the effect i see when using the following code, only in a
semantically correct way (and without defining a \MyHeader macro like in
some examples)

\setuphead[section][numbercommand=\headtext{section}~]
\setupheadtext[de][section=Aufgabe]
\def\task{\section{}}

so if my document looks like

\starttext
\task
\task
\stoptext

this should render to:
Aufgabe 1 Aufgabe 2

(i hope the mailing list delivers html mail)

And maybe somebody knows a cool way to do this:

\starttext
\task
\task[Graphs]
\stoptext

↓↓↓↓
Aufgabe 1 Aufgabe 2: Graphs

thank you!

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

[-- Attachment #2: Type: text/plain, Size: 486 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: how to redefine section headers
  2010-12-14 20:34 how to redefine section headers Philipp A.
@ 2010-12-14 22:17 ` Wolfgang Schuster
  2010-12-14 23:29   ` Philipp A.
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2010-12-14 22:17 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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


Am 14.12.2010 um 21:34 schrieb Philipp A.:

> hi!
> 
> i want to achieve the effect i see when using the following code, only in a semantically correct way (and without defining a \MyHeader macro like in some examples)
> 
> […]
> And maybe somebody knows a cool way to do this:
> 
> \starttext
> \task
> \task[Graphs]
> \stoptext
> ↓↓↓↓
> 
> Aufgabe 1
> 
> Aufgabe 2: Graphs
> 

\setuplabeltext[de][aufgabe={Aufgabe ,}]

\define[1]\TaskCommand
  {\doifsomething{#1}{: #1}}

\definehead[thetask][section]

\setuphead
  [thetask]
  [style=sansbold,
   bodypartlabel=aufgabe,
   distance=0pt,
   deeptextcommand=\TaskCommand]

\definecomplexorsimpleempty\task

\def\complextask[#1]{\thetask{#1}}

\mainlanguage[de]

\starttext
\task
\task[Graphs]
\stoptext

Wolfgang


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

[-- Attachment #2: Type: text/plain, Size: 486 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: how to redefine section headers
  2010-12-14 22:17 ` Wolfgang Schuster
@ 2010-12-14 23:29   ` Philipp A.
  0 siblings, 0 replies; 3+ messages in thread
From: Philipp A. @ 2010-12-14 23:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

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

> \setuplabeltext[de][aufgabe={Aufgabe ,}]
>
> \define[1]\TaskCommand
>   {\doifsomething{#1}{: #1}}
>
> \definehead[thetask][section]
>
> \setuphead
>   [thetask]
>   [style=sansbold,
>    bodypartlabel=aufgabe,
>    distance=0pt,
>    deeptextcommand=\TaskCommand]
>
> \definecomplexorsimpleempty\task
>
> \def\complextask[#1]{\thetask{#1}}
>
> \mainlanguage[de]
>

thank you very much!

this is now officially my favoutite mailing list!

best regards,
philipp

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

[-- Attachment #2: Type: text/plain, Size: 486 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:[~2010-12-14 23:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-14 20:34 how to redefine section headers Philipp A.
2010-12-14 22:17 ` Wolfgang Schuster
2010-12-14 23:29   ` 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).