diff options
author | Karl Berry <karl@freefriends.org> | 2013-05-08 22:35:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-05-08 22:35:38 +0000 |
commit | 06180a75f1b2121f21f8a530f297d790a7d904c5 (patch) | |
tree | 2eeecff56603c7166aa8f98e7260eed0a144408e /Master/texmf-dist/dvips/xdvi | |
parent | a9f390a187b0995233f683e8d6618a711f4a104d (diff) |
config.xdvi is part of the xdvi package (even though it is read by dvips)
git-svn-id: svn://tug.org/texlive/trunk@30339 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips/xdvi')
-rw-r--r-- | Master/texmf-dist/dvips/xdvi/config.xdvi | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/Master/texmf-dist/dvips/xdvi/config.xdvi b/Master/texmf-dist/dvips/xdvi/config.xdvi new file mode 100644 index 00000000000..5504fb48c2f --- /dev/null +++ b/Master/texmf-dist/dvips/xdvi/config.xdvi @@ -0,0 +1,40 @@ +% original config.xdvi -- Configuration file for Type 1 rendering in xdvi. +% (If you change or delete `original' in the first line of this file, +% new xdvik installations won't overwrite the file.) +% +% This file is part of xdvik (notwithstanding its location). +% +% Lines starting with `%' are comments. +% +% This file indicates which map files are to be used when running xdvi. +% (It is not used by dvips, unless you type "dvips -Pxdvi ...", which is not +% likely. Doing so, however, would allow you to use the same map files +% in dvips as are used in xdvi.) +% +% The format is the same as for dvips configuration files, except that only +% the `p' and `p+' directives are used. A line +% +% p file.map +% +% clears the existing list of map files and sets the list to the given file. +% A line +% +% p+ file2.map +% +% adds the given map file to the end of the list. If you use "p file.map" +% anywhere other than as the first (non-comment, non-blank) line of the file, +% then you are probably making a mistake. +% +% If a font entry is found in several files, the earlier entry will be used +% (as is done in dvips). Therefore, to override font entries in the standard +% file psfonts.map, you should use entries such as: +% +% p myfile.map +% p+ anotherfile.map +% p+ psfonts.map +% +% However, normally it isn't necessary to add any other map file here +% because psfonts.map is (normally) a generated file (by the updmap +% script). Instead, map files should be added to the updmap.cfg file. +% +% p psfonts.map |