diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/disser/page.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/disser/page.dtx | 89 |
1 files changed, 44 insertions, 45 deletions
diff --git a/Master/texmf-dist/source/latex/disser/page.dtx b/Master/texmf-dist/source/latex/disser/page.dtx index c17b6edf331..33ebe7da7ff 100644 --- a/Master/texmf-dist/source/latex/disser/page.dtx +++ b/Master/texmf-dist/source/latex/disser/page.dtx @@ -1,11 +1,46 @@ + +% \iffalse +%%% From File: page.dtx +% \fi +% % \begin{macrocode} %<*page> % \end{macrocode} % -% \subsection{Определение стилей страниц} +% \subsection{Формат страниц} +% +% \subsubsection{Шрифт колонтитулов} +% \DescribeMacro{\evenheadfont} +% \DescribeMacro{\evenfootfont} +% \DescribeMacro{\oddheadfont} +% \DescribeMacro{\oddfootfont} +% Верхний, на четных страницах. +% \begin{macrocode} +\newcommand\evenheadfont{\slshape} +% \end{macrocode} +% Нижний, на четных страницах. +% \begin{macrocode} +\newcommand\evenfootfont{} +% \end{macrocode} +% Верхний, на нечетных страницах. +% \begin{macrocode} +\newcommand\oddheadfont{\slshape} +% \end{macrocode} +% Нижний, на нечетных страницах. +% \begin{macrocode} +\newcommand\oddfootfont{} +% \end{macrocode} % -% \subsubsection{headings} +% Шрифт колонтитулов. +% \DescribeMacro{\chaptermarkfont} +% \DescribeMacro{\sectionmarkfont} +% \begin{macrocode} +\providecommand\chaptermarkfont{\slshape} +\providecommand\sectionmarkfont{\MakeUppercase} +% \end{macrocode} +% \subsubsection{Определения стилей колонтитулов} +% \paragraph{headings} % \begin{macrocode} \if@twoside % \end{macrocode} @@ -35,6 +70,7 @@ \let\@mkboth\markboth % \end{macrocode} % \end{itemize} +% \DescribeMacro{\chaptermark} % \item Формат заголовков глав в колонтитулах. % \begin{macrocode} \def\chaptermark##1{% @@ -45,6 +81,7 @@ ##1}}{}% }% % \end{macrocode} +% \DescribeMacro{\sectionmark} % \item Формат заголовков секций в колонтитулах. % \begin{macrocode} \def\sectionmark##1{% @@ -55,7 +92,7 @@ ##1}% }% }% - }% + } % \def\ps@headings % \end{macrocode} % \end{itemize} % \begin{macrocode} @@ -102,7 +139,8 @@ % \end{itemize} % \end{itemize} % -% \subsubsection{myheadings} +% \paragraph{myheadings} +% \DescribeMacro{\ps@myheadings} % \begin{macrocode} \def\ps@myheadings{% \let\@oddfoot\@empty\let\@evenfoot\@empty @@ -113,17 +151,8 @@ \let\sectionmark\@gobble } % \end{macrocode} -% \subsection{Параметры страниц} -% -% Интервал между колонками текста. -% \begin{macrocode} -\setlength\columnsep{10\p@} -% \end{macrocode} -% -% Ширина разделителя (линии) между колонками текста (по умолчанию его нет). -% \begin{macrocode} -\setlength\columnseprule{0\p@} -% \end{macrocode} +% \subsubsection{Формат по умолчанию} +% % Стиль оформления колонтитулов страницы. % \begin{macrocode} \pagestyle{plain} @@ -143,36 +172,6 @@ % \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} |