missing command and wrong lists (index, ToC) in MkIV
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)
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
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)
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 -----------------------------------------------------------------
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)
participants (3)
-
Hans Hagen
-
Henning Hraban Ramm
-
Wolfgang Schuster