Eight Point Fonts

plain TeX


The following code defines commands that allow one to switch to an eight point font. For use within a TeX file or as an input file.

Example: {\eightrm This type will be in an eight point font}


%=================================================================
% Eight Point Fonts
%-----------------------------------------------------------------
 \font\eightrm   =cmr10    scaled 800  % eight point roman
 \font\eightbf   =cmbx10   scaled 800  % eight point bold
 \font\eightsl   =cmsl10   scaled 800  % eight point slant
 \font\eightbfsl =cmbxsl10 scaled 800  % eight point bold slant
 \font\eightit   =cmti10   scaled 800  % eight point italics
 \font\eightbfit =cmbxti10 scaled 800  % eight point bold italics
 \font\eightsans =cmss10   scaled 800  % eight point san serif
 \font\eightbfss =cmssbx10 scaled 800  % eight point bold san serif
 \font\eightssit =cmssi10  scaled 800  % eight point italic/slant san serif
 \font\eightsc   =cmcsc10  scaled 800  % eight point large/small caps
 \font\eighttt   =cmtt10   scaled 800  % eight point typewriter text
 \font\eightmi   =cmmi10   scaled 800  % eight point math italics
 \font\eightsy   =cmsy10   scaled 800  % eight point math symbol
 \font\eightmb   =cmmib10  scaled 800  % eight point math bold
%=================================================================

Seven Point Fonts / Nine Point Fonts

MESmith Spinneret / TeXSpot / smith@math.fsu.edu


FSU Math Home Page


Last modified: 14 August 1995