diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-05-31 10:13:12 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-05-31 10:13:12 +0000 |
commit | 78bb064e66128071dc7b68111598c08428b5588e (patch) | |
tree | 78f2f8a039842d9a9b0be14b954d69a989b9e424 /Build/source/utils/xpdfopen/README | |
parent | 15cca88e2666b7aae4e54112a21cb5c9bc312069 (diff) |
xpdfopen 0.82
git-svn-id: svn://tug.org/texlive/trunk@22702 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xpdfopen/README')
-rw-r--r-- | Build/source/utils/xpdfopen/README | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Build/source/utils/xpdfopen/README b/Build/source/utils/xpdfopen/README index 30742f7822c..03595663786 100644 --- a/Build/source/utils/xpdfopen/README +++ b/Build/source/utils/xpdfopen/README @@ -1,5 +1,5 @@ --------------------------------------------------------------------------- -xpdfopen 0.81 - Send open/close commands to Acrobat Reader, xpdf and evince +xpdfopen 0.82 - Send open/close commands to Acrobat Reader, xpdf and evince --------------------------------------------------------------------------- This is a Linux (X11) implementation of Fabrice Popineau's pdfclose/ @@ -28,9 +28,11 @@ Version 0.80 adds an implementation for AR 9 and xpdf. Version 0.81 adds an implementation for evince. +Version 0.82 adds a man page and -v/--version options 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' keypresses. +scriptable, but it is possible to 'fake' key-presses. pdfopen has the following call sequence: @@ -46,7 +48,7 @@ This program closes an existing AR5, AR7, AR8, AR9, xpdf or evince window displaying the given PDF file. -Version 0.81 compiles on Linux (Slackware64 13.1, anyway) with +Version 0.82 compiles on Linux (Slackware64 13.1, 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 @@ -56,7 +58,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 and 0.81) +Jim Diamond <jim.diamond@acadiau.ca> (Version 0.80, 0.81 and 0.82) Acadia University, Wolfville, Nova Scotia, Canada; May 2011. |