summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/dvips/tetex
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/tetex
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/tetex')
-rw-r--r--Master/texmf-dist/dvips/tetex/config.builtin3511
-rw-r--r--Master/texmf-dist/dvips/tetex/config.dfaxhigh9
-rw-r--r--Master/texmf-dist/dvips/tetex/config.dfaxlo9
-rw-r--r--Master/texmf-dist/dvips/tetex/config.download3511
-rw-r--r--Master/texmf-dist/dvips/tetex/config.gsftopk6
-rw-r--r--Master/texmf-dist/dvips/tetex/config.maxmem9
-rw-r--r--Master/texmf-dist/dvips/tetex/config.outline6
-rw-r--r--Master/texmf-dist/dvips/tetex/config.pdf43
-rw-r--r--Master/texmf-dist/dvips/tetex/config.pk6
-rw-r--r--Master/texmf-dist/dvips/tetex/config.www10
10 files changed, 120 insertions, 0 deletions
diff --git a/Master/texmf-dist/dvips/tetex/config.builtin35 b/Master/texmf-dist/dvips/tetex/config.builtin35
new file mode 100644
index 00000000000..e4c4f287595
--- /dev/null
+++ b/Master/texmf-dist/dvips/tetex/config.builtin35
@@ -0,0 +1,11 @@
+% Thomas Esser, 2002, public domain.
+
+% Usage: dvips -Pbuiltin35 ...
+%
+% Purpose: set up dvips to consider the base 35 PostScript fonts as
+% provided by your ps interpreter or printer, that is,
+% do not download them.
+%
+% The default behavior of downloads with dvips is set in updmap.cfg.
+
+p +builtin35.map
diff --git a/Master/texmf-dist/dvips/tetex/config.dfaxhigh b/Master/texmf-dist/dvips/tetex/config.dfaxhigh
new file mode 100644
index 00000000000..4f30b0e2c43
--- /dev/null
+++ b/Master/texmf-dist/dvips/tetex/config.dfaxhigh
@@ -0,0 +1,9 @@
+% Thomas Esser, 1998, public domain.
+
+% Usage: dvips -Pdfaxhigh ...
+% Purpose: set up dvips' resolution to be optimal for a G3 fax at high
+% resolution (204x196)
+
+M gtfax
+X 204
+Y 196
diff --git a/Master/texmf-dist/dvips/tetex/config.dfaxlo b/Master/texmf-dist/dvips/tetex/config.dfaxlo
new file mode 100644
index 00000000000..17efae49c26
--- /dev/null
+++ b/Master/texmf-dist/dvips/tetex/config.dfaxlo
@@ -0,0 +1,9 @@
+% Thomas Esser, 1998, public domain.
+
+% Usage: dvips -Pdfaxlo ...
+% Purpose: set up dvips' resolution to be optimal for a G3 fax at low
+% resolution (204x98)
+
+M gtfaxlo
+X 204
+Y 98
diff --git a/Master/texmf-dist/dvips/tetex/config.download35 b/Master/texmf-dist/dvips/tetex/config.download35
new file mode 100644
index 00000000000..c9e638b56d2
--- /dev/null
+++ b/Master/texmf-dist/dvips/tetex/config.download35
@@ -0,0 +1,11 @@
+% Thomas Esser, 2002, public domain.
+
+% Usage: dvips -Pdownload35 ...
+% Purpose: set up dvips to download the "base 35" laserwriter fonts
+% with your document.
+
+% This file can be used to change the behaviour of dvips if the default
+% of dvips is to consider the "base 35" as build in of the ps interpreter
+% or printer. This default behaviour of dvips can be set by the updmap tool.
+
+p +download35.map
diff --git a/Master/texmf-dist/dvips/tetex/config.gsftopk b/Master/texmf-dist/dvips/tetex/config.gsftopk
new file mode 100644
index 00000000000..906884a56e9
--- /dev/null
+++ b/Master/texmf-dist/dvips/tetex/config.gsftopk
@@ -0,0 +1,6 @@
+% Thomas Esser, 2002, public domain.
+
+% Usage: this file is implicitly used by gsftopk. We set up all available
+% type 1 fonts for gsftopk by using psfonts_t1.map.
+
+p +psfonts_t1.map
diff --git a/Master/texmf-dist/dvips/tetex/config.maxmem b/Master/texmf-dist/dvips/tetex/config.maxmem
new file mode 100644
index 00000000000..f3919f006b1
--- /dev/null
+++ b/Master/texmf-dist/dvips/tetex/config.maxmem
@@ -0,0 +1,9 @@
+% $Id$
+% Public domain.
+
+% Set Dvips' idea of available printiner memory to (effectively)
+% infinite, to disable Dvips breaking the output into sections. Only
+% works with dvips 5.993 (TeX Live 2013) and later. See the `Headers
+% and memory usage' node in the manual.
+%
+m -1
diff --git a/Master/texmf-dist/dvips/tetex/config.outline b/Master/texmf-dist/dvips/tetex/config.outline
new file mode 100644
index 00000000000..f11b7077942
--- /dev/null
+++ b/Master/texmf-dist/dvips/tetex/config.outline
@@ -0,0 +1,6 @@
+% Thomas Esser, 2002, public domain.
+
+% Usage: dvips -Poutline
+% Purpose: set up all available type 1 fonts for use with dvips.
+
+p psfonts_t1.map
diff --git a/Master/texmf-dist/dvips/tetex/config.pdf b/Master/texmf-dist/dvips/tetex/config.pdf
new file mode 100644
index 00000000000..b37e0031af5
--- /dev/null
+++ b/Master/texmf-dist/dvips/tetex/config.pdf
@@ -0,0 +1,43 @@
+% This is a config file for dvips, meant to produce PostScript optimized
+% for distilling to PDF. Created 12 Apr 1999 by Timothy van Zandt, later
+% modified te (papersize, o line).
+% Public domain.
+
+% Memory available: The default for Distiller 3.0x is 8meg.
+% Reduce to be on safe side:
+
+m 6000000
+
+% Default is to save output as file.
+% If possible, change this so that it pipes output to distiller.
+% If not, use command line ``-o file'' option to change name
+% of output file.
+
+o
+
+% Default resolution. Attempt to make `resolution independent'.
+% Resolution set to 8000dpi (could be as high as 10000).
+
+D 8000
+
+% Use outline fonts, not bitmaps.
+
+p psfonts_t1.map
+
+% Last resort sizes.
+% If you accidentally include a bitmapped pk font, it will probably go
+% at 600dpi.
+
+R 300 600
+
+% Partial Type1 font downloading. This will happen by default. Uncomment
+% this is you want to download entire fonts, which is not recommended.
+
+% j0
+
+% Switching algorithm for drawing rules. texc.pro is loaded by default,
+% but the h tex.pro is need so that it comes before the patch. See
+% below for more details.
+
+h tex.pro
+h alt-rule.pro
diff --git a/Master/texmf-dist/dvips/tetex/config.pk b/Master/texmf-dist/dvips/tetex/config.pk
new file mode 100644
index 00000000000..d0753d2ee2c
--- /dev/null
+++ b/Master/texmf-dist/dvips/tetex/config.pk
@@ -0,0 +1,6 @@
+% Thomas Esser, 2002, public domain.
+
+% Usage: dvips -Ppk ...
+% Purpose: instruct dvips to prefer bitmap fonts over type 1 fonts.
+
+p psfonts_pk.map
diff --git a/Master/texmf-dist/dvips/tetex/config.www b/Master/texmf-dist/dvips/tetex/config.www
new file mode 100644
index 00000000000..4bc66df474b
--- /dev/null
+++ b/Master/texmf-dist/dvips/tetex/config.www
@@ -0,0 +1,10 @@
+% Thomas Esser, 1998, 2002, public domain.
+
+% Usage: dvips -Pwww
+% Purpose: create ps files "for the web". Output is send to a file and
+% not to any printer. Outline fonts are used whenever available
+% since we do not know at which resolution the user will print
+% out output file.
+
+o
+p psfonts_t1.map