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/doc/support/epspdf/epspdf.texi | |
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/doc/support/epspdf/epspdf.texi')
-rw-r--r-- | Master/texmf-dist/doc/support/epspdf/epspdf.texi | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/support/epspdf/epspdf.texi b/Master/texmf-dist/doc/support/epspdf/epspdf.texi index 25514b8f1ab..02ea8dfaf70 100644 --- a/Master/texmf-dist/doc/support/epspdf/epspdf.texi +++ b/Master/texmf-dist/doc/support/epspdf/epspdf.texi @@ -22,7 +22,7 @@ @hyphenation{epspdf-tk epspdf} @end iftex -@set version 0.5.1 +@set version 0.5.2 @set homepage http://tex.aanhet.net/epspdf/ @setchapternewpage off @@ -254,20 +254,21 @@ coordinate negative. 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. -@example -#!/bin/sh -@var{path_to_epspdf}/epspdf.rb "$@@" -@end example -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. @example "@var{path_to_ruby.exe}" "@var{path_to_epspdf.rb}" %* @end example -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: @@ -285,7 +286,7 @@ epspdf [@var{options}] @var{infile} @var{outfile} Typing @kbd{epspdf --help} gives you the following summary: @example $ 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] |