TYGENPK.EXE can be used to generate PK fonts for a TYTeX document. It reads information from the file "ty.tab" and generates corresponding PK fonts at any resolution (the current public version of TYTeX can only produces PK fonts at k*60 DPI for k=1,2,3,4,5). It is mainly used to output TYTeX documents on high resolution devices (such as a phototypesetter). TYGENPK.EXE uses the same policy as CCT in constructing paths for PK files and Chinese font files. It should be installed in the same directory as CCT's DVI drivers. For a description of command format, simply type 'tygenpk'. As an example, suppose you have a LaTeX document named 'mydoc.ty' and you want to print it on a 600 DPI HP LaserJet IV printer with CCT, then you can use the following commands to process: C> ty -T C> ty mydoc.ty C> latex mydoc C> tygenpk -r600 \tytex\ty.tab mydoc.dvi C> dvidj500 -r600 mydoc.dvi (You may need to change the path in the 4th line according to the configuration of your version of TYTeX).