Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!ALEXANDER.BBN.COM!gildea
From: gildea@ALEXANDER.BBN.COM (Stephen Gildea)
Newsgroups: gnu.emacs.bug
Subject: incorrect font in texinfo.tex?
Message-ID: <8812021932.AA10314@prep.ai.mit.edu>
Date: 2 Dec 88 19:25:30 GMT
Sender: daemon@tut.cis.ohio-state.edu
Reply-To: gildea@bbn.com
Distribution: gnu
Organization: GNUs Not Usenet
Lines: 29

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