ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: Context List <ntg-context@ntg.nl>
Subject: Re: goto with external document
Date: Thu, 12 Aug 1999 21:54:18 +0200	[thread overview]
Message-ID: <37B3266A.EBAD58C9@wxs.nl> (raw)
In-Reply-To: <Pine.SGI.4.04.9908121451010.91818-100000@urizen>

Matthew Baker wrote:

> I'm trying to make a PDF file (actually a collection of linked PDF files)
> idiot-proof.  I have a top-level PDF file with links to others.  When you
> click on the others, they close themselves (\goto{....}[CloseDocument]).
> The trouble is, if the user doesn't have Acrobat set up to open links in
> separate windows, the top level document disappears because it's already
> been replaced by the other document.  Anyway around this?  Can you make a
> \goto go to the previous view if it is the only open window and close the
> document otherwise?  Or something similar?  I can't provide two buttons
> because the linked-to document only contains one thing: an image.
> 
> Of course, the user can click on the back arrow instead of clicking on the
> document but that requires a bit of brain and I can't guarrantee the users
> would have that unfortunately.

In spec-fdf.tex search for: 

             {\uppercasestring R /F (#4.pdf)\to\PDFfile}}% /GotoR

and change it into 

             {/NewWindow true \upper.....}}%

maybe that works (untested). If so, I can add it as an option. 

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.nl
-----------------------------------------------------------------


  parent reply	other threads:[~1999-08-12 19:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-08-12 12:57 Matthew Baker
1999-08-12 15:14 ` Tobias Burnus
1999-08-12 19:54 ` Hans Hagen [this message]
1999-08-13  7:16   ` Matthew Baker
1999-08-13  7:39     ` Hans Hagen
1999-08-13  7:56       ` Matthew Baker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=37B3266A.EBAD58C9@wxs.nl \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).