diff options
author | Karl Berry <karl@freefriends.org> | 2008-02-17 19:19:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-02-17 19:19:05 +0000 |
commit | 5fc0a693ca037d37d815b00c49660c138b332224 (patch) | |
tree | d9251a91004fdc91fa0748960ab707f734a82af1 /Master/texmf | |
parent | 72e6c44a6667e4b50a0e11d500dd6c71e50dc88d (diff) |
define smallbook paper size
git-svn-id: svn://tug.org/texlive/trunk@6661 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rw-r--r-- | Master/texmf/dvips/config/config.ps | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf/dvips/config/config.ps b/Master/texmf/dvips/config/config.ps index a404e923c42..812c13910e4 100644 --- a/Master/texmf/dvips/config/config.ps +++ b/Master/texmf/dvips/config/config.ps @@ -112,6 +112,16 @@ j @+ if @+ %%EndPaperSize +% The smallbook paper size has been used by the Free Software Foundation +% to print manuals for many years, and is part of Texinfo. +@ smallbook 7in 9.25in +@+ ! %%DocumentPaperSizes: smallbook +@+ %%BeginPaperSize: smallbook +@+ /setpagedevice where +@+ { pop << /PageSize [504 666] >> setpagedevice } +@+ if +@+ %%EndPaperSize + @ halfexecutive 133mm 184mm @+ ! %%DocumentPaperSizes: halfexecutive @+ %%BeginPaperSize: halfexecutive |