Re: [NTG-context] shortcut to TOC page from any page
On Mon, 28 Feb 2005 12:36:29 +0100, Hans Hagen
VnPenguin wrote:
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.
that's not possible in pdf
oh, So could I use the page number for this link \goto {contents} [contents] ? Could you show me how one can add the link into the page number please. Thank you, Q.
On Mon, 28 Feb 2005 13:17:33 +0000, VnPenguin
On Mon, 28 Feb 2005 12:36:29 +0100, Hans Hagen
wrote: VnPenguin wrote:
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.
that's not possible in pdf
oh,
So could I use the page number for this link \goto {contents} [contents] ? Could you show me how one can add the link into the page number please.
Found myself : \def\mypagenum#1{\goto{#1}[tocrefpage]} \setuppagenumbering [left={--~},right={~--},command=\mypagenum] So I'm happy with this solution :) Thanks Hans & all, Q.
participants (1)
-
VnPenguin