summaryrefslogtreecommitdiff
path: root/Master/texmf/xdvi
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-09-25 23:49:10 +0000
committerKarl Berry <karl@freefriends.org>2006-09-25 23:49:10 +0000
commitd536450316f0ed05117d4d425b8feb24c5a9393c (patch)
tree848a4a01e0c35679b4896d85fb59c8c1e0c511a2 /Master/texmf/xdvi
parentd4f96dc70d6aad918f541123e66589a2e44e18f1 (diff)
update comments from
http://xdvi.cvs.sourceforge.net/xdvi/xdvik/texk/xdvik/texmf/xdvi.cfg?revision=1.9.2.3 per stefan, 19sep06. git-svn-id: svn://tug.org/texlive/trunk@2200 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/xdvi')
-rw-r--r--Master/texmf/xdvi/xdvi.cfg73
1 files changed, 45 insertions, 28 deletions
diff --git a/Master/texmf/xdvi/xdvi.cfg b/Master/texmf/xdvi/xdvi.cfg
index ea0a075b020..201d46cf4cb 100644
--- a/Master/texmf/xdvi/xdvi.cfg
+++ b/Master/texmf/xdvi/xdvi.cfg
@@ -1,48 +1,65 @@
-% Lines starting with `%' are comment lines.
+% original xdvi.cfg -- Configuration file for the Type1 rendering module of xdvi.
+% (If you change or delete `original' in the first line of this file,
+% new xdvik installations won't overwrite the file.)
%
-% Created by Nicolai Langfeldt 2001/06/05
-% Changes by Thomas Esser for teTeX, Sat Nov 3 23:33:54 CET 2001.
+% Lines starting with `%' are comments.
%
-% Users of teTeX > 1.0 should use this file instead of xdvi.cfg.
-% Rename it to xdvi.cfg and copy it as described in the INSTALL file.
-% This file ps2pk.map which will automatically be updated by the `updmap'
-% script.
-
+% This file is not suitable for teTeX versions before 1.0. Users of
+% such or non-teTeX installations should have a look at the following
+% files instead:
%
-% =============== Section 1: Encodings
+% ../texmf-alt/xdvi.cfg
+% ../README.t1fonts
%
-% Here we list all the encodings we want xdvi to recognize as an
-% "implied" encoding. This means that ptmr8r will be recognized as
-% ptmr encoded with 8r and ptmr8y as ptmr encoded with 8y. If the font file
-% we want to encode with 8r is named ptmr8a, however, this must be listed in
-% the map file entry.
+% For using this file with teTeX-1.0.x, please uncomment the line with
+% `psfonts.map' (preserving the order of the lines).
+%
+% For any later version of teTeX, no modification is needed.
+%
+
+% File version 1.2
+% Original version by Nicolai Langfeldt 2001/06/05
+% Changes by Thomas Esser for teTeX, Sat Nov 3 23:33:54 CET 2001.
-% NOTE: the enc files used by xdvi are similar to those used by dvips,
+% =============== Section 1: Encodings ===============
+%
+% Here we list all the encodings we want xdvi to recognize as an
+% "implied" encoding. This means that a font named `ptmr8r' will
+% be treated as font `ptmr' encoded with `8r', and `ptmr8y' as
+% `ptmr' encoded with `8y'. Fonts that don not follow this convention
+% must have an explicit encoding entry in the map file.
+%
+% The encoding files used by xdvi are similar to those used by dvips,
% whith the important exception that xdvi _cannot_ parse postscript,
% so the vectors mustn't require postscript execution.
-% Suffix Encoding name Defined by this file
-enc 8r TeXBase1Encoding 8r.enc
-enc 8c CorkEncoding cork.enc
-enc 8y TeXnANSIEncoding texnansi.enc
+%Keyword Suffix Encoding name Defined by this file
+enc 8r TeXBase1Encoding 8r.enc
+enc 8c CorkEncoding cork.enc
+enc 8y TeXnANSIEncoding texnansi.enc
+
+
+% =============== Section 2: Map files ===============
%
-% =============== Section 2: Map files
+% A font map file is a mapping of TeX font names (and encodings) to
+% Postscript Type1 font names, similar to dvips' psfonts.map. See the
+% dvips documentation for more information about the font map file
+% format, and the file `README.t1fonts' in the xdvik source
+% distribution for information on the differences between dvips and
+% xdvik font maps.
%
-% Multiple .map files are allowed. If a font entry is found in several
+% Multiple map files are allowed. If a font entry is found in several
% files, later entries will override earlier ones (and a warning
% will be printed to stderr).
%
% However, normally it isn't necessary to add any other map file here
% because ps2pk.map is (normally) a generated file (by the updmap
% script). Instead, map files should be added to the updmap.cfg file.
+%
+% ps2pk has no "built-in" fonts, just like xdvik, so its map file is used
+% for xdvik too. For teTeX-1.0, psfonts.map is needed in addition.
-% ps2pk has no "built-in" fonts, just like xdvik. We can use its map file.
+% dvipsmap psfonts.map
dvipsmap ps2pk.map
-% Users of teTeX-1.0 should use the following combination of map files:
-%dvipsmap psfonts.map
-%dvipsmap ps2pk.map
-
-
-