bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

wrong font size for @email in @author


From: Werner LEMBERG
Subject: wrong font size for @email in @author
Date: Thu, 02 May 2002 16:25:54 +0200 (CEST)

Here a small patch which fixes the font size for @email if used in
@author (this is for version 4.2).


    Werner

======================================================================

--- texinfo.tex~        Thu May  2 15:04:36 2002
+++ texinfo.tex Thu May  2 16:22:51 2002
@@ -1231,6 +1231,7 @@
 \font\titlei=cmmi12 scaled \magstep3
 \font\titlesy=cmsy10 scaled \magstep4
 \def\authorrm{\secrm}
+\def\authortt{\sectt}
 
 % Chapter (and unnumbered) fonts (17.28pt).
 \setfont\chaprm\rmbshape{12}{\magstep2}
@@ -1593,7 +1594,8 @@
    \let\subtitlerm=\tenrm
    \def\subtitlefont{\subtitlerm \normalbaselineskip = 13pt \normalbaselines}%
    %
-   \def\authorfont{\authorrm \normalbaselineskip = 16pt \normalbaselines}%
+   \def\authorfont{\authorrm \normalbaselineskip = 16pt \normalbaselines
+                   \let\tt=\authortt}%
    %
    % Leave some space at the very top of the page.
    \vglue\titlepagetopglue



reply via email to

[Prev in Thread] Current Thread [Next in Thread]