Thirteen Point Fonts

plain TeX


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

Example: {\thirteenrm This type will be in a thirteen point font}


%=================================================================
% Thirteen Point Fonts
%-----------------------------------------------------------------
 \font\thirteenrm   =cmr10    scaled 1300  % thirteen point roman
 \font\thirteenbf   =cmbx10   scaled 1300  % thirteen point bold
 \font\thirteensl   =cmsl10   scaled 1300  % thirteen point slant
 \font\thirteenbfsl =cmbxsl10 scaled 1300  % thirteen point bold slant
 \font\thirteenit   =cmti10   scaled 1300  % thirteen point italics
 \font\thirteenbfit =cmbxti10 scaled 1300  % thirteen point bold italics
 \font\thirteensans =cmss10   scaled 1300  % thirteen point san serif
 \font\thirteenbfss =cmssbx10 scaled 1300  % thirteen point bold san serif
 \font\thirteenssit =cmssi10  scaled 1300  % thirteen point italic/slant san serif
 \font\thirteensc   =cmcsc10  scaled 1300  % thirteen point large/small caps
 \font\thirteentt   =cmtt10   scaled 1300  % thirteen point typewriter text
 \font\thirteenmi   =cmmi10   scaled 1300  % thirteen point math italics
 \font\thirteensy   =cmsy10   scaled 1300  % thirteen point math symbol
 \font\thirteenmb   =cmmib10  scaled 1300  % thirteen point math bold
%=================================================================

Twelve Point Fonts / Fifteen Point Fonts

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


FSU Math Home Page


Last modified: 14 August 1995