From 5fc0a693ca037d37d815b00c49660c138b332224 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 17 Feb 2008 19:19:05 +0000 Subject: define smallbook paper size git-svn-id: svn://tug.org/texlive/trunk@6661 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/dvipsk/ChangeLog | 4 ++++ Build/source/texk/dvipsk/config.ps | 10 ++++++++++ Master/texmf/dvips/config/config.ps | 10 ++++++++++ 3 files changed, 24 insertions(+) diff --git a/Build/source/texk/dvipsk/ChangeLog b/Build/source/texk/dvipsk/ChangeLog index a7004be363a..5471ff2658c 100644 --- a/Build/source/texk/dvipsk/ChangeLog +++ b/Build/source/texk/dvipsk/ChangeLog @@ -1,3 +1,7 @@ +2008-02-17 Karl Berry + + * config.ps (smallbook): new paper size for Texinfo. + 2008-01-31 Peter Breitenlohner Convert from autoconf-2.13 to autoconf-2.59+: diff --git a/Build/source/texk/dvipsk/config.ps b/Build/source/texk/dvipsk/config.ps index b1d669a0b7d..a399028b100 100644 --- a/Build/source/texk/dvipsk/config.ps +++ b/Build/source/texk/dvipsk/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 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 -- cgit v1.2.3