Fifteen Point Fonts

plain TeX


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

Example: {\fifteenrm This type will be in a fifteen point font}


%=================================================================
% Fifteen Point Fonts
%-----------------------------------------------------------------
 \font\fifteenrm   =cmr10    scaled 1500  % fifteen point roman
 \font\fifteenbf   =cmbx10   scaled 1500  % fifteen point bold
 \font\fifteensl   =cmsl10   scaled 1500  % fifteen point slant
 \font\fifteenbfsl =cmbxsl10 scaled 1500  % fifteen point bold slant
 \font\fifteenit   =cmti10   scaled 1500  % fifteen point italics
 \font\fifteenbfit =cmbxti10 scaled 1500  % fifteen point bold italics
 \font\fifteensans =cmss10   scaled 1500  % fifteen point san serif
 \font\fifteenbfss =cmssbx10 scaled 1500  % fifteen point bold san serif
 \font\fifteenssit =cmssi10  scaled 1500  % fifteen point italic/slant san serif
 \font\fifteensc   =cmcsc10  scaled 1500  % fifteen point large/small caps
 \font\fifteentt   =cmtt10   scaled 1500  % fifteen point typewriter text
 \font\fifteenmi   =cmmi10   scaled 1500  % fifteen point math italics
 \font\fifteensy   =cmsy10   scaled 1500  % fifteen point math symbol
 \font\fifteenmb   =cmmib10  scaled 1500  % fifteen point math bold
%=================================================================

Thirteen Point Fonts / Eight Point Macro

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


FSU Math Home Page


Last modified: 14 August 1995