diff options
author | Karl Berry <karl@freefriends.org> | 2007-05-16 22:17:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-05-16 22:17:13 +0000 |
commit | 2f01e3477779b4a35d9d5908023cdf0baa92b367 (patch) | |
tree | 268f07fd9144f8d9056740e0c3486df4feb933f4 /Master/texmf/dvips | |
parent | 7d2bb926ea7b528481fb8060d52728ed766c49b2 (diff) |
define sixbynine size
git-svn-id: svn://tug.org/texlive/trunk@4299 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/dvips')
-rw-r--r-- | Master/texmf/dvips/config/config.ps | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/texmf/dvips/config/config.ps b/Master/texmf/dvips/config/config.ps index 05528ca7f02..3c61d47eb91 100644 --- a/Master/texmf/dvips/config/config.ps +++ b/Master/texmf/dvips/config/config.ps @@ -93,6 +93,13 @@ j @+ << /PageSize [594 792] >> setpagedevice @+ %%EndPaperSize +% a common size for printers (in north america). +@ sixbynine 6in 9in +@+ ! %%DocumentPaperSizes: SixByNine +@+ %%BeginPaperSize: SixByNine +@+ << /PageSize [432 648] >> setpagedevice +@+ %%EndPaperSize + @ letter 8.5in 11in @+ ! %%DocumentPaperSizes: Letter @+ %%BeginPaperSize: Letter |