28 Feb
2005
28 Feb
'05
11:46 a.m.
On Mon, 28 Feb 2005 11:26:32 +0100, Hans Hagen
VnPenguin wrote:
Hi, I would like to make a "shortcut" to TOC page in my document. The idea is from any page of the doc when I do this shortcut (keyboard or mouse) I return to the TOC.
Anyone know if there is a way to do this in ConTeXt ?
all lists automatically generate a reference, so
\goto {contents} [contents]
should work
So I have to create a link named "contents" in every pages ? I would like have, if possible, a shortcut keyboard (Ctl-x ?) or mouse (double click ?) in order to return to TOC page without additional link in every pages. Thank you, Q.