diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/disser/toc.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/disser/toc.dtx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/disser/toc.dtx b/Master/texmf-dist/source/latex/disser/toc.dtx index 2f207dca0cb..7ec27da000c 100644 --- a/Master/texmf-dist/source/latex/disser/toc.dtx +++ b/Master/texmf-dist/source/latex/disser/toc.dtx @@ -48,11 +48,11 @@ \newcommand\tocsection{\chapter*{\contentsname}} % \end{macrocode} -% % \DescribeMacro{\tableofcontents}\index{Макросы!\verb*+\tableofcontents+} % \begin{macrocode} \newcommand\tableofcontents{% - \if@twocolumn\@restonecoltrue\onecolumn% + \if@twocolumn% + \@restonecoltrue\onecolumn% \else\@restonecolfalse\fi% \tocsection% \@mkboth{\MakeUppercase\contentsname}{\MakeUppercase\contentsname}% @@ -69,7 +69,6 @@ \newcommand\lofsection{\nchapter{\listfigurename}} % \end{macrocode} -% % \DescribeMacro{\listoffigures}\index{Макросы!\verb*+\listoffigures+} % \begin{macrocode} \newcommand\listoffigures{% |