texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/doc texinfo.tex,1.15,1.16


From: karl
Subject: texinfo/doc texinfo.tex,1.15,1.16
Date: Sun, 4 Jan 2004 00:00:11 +0100

Update of /cvsroot/texinfo/texinfo/doc
In directory sheep:/tmp/cvs-serv1863

Modified Files:
        texinfo.tex 
Log Message:
(\TeX): new macro, copying plain but make a period
following end a sentence.  Idea from LaTeX.


Index: texinfo.tex
===================================================================
RCS file: /cvsroot/texinfo/texinfo/doc/texinfo.tex,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** texinfo.tex 2003/12/21 20:50:02     1.15
--- texinfo.tex 2004/01/03 23:00:09     1.16
***************
*** 4,11 ****
  \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
  %
! \def\texinfoversion{2003-12-21.10}
  %
  % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
! % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, 
Inc.
  %
  % This texinfo.tex file is free software; you can redistribute it and/or
--- 4,12 ----
  \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
  %
! \def\texinfoversion{2004-01-03.14}
  %
  % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
! % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
! % Foundation, Inc.
  %
  % This texinfo.tex file is free software; you can redistribute it and/or
***************
*** 600,608 ****
  }
  
! % @LaTeX{} logo.  (@TeX{} is defined in plain.tex.)
! % Not quite the same results as the definition in latex.ltx, since we
! % use a different font for the raised A; it's most convenient for us to
! % go two sizes down, rather than using the \scriptstyle font (since we
! % don't reset \scriptstyle and \scriptscriptstyle).
  % 
  \def\LaTeX{%
--- 601,614 ----
  }
  
! % The \TeX{} logo, as in plain, but resetting the spacing so that a
! % period following counts as ending a sentence.  (Idea found in latex.)
! % 
! \def\TeX{T\kern-.1667em\lower.5ex\hbox{E}\kern-.125emX\spacefactor=3000 }
! 
! % @LaTeX{} logo.  Not quite the same results as the definition in
! % latex.ltx, since we use a different font for the raised A; it's most
! % convenient for us to use an explicitly smaller font, rather than using
! % the \scriptstyle font (since we don't reset \scriptstyle and
! % \scriptscriptstyle).
  % 
  \def\LaTeX{%



reply via email to

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