From d8fc29c8d1712d80b8013ad32a302cf2f9748cdf Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 18 Mar 2007 23:23:51 +0000 Subject: add screen, for powerdot git-svn-id: svn://tug.org/texlive/trunk@4048 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/dvipsk/ChangeLog | 4 ++++ Build/source/texk/dvipsk/config.ps | 15 +++++++++++---- 2 files changed, 15 insertions(+), 4 deletions(-) (limited to 'Build') diff --git a/Build/source/texk/dvipsk/ChangeLog b/Build/source/texk/dvipsk/ChangeLog index 32d9fe70faf..c18a72c0030 100644 --- a/Build/source/texk/dvipsk/ChangeLog +++ b/Build/source/texk/dvipsk/ChangeLog @@ -1,3 +1,7 @@ +2007-03-19 Karl Berry + + * config.ps (screen): add this, 8.25x11, for powerdot. (From Akira.) + 2006-12-09 Karl Berry * dvips.texi (Config file paper sizes): best match now. (From Akira.) diff --git a/Build/source/texk/dvipsk/config.ps b/Build/source/texk/dvipsk/config.ps index 6283b23459a..ec7dc6c841b 100644 --- a/Build/source/texk/dvipsk/config.ps +++ b/Build/source/texk/dvipsk/config.ps @@ -1,7 +1,7 @@ * Configuration file for dvips. This file is public domain. * * Default resolution. This needs to be correct. -D 300 +D 600 * * Metafont mode to use to generate bitmap fonts. This needs to be a * mode with the specified resolution. Various hardwired defaults are @@ -10,7 +10,7 @@ D 300 *M modename * * Amount of memory. Not crucial to be exact, if you have a lot. -m 470000 +m 1000000 * * If unspecified, output goes to a file. * To send output via a pipe to a printing program, use something like: @@ -21,7 +21,7 @@ m 470000 * * z1 is "secure", i.e., inhibits execution of `shell commands` in \specials. * Dvips allows this by default. -*z1 +z1 * * Additional default .map files. * p +cmfonts.map @@ -30,7 +30,7 @@ m 470000 * p +eufonts.map * * Last resort bitmap sizes. -R 240 270 300 329 360 432 518 622 746 896 +R 300 600 * * * Paper size information. First definition is the default. @@ -50,6 +50,13 @@ R 240 270 300 329 360 432 518 622 746 896 @+ %letter @+ %%EndPaperSize +% for powerdot +@ screen 8.25in 11in +@+ ! %%DocumentPaperSizes: Screen +@+ %%BeginPaperSize: Screen +@+ << /PageSize [594 792] >> setpagedevice] +@+ %%EndPaperSize + @ legal 8.5in 14in @+ ! %%DocumentPaperSizes: Legal @+ %%BeginPaperSize: Legal -- cgit v1.2.3