After fixing a stupid MyBug in my project's stucture it works:

\starttext
\mainlanguage[deo]
\definecombinedlist[content][chapter,section]
\setupheadtext [de] [content=Inhaltsverzeichnis]
\completecontent
\definecombinedlist[MyContent][chapter,section]
\setupheadtext [de] [MyContent=Inhaltsübersicht]
\completeMyContent
\chapter{chapter}
\section{section}
\stoptext

Steffen



Am 28.07.2006 um 13:40 schrieb Steffen Wolfrum:

>
> Am 28.07.2006 um 11:52 schrieb Hans Hagen:
>
>> Steffen Wolfrum wrote:
>>> Hi,
>>>
>>> how do I define the title of a combined list?
>>>
>>> -> completecontent has a predefined title (Content or Inhalt):  
>>> how to
>>> change this?
>
> Yes, found this in lang-* :
>
> \setupheadtext [de] [content=Inhaltsverzeichnis]
> \placecombinedlist[content]
>
>>> -> my own defined combined lists don't show any title: where to
>>> define and how to show up?
>>>
>> maybe just use \title{whatever} followed by \placecombinedlist
>
> No, doesn't work.
>
> But when I use the syntax as above
> my own combinedlist (just some sections less than "content") ....
>
> \definecombinedlist[inhaltklein]
> [EbeneNull,EbeneEins,EbeneEinsOhne,EbeneZwei,EbeneZweiOhne]
> \setupcombinedlist[inhaltklein]       
> [alternative=c,aligntitle=no,width=0.5cm]
>
> ... immediately ends up in an error:
>
> ! Missing \endcsname inserted.
> <to be read again>
>                     \@@ihinhaltkleincriterium
> \dosetfilterlevel ...l {\csname \??by \askedlevel
>                                                    \endcsname }\ifx
> \byaskedl...
>
> \dosettoclevel ...alue {#1#2\c!criterium }}\empty
>                                                    \else
> \doifelsevaluenothin...
>
> \doplacecombinedlist ...]\dosettoclevel \??ih {#1}
>                                                    \edef
> \combinedlist {\getv...
> <to be read again>
>                     \startbodymatter
> l.27 \startbodymatter
>
> ?
>
>
> Steffen
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to