From c86587fb9b59f3dc17408101d47ef2c75e4b2764 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 10 Jul 1997 17:34:25 +0000 Subject: (\authorrm): Must use \def instead of \let, as \secrm is not yet defined. --- texinfo.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/texinfo.tex b/texinfo.tex index 9958955..b575f47 100644 --- a/texinfo.tex +++ b/texinfo.tex @@ -1152,7 +1152,7 @@ where each line of input produces a line of output.} \setfont\titlesc\scbshape{10}{\magstep4} \font\titlei=cmmi12 scaled \magstep3 \font\titlesy=cmsy10 scaled \magstep4 -\let\authorrm = \secrm +\def\authorrm{\secrm} % Chapter (and unnumbered) fonts (17.28pt). \setfont\chaprm\rmbshape{12}{\magstep2} -- cgit v1.2.3