summaryrefslogtreecommitdiff
path: root/Build/source/utils/xpdfopen/README
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-01-30 09:24:54 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-01-30 09:24:54 +0000
commitc4df10eeca45a96ab5afe11aba9018ab4ffc773a (patch)
tree8dc461c9f5db8ee0b7820f9e13a0421a951e7a41 /Build/source/utils/xpdfopen/README
parentee461d9ba36cc6f3b22d7f7015a37bf8da8dfd34 (diff)
xpdfopen 0.83
git-svn-id: svn://tug.org/texlive/trunk@25236 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xpdfopen/README')
-rw-r--r--Build/source/utils/xpdfopen/README12
1 files changed, 8 insertions, 4 deletions
diff --git a/Build/source/utils/xpdfopen/README b/Build/source/utils/xpdfopen/README
index 03595663786..6d0e35b29ef 100644
--- a/Build/source/utils/xpdfopen/README
+++ b/Build/source/utils/xpdfopen/README
@@ -1,5 +1,5 @@
---------------------------------------------------------------------------
-xpdfopen 0.82 - Send open/close commands to Acrobat Reader, xpdf and evince
+xpdfopen 0.83 - Send open/close commands to Acrobat Reader, xpdf and evince
---------------------------------------------------------------------------
This is a Linux (X11) implementation of Fabrice Popineau's pdfclose/
@@ -30,13 +30,17 @@ Version 0.81 adds an implementation for evince.
Version 0.82 adds a man page and -v/--version options for pdfopen.
+Version 0.83 adds the -r/-reset_focus option for pdfopen.
+
+
The AR command lines do not behave precisely the same as under Windows,
because the Linux Reader behaves somewhat differently: it is not
scriptable, but it is possible to 'fake' key-presses.
pdfopen has the following call sequence:
- pdfopen [-viewer <ar9|ar9-tab|ar8|ar7|ar5|xpdf|evince>] <pdf file name>
+ pdfopen [-r|-reset_focus] \
+ [-viewer <ar9|ar9-tab|ar8|ar7|ar5|xpdf|evince>] <pdf file name>
The 'ar9' version uses the '-openInNewInstance' option, the 'ar9-tab'
version does not (so if there is already an AR9 window open, a new tab
will be opened in that window).
@@ -48,7 +52,7 @@ This program closes an existing AR5, AR7, AR8, AR9, xpdf or evince window
displaying the given PDF file.
-Version 0.82 compiles on Linux (Slackware64 13.1, anyway) with
+Version 0.83 compiles on Linux (Slackware64 13.37, anyway) with
the following command:
gcc -Wall pdfopen.c sendx.c utils.c -o pdfopen -lX11 -s
should you not want to go through the process of creating and running
@@ -58,7 +62,7 @@ a configure program.
Taco Hoekwater <taco@metatex.org> (Version(s) up to 0.61)
Dordrecht, The Netherlands, December 2008.
-Jim Diamond <jim.diamond@acadiau.ca> (Version 0.80, 0.81 and 0.82)
+Jim Diamond <jim.diamond@acadiau.ca> (Version 0.80, 0.81, 0.82 and 0.83)
Acadia University, Wolfville, Nova Scotia, Canada; May 2011.