ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* missing command and wrong lists (index, ToC) in MkIV
@ 2009-04-19 21:32 Henning Hraban Ramm
  2009-04-19 21:51 ` Wolfgang Schuster
  2009-04-20  6:31 ` Hans Hagen
  0 siblings, 2 replies; 5+ messages in thread
From: Henning Hraban Ramm @ 2009-04-19 21:32 UTC (permalink / raw)
  To: mailing ConTeXt users list for

With the latest beta, ConTeXt doesn't know "\setupsectionblock" any more
(don't know if it actually worked before, but ConTeXt didn't complain).

Previously the lists stuff (ToC) didn't work, but that seems fixed now.
But indexes are still a mess: Instead of page numbers I get some  
strange entries like "62.13.13", where the entry is on page 12:

"""
Inhalt 1.3.3, 2.4.4, 3.5.5, 4.6.6, 5.8.8, 6.9.9,
61.10.10, 62.12.12, 63.14.14, 64.15.15, 65.16.16,
66.17.17, 67.18.18, 68.20.20, 69.21.21, 1.23.23
Allen die willen naar Island gaan 4.7.7
Der Störtebeker 65.16.16
There were two lofty ships 62.13.13
"""

This setup worked before:

\def\TitelFrame#1{%
	\framed[width=\textwidth,
		height=7.5mm,
		frame=off,
		align={right,high},
		after={}, before={}]%
	{\index{#1}\tfa #1}}
\setuphead[Titel][page=yes, number=no, deeptextcommand=\TitelFrame]

I.e. \Titel{Blah} should output the title "Blah" and also write it to  
the index.
Instead I those entries seem collected in a "Inhalt" entry - I guess  
that's somehow caused by my combined list "inhalt":

\definecombinedlist	[inhalt]
			[Titel, TitelKlein, TitelNoPage]
			[level=Titel, placehead=yes, criterium=all,
			alternative=b, offset=none]
\setupcombinedlist  [inhalt] [partnumber=no]


What can I do?


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: missing command and wrong lists (index, ToC) in MkIV
  2009-04-19 21:32 missing command and wrong lists (index, ToC) in MkIV Henning Hraban Ramm
@ 2009-04-19 21:51 ` Wolfgang Schuster
  2009-04-19 22:37   ` Henning Hraban Ramm
  2009-04-20  6:31 ` Hans Hagen
  1 sibling, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2009-04-19 21:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 19.04.2009 um 23:32 schrieb Henning Hraban Ramm:

> With the latest beta, ConTeXt doesn't know "\setupsectionblock" any  
> more
> (don't know if it actually worked before, but ConTeXt didn't  
> complain).

\let\setupsectionblock\setupstructureblock

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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: missing command and wrong lists (index, ToC) in MkIV
  2009-04-19 21:51 ` Wolfgang Schuster
@ 2009-04-19 22:37   ` Henning Hraban Ramm
  0 siblings, 0 replies; 5+ messages in thread
From: Henning Hraban Ramm @ 2009-04-19 22:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 2009-04-19 um 23:51 schrieb Wolfgang Schuster:

>> With the latest beta, ConTeXt doesn't know "\setupsectionblock" any  
>> more
>> (don't know if it actually worked before, but ConTeXt didn't  
>> complain).
>
> \let\setupsectionblock\setupstructureblock

Thank you, I simply replaced my few calls, and it works again (at  
least it doesn't complain).


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: missing command and wrong lists (index, ToC) in MkIV
  2009-04-19 21:32 missing command and wrong lists (index, ToC) in MkIV Henning Hraban Ramm
  2009-04-19 21:51 ` Wolfgang Schuster
@ 2009-04-20  6:31 ` Hans Hagen
  2009-04-20 19:14   ` Henning Hraban Ramm
  1 sibling, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2009-04-20  6:31 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Henning Hraban Ramm wrote:
> With the latest beta, ConTeXt doesn't know "\setupsectionblock" any more
> (don't know if it actually worked before, but ConTeXt didn't complain).
> 
> Previously the lists stuff (ToC) didn't work, but that seems fixed now.
> But indexes are still a mess: Instead of page numbers I get some strange 
> entries like "62.13.13", where the entry is on page 12:
> 
> """
> Inhalt 1.3.3, 2.4.4, 3.5.5, 4.6.6, 5.8.8, 6.9.9,
> 61.10.10, 62.12.12, 63.14.14, 64.15.15, 65.16.16,
> 66.17.17, 67.18.18, 68.20.20, 69.21.21, 1.23.23
> Allen die willen naar Island gaan 4.7.7
> Der Störtebeker 65.16.16
> There were two lofty ships 62.13.13
> """

> What can I do?

make a small test file where the funny index shows up;

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: missing command and wrong lists (index, ToC) in MkIV
  2009-04-20  6:31 ` Hans Hagen
@ 2009-04-20 19:14   ` Henning Hraban Ramm
  0 siblings, 0 replies; 5+ messages in thread
From: Henning Hraban Ramm @ 2009-04-20 19:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 2009-04-20 um 08:31 schrieb Hans Hagen:

>> But indexes are still a mess: Instead of page numbers I get some  
>> strange entries like "62.13.13", where the entry is on page 12:
>> """
>> Inhalt 1.3.3, 2.4.4, 3.5.5, 4.6.6, 5.8.8, 6.9.9,
>> 61.10.10, 62.12.12, 63.14.14, 64.15.15, 65.16.16,
>> 66.17.17, 67.18.18, 68.20.20, 69.21.21, 1.23.23
>> Allen die willen naar Island gaan 4.7.7
>> Der Störtebeker 65.16.16
>> There were two lofty ships 62.13.13
>> """
>
>> What can I do?
>
> make a small test file where the funny index shows up;

\starttext
\index{Test}

\completeindex

\stoptext



Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2009-04-20 19:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-19 21:32 missing command and wrong lists (index, ToC) in MkIV Henning Hraban Ramm
2009-04-19 21:51 ` Wolfgang Schuster
2009-04-19 22:37   ` Henning Hraban Ramm
2009-04-20  6:31 ` Hans Hagen
2009-04-20 19:14   ` Henning Hraban Ramm

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