summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-02-09 19:14:54 (GMT)
committerFred Drake <fdrake@acm.org>1998-02-09 19:14:54 (GMT)
commitb16166e56f2989741fee2aab41f5205fda95ffdf (patch)
treeb11ccd6f55d604859a4c072d99a7c6bdc074cb01 /Doc
parent8083c176a3e7c31996f06bb209bedd448145e87c (diff)
downloadcpython-b16166e56f2989741fee2aab41f5205fda95ffdf.zip
cpython-b16166e56f2989741fee2aab41f5205fda95ffdf.tar.gz
cpython-b16166e56f2989741fee2aab41f5205fda95ffdf.tar.bz2
Add macros to insert RFC references much like the \manpage{} macro. Also a
macro to insert an RFC index reference. (RFC references were formatted three different ways.)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/myformat.sty6
1 files changed, 5 insertions, 1 deletions
diff --git a/Doc/myformat.sty b/Doc/myformat.sty
index 0eadab8..81d14ba 100644
--- a/Doc/myformat.sty
+++ b/Doc/myformat.sty
@@ -98,6 +98,9 @@
\index{#4!#1 #2 #3}
}
+% Index an Internet RFC
+\newcommand{\rfcindex}[1]{\index{RFC!#1}}
+
% Command to generate a reference to a function, statement, keyword, operator
\newcommand{\stindex}[1]{\indexii{statement}{#1@{\idxcode{#1}}}}
\newcommand{\opindex}[1]{\indexii{operator}{#1@{\idxcode{#1}}}}
@@ -228,6 +231,7 @@
\let\constant=\code
\newcommand{\manpage}[2]{{\emph{#1}(#2)}}
+\newcommand{\rfc}[1]{RFC #1\rfcindex{#1}}
\let\email=\code
\let\url=\code
@@ -302,4 +306,4 @@
}
% Uncomment the following line to use a PostScript font instead of bitmaps:
-%\RequirePackage{times}\typeout{Using times fonts instead of Computer Modern.}
+\RequirePackage{times}\typeout{Using times fonts instead of Computer Modern.}