texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/doc texinfo.tex,1.90,1.91


From: Karl Berry <address@hidden>
Subject: texinfo/doc texinfo.tex,1.90,1.91
Date: Wed, 24 Sep 2003 15:21:01 +0000

Update of /cvsroot/texinfo/texinfo/doc
In directory subversions:/tmp/cvs-serv9724

Modified Files:
        texinfo.tex 
Log Message:
(\tocindent): decrease to 2pc.
(\{app,unn}sub{sub,}secentry): redefine so that they
indent properly.


Index: texinfo.tex
===================================================================
RCS file: /cvsroot/texinfo/texinfo/doc/texinfo.tex,v
retrieving revision 1.90
retrieving revision 1.91
diff -C2 -d -r1.90 -r1.91
*** texinfo.tex 24 Sep 2003 00:35:40 -0000      1.90
--- texinfo.tex 24 Sep 2003 15:20:59 -0000      1.91
***************
*** 4,8 ****
  \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
  %
! \def\texinfoversion{2003-09-23.17}
  %
  % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
--- 4,8 ----
  \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
  %
! \def\texinfoversion{2003-09-24.08}
  %
  % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
***************
*** 4304,4318 ****
  
  % Subsections.
! \let\numsubsecentry=\numsecentry
! \let\appsubsecentry=\numsecentry
! \let\unnsubsecentry=\unnsecentry
  
  % And subsubsections.
! \let\numsubsubsecentry=\numsecentry
! \let\appsubsubsecentry=\numsecentry
! \let\unnsubsubsecentry=\unnsecentry
  
  % This parameter controls the indentation of the various levels.
! \newdimen\tocindent \tocindent = 3pc
  
  % Now for the actual typesetting. In all these, #1 is the text and #2 is the
--- 4304,4318 ----
  
  % Subsections.
! \def\numsubsecentry#1#2#3#4{\dosubsecentry{#2\labelspace#1}{#4}}
! \let\appsubsecentry=\numsubsecentry
! \def\unnsubsecentry#1#2#3#4{\dosubsecentry{#1}{#4}}
  
  % And subsubsections.
! \def\numsubsubsecentry#1#2#3#4{\dosubsubsecentry{#2\labelspace#1}{#4}}
! \let\appsubsubsecentry=\numsubsubsecentry
! \def\unnsubsubsecentry#1#2#3#4{\dosubsubsecentry{#1}{#4}}
  
  % This parameter controls the indentation of the various levels.
! \newdimen\tocindent \tocindent = 2pc
  
  % Now for the actual typesetting. In all these, #1 is the text and #2 is the



reply via email to

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