summaryrefslogtreecommitdiff
path: root/Master/bin/win32/a5bookle.bat
diff options
context:
space:
mode:
authorStaszek Wawrykiewicz <staw@gust.org.pl>2006-12-18 03:35:02 +0000
committerStaszek Wawrykiewicz <staw@gust.org.pl>2006-12-18 03:35:02 +0000
commitecb7a4e0b6c82b917815412a2589cb3f373f23d4 (patch)
treeea6f22e273116b6777be7fa3f65474ef61ccb06a /Master/bin/win32/a5bookle.bat
parentfbf4a6e8014789c67a381e0b4f05de5bdadbce24 (diff)
old win32 deleted
git-svn-id: svn://tug.org/texlive/trunk@2779 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/win32/a5bookle.bat')
-rwxr-xr-xMaster/bin/win32/a5bookle.bat49
1 files changed, 0 insertions, 49 deletions
diff --git a/Master/bin/win32/a5bookle.bat b/Master/bin/win32/a5bookle.bat
deleted file mode 100755
index 0cae6b918f9..00000000000
--- a/Master/bin/win32/a5bookle.bat
+++ /dev/null
@@ -1,49 +0,0 @@
-@echo off
-REM Given a DVI file, this command file carries out some of the steps
-REM needed to produce an A5 booklet suitable for folding and stapling.
-REM It is assumed the user has set up a page format suitable for A5 paper.
-REM The fancy pagination is done by Tom Rokicki's DVIDVI program.
-REM Note that 148mm = A5 width = half A4 height.
-REM
-REM We assume that the following symbols have been defined:
-REM a5booklet :== @disk$utils:[utilities.tex.dvidvi]a5booklet
-REM dvidvi :== $disk$utils:[utilities.tex.dvidvi]dvidvi
-REM
-if not "%1" == "" goto :file_given
-echo.
-echo.
-echo Usage: a5booklet file[.dvi]
-echo.
-goto :exit
-
-:file_given
-dvidvi -m 4:-1,2(148mm,0mm) %1 part1
-dvidvi -m 4:-3,0(148mm,0mm) %1 part2
-REM
-REM Now explain how to preview or PSPRINT the new DVI files.
-REM
-echo.
-echo.
-echo PART1.DVI and PART2.DVI have been created; each part contains the pages that
-echo must be printed on the same side of the paper. In both parts, each A4 page
-echo contains two side-by-side A5 pages from your original document.
-echo.
-echo To preview these DVI files you need to tell DVISCR to display each page
-echo in a landscaped orientation; for example:
-echo.
-echo $ dviscr part1
-echo.
-echo To create an A5 booklet suitable for folding and stapling, carry out the
-echo following steps (assuming you are using a LaserWriter):
-echo.
-echo 1. $ psprint /land /nobanner /notify part1
-echo 2. When this job has finished, take the output and put it back into
-echo the input cassette without changing the orientation in any way.
-echo 3. $ psprint /land part2
-echo 4. Depending on the number of pages, the final output may not be collated.
-echo You may need to change the placement of the bottom sheet(s).
-echo.
-echo.
-
-:exit
-