summaryrefslogtreecommitdiff
path: root/Master/texmf/dvips/config
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/dvips/config')
-rw-r--r--Master/texmf/dvips/config/alt-rule.pro17
-rw-r--r--Master/texmf/dvips/config/canonex.cfg2
-rw-r--r--Master/texmf/dvips/config/config.bakoma3
-rw-r--r--Master/texmf/dvips/config/config.canonex2
-rw-r--r--Master/texmf/dvips/config/config.cms2
-rw-r--r--Master/texmf/dvips/config/config.cx2
-rw-r--r--Master/texmf/dvips/config/config.deskjet2
-rw-r--r--Master/texmf/dvips/config/config.dvired2
-rw-r--r--Master/texmf/dvips/config/config.epson2
-rw-r--r--Master/texmf/dvips/config/config.ibmvga2
-rw-r--r--Master/texmf/dvips/config/config.ljfour2
-rw-r--r--Master/texmf/dvips/config/config.luc10
-rw-r--r--Master/texmf/dvips/config/config.mbn1
-rw-r--r--Master/texmf/dvips/config/config.mga1
-rw-r--r--Master/texmf/dvips/config/config.mirrorprint6
-rw-r--r--Master/texmf/dvips/config/config.ot22
-rw-r--r--Master/texmf/dvips/config/config.ps208
-rw-r--r--Master/texmf/dvips/config/config.qms2
-rw-r--r--Master/texmf/dvips/config/config.toshiba2
-rw-r--r--Master/texmf/dvips/config/config.unms1
-rw-r--r--Master/texmf/dvips/config/config.xyp1
-rw-r--r--Master/texmf/dvips/config/cx.cfg2
-rw-r--r--Master/texmf/dvips/config/deskjet.cfg2
-rw-r--r--Master/texmf/dvips/config/dfaxhigh.cfg3
-rw-r--r--Master/texmf/dvips/config/dvired.cfg2
-rw-r--r--Master/texmf/dvips/config/epson.cfg2
-rw-r--r--Master/texmf/dvips/config/ibmvga.cfg2
-rw-r--r--Master/texmf/dvips/config/ljfour.cfg2
-rw-r--r--Master/texmf/dvips/config/qms.cfg2
-rw-r--r--Master/texmf/dvips/config/toshiba.cfg2
30 files changed, 291 insertions, 0 deletions
diff --git a/Master/texmf/dvips/config/alt-rule.pro b/Master/texmf/dvips/config/alt-rule.pro
new file mode 100644
index 00000000000..c7fb9443923
--- /dev/null
+++ b/Master/texmf/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/dvips/config/canonex.cfg b/Master/texmf/dvips/config/canonex.cfg
new file mode 100644
index 00000000000..3d3300ffef2
--- /dev/null
+++ b/Master/texmf/dvips/config/canonex.cfg
@@ -0,0 +1,2 @@
+M canonex
+D 600
diff --git a/Master/texmf/dvips/config/config.bakoma b/Master/texmf/dvips/config/config.bakoma
new file mode 100644
index 00000000000..36cbd116408
--- /dev/null
+++ b/Master/texmf/dvips/config/config.bakoma
@@ -0,0 +1,3 @@
+p +bakomaextra.map
+p +psfonts.cmz
+p +psfonts.amz
diff --git a/Master/texmf/dvips/config/config.canonex b/Master/texmf/dvips/config/config.canonex
new file mode 100644
index 00000000000..3d3300ffef2
--- /dev/null
+++ b/Master/texmf/dvips/config/config.canonex
@@ -0,0 +1,2 @@
+M canonex
+D 600
diff --git a/Master/texmf/dvips/config/config.cms b/Master/texmf/dvips/config/config.cms
new file mode 100644
index 00000000000..8dc77dba7d4
--- /dev/null
+++ b/Master/texmf/dvips/config/config.cms
@@ -0,0 +1,2 @@
+p +bsr.map
+p +bakomaextra.map
diff --git a/Master/texmf/dvips/config/config.cx b/Master/texmf/dvips/config/config.cx
new file mode 100644
index 00000000000..1b51d09c57f
--- /dev/null
+++ b/Master/texmf/dvips/config/config.cx
@@ -0,0 +1,2 @@
+M cx
+D 300
diff --git a/Master/texmf/dvips/config/config.deskjet b/Master/texmf/dvips/config/config.deskjet
new file mode 100644
index 00000000000..b173ae26389
--- /dev/null
+++ b/Master/texmf/dvips/config/config.deskjet
@@ -0,0 +1,2 @@
+M deskjet
+D 300
diff --git a/Master/texmf/dvips/config/config.dvired b/Master/texmf/dvips/config/config.dvired
new file mode 100644
index 00000000000..04a9701ea4f
--- /dev/null
+++ b/Master/texmf/dvips/config/config.dvired
@@ -0,0 +1,2 @@
+% The printer offsets the output by this much.
+O 0pt,0pt
diff --git a/Master/texmf/dvips/config/config.epson b/Master/texmf/dvips/config/config.epson
new file mode 100644
index 00000000000..230b86a0263
--- /dev/null
+++ b/Master/texmf/dvips/config/config.epson
@@ -0,0 +1,2 @@
+M epson
+D 240
diff --git a/Master/texmf/dvips/config/config.ibmvga b/Master/texmf/dvips/config/config.ibmvga
new file mode 100644
index 00000000000..3aa6da6c707
--- /dev/null
+++ b/Master/texmf/dvips/config/config.ibmvga
@@ -0,0 +1,2 @@
+M ibmvga
+D 110
diff --git a/Master/texmf/dvips/config/config.ljfour b/Master/texmf/dvips/config/config.ljfour
new file mode 100644
index 00000000000..2cf7bbbe22d
--- /dev/null
+++ b/Master/texmf/dvips/config/config.ljfour
@@ -0,0 +1,2 @@
+M ljfour
+D 600
diff --git a/Master/texmf/dvips/config/config.luc b/Master/texmf/dvips/config/config.luc
new file mode 100644
index 00000000000..58bc2169d85
--- /dev/null
+++ b/Master/texmf/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/dvips/config/config.mbn b/Master/texmf/dvips/config/config.mbn
new file mode 100644
index 00000000000..4793f71b241
--- /dev/null
+++ b/Master/texmf/dvips/config/config.mbn
@@ -0,0 +1 @@
+p +mbn.map
diff --git a/Master/texmf/dvips/config/config.mga b/Master/texmf/dvips/config/config.mga
new file mode 100644
index 00000000000..380313c2747
--- /dev/null
+++ b/Master/texmf/dvips/config/config.mga
@@ -0,0 +1 @@
+p +mga.map
diff --git a/Master/texmf/dvips/config/config.mirrorprint b/Master/texmf/dvips/config/config.mirrorprint
new file mode 100644
index 00000000000..c29f44968a3
--- /dev/null
+++ b/Master/texmf/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/dvips/config/config.ot2 b/Master/texmf/dvips/config/config.ot2
new file mode 100644
index 00000000000..d55334e695b
--- /dev/null
+++ b/Master/texmf/dvips/config/config.ot2
@@ -0,0 +1,2 @@
+p +mntz.map
+p +lscy.map
diff --git a/Master/texmf/dvips/config/config.ps b/Master/texmf/dvips/config/config.ps
new file mode 100644
index 00000000000..3d04ee9a182
--- /dev/null
+++ b/Master/texmf/dvips/config/config.ps
@@ -0,0 +1,208 @@
+% teTeX's config.ps. Thomas Esser, 1998, 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
+
+% z1 is "secure", i.e., inhibits execution of `shell commands` in
+% \specials. Dvips allows this by default.
+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@@mail.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
+
+% 0 0 595 842 is the right bounding box that most applications expect
+% for A4. Since dvips always rounds up, choose something slightly smaller.
+
+@ A4size 594.99bp 841.99bp
+@+ ! %%DocumentPaperSizes: a4
+@+ %%PaperSize: A4
+
+@ letterSize 8.5in 11in
+@+ ! %%DocumentPaperSizes: Letter
+
+@ letter 8.5in 11in
+@+ ! %%DocumentPaperSizes: Letter
+@+ %%BeginPaperSize: Letter
+@+ letter
+@+ %%EndPaperSize
+
+@ legal 8.5in 14in
+@+ ! %%DocumentPaperSizes: Legal
+@+ %%BeginPaperSize: Legal
+@+ legal
+@+ %%EndPaperSize
+
+@ ledger 17in 11in
+@+ ! %%DocumentPaperSizes: Ledger
+@+ %%BeginPaperSize: Ledger
+@+ ledger
+@+ %%EndPaperSize
+
+@ tabloid 11in 17in
+@+ ! %%DocumentPaperSizes: Tabloid
+@+ %%BeginPaperSize: Tabloid
+@+ 11x17
+@+ %%EndPaperSize
+
+@ a6 105mm 148mm
+@+ ! %%DocumentPaperSizes: a6
+@+ %%BeginPaperSize: a6
+@+ a6
+@+ %%EndPaperSize
+
+@ a5 148mm 210mm
+@+ ! %%DocumentPaperSizes: a5
+@+ %%BeginPaperSize: a5
+@+ a5
+@+ %%EndPaperSize
+
+@ a4 594.99bp 841.99bp
+@+ ! %%DocumentPaperSizes: a4
+@+ %%BeginPaperSize: a4
+@+ a4
+@+ %%EndPaperSize
+
+@ a3 297mm 420mm
+@+ ! %%DocumentPaperSizes: a3
+@+ %%BeginPaperSize: a3
+@+ a3
+@+ %%EndPaperSize
+
+@ a2 420mm 595mm
+@+ ! %%DocumentPaperSizes: a2
+@+ %%BeginPaperSize: a2
+@+ a2
+@+ %%EndPaperSize
+
+@ a1 595mm 841mm
+@+ ! %%DocumentPaperSizes: a1
+@+ %%BeginPaperSize: a1
+@+ a1
+@+ %%EndPaperSize
+
+@ a0 841mm 1189mm
+@+ ! %%DocumentPaperSizes: a0
+@+ %%BeginPaperSize: a0
+@+ a0
+@+ %%EndPaperSize
+
+@ b6 125mm 176mm
+@+ ! %%DocumentPaperSizes: b6
+@+ %%BeginPaperSize: b6
+@+ b6
+@+ %%EndPaperSize
+
+@ b5 176mm 250mm
+@+ ! %%DocumentPaperSizes: b5
+@+ %%BeginPaperSize: b5
+@+ b5
+@+ %%EndPaperSize
+
+@ b4 250mm 353mm
+@+ ! %%DocumentPaperSizes: b4
+@+ %%BeginPaperSize: b4
+@+ b4
+@+ %%EndPaperSize
+
+@ b3 353mm 500mm
+@+ ! %%DocumentPaperSizes: b3
+@+ %%BeginPaperSize: b3
+@+ b3
+@+ %%EndPaperSize
+
+@ jisb0 1030mm 1456mm
+@+ ! %%DocumentPaperSizes: jisb0
+@+ %%BeginPaperSize: jisb0
+@+ jisb0
+@+ %%EndPaperSize
+
+@ jisb1 728mm 1030mm
+@+ ! %%DocumentPaperSizes: jisb1
+@+ %%BeginPaperSize: jisb1
+@+ jisb1
+@+ %%EndPaperSize
+
+@ jisb2 515mm 728mm
+@+ ! %%DocumentPaperSizes: jisb2
+@+ %%BeginPaperSize: jisb2
+@+ jisb2
+@+ %%EndPaperSize
+
+@ jisb3 364mm 515mm
+@+ ! %%DocumentPaperSizes: jisb3
+@+ %%BeginPaperSize: jisb3
+@+ jisb3
+@+ %%EndPaperSize
+
+@ jisb4 257mm 364mm
+@+ ! %%DocumentPaperSizes: jisb4
+@+ %%BeginPaperSize: jisb4
+@+ jisb4
+@+ %%EndPaperSize
+
+@ jisb5 182mm 257mm
+@+ ! %%DocumentPaperSizes: jisb5
+@+ %%BeginPaperSize: jisb5
+@+ jisb5
+@+ %%EndPaperSize
+
+@ jisb6 128mm 182mm
+@+ ! %%DocumentPaperSizes: jisb6
+@+ %%BeginPaperSize: jisb6
+@+ jisb6
+@+ %%EndPaperSize
+
+% not defined in Ghostscript, per Akira.
+% @ jisb7 91mm 128mm
+% @+ ! %%DocumentPaperSizes: jisb7
+% @+ %%BeginPaperSize: jisb7
+% @+ jisb7
+% @+ %%EndPaperSize
+%
+% @ jisb8 64mm 91mm
+% @+ ! %%DocumentPaperSizes: jisb8
+% @+ %%BeginPaperSize: jisb8
+% @+ jisb8
+% @+ %%EndPaperSize
+
+@ unknown 0in 0in
+@+ 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
diff --git a/Master/texmf/dvips/config/config.qms b/Master/texmf/dvips/config/config.qms
new file mode 100644
index 00000000000..7f12ce04352
--- /dev/null
+++ b/Master/texmf/dvips/config/config.qms
@@ -0,0 +1,2 @@
+M qms
+D 300
diff --git a/Master/texmf/dvips/config/config.toshiba b/Master/texmf/dvips/config/config.toshiba
new file mode 100644
index 00000000000..e94ae3e79ff
--- /dev/null
+++ b/Master/texmf/dvips/config/config.toshiba
@@ -0,0 +1,2 @@
+M toshiba
+D 180
diff --git a/Master/texmf/dvips/config/config.unms b/Master/texmf/dvips/config/config.unms
new file mode 100644
index 00000000000..5dc5da4f1b5
--- /dev/null
+++ b/Master/texmf/dvips/config/config.unms
@@ -0,0 +1 @@
+p +unms.map
diff --git a/Master/texmf/dvips/config/config.xyp b/Master/texmf/dvips/config/config.xyp
new file mode 100644
index 00000000000..898a126332c
--- /dev/null
+++ b/Master/texmf/dvips/config/config.xyp
@@ -0,0 +1 @@
+p +xypic.map
diff --git a/Master/texmf/dvips/config/cx.cfg b/Master/texmf/dvips/config/cx.cfg
new file mode 100644
index 00000000000..1b51d09c57f
--- /dev/null
+++ b/Master/texmf/dvips/config/cx.cfg
@@ -0,0 +1,2 @@
+M cx
+D 300
diff --git a/Master/texmf/dvips/config/deskjet.cfg b/Master/texmf/dvips/config/deskjet.cfg
new file mode 100644
index 00000000000..b173ae26389
--- /dev/null
+++ b/Master/texmf/dvips/config/deskjet.cfg
@@ -0,0 +1,2 @@
+M deskjet
+D 300
diff --git a/Master/texmf/dvips/config/dfaxhigh.cfg b/Master/texmf/dvips/config/dfaxhigh.cfg
new file mode 100644
index 00000000000..2d1b3d3d6a6
--- /dev/null
+++ b/Master/texmf/dvips/config/dfaxhigh.cfg
@@ -0,0 +1,3 @@
+M gtfax
+X 204
+Y 196
diff --git a/Master/texmf/dvips/config/dvired.cfg b/Master/texmf/dvips/config/dvired.cfg
new file mode 100644
index 00000000000..04a9701ea4f
--- /dev/null
+++ b/Master/texmf/dvips/config/dvired.cfg
@@ -0,0 +1,2 @@
+% The printer offsets the output by this much.
+O 0pt,0pt
diff --git a/Master/texmf/dvips/config/epson.cfg b/Master/texmf/dvips/config/epson.cfg
new file mode 100644
index 00000000000..230b86a0263
--- /dev/null
+++ b/Master/texmf/dvips/config/epson.cfg
@@ -0,0 +1,2 @@
+M epson
+D 240
diff --git a/Master/texmf/dvips/config/ibmvga.cfg b/Master/texmf/dvips/config/ibmvga.cfg
new file mode 100644
index 00000000000..3aa6da6c707
--- /dev/null
+++ b/Master/texmf/dvips/config/ibmvga.cfg
@@ -0,0 +1,2 @@
+M ibmvga
+D 110
diff --git a/Master/texmf/dvips/config/ljfour.cfg b/Master/texmf/dvips/config/ljfour.cfg
new file mode 100644
index 00000000000..2cf7bbbe22d
--- /dev/null
+++ b/Master/texmf/dvips/config/ljfour.cfg
@@ -0,0 +1,2 @@
+M ljfour
+D 600
diff --git a/Master/texmf/dvips/config/qms.cfg b/Master/texmf/dvips/config/qms.cfg
new file mode 100644
index 00000000000..7f12ce04352
--- /dev/null
+++ b/Master/texmf/dvips/config/qms.cfg
@@ -0,0 +1,2 @@
+M qms
+D 300
diff --git a/Master/texmf/dvips/config/toshiba.cfg b/Master/texmf/dvips/config/toshiba.cfg
new file mode 100644
index 00000000000..e94ae3e79ff
--- /dev/null
+++ b/Master/texmf/dvips/config/toshiba.cfg
@@ -0,0 +1,2 @@
+M toshiba
+D 180