diff options
author | Karl Berry <karl@freefriends.org> | 2007-09-18 13:36:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-09-18 13:36:22 +0000 |
commit | 459474a2a01eab661697f3ca5b19a0e2e6f10406 (patch) | |
tree | acea1576906e817d5b0ad81b32e4888ccb6b49b3 /Master/texmf/dvips | |
parent | 4dd2d1e9b6d1eb9bbe5aad0c7278c2dbca879459 (diff) |
jacow paper size
git-svn-id: svn://tug.org/texlive/trunk@4970 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/dvips')
-rw-r--r-- | Master/texmf/dvips/config/config.ps | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf/dvips/config/config.ps b/Master/texmf/dvips/config/config.ps index 7573a259863..15c6b2a2280 100644 --- a/Master/texmf/dvips/config/config.ps +++ b/Master/texmf/dvips/config/config.ps @@ -100,6 +100,18 @@ j @+ ifelse @+ %%EndPaperSize +% The jacow paper size is the smaller of letter and a4 in both +% dimensions, and can therefore hopefully be printed on either paper +% size. As far as we know, Volker Schaa first used it for the JACOW +% conference proceedings that he produced. +@ jacow 210mm 11in +@+ ! %%DocumentPaperSizes: jacow +@+ %%BeginPaperSize: jacow +@+ /setpagedevice where +@+ { pop << /PageSize [595 792] >> setpagedevice } +@+ if +@+ %%EndPaperSize + @ halfexecutive 133mm 184mm @+ ! %%DocumentPaperSizes: halfexecutive @+ %%BeginPaperSize: halfexecutive |