ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* empty TOC
@ 2013-01-07 13:11 Peter Rolf
  2013-01-07 21:15 ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Rolf @ 2013-01-07 13:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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

Hi,

I get an empty TOC again when compiling the documentation for the drops
module. The entries for the TOC are set in the *.tuc file, but the TOC
in the document stays empty. I tried the "[criterium=all]" option, same
result. A TOC example from the wiki worked, so this time not a general
problem. The *.log and the *.tuc file are attached, source can be sent
off-list.

BTW: archive.contextgarden.net seems to be down


Peter


ConTeXt version: 2012-01-02
luatex version: 0.74

[-- Attachment #2: log_and_tuc.tar.bz2 --]
[-- Type: application/octet-stream, Size: 6991 bytes --]

[-- Attachment #3: 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] 5+ messages in thread

* Re: empty TOC
  2013-01-07 13:11 empty TOC Peter Rolf
@ 2013-01-07 21:15 ` Hans Hagen
  2013-01-07 21:21   ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2013-01-07 21:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 1/7/2013 2:11 PM, Peter Rolf wrote:
> Hi,
>
> I get an empty TOC again when compiling the documentation for the drops
> module. The entries for the TOC are set in the *.tuc file, but the TOC
> in the document stays empty. I tried the "[criterium=all]" option, same
> result. A TOC example from the wiki worked, so this time not a general
> problem. The *.log and the *.tuc file are attached, source can be sent
> off-list.

small test needed

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

* Re: empty TOC
  2013-01-07 21:15 ` Hans Hagen
@ 2013-01-07 21:21   ` Wolfgang Schuster
  2013-01-07 21:28     ` Andreas Mang
  2013-01-07 22:32     ` Hans Hagen
  0 siblings, 2 replies; 5+ messages in thread
From: Wolfgang Schuster @ 2013-01-07 21:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 07.01.2013 um 22:15 schrieb Hans Hagen <pragma@wxs.nl>:

> On 1/7/2013 2:11 PM, Peter Rolf wrote:
>> Hi,
>> 
>> I get an empty TOC again when compiling the documentation for the drops
>> module. The entries for the TOC are set in the *.tuc file, but the TOC
>> in the document stays empty. I tried the "[criterium=all]" option, same
>> result. A TOC example from the wiki worked, so this time not a general
>> problem. The *.log and the *.tuc file are attached, source can be sent
>> off-list.
> 
> small test needed


There is a problem when section blocks are used:

\starttext

\startfrontmatter
\completecontent
\chapter{Intro}
\stopfrontmatter

\startbodymatter
\chapter{One}
\chapter{Two}
\stopbodymatter

\stoptext

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

* Re: empty TOC
  2013-01-07 21:21   ` Wolfgang Schuster
@ 2013-01-07 21:28     ` Andreas Mang
  2013-01-07 22:32     ` Hans Hagen
  1 sibling, 0 replies; 5+ messages in thread
From: Andreas Mang @ 2013-01-07 21:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear Wolfgang,
Dear Hans,

sorry for putting my oar in. I hope you do not mind.

This is true for the bibliography, too (see "no bibliography when using bodymatter/backmatter/"; the example provided there works nicely with ConTeXt  ver: 2012.12.10 23:20 MKIV, which is what I am currently using).

Cheers,
Andreas

Am Jan 7, 2013 um 10:21 PM schrieb Wolfgang Schuster <wolfgang.schuster@gmail.com>:

> 
> Am 07.01.2013 um 22:15 schrieb Hans Hagen <pragma@wxs.nl>:
> 
>> On 1/7/2013 2:11 PM, Peter Rolf wrote:
>>> Hi,
>>> 
>>> I get an empty TOC again when compiling the documentation for the drops
>>> module. The entries for the TOC are set in the *.tuc file, but the TOC
>>> in the document stays empty. I tried the "[criterium=all]" option, same
>>> result. A TOC example from the wiki worked, so this time not a general
>>> problem. The *.log and the *.tuc file are attached, source can be sent
>>> off-list.
>> 
>> small test needed
> 
> 
> There is a problem when section blocks are used:
> 
> \starttext
> 
> \startfrontmatter
> \completecontent
> \chapter{Intro}
> \stopfrontmatter
> 
> \startbodymatter
> \chapter{One}
> \chapter{Two}
> \stopbodymatter
> 
> \stoptext
> 
> 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
> ___________________________________________________________________________________

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

* Re: empty TOC
  2013-01-07 21:21   ` Wolfgang Schuster
  2013-01-07 21:28     ` Andreas Mang
@ 2013-01-07 22:32     ` Hans Hagen
  1 sibling, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2013-01-07 22:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Wolfgang Schuster

On 1/7/2013 10:21 PM, Wolfgang Schuster wrote:
>
> Am 07.01.2013 um 22:15 schrieb Hans Hagen <pragma@wxs.nl>:
>
>> On 1/7/2013 2:11 PM, Peter Rolf wrote:
>>> Hi,
>>>
>>> I get an empty TOC again when compiling the documentation for the drops
>>> module. The entries for the TOC are set in the *.tuc file, but the TOC
>>> in the document stays empty. I tried the "[criterium=all]" option, same
>>> result. A TOC example from the wiki worked, so this time not a general
>>> problem. The *.log and the *.tuc file are attached, source can be sent
>>> off-list.
>>
>> small test needed
>
>
> There is a problem when section blocks are used:
>
> \starttext
>
> \startfrontmatter
> \completecontent
> \chapter{Intro}
> \stopfrontmatter
>
> \startbodymatter
> \chapter{One}
> \chapter{Two}
> \stopbodymatter
>
> \stoptext

ok, a side effect of a new feature ... sectionblock prefixes

\setupbodyfont
   [dejavu]

\starttext

     \startfrontmatter

         \blank \type{criterium=all}             \blank 
\placelist[chapter][criterium=all]
         \blank \type{criterium=frontmatter:all} \blank 
\placelist[chapter][criterium=frontpart:all]
         \blank \type{criterium=bodymatter:all}  \blank 
\placelist[chapter][criterium=bodypart:all]

         \chapter{Intro}
     \stopfrontmatter

     \startbodymatter
         \chapter{One}
         \chapter{Two}
     \stopbodymatter

\stoptext

I'll upload a beta


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

end of thread, other threads:[~2013-01-07 22:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-07 13:11 empty TOC Peter Rolf
2013-01-07 21:15 ` Hans Hagen
2013-01-07 21:21   ` Wolfgang Schuster
2013-01-07 21:28     ` Andreas Mang
2013-01-07 22:32     ` 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).