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

Reply via email to