2004-02-20 Stepan Kasal * doc/texinfo.tex (\unnumberedseczzz, \unnumberedsubseczzz, \unnumberedsubsubseczzz): Don't increment the corresponding section counter. Index: texinfo.tex =================================================================== RCS file: /cvsroot/texinfo/texinfo/doc/texinfo.tex,v retrieving revision 1.33 diff -u -r1.33 texinfo.tex --- texinfo.tex 19 Feb 2004 17:07:46 -0000 1.33 +++ texinfo.tex 20 Feb 2004 07:59:25 -0000 @@ -3967,7 +3967,7 @@ \outer\parseargdef\unnumberedsec{\unnmhead1{#1}} % normally calls unnumberedseczzz \def\unnumberedseczzz#1{% - \global\subsecno=0 \global\subsubsecno=0 \global\advance\secno by 1 + \global\subsecno=0 \global\subsubsecno=0 \sectionheading{#1}{sec}{Ynothing}{\the\unnumberedno.\the\secno}% } @@ -3987,7 +3987,7 @@ \outer\parseargdef\unnumberedsubsec{\unnmhead2{#1}} %normally calls unnumberedsubseczzz \def\unnumberedsubseczzz#1{% - \global\subsubsecno=0 \global\advance\subsecno by 1 + \global\subsubsecno=0 \sectionheading{#1}{subsec}{Ynothing}% {\the\unnumberedno.\the\secno.\the\subsecno}% } @@ -4009,7 +4009,6 @@ \outer\parseargdef\unnumberedsubsubsec{\unnmhead3{#1}} %normally unnumberedsubsubseczzz \def\unnumberedsubsubseczzz#1{% - \global\advance\subsubsecno by 1 \sectionheading{#1}{subsubsec}{Ynothing}% {\the\unnumberedno.\the\secno.\the\subsecno.\the\subsubsecno}% }