texinfo-commits
[Top][All Lists]
Advanced

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

texinfo ChangeLog doc/texinfo.tex


From: Karl Berry
Subject: texinfo ChangeLog doc/texinfo.tex
Date: Thu, 10 Jun 2010 18:22:25 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       10/06/10 18:22:25

Modified files:
        .              : ChangeLog 
        doc            : texinfo.tex 

Log message:
        7pt instead of 8pt for the A in LaTeX, in 10pt text

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1049&r2=1.1050
http://cvs.savannah.gnu.org/viewcvs/texinfo/doc/texinfo.tex?cvsroot=texinfo&r1=1.323&r2=1.324

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1049
retrieving revision 1.1050
diff -u -b -r1.1049 -r1.1050
--- ChangeLog   23 May 2010 00:31:04 -0000      1.1049
+++ ChangeLog   10 Jun 2010 18:22:24 -0000      1.1050
@@ -1,3 +1,8 @@
+2010-06-10  Karl Berry  <address@hidden>
+
+       * doc/texinfo.tex (\LaTeX): with 10pt running text, use
+       plain's \scriptsize (7pt) for the A in LaTeX.
+
 2010-05-22  Karl Berry  <address@hidden>
 
        * doc/texinfo.tex (\indexlquoteignore): new macro.
@@ -9051,7 +9056,7 @@
        * version 4.6.
 
 
-Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009
+Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 Free Software Foundation, Inc.
 
 Copying and distribution of this file, with or without modification,

Index: doc/texinfo.tex
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texinfo.tex,v
retrieving revision 1.323
retrieving revision 1.324
diff -u -b -r1.323 -r1.324
--- doc/texinfo.tex     23 May 2010 00:31:05 -0000      1.323
+++ doc/texinfo.tex     10 Jun 2010 18:22:25 -0000      1.324
@@ -3,7 +3,7 @@
 % Load plain if necessary, i.e., if running under initex.
 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
 %
-\def\texinfoversion{2010-05-22.17}
+\def\texinfoversion{2010-06-10.11}
 %
 % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -2064,8 +2064,9 @@
 %   @fonttextsize 10
 % (or 11) to redefine the text font size.  pt is assumed.
 %
-\def\xword{10}
 \def\xiword{11}
+\def\xword{10}
+\def\xwordpt{10pt}
 %
 \parseargdef\fonttextsize{%
   \def\textsizearg{#1}%
@@ -2785,7 +2786,18 @@
 \def\LaTeX{%
   L\kern-.36em
   {\setbox0=\hbox{T}%
-   \vbox to \ht0{\hbox{\selectfonts\lllsize A}\vss}}%
+   \vbox to \ht0{\hbox{%
+     \ifx\textnominalsize\xwordpt
+       % for 10pt running text, \lllsize (8pt) is too small for the A in LaTeX.
+       % Revert to plain's \scriptsize, which is 7pt.
+       \count255=\the\fam $\fam\count255 \scriptstyle A$%
+     \else
+       % For 11pt, we can use our lllsize.
+       \selectfonts\lllsize A%
+     \fi
+     }%
+     \vss
+  }}%
   \kern-.15em
   \TeX
 }



reply via email to

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