ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* bug in TOC generation
@ 2014-11-06 17:24 Pablo Rodriguez
  2014-11-06 23:28 ` Hans Hagen
  2014-11-06 23:30 ` Hans Hagen
  0 siblings, 2 replies; 4+ messages in thread
From: Pablo Rodriguez @ 2014-11-06 17:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear list,

using latest beta from 2014.11.06 14:55, TOC is missing from this sample:

\starttext

\title{Sumario}\placelist[part,chapter]

\startfrontmatter
\chapter{Prólogo}

\part{Introducción}

\chapter{\ConTeXt\ y la tipografía digital}
\stopfrontmatter
\stoptext

I think this is a bug.

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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: bug in TOC generation
  2014-11-06 17:24 bug in TOC generation Pablo Rodriguez
@ 2014-11-06 23:28 ` Hans Hagen
  2014-11-08  9:31   ` Pablo Rodriguez
  2014-11-06 23:30 ` Hans Hagen
  1 sibling, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2014-11-06 23:28 UTC (permalink / raw)
  To: ntg-context

On 11/6/2014 6:24 PM, Pablo Rodriguez wrote:
> Dear list,
>
> using latest beta from 2014.11.06 14:55, TOC is missing from this sample:
>
> \starttext
>
> \title{Sumario}\placelist[part,chapter]
>
> \startfrontmatter
> \chapter{Prólogo}
>
> \part{Introducción}
>
> \chapter{\ConTeXt\ y la tipografía digital}
> \stopfrontmatter
> \stoptext
>
> I think this is a bug.
>
> Many thanks for your help,

fixed in next beta (side effect of cleaning up list code)

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

* Re: bug in TOC generation
  2014-11-06 17:24 bug in TOC generation Pablo Rodriguez
  2014-11-06 23:28 ` Hans Hagen
@ 2014-11-06 23:30 ` Hans Hagen
  1 sibling, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2014-11-06 23:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 11/6/2014 6:24 PM, Pablo Rodriguez wrote:
> Dear list,
>
> using latest beta from 2014.11.06 14:55, TOC is missing from this sample:
>
> \starttext
>
> \title{Sumario}\placelist[part,chapter]
>
> \startfrontmatter
> \chapter{Prólogo}
>
> \part{Introducción}
>
> \chapter{\ConTeXt\ y la tipografía digital}
> \stopfrontmatter
> \stoptext
>
> I think this is a bug.
>
> Many thanks for your help,

btw:

\placelist[part,chapter][criterium=all]

can help out

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

* Re: bug in TOC generation
  2014-11-06 23:28 ` Hans Hagen
@ 2014-11-08  9:31   ` Pablo Rodriguez
  0 siblings, 0 replies; 4+ messages in thread
From: Pablo Rodriguez @ 2014-11-08  9:31 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 11/07/2014 12:28 AM, Hans Hagen wrote:
> On 11/6/2014 6:24 PM, Pablo Rodriguez wrote:
>> [...]
>> I think this is a bug.
>>
>> Many thanks for your help,
> 
> fixed in next beta (side effect of cleaning up list code)

Many thanks for the fast fix, Hans.

I’m afraid I discovered another bug in the new beta:

  \definedescription[definition]
  \starttext
  \title{Sumario}\placelist[part,chapter][crierium=all]

  \chapter{Prólogo}

  \definition{Definition}\footnote{Footnote.}.
  \stoptext

Definition and footnote are now part of the TOC.

Could you fix this?

Many thanks for your help again,


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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:[~2014-11-08  9:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-06 17:24 bug in TOC generation Pablo Rodriguez
2014-11-06 23:28 ` Hans Hagen
2014-11-08  9:31   ` Pablo Rodriguez
2014-11-06 23:30 ` 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).