<span style='font-family:Verdana'><span style='font-size:12px'> Hello all,<br />
<br />
I have trouble compiling a tex file I downloaded from the Internet. The error<br />
message is the following :<br />
<br />
! \scriptfont 7 is undefined (character B).<br />
l.1111 $$<br />
<br />
<br />
According to Adrian JohnStone's concise guide to TeX/LaTeX, this problem should be fixed<br />
by inserting a command \load{size}{font} in the preamble of the document, where "size" is one of \tiny,\scriptsize, ... ,\huge, and font is one of \rm,\bf,... ,\sl,\tt.<br />
<br />
The related passage in the document is :<br />
<br />
line 1110 $$ |z| = \sum_{i = 0}^n z_i B^i,<br />
line 1111 \quad\text{where}~z_n\ne 0~\text{and}~B = 2^{\kbd{BITS\_IN\_LONG}}.<br />
line 1112 $$<br />
<br />
<br />
I also noted that in the document, the \kbd command is defined as<br />
<br />
\def\kbd#1{{\tt #1}}<br />
<br />
So what should I "load" ?<br />
<br />
Ewan<br />
</span></span>