diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /dviware/dvibook/README |
Initial commit
Diffstat (limited to 'dviware/dvibook/README')
-rw-r--r-- | dviware/dvibook/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dviware/dvibook/README b/dviware/dvibook/README new file mode 100644 index 0000000000..aee9135ae9 --- /dev/null +++ b/dviware/dvibook/README @@ -0,0 +1,21 @@ +These utilities re-arrange TeX DVI files, creating DVI files as output. + +Dvibook rearranges pages so that the file can be printed as a booklet on a +duplex printer. + +Dvitodvi rearranges pages according to a complex page specification. It can +be used to rearrange for booklet printing, extract odd or even pages, overlay +pages, and many other functions. + +These programs require the Chris Torek's DVI library, which is included in +the SeeTeX distribution, available from a good archive near you. + +AJCD 5/3/92 + + +The relevant parts of the SeeTeX distribution are now included in the tar file +version of this distribution. The full SeeTeX distribution is still available +from ftp.dcs.ed.ac.uk:pub/tex/SeeTeX, among other places. Coming soon; Dvisep, +a colour separator for DVI files. + +AJCD 14/3/94 |