bug-texinfo
[Top][All Lists]
Advanced

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

Re: comments on texinfo.tex changes


From: Karl Berry
Subject: Re: comments on texinfo.tex changes
Date: Wed, 24 Sep 2003 11:25:38 -0400

This does not fix the toc formatting in the ways we would like (that'll
have to wait), but at least it restores the indentation for sub(sub)
levels.  

I also decreased the fixed \tocindent to 2pc from 3pc, to give more room
to such entries.

Let me know if you find problems.  Thanks.

*** ../../../src/doc/texinfo.tex.~1.90.~        Tue Sep 23 17:33:07 2003
--- ../../../src/doc/texinfo.tex        Wed Sep 24 08:14:58 2003
***************
*** 4303,4319 ****
  \def\unnsecentry#1#2#3#4{\dosecentry{#1}{#4}}
  
  % 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
  % page number.
--- 4303,4319 ----
  \def\unnsecentry#1#2#3#4{\dosecentry{#1}{#4}}
  
  % 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
  % page number.




reply via email to

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