]> granicus.if.org Git - python/commitdiff
Add a couple of comments about the use of \normalsize and
authorFred Drake <fdrake@acm.org>
Wed, 30 Oct 2002 22:20:27 +0000 (22:20 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 30 Oct 2002 22:20:27 +0000 (22:20 +0000)
\footnotesize.

Doc/texinputs/python.sty

index 0b2c63793879f19ea720813059ee354ff5e69604..2cb2a170a32008abb324025b3908fa69eed1d61d 100644 (file)
 % This weird definition of \var{} allows it to always appear in roman
 % italics, and won't get funky in code fragments when we play around
 % with fonts.  This also works directly in math mode.
+% XXX \normalsize is bad in footnotes, though; we need a way to
+% determine when we're in a footnote.
 \newcommand{\var}[1]{%
   \ifmmode%
     \hbox{\normalsize\textrm{\textit{#1\/}}}%
 % The \! is a "negative thin space" in math mode.
 \newcommand{\regexp}[1]{%
   {\tiny$^{^\lceil}\!\!$%
-   {\normalsize\code{#1}}%
+   {\normalsize\code{#1}}% XXX should use \footnotesize in footnotes
    $\!\rfloor\!$%
   }}
 \newcommand{\envvar}[1]{%