texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/doc texinfo.tex,1.40,1.41


From: karl
Subject: texinfo/doc texinfo.tex,1.40,1.41
Date: Fri, 2 Apr 2004 19:13:13 +0200

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

Modified Files:
        texinfo.tex 
Log Message:
(\donodenospace): new macro to remove trailing
spaces (before the first comma) in the @node line.
(\donode): call it.


Index: texinfo.tex
===================================================================
RCS file: /cvsroot/texinfo/texinfo/doc/texinfo.tex,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** texinfo.tex 21 Mar 2004 19:08:00 -0000      1.40
--- texinfo.tex 2 Apr 2004 17:13:10 -0000       1.41
***************
*** 4,8 ****
  \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
  %
! \def\texinfoversion{2004-03-21.11}
  %
  % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
--- 4,8 ----
  \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
  %
! \def\texinfoversion{2004-04-02.09}
  %
  % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
***************
*** 5755,5761 ****
  
  % @node's only job in TeX is to define \lastnode, which is used in
! % cross-references.
! \parseargdef\node{\checkenv{}\nodexxx #1,\finishnodeparse}
! \def\nodexxx#1,#2\finishnodeparse{\gdef\lastnode{#1}}
  \let\nwnode=\node
  \let\lastnode=\empty
--- 5755,5767 ----
  
  % @node's only job in TeX is to define \lastnode, which is used in
! % cross-references.  The @node line might or might not have commas, and
! % might or might not have spaces before the first comma, like:
! % @node foo , bar , ...
! % We don't want such trailing spaces in the node name.
! % 
! \parseargdef\node{\checkenv{}\donode #1,\finishnodeparse}
! \def\donode#1,#2\finishnodeparse{\donodenospace#1 \finishnodeparse}
! \def\donodenospace#1 #2\finishnodeparse{\gdef\lastnode{#1}}
! 
  \let\nwnode=\node
  \let\lastnode=\empty



reply via email to

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