dvidrv.doc

来自「字体缩放显示」· DOC 代码 · 共 57 行

DOC
57
字号
Using dvidrv.btm [emTeX for DOS and OS/2]-------------------------------------------This batch file does the same as MakeTeXPK does; it is a replacement fordvidrv.exe of emTeX which can handle ttf2pk, hbf2gf, and ps2pk additionally(the ps2pk part is untested yet; it uses ps2pkmfj of the 4allTeXdistribution and was basically copied from a similar script, also part of4allTeX).First of all, create and install a set of TFM files as described in theprevious 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 areThe last four variables in the above list support trailing `!' and `!!' forrecursive directory searching (see the dvidrv.doc of the emTeX package fordetails).Alternatively, you can set these variables in the environment; please notethat no spaces are allowed before and after the equal sign, e.g.  set foo=baris OK, but  set foo = barwill fail.Rename dvidrv.exe to dvidrv.ori or something similar and copy dvidrv.btm toa directory in the path.Don't forget to update the DVIDRVFONTS and TEXTFM environment variables ifnecessary.Under OS/2 dvips will call mfjob or hbf2gf itself; under DOS it will createa batch file which must be called afterwards.--- end of dvidrv.doc ---

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?