Commit 7a49a4fd by Karl Berry

(\authorrm): Must use \def instead of \let, as \secrm is not yet

defined.

From-SVN: r14410
parent b614ee64
%% TeX macros to handle Texinfo files. %% TeX macros to handle Texinfo files.
%% $Id: texinfo.tex,v 2.214 1997/07/09 20:45:27 karl Exp rms $ %% $Id: texinfo.tex,v 2.215 1997/07/10 01:23:38 rms Exp karl $
% Copyright (C) 1985, 86, 88, 90, 91, 92, 93, % Copyright (C) 1985, 86, 88, 90, 91, 92, 93,
% 94, 95, 96, 97 Free Software Foundation, Inc. % 94, 95, 96, 97 Free Software Foundation, Inc.
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
% This automatically updates the version number based on RCS. % This automatically updates the version number based on RCS.
\def\deftexinfoversion$#1: #2 ${\def\texinfoversion{#2}} \def\deftexinfoversion$#1: #2 ${\def\texinfoversion{#2}}
\deftexinfoversion$Revision: 2.214 $ \deftexinfoversion$Revision: 2.215 $
\message{Loading texinfo package [Version \texinfoversion]:} \message{Loading texinfo package [Version \texinfoversion]:}
% If in a .fmt file, print the version number % If in a .fmt file, print the version number
...@@ -1152,7 +1152,7 @@ where each line of input produces a line of output.} ...@@ -1152,7 +1152,7 @@ where each line of input produces a line of output.}
\setfont\titlesc\scbshape{10}{\magstep4} \setfont\titlesc\scbshape{10}{\magstep4}
\font\titlei=cmmi12 scaled \magstep3 \font\titlei=cmmi12 scaled \magstep3
\font\titlesy=cmsy10 scaled \magstep4 \font\titlesy=cmsy10 scaled \magstep4
\let\authorrm = \secrm \def\authorrm{\secrm}
% Chapter (and unnumbered) fonts (17.28pt). % Chapter (and unnumbered) fonts (17.28pt).
\setfont\chaprm\rmbshape{12}{\magstep2} \setfont\chaprm\rmbshape{12}{\magstep2}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment