Twelve Point Fonts

plain TeX


The following code defines commands that allow one to switch to a twelve point font. For use within a TeX file or as an input file. This set of definitions may seem redundant, however if another font size is in use it will come in handy.

Example: {\twelverm This type will be in a twelve point font}


%=================================================================
% Twelve Point Fonts
%-----------------------------------------------------------------
 \font\twelverm   =cmr10    scaled 1200  % twelve point roman
 \font\twelvebf   =cmbx10   scaled 1200  % twelve point bold
 \font\twelvesl   =cmsl10   scaled 1200  % twelve point slant
 \font\twelvebfsl =cmbxsl10 scaled 1200  % twelve point bold slant
 \font\twelveit   =cmti10   scaled 1200  % twelve point italics
 \font\twelvebfit =cmbxti10 scaled 1200  % twelve point bold italics
 \font\twelvesans =cmss10   scaled 1200  % twelve point san serif
 \font\twelvebfss =cmssbx10 scaled 1200  % twelve point bold san serif
 \font\twelvessit =cmssi10  scaled 1200  % twelve point italic/slant san serif
 \font\twelvesc   =cmcsc10  scaled 1200  % twelve point large/small caps
 \font\twelvett   =cmtt10   scaled 1200  % twelve point typewriter text
 \font\twelvemi   =cmmi10   scaled 1200  % twelve point math italics
 \font\twelvesy   =cmsy10   scaled 1200  % twelve point math symbol
 \font\twelvemb   =cmmib10  scaled 1200  % twelve point math bold
%=================================================================

Eleven Point Fonts / Thirteen Point Fonts

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


FSU Math Home Page


Last modified: 14 August 1995