diff options
author | Karl Berry <karl@freefriends.org> | 2007-03-18 23:21:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-03-18 23:21:10 +0000 |
commit | 2de40568dcdae9ca14862e3c462f32ceda5f7281 (patch) | |
tree | d06acf5ec7396da1393fa4f7e20b9a144a837188 /Master/texmf | |
parent | 9d568633a8b3dd899ff33f590ccf17a0c0b7027b (diff) |
(screen): 8.25x11 for powerdot.
git-svn-id: svn://tug.org/texlive/trunk@4047 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-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 3d04ee9a182..9a4c2308a6c 100644 --- a/Master/texmf/dvips/config/config.ps +++ b/Master/texmf/dvips/config/config.ps @@ -63,6 +63,13 @@ j @+ 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 |