mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-04 03:13:48 +00:00
(\authorrm): Must use \def instead of \let, as \secrm is not yet
defined.
This commit is contained in:
parent
fd688f6e9c
commit
c86587fb9b
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue