Hi Steffen, hi all, I've got the same problem too with TOC (and other lists). Additionally are tables unintentionally indented when they contain local footnotes. Could this be connected with the indentation of TOC etc.? Greetings Albrecht On Tue, 1 Mar 2005, Steffen Wolfrum wrote:
Hi,
while looking closer at the result of typesetting an older (Nov. 2004) document with todays pdfeTeX and context stuff I noticed that the layout of my TOC changed:
Normally I write all setups in a SetupEnvironment file that is loaded at the beginning of a project structure. Like this:
\startproject WLTHR_1 \environment SetupEnvironment_WLTHR \startfrontmatter \component Kapitel/Titelei \component Kapitel/Vorwort \completecontent \stopfrontmatter \startbodymatter \component Kapitel/Kap_1 \component Kapitel/Kap_2 \component Kapitel/Kap_3 \component Kapitel/Kap_4 \component Kapitel/Kap_5 \stopbodymatter \startbackmatter \component Kapitel/Katalog \component Kapitel/Literatur \stopbackmatter \stopproject
But as in SetupEnvironment also \setupindenting is set, now the TOC gets this indenting too! Once (2004, before pdfeTeX 1.20 ?) this didn't affect the generated \completecontent - only the real \component files.
Is this change known? Are there more differences like this, so one knows what to look for when typesetting older documents with new TeX (ConTeXt?) files?
Steffen
A minimal test looks like this:
\starttext \showframe \showgrid \definecombinedlist[content] [chapter,section][level=section] \setupindenting[30pt]% <---------------- \completecontent% <--------------- %\setupindenting[30pt]% <---------------- \chapter{Kapitel} text \section{Unterkapitel} text \section{Unterkapitel} text \stoptext _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context