[gnu.emacs.bug] incorrect font in texinfo.tex?

gildea@ALEXANDER.BBN.COM (Stephen Gildea) (12/03/88)

In GNU Emacs 18.52.1 of Tue Sep  6 1988 on alexander.bbn.com (berkeley-unix)
Texinfo version 1.13

There seems to be a typo in texinfo.tex: for normal size boldface,
it is using the cmb font.  All other sizes of bold font use the
more common cmbx font.  We discovered this while trying to TeX
some documentation since we don't have any font files built for
cmb.  The diff to use cmbx here, too, is below.

 < Stephen


diff -c2 texinfo.tex.dist texinfo.tex
*** texinfo.tex.dist	Thu Aug 18 17:07:43 1988
--- texinfo.tex	Fri Dec  2 14:16:19 1988
***************
*** 420,424
  \font\tenrm=cmr10 scaled \magstephalf
  \font\tentt=cmtt10 scaled \magstephalf
! \font\tenbf=cmb10 scaled \magstephalf
  \font\tenit=cmti10 scaled \magstephalf
  \font\tensl=cmsl10 scaled \magstephalf

--- 420,424 -----
  \font\tenrm=cmr10 scaled \magstephalf
  \font\tentt=cmtt10 scaled \magstephalf
! \font\tenbf=cmbx10 scaled \magstephalf
  \font\tenit=cmti10 scaled \magstephalf
  \font\tensl=cmsl10 scaled \magstephalf