%%% ==================================================================== %%% @TeX-file{ %%% author = "Alan Jeffrey", %%% version = "1.317", %%% date = "08 February 1994", %%% time = "17:23:37 GMT", %%% filename = "fontcmro.tex", %%% address = "School of Cognitive and Computing Sciences %%% University of Sussex %%% Brighton BN1 9QH %%% UK", %%% telephone = "+44 273 606755 x 3238", %%% FAX = "+44 273 678188", %%% checksum = "???", %%% email = "alanje@cogs.sussex.ac.uk", %%% codetable = "ISO/ASCII", %%% keywords = "font installation example", %%% supported = "yes", %%% abstract = "This is an example fontinst program which uses %%% Computer Modern Roman and Math Italic to %%% build a font with old style digits. This %%% is *not* intended as a serious example of %%% using old-style digits with TeX, which %%% would require some METAFONT work to %%% generate the italic and slanted digits.", %%% docstring = "The checksum field above contains a CRC-16 %%% checksum as the first value, followed by the %%% equivalent of the standard UNIX wc (word %%% count) utility output of lines, words, and %%% characters. This is produced by Robert %%% Solovay's checksum utility.", %%% package = "fontinst", %%% dependencies = "fontinst.sty, %%% cmr6.pl, cmr7.pl, cmr8.pl, cmr9.pl, %%% cmr10.pl, cmr12.pl, cmbx6.pl, cmbx7.pl, %%% cmbx8.pl, cmbx9.pl, cmbx10.pl, %%% cmmi6.pl, cmmi7.pl, cmmi8.pl, cmmi9.pl, %%% cmmi10.pl, cmmi12.pl, cmmib6.pl, cmmib7.pl, %%% cmmib8.pl, cmmib9.pl, cmmib10.pl, %%% OT1.etx, OT1o.etx" %%% } %%% ==================================================================== \input fontinst.sty \needsfontinstversion{1.317} \installfonts \installfamily{OT1}{cmro}{} \installfont{cmro6}{cmr6,cmmi6}{OT1o} {OT1}{cmro}{m}{n}{<5> <6>} \installfont{cmro7}{cmr7,cmmi7}{OT1o} {OT1}{cmro}{m}{n}{<7>} \installfont{cmro8}{cmr8,cmmi8}{OT1o} {OT1}{cmro}{m}{n}{<8>} \installfont{cmro9}{cmr9,cmmi9}{OT1o} {OT1}{cmro}{m}{n}{<10>} \installfont{cmro10}{cmr10,cmmi10}{OT1o} {OT1}{cmro}{m}{n}{<10> <10.95>} \installfont{cmro12}{cmr12,cmmi12}{OT1o} {OT1}{cmro}{m}{n}{<12> <14.4> <17.28> <20.74> <24.88>} \installfont{cmbxo6}{cmbx6,cmmib6}{OT1o} {OT1}{cmro}{bx}{n}{<5> <6>} \installfont{cmbxo7}{cmbx7,cmmib7}{OT1o} {OT1}{cmro}{bx}{n}{<7>} \installfont{cmbxo8}{cmbx8,cmmib8}{OT1o} {OT1}{cmro}{bx}{n}{<8>} \installfont{cmbxo9}{cmbx9,cmmib9}{OT1o} {OT1}{cmro}{bx}{n}{<9>} \installfont{cmbxo10}{cmbx10,cmmib10}{OT1o} {OT1}{cmro}{bx}{n}{<10> <10.95> <12> <14.4> <17.28> <20.74> <24.88>} \endinstallfonts \bye