ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Tobias Burnus <burnus@gmx.de>
Subject: Re: What a pain!
Date: Fri, 04 Jun 1999 12:44:42 +0200	[thread overview]
Message-ID: <3757AE1A.5D78738B@gmx.de> (raw)
In-Reply-To: <37577EEB.EE74F786@wxs.nl>

Hi,

> >     David> Is there anyway to leave junk.pdf open in AR4, compile
> >     David> junk.tex to junk.pdf, then have the result displayed in
> >     David> AR4?
> > No. All versions of Reader under Windows behave this way. Linux
> > version is slightly better: there is no lock on the pdf file, so that
> > compiling works, but you still need to close and re-open to get at the
> > new file.
> Maybe this is due to page caching and loading of the reference table. It
> is interesting to see than dvi and ps viewers are better in this.

Well you can browse (under linux) without reloading the file, but only
until AR finds out that the references doesn't fit any more; then you
get an error message, a blank page (or a gray background, the file is 
nethertheless still open).

In Windows there is hook, so you get a WM_<file modified> message, when
a file had been change; under Linux/unix I don't know, but XDVI does
check the file, when the window regets the focus and if it reads from
the file; so all Adobe needs to do is a file date check mechanismus:

if (old_filedate isOlderThan new_filedate)
then old_filedate := new_filedate
     reload_references etc;
     redisplay

Tobias


  reply	other threads:[~1999-06-04 10:44 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-06-04  1:24 David Arnold
1999-06-04  6:53 ` Hans Hagen
1999-06-04 10:44   ` Tobias Burnus
1999-06-04  9:20 ` Taco Hoekwater
1999-06-04  7:23   ` Hans Hagen
1999-06-04 10:44     ` Tobias Burnus [this message]
1999-06-04  9:28 ` Taco Hoekwater
1999-06-04  9:31 ` Taco Hoekwater

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=3757AE1A.5D78738B@gmx.de \
    --to=burnus@gmx.de \
    /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).