summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/dvips/config
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-07 18:29:49 +0000
committerKarl Berry <karl@freefriends.org>2013-04-07 18:29:49 +0000
commit80b364fa37a748aef4fac9903b0892b1d4961087 (patch)
treeb93e677c5392e1a2805044ccece2f73e5f1a71c0 /Master/texmf-dist/dvips/config
parentb04c2e1a42573e9735547702356c7b9a769a6855 (diff)
texmf -> texmf-dist: dvips
git-svn-id: svn://tug.org/texlive/trunk@29715 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips/config')
-rw-r--r--Master/texmf-dist/dvips/config/alt-rule.pro17
-rw-r--r--Master/texmf-dist/dvips/config/canonex.cfg2
-rw-r--r--Master/texmf-dist/dvips/config/config.bakoma3
-rw-r--r--Master/texmf-dist/dvips/config/config.canonex2
-rw-r--r--Master/texmf-dist/dvips/config/config.cx2
-rw-r--r--Master/texmf-dist/dvips/config/config.deskjet2
-rw-r--r--Master/texmf-dist/dvips/config/config.dvired2
-rw-r--r--Master/texmf-dist/dvips/config/config.epson2
-rw-r--r--Master/texmf-dist/dvips/config/config.ibmvga2
-rw-r--r--Master/texmf-dist/dvips/config/config.ljfour2
-rw-r--r--Master/texmf-dist/dvips/config/config.luc10
-rw-r--r--Master/texmf-dist/dvips/config/config.mbn1
-rw-r--r--Master/texmf-dist/dvips/config/config.mga1
-rw-r--r--Master/texmf-dist/dvips/config/config.mirrorprint6
-rw-r--r--Master/texmf-dist/dvips/config/config.ot22
-rw-r--r--Master/texmf-dist/dvips/config/config.ps604
-rw-r--r--Master/texmf-dist/dvips/config/config.qms2
-rw-r--r--Master/texmf-dist/dvips/config/config.toshiba2
-rw-r--r--Master/texmf-dist/dvips/config/config.unms1
-rw-r--r--Master/texmf-dist/dvips/config/config.xyp1
-rw-r--r--Master/texmf-dist/dvips/config/cx.cfg2
-rw-r--r--Master/texmf-dist/dvips/config/deskjet.cfg2
-rw-r--r--Master/texmf-dist/dvips/config/dfaxhigh.cfg3
-rw-r--r--Master/texmf-dist/dvips/config/dvired.cfg2
-rw-r--r--Master/texmf-dist/dvips/config/epson.cfg2
-rw-r--r--Master/texmf-dist/dvips/config/ibmvga.cfg2
-rw-r--r--Master/texmf-dist/dvips/config/ljfour.cfg2
-rw-r--r--Master/texmf-dist/dvips/config/qms.cfg2
-rw-r--r--Master/texmf-dist/dvips/config/toshiba.cfg2
29 files changed, 685 insertions, 0 deletions
diff --git a/Master/texmf-dist/dvips/config/alt-rule.pro b/Master/texmf-dist/dvips/config/alt-rule.pro
new file mode 100644
index 00000000000..c7fb9443923
--- /dev/null
+++ b/Master/texmf-dist/dvips/config/alt-rule.pro
@@ -0,0 +1,17 @@
+%!
+% Patch by TVZ
+% Makes dvips files draw rules with stroke rather than fill.
+% Makes narrow rules more predictable at low resolutions
+% after distilling to PDF.
+% May have unknown consequences for very thick rules.
+% Tested only with dvips 5.85(k).
+TeXDict begin
+/QV {
+ gsave newpath /ruleY X /ruleX X
+ Rx Ry gt
+ { ruleX ruleY Ry 2 div sub moveto Rx 0 rlineto Ry }
+ { ruleX Rx 2 div add ruleY moveto 0 Ry neg rlineto Rx }
+ ifelse
+ setlinewidth 0 setlinecap stroke grestore
+} bind def
+end
diff --git a/Master/texmf-dist/dvips/config/canonex.cfg b/Master/texmf-dist/dvips/config/canonex.cfg
new file mode 100644
index 00000000000..3d3300ffef2
--- /dev/null
+++ b/Master/texmf-dist/dvips/config/canonex.cfg
@@ -0,0 +1,2 @@
+M canonex
+D 600
diff --git a/Master/texmf-dist/dvips/config/config.bakoma b/Master/texmf-dist/dvips/config/config.bakoma
new file mode 100644
index 00000000000..36cbd116408
--- /dev/null
+++ b/Master/texmf-dist/dvips/config/config.bakoma
@@ -0,0 +1,3 @@
+p +bakomaextra.map
+p +psfonts.cmz
+p +psfonts.amz
diff --git a/Master/texmf-dist/dvips/config/config.canonex b/Master/texmf-dist/dvips/config/config.canonex
new file mode 100644
index 00000000000..3d3300ffef2
--- /dev/null
+++ b/Master/texmf-dist/dvips/config/config.canonex
@@ -0,0 +1,2 @@
+M canonex
+D 600
diff --git a/Master/texmf-dist/dvips/config/config.cx b/Master/texmf-dist/dvips/config/config.cx
new file mode 100644
index 00000000000..1b51d09c57f
--- /dev/null
+++ b/Master/texmf-dist/dvips/config/config.cx
@@ -0,0 +1,2 @@
+M cx
+D 300
diff --git a/Master/texmf-dist/dvips/config/config.deskjet b/Master/texmf-dist/dvips/config/config.deskjet
new file mode 100644
index 00000000000..b173ae26389
--- /dev/null
+++ b/Master/texmf-dist/dvips/config/config.deskjet
@@ -0,0 +1,2 @@
+M deskjet
+D 300
diff --git a/Master/texmf-dist/dvips/config/config.dvired b/Master/texmf-dist/dvips/config/config.dvired
new file mode 100644
index 00000000000..04a9701ea4f
--- /dev/null
+++ b/Master/texmf-dist/dvips/config/config.dvired
@@ -0,0 +1,2 @@
+% The printer offsets the output by this much.
+O 0pt,0pt
diff --git a/Master/texmf-dist/dvips/config/config.epson b/Master/texmf-dist/dvips/config/config.epson
new file mode 100644
index 00000000000..230b86a0263
--- /dev/null
+++ b/Master/texmf-dist/dvips/config/config.epson
@@ -0,0 +1,2 @@
+M epson
+D 240
diff --git a/Master/texmf-dist/dvips/config/config.ibmvga b/Master/texmf-dist/dvips/config/config.ibmvga
new file mode 100644
index 00000000000..3aa6da6c707
--- /dev/null
+++ b/Master/texmf-dist/dvips/config/config.ibmvga
@@ -0,0 +1,2 @@
+M ibmvga
+D 110
diff --git a/Master/texmf-dist/dvips/config/config.ljfour b/Master/texmf-dist/dvips/config/config.ljfour
new file mode 100644
index 00000000000..2cf7bbbe22d
--- /dev/null
+++ b/Master/texmf-dist/dvips/config/config.ljfour
@@ -0,0 +1,2 @@
+M ljfour
+D 600
diff --git a/Master/texmf-dist/dvips/config/config.luc b/Master/texmf-dist/dvips/config/config.luc
new file mode 100644
index 00000000000..58bc2169d85
--- /dev/null
+++ b/Master/texmf-dist/dvips/config/config.luc
@@ -0,0 +1,10 @@
+p +hlce.map
+p +hlcf.map
+p +hlcn.map
+p +hlct.map
+p +hlcw.map
+p +hlh.map
+p +hls.map
+p +hlst.map
+p +hlx.map
+p +hlcm.map
diff --git a/Master/texmf-dist/dvips/config/config.mbn b/Master/texmf-dist/dvips/config/config.mbn
new file mode 100644
index 00000000000..4793f71b241
--- /dev/null
+++ b/Master/texmf-dist/dvips/config/config.mbn
@@ -0,0 +1 @@
+p +mbn.map
diff --git a/Master/texmf-dist/dvips/config/config.mga b/Master/texmf-dist/dvips/config/config.mga
new file mode 100644
index 00000000000..380313c2747
--- /dev/null
+++ b/Master/texmf-dist/dvips/config/config.mga
@@ -0,0 +1 @@
+p +mga.map
diff --git a/Master/texmf-dist/dvips/config/config.mirrorprint b/Master/texmf-dist/dvips/config/config.mirrorprint
new file mode 100644
index 00000000000..c29f44968a3
--- /dev/null
+++ b/Master/texmf-dist/dvips/config/config.mirrorprint
@@ -0,0 +1,6 @@
+% config.mirrorprint: Thomas Esser, 1998, public domain.
+
+% Usage: dvips -Pmirrorprint ...
+% Purpose: print in a mirrored way
+
+h mirr.hd
diff --git a/Master/texmf-dist/dvips/config/config.ot2 b/Master/texmf-dist/dvips/config/config.ot2
new file mode 100644
index 00000000000..d55334e695b
--- /dev/null
+++ b/Master/texmf-dist/dvips/config/config.ot2
@@ -0,0 +1,2 @@
+p +mntz.map
+p +lscy.map
diff --git a/Master/texmf-dist/dvips/config/config.ps b/Master/texmf-dist/dvips/config/config.ps
new file mode 100644
index 00000000000..0d47766406e
--- /dev/null
+++ b/Master/texmf-dist/dvips/config/config.ps
@@ -0,0 +1,604 @@
+% $Id$
+% config.ps - configuration file for dvips.
+% Tomas Rokicki, Thomas Esser, Karl Berry, et al., 1986ff, public domain.
+
+% Memory available. Download the three-line PostScript file:
+% %! Hey, we're PostScript
+% /Times-Roman findfont 30 scalefont setfont 144 432 moveto
+% vmstatus exch sub 40 string cvs show pop showpage
+% to determine this number. (It will be the only thing printed.)
+m 3500000
+
+% Run securely. z2 disables both shell command execution in
+% `\special' and config files (via the `E' option) and opening of any
+% absolute filenames. z1, the default, forbids shell escapes but
+% allows absolute filenames. z0 allows both. The corresponding
+% command line options are -R0|-R1|-R2
+z1
+
+% How to print, maybe with lp instead lpr, etc. If commented-out, output
+% will go into a file by default.
+%o |lpr
+
+% Default resolution of this device, in dots per inch.
+D 600
+X 600
+Y 600
+
+% Metafont mode. (This is completely different from the -M
+% command-line option, which controls whether mktexpk is invoked.)
+% See ../../metafont/misc/modes.mf for a list of mode names. This mode
+% and the D number above must agree, or mktexpk will get confused.
+M ljfour
+
+% Last resort bitmap sizes.
+R 300 600
+
+% Correct printer offset. You can use testpage.tex from the LaTeX
+% distribution to find these numbers.
+O 0pt,0pt
+
+% Bitmap font compression. Results in more compact output files, but
+% sometimes causes trouble. So the default is disabled. Set Z1 to enable
+% this feature.
+Z0
+
+% Partially download Type 1 fonts by default. Only reason not to do
+% this is if you encounter bugs. (Please report them to
+% @email{tex-k@tug.org} if you do.)
+j
+
+% This shows how to add your own map file.
+% Remove the comment and adjust the name:
+% p +myfonts.map
+
+% In the past, the a4size and letterSize definitions did not set the
+% paper size, but we want to set it if we can so that ps2pdf can work
+% properly. So, a4 and a4size, and letter and letterSize, are made
+% identical here, and we prefer the a4/letter names -- texconfig uses them.
+%
+% In the definitions below, if we have setpagedevice, use that.
+% Else if we have the a4 resp. letter operator, use that.
+% Else do nothing to set the page size.
+%
+% If you need to have no paper size stuff in the output at all, e.g., if
+% you are producing a multi-page document for further processing, use
+% -tnopaper (defined at end). (With a single-page document, you can use -E.)
+%
+% emacs-page
+
+@ a4 210mm 297mm
+@+ ! %%DocumentPaperSizes: a4
+@+ %%BeginPaperSize: a4
+@+ /setpagedevice where
+@+ { pop << /PageSize [595 842] >> setpagedevice }
+@+ { /a4 where { pop a4 } if }
+@+ ifelse
+@+ %%EndPaperSize
+
+@ letter 8.5in 11in
+@+ ! %%DocumentPaperSizes: Letter
+@+ %%BeginPaperSize: Letter
+@+ /setpagedevice where
+@+ { pop << /PageSize [612 792] >> setpagedevice }
+@+ { /letter where { pop letter } if }
+@+ ifelse
+@+ %%EndPaperSize
+
+@ a4size 210mm 297mm
+@+ ! %%DocumentPaperSizes: a4
+@+ %%BeginPaperSize: a4
+@+ /setpagedevice where
+@+ { pop << /PageSize [595 842] >> setpagedevice }
+@+ { /a4 where { pop a4 } if }
+@+ ifelse
+@+ %%EndPaperSize
+
+@ letterSize 8.5in 11in
+@+ ! %%DocumentPaperSizes: Letter
+@+ %%BeginPaperSize: Letter
+@+ /setpagedevice where
+@+ { pop << /PageSize [612 792] >> setpagedevice }
+@+ { /letter where { pop letter } if }
+@+ 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
+
+% 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
+@+ /setpagedevice where
+@+ { pop << /PageSize [378 522] >> setpagedevice }
+@+ if
+@+ %%EndPaperSize
+
+@ halfletter 140mm 216mm
+@+ ! %%DocumentPaperSizes: halfletter
+@+ %%BeginPaperSize: halfletter
+@+ /setpagedevice where
+@+ { pop << /PageSize [396 612] >> setpagedevice }
+@+ if
+@+ %%EndPaperSize
+
+@ statement 140mm 216mm
+@+ ! %%DocumentPaperSizes: statement
+@+ %%BeginPaperSize: statement
+@+ /setpagedevice where
+@+ { pop << /PageSize [396 612] >> setpagedevice }
+@+ if
+@+ %%EndPaperSize
+
+@ executive 184mm 267mm
+@+ ! %%DocumentPaperSizes: executive
+@+ %%BeginPaperSize: executive
+@+ /setpagedevice where
+@+ { pop << /PageSize [522 756] >> setpagedevice }
+@+ if
+@+ %%EndPaperSize
+
+% for powerdot
+@ screen 8.25in 11in
+@+ ! %%DocumentPaperSizes: Screen
+@+ %%BeginPaperSize: Screen
+@+ /setpagedevice where
+@+ { pop << /PageSize [594 792] >> setpagedevice }
+@+ if
+@+ %%EndPaperSize
+
+% a common size for printers (in north america).
+@ sixbynine 6in 9in
+@+ ! %%DocumentPaperSizes: SixByNine
+@+ %%BeginPaperSize: SixByNine
+@+ /setpagedevice where
+@+ { pop << /PageSize [432 648] >> setpagedevice }
+@+ if
+@+ %%EndPaperSize
+
+@ quarto 215mm 275mm
+@+ ! %%DocumentPaperSizes: quarto
+@+ %%BeginPaperSize: quarto
+@+ /setpagedevice where
+@+ { pop << /PageSize [610 780] >> setpagedevice }
+@+ if
+@+ %%EndPaperSize
+
+@ note 216mm 279mm
+@+ ! %%DocumentPaperSizes: note
+@+ %%BeginPaperSize: note
+@+ /setpagedevice where
+@+ { pop << /PageSize [612 792] >> setpagedevice }
+@+ if
+@+ %%EndPaperSize
+
+@ folio 216mm 330mm
+@+ ! %%DocumentPaperSizes: folio
+@+ %%BeginPaperSize: folio
+@+ /setpagedevice where
+@+ { pop << /PageSize [612 936] >> setpagedevice }
+@+ if
+@+ %%EndPaperSize
+
+@ legal 8.5in 14in
+@+ ! %%DocumentPaperSizes: Legal
+@+ %%BeginPaperSize: Legal
+@+ /setpagedevice where
+@+ { pop << /PageSize [612 1008] >> setpagedevice }
+@+ if
+@+ %%EndPaperSize
+
+@ 10x14 10in 14in
+@+ ! %%DocumentPaperSizes: 10x14
+@+ %%BeginPaperSize: 10x14
+@+ /setpagedevice where
+@+ { pop << /PageSize [720 1008] >> setpagedevice }
+@+ if
+@+ %%EndPaperSize
+
+@ ledger 17in 11in
+@+ ! %%DocumentPaperSizes: Ledger
+@+ %%BeginPaperSize: Ledger
+@+ /setpagedevice where
+@+ { pop << /PageSize [1224 792] >> setpagedevice }
+@+ if
+@+ %%EndPaperSize
+
+@ tabloid 11in 17in
+@+ ! %%DocumentPaperSizes: Tabloid
+@+ %%BeginPaperSize: Tabloid
+@+ /setpagedevice where
+@+ { pop << /PageSize [792 1224] >> setpagedevice }
+@+ if
+@+ %%EndPaperSize
+
+@ 11x17 11in 17in
+@+ ! %%DocumentPaperSizes: 11x17
+@+ %%BeginPaperSize: 11x17
+@+ /setpagedevice where
+@+ { pop << /PageSize [792 1224] >> setpagedevice }
+@+ if
+@+ %%EndPaperSize
+
+@ a0 841mm 1189mm
+@+ ! %%DocumentPaperSizes: a0
+@+ %%BeginPaperSize: a0
+@+ /setpagedevice where
+@+ { pop << /PageSize [2384 3370] >> setpagedevice }
+@+ { /a0 where { pop a0 } if }
+@+ ifelse
+@+ %%EndPaperSize
+
+@ a1 594mm 841mm
+@+ ! %%DocumentPaperSizes: a1
+@+ %%BeginPaperSize: a1
+@+ /setpagedevice where
+@+ { pop << /PageSize [1684 2384] >> setpagedevice }
+@+ { /a1 where { pop a1 } if }
+@+ ifelse
+@+ %%EndPaperSize
+
+@ a2 420mm 594mm
+@+ ! %%DocumentPaperSizes: a2
+@+ %%BeginPaperSize: a2
+@+ /setpagedevice where
+@+ { pop << /PageSize [1191 1684] >> setpagedevice }
+@+ { /a2 where { pop a2 } if }
+@+ ifelse
+@+ %%EndPaperSize
+
+@ a3 297mm 420mm
+@+ ! %%DocumentPaperSizes: a3
+@+ %%BeginPaperSize: a3
+@+ /setpagedevice where
+@+ { pop << /PageSize [842 1191] >> setpagedevice }
+@+ { /a3 where { pop a3 } if }
+@+ ifelse
+@+ %%EndPaperSize
+
+@ a5 148mm 210mm
+@+ ! %%DocumentPaperSizes: a5
+@+ %%BeginPaperSize: a5
+@+ /setpagedevice where
+@+ { pop << /PageSize [420 595] >> setpagedevice }
+@+ { /a5 where { pop a5 } if }
+@+ ifelse
+@+ %%EndPaperSize
+
+@ a6 105mm 148mm
+@+ ! %%DocumentPaperSizes: a6
+@+ %%BeginPaperSize: a6
+@+ /setpagedevice where
+@+ { pop << /PageSize [298 420] >> setpagedevice }
+@+ { /a6 where { pop a6 } if }
+@+ ifelse
+@+ %%EndPaperSize
+
+@ a7 74mm 105mm
+@+ ! %%DocumentPaperSizes: a7
+@+ %%BeginPaperSize: a7
+@+ /setpagedevice where
+@+ { pop << /PageSize [210 298] >> setpagedevice }
+@+ { /a7 where { pop a7 } if }
+@+ ifelse
+@+ %%EndPaperSize
+
+@ a8 52mm 74mm
+@+ ! %%DocumentPaperSizes: a8
+@+ %%BeginPaperSize: a8
+@+ /setpagedevice where
+@+ { pop << /PageSize [147 210] >> setpagedevice }
+@+ { /a8 where { pop a8 } if }
+@+ ifelse
+@+ %%EndPaperSize
+
+@ a9 37mm 52mm
+@+ ! %%DocumentPaperSizes: a9
+@+ %%BeginPaperSize: a9
+@+ /setpagedevice where
+@+ { pop << /PageSize [105 147] >> setpagedevice }
+@+ { /a9 where { pop a9 } if }
+@+ ifelse
+@+ %%EndPaperSize
+
+@ a10 26mm 37mm
+@+ ! %%DocumentPaperSizes: a10
+@+ %%BeginPaperSize: a10
+@+ /setpagedevice where
+@+ { pop << /PageSize [74 105] >> setpagedevice }
+@+ { /a10 where { pop a10 } if }
+@+ ifelse
+@+ %%EndPaperSize
+
+@ jisb0 1030mm 1456mm
+@+ ! %%DocumentPaperSizes: jisb0
+@+ %%BeginPaperSize: jisb0
+@+ /setpagedevice where
+@+ { pop << /PageSize [2920 4127] >> setpagedevice }
+@+ { /jisb0 where { pop jisb0 } if }
+@+ ifelse
+@+ %%EndPaperSize
+
+@ jisb1 728mm 1030mm
+@+ ! %%DocumentPaperSizes: jisb1
+@+ %%BeginPaperSize: jisb1
+@+ /setpagedevice where
+@+ { pop << /PageSize [2064 2920] >> setpagedevice }
+@+ { /jisb1 where { pop jisb1 } if }
+@+ ifelse
+@+ %%EndPaperSize
+
+@ jisb2 515mm 728mm
+@+ ! %%DocumentPaperSizes: jisb2
+@+ %%BeginPaperSize: jisb2
+@+ /setpagedevice where
+@+ { pop << /PageSize [1460 2064] >> setpagedevice }
+@+ { /jisb2 where { pop jisb2 } if }
+@+ ifelse
+@+ %%EndPaperSize
+
+@ jisb3 364mm 515mm
+@+ ! %%DocumentPaperSizes: jisb3
+@+ %%BeginPaperSize: jisb3
+@+ /setpagedevice where
+@+ { pop << /PageSize [1032 1460] >> setpagedevice }
+@+ { /jisb3 where { pop jisb3 } if }
+@+ ifelse
+@+ %%EndPaperSize
+
+@ jisb4 257mm 364mm
+@+ ! %%DocumentPaperSizes: jisb4
+@+ %%BeginPaperSize: jisb4
+@+ /setpagedevice where
+@+ { pop << /PageSize [729 1032] >> setpagedevice }
+@+ { /jisb4 where { pop jisb4 } if }
+@+ ifelse
+@+ %%EndPaperSize
+
+@ jisb5 182mm 257mm
+@+ ! %%DocumentPaperSizes: jisb5
+@+ %%BeginPaperSize: jisb5
+@+ /setpagedevice where
+@+ { pop << /PageSize [516 729] >> setpagedevice }
+@+ { /jisb5 where { pop jisb5 } if }
+@+ ifelse
+@+ %%EndPaperSize
+
+@ jisb6 128mm 182mm
+@+ ! %%DocumentPaperSizes: jisb6
+@+ %%BeginPaperSize: jisb6
+@+ /setpagedevice where
+@+ { pop << /PageSize [363 516] >> setpagedevice }
+@+ { /jisb6 where { pop jisb6 } if }
+@+ ifelse
+@+ %%EndPaperSize
+
+@ jisb7 91mm 128mm
+@+ ! %%DocumentPaperSizes: jisb7
+@+ %%BeginPaperSize: jisb7
+@+ /setpagedevice where
+@+ { pop << /PageSize [258 363] >> setpagedevice }
+@+ { /jisb7 where { pop jisb7 } if }
+@+ ifelse
+@+ %%EndPaperSize
+
+@ jisb8 64mm 91mm
+@+ ! %%DocumentPaperSizes: jisb8
+@+ %%BeginPaperSize: jisb8
+@+ /setpagedevice where
+@+ { pop << /PageSize [181 258] >> setpagedevice }
+@+ { /jisb8 where { pop jisb8 } if }
+@+ ifelse
+@+ %%EndPaperSize
+
+@ b0 1000mm 1414mm
+@+ ! %%DocumentPaperSizes: b0
+@+ %%BeginPaperSize: b0
+@+ /setpagedevice where
+@+ { pop << /PageSize [2835 4008] >> setpagedevice }
+@+ { /b0 where { pop b0 } if }
+@+ ifelse
+@+ %%EndPaperSize
+
+@ b1 707mm 1000mm
+@+ ! %%DocumentPaperSizes: b1
+@+ %%BeginPaperSize: b1
+@+ /setpagedevice where
+@+ { pop << /PageSize [2004 2835] >> setpagedevice }
+@+ { /b1 where { pop b1 } if }
+@+ ifelse
+@+ %%EndPaperSize
+
+@ b2 500mm 707mm
+@+ ! %%DocumentPaperSizes: b2
+@+ %%BeginPaperSize: b2
+@+ /setpagedevice where
+@+ { pop << /PageSize [1417 2004] >> setpagedevice }
+@+ { /b2 where { pop b2 } if }
+@+ ifelse
+@+ %%EndPaperSize
+
+@ b3 353mm 500mm
+@+ ! %%DocumentPaperSizes: b3
+@+ %%BeginPaperSize: b3
+@+ /setpagedevice where
+@+ { pop << /PageSize [1001 1417] >> setpagedevice }
+@+ { /b3 where { pop b3 } if }
+@+ ifelse
+@+ %%EndPaperSize
+
+@ b4 250mm 353mm
+@+ ! %%DocumentPaperSizes: b4
+@+ %%BeginPaperSize: b4
+@+ /setpagedevice where
+@+ { pop << /PageSize [709 1001] >> setpagedevice }
+@+ { /b4 where { pop b4 } if }
+@+ ifelse
+@+ %%EndPaperSize
+
+@ b5 176mm 250mm
+@+ ! %%DocumentPaperSizes: b5
+@+ %%BeginPaperSize: b5
+@+ /setpagedevice where
+@+ { pop << /PageSize [499 709] >> setpagedevice }
+@+ { /b5 where { pop b5 } if }
+@+ ifelse
+@+ %%EndPaperSize
+
+@ b6 125mm 176mm
+@+ ! %%DocumentPaperSizes: b6
+@+ %%BeginPaperSize: b6
+@+ /setpagedevice where
+@+ { pop << /PageSize [354 499] >> setpagedevice }
+@+ { /b6 where { pop b6 } if }
+@+ ifelse
+@+ %%EndPaperSize
+
+@ c5 162mm 229mm
+@+ ! %%DocumentPaperSizes: c5
+@+ %%BeginPaperSize: c5
+@+ /setpagedevice where
+@+ { pop << /PageSize [459 649] >> setpagedevice }
+@+ { /c5 where { pop c5 } if }
+@+ ifelse
+@+ %%EndPaperSize
+
+@ DL 110mm 220mm
+@+ ! %%DocumentPaperSizes: DL
+@+ %%BeginPaperSize: DL
+@+ /setpagedevice where
+@+ { pop << /PageSize [312 624] >> setpagedevice }
+@+ if
+@+ %%EndPaperSize
+
+@ Comm10 105mm 241mm
+@+ ! %%DocumentPaperSizes: Comm10
+@+ %%BeginPaperSize: Comm10
+@+ /setpagedevice where
+@+ { pop << /PageSize [297 684] >> setpagedevice }
+@+ if
+@+ %%EndPaperSize
+
+@ Monarch 98.4mm 190.5mm
+@+ ! %%DocumentPaperSizes: Monarch
+@+ %%BeginPaperSize: Monarch
+@+ /setpagedevice where
+@+ { pop << /PageSize [279 540] >> setpagedevice }
+@+ if
+@+ %%EndPaperSize
+
+@ archE 36in 48in
+@+ ! %%DocumentPaperSizes: archE
+@+ %%BeginPaperSize: archE
+@+ /setpagedevice where
+@+ { pop << /PageSize [2592 3456] >> setpagedevice }
+@+ if
+@+ %%EndPaperSize
+
+@ archD 24in 36in
+@+ ! %%DocumentPaperSizes: archD
+@+ %%BeginPaperSize: archD
+@+ /setpagedevice where
+@+ { pop << /PageSize [1728 2592] >> setpagedevice }
+@+ if
+@+ %%EndPaperSize
+
+@ archC 18in 24in
+@+ ! %%DocumentPaperSizes: archC
+@+ %%BeginPaperSize: archC
+@+ /setpagedevice where
+@+ { pop << /PageSize [1296 1728] >> setpagedevice }
+@+ if
+@+ %%EndPaperSize
+
+@ archB 12in 18in
+@+ ! %%DocumentPaperSizes: archB
+@+ %%BeginPaperSize: archB
+@+ /setpagedevice where
+@+ { pop << /PageSize [864 1296] >> setpagedevice }
+@+ if
+@+ %%EndPaperSize
+
+@ archA 9in 12in
+@+ ! %%DocumentPaperSizes: archA
+@+ %%BeginPaperSize: archA
+@+ /setpagedevice where
+@+ { pop << /PageSize [648 864] >> setpagedevice }
+@+ if
+@+ %%EndPaperSize
+
+@ flsa 216mm 330.2mm
+@+ ! %%DocumentPaperSizes: flsa
+@+ %%BeginPaperSize: flsa
+@+ /setpagedevice where
+@+ { pop << /PageSize [612 936] >> setpagedevice }
+@+ if
+@+ %%EndPaperSize
+
+@ flse 216mm 330.2mm
+@+ ! %%DocumentPaperSizes: flse
+@+ %%BeginPaperSize: flse
+@+ /setpagedevice where
+@+ { pop << /PageSize [612 936] >> setpagedevice }
+@+ if
+@+ %%EndPaperSize
+
+@ csheet 431.8mm 558.8mm
+@+ ! %%DocumentPaperSizes: csheet
+@+ %%BeginPaperSize: csheet
+@+ /setpagedevice where
+@+ { pop << /PageSize [1224 1584] >> setpagedevice }
+@+ if
+@+ %%EndPaperSize
+
+@ dsheet 558.8mm 863.6mm
+@+ ! %%DocumentPaperSizes: dsheet
+@+ %%BeginPaperSize: dsheet
+@+ /setpagedevice where
+@+ { pop << /PageSize [1584 2448] >> setpagedevice }
+@+ if
+@+ %%EndPaperSize
+
+@ esheet 863.6mm 1117.6mm
+@+ ! %%DocumentPaperSizes: esheet
+@+ %%BeginPaperSize: esheet
+@+ /setpagedevice where
+@+ { pop << /PageSize [2448 3168] >> setpagedevice }
+@+ if
+@+ %%EndPaperSize
+
+% use -t unknown with a \special{papersize=...} for a nonstandard page size.
+@ unknown 0in 0in
+@+ % dvips-unknown
+@+ statusdict /setpageparams known { hsize vsize 0 1 statusdict begin {
+@+ setpageparams } stopped end } { true } ifelse { statusdict /setpage known
+@+ { hsize vsize 1 statusdict begin { setpage } stopped pop end } if } if
+
+% use -t nopaper to get no paper size stuff in the output at all.
+% This should remain as the last thing in the file, because the first
+% 0in 0in entry is chosen when there is nothing better; ordinarily, we
+% want to that to be "unknown", so that the correct nonstandard paper
+% size is output, instead of just being omitted.
+% http://groups.google.com/group/fr.comp.text.tex/browse_thread/thread/1b08961cf9b8a5ab/6b1d0b32443905e3
+% and mactex mailing list thread from 24 Sep 2009 11:36:26.
+@ nopaper 0in 0in
+@+ % dvips-nopaper
diff --git a/Master/texmf-dist/dvips/config/config.qms b/Master/texmf-dist/dvips/config/config.qms
new file mode 100644
index 00000000000..7f12ce04352
--- /dev/null
+++ b/Master/texmf-dist/dvips/config/config.qms
@@ -0,0 +1,2 @@
+M qms
+D 300
diff --git a/Master/texmf-dist/dvips/config/config.toshiba b/Master/texmf-dist/dvips/config/config.toshiba
new file mode 100644
index 00000000000..e94ae3e79ff
--- /dev/null
+++ b/Master/texmf-dist/dvips/config/config.toshiba
@@ -0,0 +1,2 @@
+M toshiba
+D 180
diff --git a/Master/texmf-dist/dvips/config/config.unms b/Master/texmf-dist/dvips/config/config.unms
new file mode 100644
index 00000000000..5dc5da4f1b5
--- /dev/null
+++ b/Master/texmf-dist/dvips/config/config.unms
@@ -0,0 +1 @@
+p +unms.map
diff --git a/Master/texmf-dist/dvips/config/config.xyp b/Master/texmf-dist/dvips/config/config.xyp
new file mode 100644
index 00000000000..898a126332c
--- /dev/null
+++ b/Master/texmf-dist/dvips/config/config.xyp
@@ -0,0 +1 @@
+p +xypic.map
diff --git a/Master/texmf-dist/dvips/config/cx.cfg b/Master/texmf-dist/dvips/config/cx.cfg
new file mode 100644
index 00000000000..1b51d09c57f
--- /dev/null
+++ b/Master/texmf-dist/dvips/config/cx.cfg
@@ -0,0 +1,2 @@
+M cx
+D 300
diff --git a/Master/texmf-dist/dvips/config/deskjet.cfg b/Master/texmf-dist/dvips/config/deskjet.cfg
new file mode 100644
index 00000000000..b173ae26389
--- /dev/null
+++ b/Master/texmf-dist/dvips/config/deskjet.cfg
@@ -0,0 +1,2 @@
+M deskjet
+D 300
diff --git a/Master/texmf-dist/dvips/config/dfaxhigh.cfg b/Master/texmf-dist/dvips/config/dfaxhigh.cfg
new file mode 100644
index 00000000000..2d1b3d3d6a6
--- /dev/null
+++ b/Master/texmf-dist/dvips/config/dfaxhigh.cfg
@@ -0,0 +1,3 @@
+M gtfax
+X 204
+Y 196
diff --git a/Master/texmf-dist/dvips/config/dvired.cfg b/Master/texmf-dist/dvips/config/dvired.cfg
new file mode 100644
index 00000000000..04a9701ea4f
--- /dev/null
+++ b/Master/texmf-dist/dvips/config/dvired.cfg
@@ -0,0 +1,2 @@
+% The printer offsets the output by this much.
+O 0pt,0pt
diff --git a/Master/texmf-dist/dvips/config/epson.cfg b/Master/texmf-dist/dvips/config/epson.cfg
new file mode 100644
index 00000000000..230b86a0263
--- /dev/null
+++ b/Master/texmf-dist/dvips/config/epson.cfg
@@ -0,0 +1,2 @@
+M epson
+D 240
diff --git a/Master/texmf-dist/dvips/config/ibmvga.cfg b/Master/texmf-dist/dvips/config/ibmvga.cfg
new file mode 100644
index 00000000000..3aa6da6c707
--- /dev/null
+++ b/Master/texmf-dist/dvips/config/ibmvga.cfg
@@ -0,0 +1,2 @@
+M ibmvga
+D 110
diff --git a/Master/texmf-dist/dvips/config/ljfour.cfg b/Master/texmf-dist/dvips/config/ljfour.cfg
new file mode 100644
index 00000000000..2cf7bbbe22d
--- /dev/null
+++ b/Master/texmf-dist/dvips/config/ljfour.cfg
@@ -0,0 +1,2 @@
+M ljfour
+D 600
diff --git a/Master/texmf-dist/dvips/config/qms.cfg b/Master/texmf-dist/dvips/config/qms.cfg
new file mode 100644
index 00000000000..7f12ce04352
--- /dev/null
+++ b/Master/texmf-dist/dvips/config/qms.cfg
@@ -0,0 +1,2 @@
+M qms
+D 300
diff --git a/Master/texmf-dist/dvips/config/toshiba.cfg b/Master/texmf-dist/dvips/config/toshiba.cfg
new file mode 100644
index 00000000000..e94ae3e79ff
--- /dev/null
+++ b/Master/texmf-dist/dvips/config/toshiba.cfg
@@ -0,0 +1,2 @@
+M toshiba
+D 180