summaryrefslogtreecommitdiff
path: root/Build/source/texk/ttf2pk2/dvidrv.doc
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-05-02 13:18:14 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-05-02 13:18:14 +0000
commit2ba98f9a00f1b34455b12ef44c361154b48000c6 (patch)
tree5dd3ffba80490ec11a173f38f8a8f52277ac4509 /Build/source/texk/ttf2pk2/dvidrv.doc
parent9b5f1f3915e6c11001ef9c48efd372e93cbf7ab3 (diff)
Add texk/ttf2pk2 (ttf2pk-frretype2), at the moment not built by default
git-svn-id: svn://tug.org/texlive/trunk@22282 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ttf2pk2/dvidrv.doc')
-rw-r--r--Build/source/texk/ttf2pk2/dvidrv.doc56
1 files changed, 56 insertions, 0 deletions
diff --git a/Build/source/texk/ttf2pk2/dvidrv.doc b/Build/source/texk/ttf2pk2/dvidrv.doc
new file mode 100644
index 00000000000..f1ecc5b43cc
--- /dev/null
+++ b/Build/source/texk/ttf2pk2/dvidrv.doc
@@ -0,0 +1,56 @@
+Using dvidrv.btm [emTeX for DOS and OS/2]
+-------------------------------------------
+
+This batch file does the same as MakeTeXPK does; it is a replacement for
+dvidrv.exe of emTeX which can handle ttf2pk, hbf2gf, and ps2pk additionally
+(the ps2pk part is untested yet; it uses ps2pkmfj of the 4allTeX
+distribution and was basically copied from a similar script, also part of
+4allTeX).
+
+First of all, create and install a set of TFM files as described in the
+previous section.
+
+Then configure the following variables in dvidrv.btm:
+
+ ps2pk ... set it to `yes' if you want to use this program
+ ttf2pk ... ditto
+ hbf2gf ... ditto
+
+ pkdir ... the place where PK files created by ps2pk, ttf2pk,
+ or hbf2gf should go to. dvidrv.btm adds
+ `\modeless\XXXdpi' resp. `\modeless\dpiXXX' to this
+ string (depending on the variables `pre_dpi' and
+ `post_dpi')
+
+ ttfonts ... where the TrueType fonts files reside
+ ttfcfg ... where the auxiliary data files of ttf2pk reside
+
+ hbfonts ... where the HBF files reside
+ hbfcfg ... the place where the hbf2gf configuration files are
+
+The last four variables in the above list support trailing `!' and `!!' for
+recursive directory searching (see the dvidrv.doc of the emTeX package for
+details).
+
+Alternatively, you can set these variables in the environment; please note
+that no spaces are allowed before and after the equal sign, e.g.
+
+ set foo=bar
+
+is OK, but
+
+ set foo = bar
+
+will fail.
+
+Rename dvidrv.exe to dvidrv.ori or something similar and copy dvidrv.btm to
+a directory in the path.
+
+Don't forget to update the DVIDRVFONTS and TEXTFM environment variables if
+necessary.
+
+Under OS/2 dvips will call mfjob or hbf2gf itself; under DOS it will create
+a batch file which must be called afterwards.
+
+
+--- end of dvidrv.doc ---