10 Mar
2011
10 Mar
'11
3:26 p.m.
Am 06.03.2011 um 11:56 schrieb Steffen Wolfrum:
Hi,
please run the minimal example attached:
--on page 1 there is section "1.1 one" and you get the header entry "1.1 one" - on page 3 there is still section "1.1 one" and you get the header entry "1.2 one" (<- ?!) - on page 5 there is section "1.2 two" and you get the header entry "1.2 two"
you see the problem? the "getmarking" behaves correctly (one/one/two) while the "headnumber" is confused (1.1/1.2/1.2))!
Is this a bug or am I doing something wrong?
TeX reads always more text than it needs for a page and in your example the “Section 1.2” was seen by TeX when it was building page 3 although it didn’t fit and was postponed till page 4. Wolfgang