]>
Commit | Line | Data |
---|---|---|
7bfa94e2 RP |
1 | % $Id$ |
2 | % To choose PS fonts (Karl Berry TeX fontnames) for the refcard, link | |
3 | % or copy this file to rcfonts.tex | |
4 | % | |
5 | %The Times-Roman family is both more attractive and more compact than | |
6 | %Computer Modern. On the other hand, while common, it is not free. | |
7 | %There are three sets of font definitions: | |
8 | % 1) rc-cm.tex uses the free (Computer Modern) fonts | |
9 | % 2) rc-ps.tex uses common PostScript fonts, with fontnames from the | |
10 | % Karl Berry scheme recommended in the documentation for dvips. | |
11 | % 3) rc-pslong.tex uses common PostScript fonts, with the long names | |
12 | % used by PostScript programs directly. | |
13 | % | |
14 | % One caution: due to differing character ordering between TeX and PS, | |
15 | %if your TeX is pre-3.0, or if you don't have virtual Courier | |
16 | %matching the TeX character positions, you might want to use CMtt for | |
17 | %\tt even if you switch to PostScript fonts for the rest of the text. | |
18 | % | |
19 | %-------------------- PostScript fonts (K Berry names) -------------- | |
20 | \font\bbf=ptmb at 10pt | |
21 | \font\vbbf=ptmb at 12pt | |
22 | \font\smrm=ptmr at 6pt | |
23 | \font\brm=ptmr at 10pt | |
24 | \font\rm=ptmr at 8pt | |
25 | \font\it=ptmri at 8pt | |
26 | \font\tt=pcrr at 8pt | |
27 | % Used only for \copyright, replacing plain TeX macro. | |
28 | \font\sym=psyr at 7pt | |
29 | \def\copyright{{\sym\char'323}} | |
30 | %-------------------- end font defs --------------------------------- |