diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/disser/part.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/disser/part.dtx | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/Master/texmf-dist/source/latex/disser/part.dtx b/Master/texmf-dist/source/latex/disser/part.dtx index 633d63b225d..df9a5cc90cf 100644 --- a/Master/texmf-dist/source/latex/disser/part.dtx +++ b/Master/texmf-dist/source/latex/disser/part.dtx @@ -9,44 +9,46 @@ % \end{macrocode} % \subsection{Часть} % -% \subsubsection{Параметры формата записи в Содержании} +% \subsubsection{Параметры формата записи в оглавлении} % % \DescribeMacro{\tocprethepart}\index{Макросы!\verb*+\tocprethepart+} -% Постоянный текст до номера. +% Префикс номера. % \begin{macrocode} \providecommand\tocprethepart{\partname~} % \end{macrocode} % \DescribeMacro{\tocpostthepart}\index{Макросы!\verb*+\tocpostthepart+} -% Постоянный текст после номера. +% Постфикс номера. % \begin{macrocode} \providecommand\tocpostthepart{.\@postskip} % \end{macrocode} % \DescribeMacro{\tocpartfill}\index{Макросы!\verb*+\tocpartfill+} % Заполнитель между названием и номером страницы. Для части по умолчанию -% отсутствует. Чтобы заполнить какими-либо символами, |\tocpartfill| нужно -% присвоить значение |\tocfill{символ}|. Для примера см. далее определение -% |\tocsectionfill|. +% отсутствует. Чтобы заполнить какими-либо символами, нужно присвоить +% |\tocpartfill| значение |\tocfill{символ}|. Для примера см. далее +% определение |\tocsectionfill|. % \begin{macrocode} \providecommand\tocpartfill{} % \end{macrocode} % \DescribeMacro{\tocpartfont}\index{Макросы!\verb*+\tocpartfont+} -% Шрифт заголовка в Содержании. +% Шрифт заголовка записи. % \begin{macrocode} \providecommand\tocpartfont{\bfseries} % \end{macrocode} % \DescribeMacro{\tocpartfillfont}\index{Макросы!\verb*+\tocpartfillfont+} -% Шрифт заполнителя. +% Шрифт заполнителя в оглавлении. % \begin{macrocode} \providecommand\tocpartfillfont{\normalfont} % \end{macrocode} % \DescribeMacro{\tocpartnumfont}\index{Макросы!\verb*+\tocpartnumfont+} -% Шрифт номера. +% Шрифт номера в оглавлении. % \begin{macrocode} \providecommand\tocpartnumfont{\normalfont} % \end{macrocode} % -% \subsubsection{Параметры формата в тексте} +% \subsubsection{Параметры формата заголовка в тексте} +% +% Параметры номера и названия: выравнивание, шрифт, отступы, текст до и после. % \DescribeMacro{\thepartalign}\index{Макросы!\verb*+\thepartalign+} % \DescribeMacro{\thepartfont}\index{Макросы!\verb*+\thepartfont+} % \DescribeMacro{\prethepart}\index{Макросы!\verb*+\prethepart+} @@ -55,7 +57,6 @@ % \DescribeMacro{\partfont}\index{Макросы!\verb*+\partfont+} % \DescribeMacro{\beforepart}\index{Макросы!\verb*+\beforepart+} % \DescribeMacro{\afterpart}\index{Макросы!\verb*+\afterpart+} -% Параметры номера и названия: выравнивание, шрифт, отступы, текст до и после. % \begin{macrocode} \providecommand\thepartalign{\centering} \providecommand\thepartfont{\huge} @@ -100,7 +101,7 @@ % \end{macrocode} % \end{itemize} -% \DescribeMacro{\part}\index{Макросы!\verb*+\part+} +% \DescribeMacro{\part}\index{Макросы!\verb*+"\part+} % Интерфейс. % \begin{macrocode} \newcommand\part{ |