Ten Point Fonts

plain TeX


The following code defines commands that allow one to switch to a ten 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: {\tenrm This type will be in a ten point font}


%=================================================================
% Ten Point Fonts
%-----------------------------------------------------------------
 \font\tenrm   =cmr10    % ten point roman
 \font\tenbf   =cmbx10   % ten point bold
 \font\tensl   =cmsl10   % ten point slant
 \font\tenbfsl =cmbxsl10 % ten point bold slant
 \font\tenit   =cmti10   % ten point italics
 \font\tenbfit =cmbxti10 % ten point bold italics
 \font\tensans =cmss10   % ten point san serif
 \font\tenbfss =cmssbx10 % ten point bold san serif
 \font\tenssit =cmssi10  % ten point italic/slant san serif
 \font\tensc   =cmcsc10  % ten point large/small caps
 \font\tentt   =cmtt10   % ten point typewriter text
 \font\tenmi   =cmmi10   % ten point math italics
 \font\tensy   =cmsy10   % ten point math symbol
 \font\tenmb   =cmmib10  % ten point math bold
%=================================================================

Nine Point Fonts / Eleven Point Fonts

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


FSU Math Home Page


Last modified: 14 August 1995