diff options
author | Karl Berry <karl@gnu.org> | 1997-07-10 17:34:25 +0000 |
---|---|---|
committer | Karl Berry <karl@gnu.org> | 1997-07-10 17:34:25 +0000 |
commit | c86587fb9b59f3dc17408101d47ef2c75e4b2764 (patch) | |
tree | 3ad1d796f5d23a53a8f827c62ce134f84f5e8dd9 | |
parent | fd688f6e9c7ec51150f19ed79958b355adde4c76 (diff) | |
download | gunmake-c86587fb9b59f3dc17408101d47ef2c75e4b2764.tar.gz |
(\authorrm): Must use \def instead of \let, as \secrm is not yet
defined.
-rw-r--r-- | texinfo.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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} |