28 May
2012
28 May
'12
4:50 p.m.
It is possible to get the title (either marking or list text) and a link to the next chapter in the footer? Such a style is used in Kindle and I'd like to recreate it. Minimum non-working example \setupfootertexts[][\setups{chapter:next}] \startsetups chapter:next % This does not give me the marking of the next chapter \getmarking[chapter][next] % I'd also like to get a hyperlink to it \stopsetups \starttext \dorecurse{3}{\chapter{Chapter \recurselevel} \input knuth \relax } \stoptext Aditya