summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/disser/floats.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/disser/floats.dtx')
-rw-r--r--Master/texmf-dist/source/latex/disser/floats.dtx52
1 files changed, 26 insertions, 26 deletions
diff --git a/Master/texmf-dist/source/latex/disser/floats.dtx b/Master/texmf-dist/source/latex/disser/floats.dtx
index 97f2e82b3fa..4d45bc57fe8 100644
--- a/Master/texmf-dist/source/latex/disser/floats.dtx
+++ b/Master/texmf-dist/source/latex/disser/floats.dtx
@@ -14,19 +14,19 @@
% \begin{itemize}
% \item Максимальное количество плавающих объектов, размещаемое вверху
% страницы (при двухколонном наборе --- вверху колонки).
-% \DescribeMacro{topnumber}
+% \DescribeMacro{topnumber}\index{Счетчики!\verb*+topnumber+}
% \begin{macrocode}
\setcounter{topnumber}{2}
% \end{macrocode}
% \item Максимальное количество плавающих объектов, размещаемое внизу
% страницы (при двухколонном наборе --- внизу колонки).
-% \DescribeMacro{bottomnumber}
+% \DescribeMacro{bottomnumber}\index{Счетчики!\verb*+bottomnumber+}
% \begin{macrocode}
\setcounter{bottomnumber}{1}
% \end{macrocode}
% \item Максимальное количество плавающих объектов, размещаемое
% на странице (при двухколонном наборе --- в колонке).
-% \DescribeMacro{totalnumber}
+% \DescribeMacro{totalnumber}\index{Счетчики!\verb*+totalnumber+}
% \begin{macrocode}
\setcounter{totalnumber}{3}
% \end{macrocode}
@@ -42,13 +42,13 @@
% \begin{itemize}
% \item Максимальная доля страницы по высоте, которую могут занимать
% плавающие объекты, размещаемые вверху страницы.
-% \DescribeMacro{\topfraction}
+% \DescribeMacro{\topfraction}\index{Макросы!\verb*+\topfraction+}
% \begin{macrocode}
\renewcommand\topfraction{.7}
% \end{macrocode}
% \item Максимальная доля страницы по высоте, которую могут занимать
% плавающие объекты, размещаемые внизу страницы.
-% \DescribeMacro{\bottomfraction}
+% \DescribeMacro{\bottomfraction}\index{Макросы!\verb*+\bottomfraction+}
% \begin{macrocode}
\renewcommand\bottomfraction{.3}
% \end{macrocode}
@@ -57,60 +57,60 @@
% \LaTeX{}'ом
% специально для размещения плавающих объектов при обработке
% необязательного аргумента |p|, это не относится).
-% \DescribeMacro{\textfraction}
+% \DescribeMacro{\textfraction}\index{Макросы!\verb*+\textfraction+}
% \begin{macrocode}
\renewcommand\textfraction{.2}
% \end{macrocode}
% \item Параметр, аналогичный предыдущему, относящийся к страницам для
% плавающих объектов.
-% \DescribeMacro{\floatpagefraction}
+% \DescribeMacro{\floatpagefraction}\index{Макросы!\verb*+\floatpagefraction+}
% \begin{macrocode}
\renewcommand\floatpagefraction{.5}
% \end{macrocode}
% \item Тоже, что |\topfraction|, применительно к иллюстрациям (таблицам)
% шириной в целую страницу при двухколонном наборе.
-% \DescribeMacro{\dbltopfraction}
+% \DescribeMacro{\dbltopfraction}\index{Макросы!\verb*+\dbltopfraction+}
% \begin{macrocode}
\renewcommand\dbltopfraction{.7}
% \end{macrocode}
% \item Тоже, что |\floatpagefraction|, применительно к иллюстрациям
% (таблицам) шириной в целую страницу при двухколонном наборе.
-% \DescribeMacro{\dblfloatpagefraction}
+% \DescribeMacro{\dblfloatpagefraction}\index{Макросы!\verb*+\dblfloatpagefraction+}
% \begin{macrocode}
\renewcommand\dblfloatpagefraction{.5}
% \end{macrocode}
% \end{itemize}
-%
+%
% \subsubsection{Параметры формата подписей}
%
-% \DescribeMacro{\abovecaptionskip}
+% \DescribeMacro{\abovecaptionskip}\index{Макросы!\verb*+\abovecaptionskip+}
% Вертикальный интервал перед подписью.
% \begin{macrocode}
\newlength\abovecaptionskip
\setlength\abovecaptionskip{10\p@}
% \end{macrocode}
-% \DescribeMacro{\belowcaptionskip}
+% \DescribeMacro{\belowcaptionskip}\index{Макросы!\verb*+\belowcaptionskip+}
% Вертикальный интервал за подписью.
% \begin{macrocode}
\newlength\belowcaptionskip
\setlength\belowcaptionskip{0\p@}
% \end{macrocode}
-% \DescribeMacro{\captionlabeldelim}
+% \DescribeMacro{\captionlabeldelim}\index{Макросы!\verb*+\captionlabeldelim+}
% Разделитель метки (постоянная часть + номер) и текста подписи.
% \begin{macrocode}
\newcommand\captionlabeldelim{.}
% \end{macrocode}
-% \DescribeMacro{\captionfont}
+% \DescribeMacro{\captionfont}\index{Макросы!\verb*+\captionfont+}
% Шрифт подписи.
% \begin{macrocode}
\newcommand\captionfont{\small}
% \end{macrocode}
-% \DescribeMacro{\captionlabelfont}
+% \DescribeMacro{\captionlabelfont}\index{Макросы!\verb*+\captionlabelfont+}
% Шрифт метки.
% \begin{macrocode}
\newcommand\captionlabelfont{\small\selectfont}
% \end{macrocode}
-% \DescribeMacro{\@makecaption}
+% \DescribeMacro{\@makecaption}\index{Макросы!\verb+"\"@makecaption+}
% Низкоуровневая команда, создающая подпись.
% \begin{macrocode}
\long\def\@makecaption#1#2{%
@@ -129,7 +129,7 @@
%
% \subsubsection{figure}
%
-% \DescribeMacro{\thefigure}
+% \DescribeMacro{\thefigure}\index{Макросы!\verb*+\thefigure+}
% Формат номера.
% \begin{macrocode}
\renewcommand\thefigure{\ifnum \c@chapter>\z@\thechapter.\fi\@arabic\c@figure}
@@ -159,49 +159,49 @@
%
% \subsubsection{table}
%
-% \DescribeMacro{\thetable}
+% \DescribeMacro{\thetable}\index{Макросы!\verb*+\thetable+}
% Формат номера.
% \begin{macrocode}
\renewcommand\thetable{\ifnum \c@chapter>\z@\thechapter.\fi\@arabic\c@table}
% \end{macrocode}
%
-% \DescribeMacro{\arraycolsep}
+% \DescribeMacro{\arraycolsep}\index{Длины!\verb*+\arraycolsep+}
% Промежуток между колонками в |array|.
% \begin{macrocode}
\setlength\arraycolsep{5\p@}
% \end{macrocode}
-% \DescribeMacro{\tabcolsep}
+% \DescribeMacro{\tabcolsep}\index{Длины!\verb*+\tabcolsep+}
% Промежуток между колонками в таблице.
% \begin{macrocode}
\setlength\tabcolsep{6\p@}
% \end{macrocode}
-% \DescribeMacro{\arrayrulewidth}
+% \DescribeMacro{\arrayrulewidth}\index{Длины!\verb*+\arrayrulewidth+}
% Толщина линейки в |array|.
% \begin{macrocode}
\setlength\arrayrulewidth{.4\p@}
% \end{macrocode}
-% \DescribeMacro{\doublerulesep}
+% \DescribeMacro{\doublerulesep}\index{Длины!\verb*+\doublerulesep+}
% Промежуток между линиями в двойной линейке |\hrule\hrule|.
% \begin{macrocode}
\setlength\doublerulesep{2\p@}
% \end{macrocode}
-% \DescribeMacro{\tabbingsep}
+% \DescribeMacro{\tabbingsep}\index{Длины!\verb*+\tabbingsep+}
% Промежуток между столбцами в окружении |tabular|.
% \begin{macrocode}
\setlength\tabbingsep{\labelsep}
% \end{macrocode}
-% Промежуток, добавляемый при наличии сноски при использовании окружения
+% Промежуток, добавляемый при наличии сноски при использовании окружения
% |minipage|.
% \begin{macrocode}
\skip\@mpfootins = \skip\footins
% \end{macrocode}
-% \DescribeMacro{\fboxsep}
+% \DescribeMacro{\fboxsep}\index{Длины!\verb*+\fboxsep+}
% Промежуток между линией и текстом в |\fbox|.
% \begin{macrocode}
\setlength\fboxsep{3\p@}
% \end{macrocode}
-% \DescribeMacro{\fboxrule}
+% \DescribeMacro{\fboxrule}\index{Длины!\verb*+\fboxrule+}
% Толщина линии для |\fbox|.
% \begin{macrocode}
\setlength\fboxrule{.4\p@}