diff options
author | Karl Berry <karl@freefriends.org> | 2007-07-26 18:12:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-07-26 18:12:09 +0000 |
commit | bc4a246d8757e9c6e1a938ce98b78841e5114935 (patch) | |
tree | 8ed27c0d3abf240c503f1152b757a16f602dfde0 /Master/texmf-dist/source/latex | |
parent | eb5be484f99eaae05ca8b88b93c5a4b5faa981e8 (diff) |
disser update (23jul07)
git-svn-id: svn://tug.org/texlive/trunk@4658 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r-- | Master/texmf-dist/source/latex/disser/Makefile | 29 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/disser/candidate.dtx | 6 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/disser/chapter.dtx | 43 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/disser/custom.dtx | 26 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/disser/disser.dtx | 12 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/disser/floats.dtx | 7 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/disser/gost732.dtx | 6 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/disser/master.dtx | 4 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/disser/page.dtx | 128 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/disser/part.dtx | 4 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/disser/sections.dtx | 7 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/disser/titledefs.dtx | 35 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/disser/toc.dtx | 2 |
13 files changed, 179 insertions, 130 deletions
diff --git a/Master/texmf-dist/source/latex/disser/Makefile b/Master/texmf-dist/source/latex/disser/Makefile index 2932ead94ab..222a4f34bbe 100644 --- a/Master/texmf-dist/source/latex/disser/Makefile +++ b/Master/texmf-dist/source/latex/disser/Makefile @@ -1,19 +1,30 @@ TARGET=disser TEXMF=/usr/share/texmf -DESTDIR=$(TEXMF)/tex/latex/disser -INSTFILES=$(TARGET).cls *.rtx -CLEANFILES=$(INSTFILES) *.log *.out *.aux *.dvi *.idx *.glo *.toc *.bak +DESTDIR=$(TEXMF)/tex/latex/$(TARGET) +DOCDIR=$(TEXMF)/doc/latex/$(TARGET) -$(TARGET).cls: $(TARGET).ins - latex $< +LATEX=latex -install: $(TARGET).cls +INSTFILES=*.cls *.rtx +DOCFILES=$(TARGET).dvi +CLEANFILES=$(INSTFILES) *.log *.out *.aux *.dvi *.idx *.glo *.toc *.bak *.bbl *.blg + +all: *.cls doc + +install: all mkdir -p $(DESTDIR) + mkdir -p $(DOCDIR) cp $(INSTFILES) $(DESTDIR) + cp $(DOCFILES) $(DOCDIR) + +%.cls: %.ins + $(LATEX) $< + +doc: $(TARGET).dvi -doc: $(TARGET).dtx - latex $< - latex -src-specials $< +$(TARGET).dvi: $(TARGET).dtx + $(LATEX) $< + $(LATEX) -src-specials $< clean: rm -f $(CLEANFILES) diff --git a/Master/texmf-dist/source/latex/disser/candidate.dtx b/Master/texmf-dist/source/latex/disser/candidate.dtx index 89fcb0bf41f..3c9febe209f 100644 --- a/Master/texmf-dist/source/latex/disser/candidate.dtx +++ b/Master/texmf-dist/source/latex/disser/candidate.dtx @@ -3,7 +3,7 @@ %<*candidate> % \end{macrocode} % \subsubsection{Титульный лист кандидатской диссертации} -% +% % Вертикальные интервалы между элементами титульного листа. % \begin{macrocode} \def\firstskip{\vskip1cm} @@ -29,7 +29,7 @@ % \end{macrocode} % Номер УДК % \begin{macrocode} - {\libcatname\;\@libcatnum} + {\libcatname\ \@libcatnum} \end{flushright} \begin{center} % \end{macrocode} @@ -46,7 +46,7 @@ % Шифр и наименование специальности % \begin{macrocode} \fourthskip - {\specfont\@specnum~--\;\@spec} + {\specfont\@specnum~--\ \@spec} % \end{macrocode} % Диссертация на соискание ученой степени... % \begin{macrocode} diff --git a/Master/texmf-dist/source/latex/disser/chapter.dtx b/Master/texmf-dist/source/latex/disser/chapter.dtx index d85b16a6c66..6739437674e 100644 --- a/Master/texmf-dist/source/latex/disser/chapter.dtx +++ b/Master/texmf-dist/source/latex/disser/chapter.dtx @@ -30,6 +30,8 @@ \providecommand\prechapter{} \providecommand\postchapter{\par\nobreak\vskip 20\p@} +\def\chapterpagestyle#1{\gdef\@chapterpagestyle{#1}}\chapterpagestyle{plain} + % \end{macrocode} % Параметры формата заголовка Приложения. % \begin{macrocode} @@ -60,7 +62,7 @@ \else \clearpage \fi - \thispagestyle{plain}% + \thispagestyle{\@chapterpagestyle}% \global\@topnum\z@ \@afterindentfalse \secdef\@chapter\@schapter @@ -223,7 +225,8 @@ % \end{macrocode} % Команда для создания ненумеруемых глав, которые будут включены в % Содержание и PDF-закладки. Для того, чтобы закладка указывала именно на -% заголовок, а не на первый абзац под ним, нужно поместить |\phantomchapter| % и |\addcontentsline| внутри аргумента |\chapter*|. Честно говоря, мне это +% заголовок, а не на первый абзац под ним, нужно поместить |\phantomchapter| +% и |\addcontentsline| внутри аргумента |\chapter*|. Честно говоря, мне это % не нравится. Надо придумать что-то более простое и изящное. % \begin{macrocode} \newcommand\nchapter[1]{% @@ -233,5 +236,41 @@ \@mkboth{\MakeUppercase{#1}}{\MakeUppercase{#1}} } } + +% \end{macrocode} +% \subsubsection{Определения ненумеруемых глав, входящих в Содержание} +% \begin{itemize} +% +% \item Содержание +% \begin{macrocode} +\def\newcontentsname{\cyr\CYRS\cyro\cyrd\cyre\cyrr\cyrzh\cyra\cyrn\cyri\cyre} + +% \end{macrocode} +% \item Введение +% \begin{macrocode} +\def\introname{{\cyr\CYRV\cyrv\cyre\cyrd\cyre\cyrn\cyri\cyre}} +\newcommand\intro{\nchapter{\introname}} +% \end{macrocode} +% \item Заключение +% \begin{macrocode} +\def\conclusionname{% +{\cyr\CYRZ\cyra\cyrk\cyrl\cyryu\cyrch\cyre\cyrn\cyri\cyre} +} +\newcommand\conclusion{\nchapter{\conclusionname}} +% \end{macrocode} +% \item Используемые обозначения +% \end{itemize} +% \begin{macrocode} +\def\defsname{% +{\cyr\CYRI\cyrs\cyrp\cyro\cyrl\cyrsftsn\cyrz\cyru\cyre\cyrm\cyrery\cyre\ % +\cyro\cyrb\cyro\cyrz\cyrn\cyra\cyrch\cyre\cyrn\cyri\cyrya} +} +\newcommand\defs{\nchapter{\defsname}} +% +% Обзор литературы +% \begin{macrocode} +\def\reviewname{\cyr\CYRO\cyrb\cyrz\cyro\cyrr\ % +\cyrl\cyri\cyrt\cyre\cyrr\cyra\cyrt\cyru\cyrr\cyrery} +\newcommand\review{\nchapter{\reviewname}} %</chapter> % \end{macrocode} diff --git a/Master/texmf-dist/source/latex/disser/custom.dtx b/Master/texmf-dist/source/latex/disser/custom.dtx index b5595a2e0d0..072fe00fa2d 100644 --- a/Master/texmf-dist/source/latex/disser/custom.dtx +++ b/Master/texmf-dist/source/latex/disser/custom.dtx @@ -84,7 +84,9 @@ \pdfcompresslevel = 9 \fi \usepackage[pdftex]{graphicx} - \usepackage{cmap} + \IfFileExists{cmap.sty}{% + \usepackage{cmap} + }{} \else % \end{macrocode} % \item для \LaTeX{} @@ -102,28 +104,18 @@ % \begin{macrocode} \usepackage[rflt]{floatflt} % \end{macrocode} -% Пакет для вложенной нумерации объектов (например, 1.а) +% \paragraph{Пакет для вложенной нумерации плавающих объектов} % \begin{macrocode} \ifsubf - \usepackage[normalsize]{subfigure} + \usepackage[config,font=small,labelsep=period]{caption,subfig} % \end{macrocode} -% Формат постоянной части подписи для плавающих объектов с вложенной -% нумерацией. +% Формат счетчика. % \begin{macrocode} - \renewcommand*\@thesubfigure{\small\textit{\asbuk{subfigure}})} + \def\thesubfigure{\textit{\asbuk{subfigure}}} % \end{macrocode} -% Формат ссылки (через |\subref|). +% Формат ссылки через |\ref|. % \begin{macrocode} - \renewcommand*\@@thesubfigure{\textit{\asbuk{subfigure}})} -% \end{macrocode} -% Формат ссылки (через |\ref|). -% \begin{macrocode} - \renewcommand*\thesubfigure{,~\textit{\asbuk{subfigure}}} -% \end{macrocode} -% Еще раз формат метки (нужно указать два раза из-за странной ошибки в пакете -% |subfigure|). -% \begin{macrocode} - \renewcommand*\@thesubfigure{\small\textit{\asbuk{subfigure}})} + \def\p@subfigure{\thefigure, } \fi % \end{macrocode} diff --git a/Master/texmf-dist/source/latex/disser/disser.dtx b/Master/texmf-dist/source/latex/disser/disser.dtx index 2e6adff6c7b..085d8a80736 100644 --- a/Master/texmf-dist/source/latex/disser/disser.dtx +++ b/Master/texmf-dist/source/latex/disser/disser.dtx @@ -3,7 +3,7 @@ %% %% disser -- LaTeX document class for dissertations. %% -%% Copyright (c) 2004-2006 Stanislav Kruchinin +%% Copyright (c) 2004-2007 Stanislav Kruchinin %% %% It may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -28,10 +28,10 @@ \usepackage[english,russian]{babel} \usepackage[unicode, - pdftitle = {Documentation for the disser package}, + pdftitle = {Documented source code of the disser package}, pdfauthor = {Stanislav Kruchinin}, pdfsubject = {disser}, - pdfstartview = {FitH}, + pdfstartview = {FitH}, pdfborder = {0 0 0}, bookmarksopen = true, bookmarksnumbered = true, @@ -45,7 +45,7 @@ \renewcommand\ttdefault{cmtt} \renewcommand\rmdefault{ftm} }{} -\usepackage{tabularx,doc} +\usepackage{doc} \IfFileExists{url.sty}{\RequirePackage{url}}{\newcommand\url{\texttt}} \hypersetup{ @@ -90,7 +90,7 @@ % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% \def\fileversion{1.0.2} +% \def\fileversion{1.0.3} % % \title{|disser| "--- класс \LaTeX{} для оформления диссертаций} % \author{Станислав Кручинин\\[6pt] @@ -125,7 +125,7 @@ % \begin{macrocode} %<disser>\NeedsTeXFormat{LaTeX2e} -%<disser>\ProvidesClass{disser}[2006/09/06 Document class for dissertations.] +%<disser>\ProvidesClass{disser}[2007/06/15 Document class for dissertations.] %<disser>\ProvidesPackage{disser} %<bachelor>\ProvidesFile{bachelor.rtx} diff --git a/Master/texmf-dist/source/latex/disser/floats.dtx b/Master/texmf-dist/source/latex/disser/floats.dtx index f989fbd24cb..7268a644f21 100644 --- a/Master/texmf-dist/source/latex/disser/floats.dtx +++ b/Master/texmf-dist/source/latex/disser/floats.dtx @@ -30,7 +30,7 @@ % \DescribeMacro{\captionlabelfont} % Шрифт метки. % \begin{macrocode} -\newcommand\captionlabelfont{\small\bfseries\selectfont} +\newcommand\captionlabelfont{\small\selectfont} % \end{macrocode} % \DescribeMacro{\@makecaption} % Формат подписи. @@ -48,7 +48,10 @@ } % \end{macrocode} -% Рисунок. +% +% \subsection{Рисунок} +% +% Формат номера. % \begin{macrocode} \renewcommand\thefigure{\ifnum \c@chapter>\z@\thechapter.\fi\@arabic\c@figure} diff --git a/Master/texmf-dist/source/latex/disser/gost732.dtx b/Master/texmf-dist/source/latex/disser/gost732.dtx index 9e6ed3dbaa0..984af148791 100644 --- a/Master/texmf-dist/source/latex/disser/gost732.dtx +++ b/Master/texmf-dist/source/latex/disser/gost732.dtx @@ -7,9 +7,9 @@ % 7.32-2001} % % Насколько известно автору, на данный момент отсутствуют какие-либо ГОСТы, -% регламентирующие структуру и правила оформления диссертаций. Наиболее -% подходящим среди существующих стандартов следует считать ГОСТ 7.32-2001 -% <<Отчет о научно-исследовательской работе>>, реализованный в настоящем +% регламентирующие структуру и правила оформления диссертаций. Наиболее +% подходящим среди существующих стандартов следует считать ГОСТ 7.32-2001 +% <<Отчет о научно-исследовательской работе>>, реализованный в настоящем % классе. % % \begin{macrocode} diff --git a/Master/texmf-dist/source/latex/disser/master.dtx b/Master/texmf-dist/source/latex/disser/master.dtx index db5c8bafd99..0d6107e39b2 100644 --- a/Master/texmf-dist/source/latex/disser/master.dtx +++ b/Master/texmf-dist/source/latex/disser/master.dtx @@ -50,8 +50,8 @@ % % Выполнил студент гр. номер... % \begin{macrocode} - \studentlabel\;\groupname\;\@group\hspace{2cm}\= - \makebox[8.5cm][l]{\hrulefill\;\@author} + \studentlabel\ \groupname\ \@group\hspace{2cm}\= + \makebox[8.5cm][l]{\hrulefill\ \@author} \\[9pt] % \end{macrocode} % diff --git a/Master/texmf-dist/source/latex/disser/page.dtx b/Master/texmf-dist/source/latex/disser/page.dtx index 5002679d69b..c17b6edf331 100644 --- a/Master/texmf-dist/source/latex/disser/page.dtx +++ b/Master/texmf-dist/source/latex/disser/page.dtx @@ -3,39 +3,6 @@ %<*page> % \end{macrocode} % -% \subsection{Параметры страниц} -% -% Интервал между колонками текста. -% \begin{macrocode} -\setlength\columnsep{10\p@} -% \end{macrocode} -% -% Ширина разделителя (линии) между колонками текста (по умолчанию его нет). -% \begin{macrocode} -\setlength\columnseprule{0\p@} -% \end{macrocode} -% Стиль оформления колонтитулов страницы. -% \begin{macrocode} -\pagestyle{plain} -% \end{macrocode} -% Стиль нумерации страниц. -% \begin{macrocode} -\pagenumbering{arabic} -% \end{macrocode} -% Для односторонних документов разрешается делать страницы с разной высотой -% текста. -% \begin{macrocode} -\if@twoside\else\raggedbottom\fi -% \end{macrocode} -% Для двухколоночных документов: -% |\flushbottom| запрещает делать страницы с разной высотой текста, -% |\sloppy| включает менее жесткие ограничения на разрывы строк. -% \begin{macrocode} -\if@twocolumn\twocolumn\sloppy\flushbottom -\else\onecolumn\fi - -% \end{macrocode} -% % \subsection{Определение стилей страниц} % % \subsubsection{headings} @@ -50,34 +17,38 @@ % \begin{itemize} % \item Колонтитулы: % \begin{itemize} -% \item на нечетных страницах снизу. +% \item нижний на четных страницах. +% \begin{macrocode} + \let\@evenfoot\@empty +% \end{macrocode} +% \item нижний на нечетных страницах. % \begin{macrocode} - \let\@oddfoot\@empty\let\@evenfoot\@empty + \let\@oddfoot\@empty % \end{macrocode} -% \item на четных страницах сверху. +% \item верхний на четных страницах. % \begin{macrocode} - \def\@evenhead{\thepage\hfil\slshape\leftmark}% + \def\@evenhead{\thepage\hfil\evenheadfont\leftmark}% % \end{macrocode} -% \item на нечетных страницах сверху. +% \item верхний на нечетных страницах. % \begin{macrocode} - \def\@oddhead{{\slshape\rightmark}\hfil\thepage}% + \def\@oddhead{{\oddheadfont\rightmark}\hfil\thepage}% \let\@mkboth\markboth % \end{macrocode} % \end{itemize} -% \item Постоянная часть заголовка главы. +% \item Формат заголовков глав в колонтитулах. % \begin{macrocode} \def\chaptermark##1{% - \markboth{\textsc{% + \markboth{{\chaptermarkfont % \ifnum \c@secnumdepth >\m@ne \@tocseccntformat{chapter} \ % \fi ##1}}{}% }% % \end{macrocode} -% \item Постоянная часть заголовка секции. +% \item Формат заголовков секций в колонтитулах. % \begin{macrocode} \def\sectionmark##1{% - \markright{\MakeUppercase{% + \markright{{\sectionmarkfont % \ifnum \c@secnumdepth >\z@ \@tocseccntformat{section}% \fi @@ -107,7 +78,7 @@ % \item Формат маркера главы. % \begin{macrocode} \def\chaptermark##1{% - \markright {\textsc{% + \markright {{\chaptermarkfont % \ifnum\c@secnumdepth >\m@ne \@tocseccntformat{chapter} \ % \fi @@ -116,8 +87,7 @@ % \item Формат маркера секции. % \begin{macrocode} \def\sectionmark##1{% - \markright{ - \MakeUppercase{ + \markright{{\sectionmarkfont % \ifnum \c@secnumdepth >\z@ \@tocseccntformat{section} \ % \fi @@ -136,11 +106,73 @@ % \begin{macrocode} \def\ps@myheadings{% \let\@oddfoot\@empty\let\@evenfoot\@empty - \def\@evenhead{\thepage\hfil\slshape\leftmark}% - \def\@oddhead{{\slshape\rightmark}\hfil\thepage}% + \def\@evenhead{\thepage\hfil\evenheadfont\leftmark}% + \def\@oddhead{{\oddheadfont\rightmark}\hfil\thepage}% \let\@mkboth\@gobbletwo \let\chaptermark\@gobble \let\sectionmark\@gobble } +% \end{macrocode} +% \subsection{Параметры страниц} +% +% Интервал между колонками текста. +% \begin{macrocode} +\setlength\columnsep{10\p@} +% \end{macrocode} +% +% Ширина разделителя (линии) между колонками текста (по умолчанию его нет). +% \begin{macrocode} +\setlength\columnseprule{0\p@} +% \end{macrocode} +% Стиль оформления колонтитулов страницы. +% \begin{macrocode} +\pagestyle{plain} +% \end{macrocode} +% Стиль нумерации страниц. +% \begin{macrocode} +\pagenumbering{arabic} +% \end{macrocode} +% Для односторонних документов разрешается делать страницы с разной высотой +% текста. +% \begin{macrocode} +\if@twoside\else\raggedbottom\fi +% \end{macrocode} +% Для двухколоночных документов: +% |\flushbottom| запрещает делать страницы с разной высотой текста, +% |\sloppy| включает менее жесткие ограничения на разрывы строк. +% \begin{macrocode} +\if@twocolumn\twocolumn\sloppy\flushbottom +\else\onecolumn\fi +% \end{macrocode} +% \DescribeMacro{\evenheadfont} +% \DescribeMacro{\evenfootfont} +% \DescribeMacro{\oddheadfont} +% \DescribeMacro{\oddfootfont} +% Шрифт колонтитулов. +% \begin{itemize} +% \item Верхний, на четных страницах. +% \begin{macrocode} +\newcommand\evenheadfont{\slshape} +% \end{macrocode} +% \item Нижний, на четных страницах. +% \begin{macrocode} +\newcommand\evenfootfont{} +% \end{macrocode} +% \item Верхний, на нечетных страницах. +% \begin{macrocode} +\newcommand\oddheadfont{\slshape} +% \end{macrocode} +% \item Нижний, на нечетных страницах. +% \begin{macrocode} +\newcommand\oddfootfont{} +% \end{macrocode} +% \end{itemize} +% +% \DescribeMacro{\chaptermarkfont} +% \DescribeMacro{\sectionmarkfont} +% \begin{macrocode} +\newcommand\chaptermarkfont{\slshape} +\newcommand\sectionmarkfont{\MakeUppercase} + %</page> % \end{macrocode} diff --git a/Master/texmf-dist/source/latex/disser/part.dtx b/Master/texmf-dist/source/latex/disser/part.dtx index 59163401f16..da96ab70055 100644 --- a/Master/texmf-dist/source/latex/disser/part.dtx +++ b/Master/texmf-dist/source/latex/disser/part.dtx @@ -47,7 +47,7 @@ % \end{macrocode} % Стиль страницы, на которой расположен заголовок части. % \begin{macrocode} -\providecommand\partpagestyle{empty} +\def\partpagestyle#1{\gdef\@partpagestyle{#1}}\partpagestyle{empty} % \end{macrocode} % % Интерфейс. @@ -58,7 +58,7 @@ \else \clearpage \fi - \thispagestyle{\partpagestyle}% + \thispagestyle{\@partpagestyle}% \if@twocolumn \onecolumn \@tempswatrue diff --git a/Master/texmf-dist/source/latex/disser/sections.dtx b/Master/texmf-dist/source/latex/disser/sections.dtx index 8145b01a9be..22dd0dfe787 100644 --- a/Master/texmf-dist/source/latex/disser/sections.dtx +++ b/Master/texmf-dist/source/latex/disser/sections.dtx @@ -234,5 +234,12 @@ \newcommand\subparagraph{% \@startsection{subparagraph}{5}{\parindent}% {\presubparagraph}{\postsubparagraph}{\subparagraphfont\subparagraphalign}} + +% \end{macrocode} +% Команда для создания ненумеруемых секций, которые будут включены в Содержание. +% \begin{macrocode} +\newcommand\nsection[1]{% + \section*{\phantomsection\addcontentsline{toc}{section}{#1}#1} +} %</sections> % \end{macrocode} diff --git a/Master/texmf-dist/source/latex/disser/titledefs.dtx b/Master/texmf-dist/source/latex/disser/titledefs.dtx index d8fd6d6d046..77c47e52c06 100644 --- a/Master/texmf-dist/source/latex/disser/titledefs.dtx +++ b/Master/texmf-dist/source/latex/disser/titledefs.dtx @@ -260,40 +260,5 @@ \newcommand\datefield[1][\number\year]{<<\rule[0pt]{1cm}{.5pt}\,>>% \rule[0pt]{3cm}{0.5pt}\ #1~\yearname} -% \end{macrocode} -% Определения ненумеруемых глав, входящих в Содержание: -% \begin{itemize} -% -% \item Содержание -% \begin{macrocode} -\def\newcontentsname{\cyr\CYRS\cyro\cyrd\cyre\cyrr\cyrzh\cyra\cyrn\cyri\cyre} - -% \end{macrocode} -% \item Введение -% \begin{macrocode} -\def\introname{{\cyr\CYRV\cyrv\cyre\cyrd\cyre\cyrn\cyri\cyre}} -\newcommand\intro{\nchapter{\introname}} -% \end{macrocode} -% \item Заключение -% \begin{macrocode} -\def\conclusionname{% -{\cyr\CYRZ\cyra\cyrk\cyrl\cyryu\cyrch\cyre\cyrn\cyri\cyre} -} -\newcommand\conclusion{\nchapter{\conclusionname}} -% \end{macrocode} -% \item Используемые обозначения -% \end{itemize} -% \begin{macrocode} -\def\defsname{% -{\cyr\CYRI\cyrs\cyrp\cyro\cyrl\cyrsftsn\cyrz\cyru\cyre\cyrm\cyrery\cyre\ % -\cyro\cyrb\cyro\cyrz\cyrn\cyra\cyrch\cyre\cyrn\cyri\cyrya} -} -\newcommand\defs{\nchapter{\defsname}} -% -% Обзор литературы -% \begin{macrocode} -\def\reviewname{\cyr\CYRO\cyrb\cyrz\cyro\cyrr\ % -\cyrl\cyri\cyrt\cyre\cyrr\cyra\cyrt\cyru\cyrr\cyrery} -\newcommand\review{\nchapter{\reviewname}} %</titledefs> % \end{macrocode} diff --git a/Master/texmf-dist/source/latex/disser/toc.dtx b/Master/texmf-dist/source/latex/disser/toc.dtx index bbe055dadcd..a4ce657af46 100644 --- a/Master/texmf-dist/source/latex/disser/toc.dtx +++ b/Master/texmf-dist/source/latex/disser/toc.dtx @@ -66,10 +66,10 @@ \else \@restonecolfalse \fi - \thispagestyle{empty} \chapter*{\contentsname% \@mkboth{\MakeUppercase\contentsname}{\MakeUppercase\contentsname} }% + \thispagestyle{empty} \@starttoc{toc}% \if@restonecol\twocolumn\fi \clearpage |