\itembreak,

\itemjoin,
\kwindex:  Revived definitions to support the Python Reference Manual.
This commit is contained in:
Fred Drake 1998-05-06 19:36:01 +00:00
parent 83b851885d
commit 0cabff904f
1 changed files with 14 additions and 0 deletions

View File

@ -259,6 +259,7 @@
% Command to generate a reference to a function, statement, keyword, % Command to generate a reference to a function, statement, keyword,
% operator. % operator.
\newcommand{\kwindex}[1]{\indexii{keyword}{#1@{\py@idxcode{#1}}}}
\newcommand{\stindex}[1]{\indexii{statement}{#1@{\py@idxcode{#1}}}} \newcommand{\stindex}[1]{\indexii{statement}{#1@{\py@idxcode{#1}}}}
\newcommand{\opindex}[1]{\indexii{operator}{#1@{\py@idxcode{#1}}}} \newcommand{\opindex}[1]{\indexii{operator}{#1@{\py@idxcode{#1}}}}
\newcommand{\exindex}[1]{\indexii{exception}{#1@{\py@idxcode{#1}}}} \newcommand{\exindex}[1]{\indexii{exception}{#1@{\py@idxcode{#1}}}}
@ -621,6 +622,19 @@
\advance\@tempdima \leftmargin\makebox[\@tempdima][l]{#1}% \advance\@tempdima \leftmargin\makebox[\@tempdima][l]{#1}%
} }
% Define \itembreak: force the text after an item to start on a new line
\newcommand{\itembreak}{%
\mbox{}%
\\*[0mm]%
}
% Define \itemjoin: some negative vspace to join two items together
\newcommand{\itemjoin}{%
\mbox{}%
\vspace{-\itemsep}%
\vspace{-\parsep}%
}
% Cross-referencing (AMK, new impl. FLD) % Cross-referencing (AMK, new impl. FLD)
% Sample usage: % Sample usage:
% \begin{seealso} % \begin{seealso}