ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* TOC: alternative=c not working?
@ 2012-03-05  7:40 Procházka Lukáš Ing. - Pontex s. r. o.
  2012-03-05 20:30 ` Wolfgang Schuster
  0 siblings, 1 reply; 4+ messages in thread
From: Procházka Lukáš Ing. - Pontex s. r. o. @ 2012-03-05  7:40 UTC (permalink / raw)
  To: ConTeXt

[-- Attachment #1: Type: text/plain, Size: 702 bytes --]

Hello,

the following sample doesn't give the dotted style (#.# Name ........ page) of the TOC - dots are missing:

---- t-TOC.mkiv
\setupcombinedlist[content][alternative=c]

\starttext
   \completecontent
   \page

   \section{Sec}
     \subsection{SSec}
       \subsubsection{SSSec}

         \input knuth
\stoptext
----

My fault or something is broken or a new approach?

NB: ConTeXt  ver: 2012.03.02 22:35 MKIV  fmt: 2012.3.5  int: english/english

Best regards,

Lukas


-- 
Ing. Lukáš Procházka [mailto:LPr@pontex.cz]
Pontex s. r. o.      [mailto:pontex@pontex.cz] [http://www.pontex.cz]
Bezová 1658
147 14 Praha 4

Tel: +420 244 062 238
Fax: +420 244 461 038

[-- Attachment #2: t-TOC.mkiv --]
[-- Type: application/octet-stream, Size: 193 bytes --]

\setupcombinedlist[content][alternative=c]

\starttext
  \completecontent
  \page

  \section{Sec}
    \subsection{SSec}
      \subsubsection{SSSec}

        \input knuth
\stoptext

[-- Attachment #3: t-TOC.pdf --]
[-- Type: application/pdf, Size: 12440 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] 4+ messages in thread

* Re: TOC: alternative=c not working?
  2012-03-05  7:40 TOC: alternative=c not working? Procházka Lukáš Ing. - Pontex s. r. o.
@ 2012-03-05 20:30 ` Wolfgang Schuster
  2012-03-06  7:43   ` Procházka Lukáš Ing. - Pontex s. r. o.
  2012-03-06  8:44   ` Hans Hagen
  0 siblings, 2 replies; 4+ messages in thread
From: Wolfgang Schuster @ 2012-03-05 20:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 05.03.2012 um 08:40 schrieb Procházka Lukáš Ing. - Pontex s. r. o.:

> Hello,
> 
> the following sample doesn't give the dotted style (#.# Name ........ page) of the TOC - dots are missing:
> 
> ---- t-TOC.mkiv
> \setupcombinedlist[content][alternative=c]
> 
> \starttext
>  \completecontent
>  \page
> 
>  \section{Sec}
>    \subsection{SSec}
>      \subsubsection{SSSec}
> 
>        \input knuth
> \stoptext
> ----
> 
> My fault or something is broken or a new approach?

Use \setuplist[section,…][alternative=c].

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
___________________________________________________________________________________

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

* Re: TOC: alternative=c not working?
  2012-03-05 20:30 ` Wolfgang Schuster
@ 2012-03-06  7:43   ` Procházka Lukáš Ing. - Pontex s. r. o.
  2012-03-06  8:44   ` Hans Hagen
  1 sibling, 0 replies; 4+ messages in thread
From: Procházka Lukáš Ing. - Pontex s. r. o. @ 2012-03-06  7:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users

... That is! Thank you.

Lukas


On Mon, 05 Mar 2012 21:30:57 +0100, Wolfgang Schuster <schuster.wolfgang@googlemail.com> wrote:

>
> Am 05.03.2012 um 08:40 schrieb Procházka Lukáš Ing. - Pontex s. r. o.:
>
>> Hello,
>>
>> the following sample doesn't give the dotted style (#.# Name ........ page) of the TOC - dots are missing:
>>
>> ---- t-TOC.mkiv
>> \setupcombinedlist[content][alternative=c]
>>
>> \starttext
>>  \completecontent
>>  \page
>>
>>  \section{Sec}
>>    \subsection{SSec}
>>      \subsubsection{SSSec}
>>
>>        \input knuth
>> \stoptext
>> ----
>>
>> My fault or something is broken or a new approach?
>
> Use \setuplist[section,…][alternative=c].
>
> Wolfgang


-- 
Ing. Lukáš Procházka [mailto:LPr@pontex.cz]
Pontex s. r. o.      [mailto:pontex@pontex.cz] [http://www.pontex.cz]
Bezová 1658
147 14 Praha 4

Tel: +420 244 062 238
Fax: +420 244 461 038

___________________________________________________________________________________
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] 4+ messages in thread

* Re: TOC: alternative=c not working?
  2012-03-05 20:30 ` Wolfgang Schuster
  2012-03-06  7:43   ` Procházka Lukáš Ing. - Pontex s. r. o.
@ 2012-03-06  8:44   ` Hans Hagen
  1 sibling, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2012-03-06  8:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 5-3-2012 21:30, Wolfgang Schuster wrote:
>
> Am 05.03.2012 um 08:40 schrieb Procházka Lukáš Ing. - Pontex s. r. o.:
>
>> Hello,
>>
>> the following sample doesn't give the dotted style (#.# Name ........ page) of the TOC - dots are missing:
>>
>> ---- t-TOC.mkiv
>> \setupcombinedlist[content][alternative=c]
>>
>> \starttext
>>   \completecontent
>>   \page
>>
>>   \section{Sec}
>>     \subsection{SSec}
>>       \subsubsection{SSSec}
>>
>>         \input knuth
>> \stoptext
>> ----
>>
>> My fault or something is broken or a new approach?
>
> Use \setuplist[section,…][alternative=c].

in the latest beta the alternative option works but not other settings 
(like width) as they are rather list specific

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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] 4+ messages in thread

end of thread, other threads:[~2012-03-06  8:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-05  7:40 TOC: alternative=c not working? Procházka Lukáš Ing. - Pontex s. r. o.
2012-03-05 20:30 ` Wolfgang Schuster
2012-03-06  7:43   ` Procházka Lukáš Ing. - Pontex s. r. o.
2012-03-06  8:44   ` Hans Hagen

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