diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2010-12-25 21:28:43 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2010-12-25 21:28:43 +0000 |
commit | 36e0a60868a91490c3a5ab331cf1ce5fd93c8039 (patch) | |
tree | 88f540a92abc756dc8430708d25b7e0b13550b17 /Master/texmf-dist/scripts/epspdf/epspdf.help | |
parent | a291253eb0a578cb1f6c6342a7c26f779baad7af (diff) |
Unix wrapper scripts eliminated
git-svn-id: svn://tug.org/texlive/trunk@20860 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/epspdf/epspdf.help')
-rw-r--r-- | Master/texmf-dist/scripts/epspdf/epspdf.help | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/Master/texmf-dist/scripts/epspdf/epspdf.help b/Master/texmf-dist/scripts/epspdf/epspdf.help index 23c7efe5381..dbd1cd3b93f 100644 --- a/Master/texmf-dist/scripts/epspdf/epspdf.help +++ b/Master/texmf-dist/scripts/epspdf/epspdf.help @@ -1,7 +1,7 @@ Epspdf and epsdftk ****************** -This manual is for epspdf, version 0.5.1. +This manual is for epspdf, version 0.5.2. Copyright (C) 2006, 2008, 2009, 2010 Siep Kroonenberg. @@ -131,16 +131,19 @@ conversions come out slightly clipped. It has two effects: epspdf.rb is the backend of epspdftk, but it can also be used standalone. It shares configuration settings with epspdftk.tcl. -It is strongly recommended to invoke epspdf.rb via a wrapper script -epspdf or epspdf.bat on the search path, e.g. - #!/bin/sh - PATH_TO_EPSPDF/epspdf.rb "$@" -for Unix/Linux/OS X, or +Under Windows, is strongly recommended to invoke epspdf.rb via a +wrapper script epspdf.bat on the search path, e.g. "PATH_TO_RUBY.EXE" "PATH_TO_EPSPDF.RB" %* -for Windows. It is the responsibility of the caller to provide double -quotes. -The TeX Live package for epspdf already includes a wrapper. +The TeX Live package for epspdf already includes wrappers for Windows, +both for epspdf and for epspdftk. + +The first parameter of epspdftk is interpreted as startup directory for +the file browser. + +From version 0.5.2 on, there is no longer need for a wrapper script +under Unix/Linux/Mac OS X; a symlink on the searchpath to the actual +script suffices. Basic usage: @@ -151,7 +154,7 @@ Basic usage: Typing `epspdf --help' gives you the following summary: $ epspdf --help - Epspdf version 0.5.1 + Epspdf version 0.5.2 Copyright (C) 2006, 2008, 2009, 2010 Siep Kroonenberg Convert between [e]ps and pdf formats Usage: epspdf.rb [options] infile [outfile] |