From 459474a2a01eab661697f3ca5b19a0e2e6f10406 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 18 Sep 2007 13:36:22 +0000 Subject: jacow paper size git-svn-id: svn://tug.org/texlive/trunk@4970 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/dvipsk/config.ps | 12 ++++++++++++ Master/texmf/dvips/config/config.ps | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/Build/source/texk/dvipsk/config.ps b/Build/source/texk/dvipsk/config.ps index 7573a259863..15c6b2a2280 100644 --- a/Build/source/texk/dvipsk/config.ps +++ b/Build/source/texk/dvipsk/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 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 -- cgit v1.2.3