diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/skaknew/install.vtex')
-rw-r--r-- | Master/texmf-dist/doc/latex/skaknew/install.vtex | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/skaknew/install.vtex b/Master/texmf-dist/doc/latex/skaknew/install.vtex new file mode 100644 index 00000000000..bafa7a2e719 --- /dev/null +++ b/Master/texmf-dist/doc/latex/skaknew/install.vtex @@ -0,0 +1,69 @@ +Installing the files +--------------------- +Copy the files into the following directories; the paths are +appropriate for all TDS-compliant TeX systems auch as teTeX, +fpTeX, MikTeX or VTeX/Free: + +*.pfb -> texmf/fonts/type1/public/skaknew +*.afm -> texmf/fonts/afm/public/skaknew +*.tfm -> texmf/fonts/tfm/public/skaknew +uskak.fd -> texmf/tex/latex/skak +SkakNew.map -> texmf/dvips/config +SkakNew.ali -> texmf/fonts/map/vtex + + +| The file SkakNew.ali is only required for VTeX; +| SkakNew.map is only required with systems other than +| VTeX. + +| A font definition file named uskak.fd comes also with the +| macro package skak.sty. To use the Type1 fonts, make +| sure to install the present one, rather than the one that +| comes with the macro package! + +Certain TeX systems require manually updating of a "filename +database" after adding of new files. Please, consult the +documentation of your TeX system! + + + +Configuring your TeX system +--------------------------- +The required actions depend on the particular TeX system. +Particular instructions provided for + + * teTeX 2.0 and later, + * VTeX/Free 8.x and later. + +In case you have a different TeX system, consult its +documentation how to make it use the additional font map +file named "SkakNew.map", which resides in the directory +texmf/dvips/config/. + + +Configuring teTeX: +Use the shell script "updmap" to add the font map file named +"SkakNew.map" to the configuration. See the documentation +of your particular teTeX version how to use the script. +With teTeX 2.0 and above, execute the following commands: + + texhash + updmap --enable Map SkakNew.map + + +Configuring VTeX/Free: +Make VTeX read the additional font map ("aliasing") file +SkakNew.ali. This is usually accomplished by putting a +record for this file into each of the configuration files + + texmf/vtex/config/pdf.fm +and + texmf/vtex/config/ps.fm + +The name "SkakNew.ali" is to be added to the TYPE1 section +of the above-mentioned files: + +TYPE1 { + ... + SkakNew.ali + }
\ No newline at end of file |