1%
2% Latex2e doesn't completely simulate LaTeX, even in compatibility mode
3% This file adds the \tensf command if necessary
4%
5\expandafter\ifx\csname{tensf}\endcsname\relax
6\typeout{Warning! Using LaTeX209 incomplete compatibility}%
7\typeout{Adding font tensf}%
8% Can't use usepackage yet!
9%\usepackage[only,tensf]{rawfonts}
10% See /mcs/lib/tex/inputs/lfonts.tex
11\font\tensf  = cmss10   % sans serif
12\fi
13