From: Fred Drake Date: Tue, 9 Nov 1999 20:10:01 +0000 (+0000) Subject: Use \citetitle in one place. X-Git-Tag: v1.6a1~748 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=356d0ceb7e4ca6baf035f31319bb0db9dd92b16b;p=thirdparty%2FPython%2Fcpython.git Use \citetitle in one place. --- diff --git a/Doc/lib/libpdb.tex b/Doc/lib/libpdb.tex index f31db4836b14..a054d422b6d8 100644 --- a/Doc/lib/libpdb.tex +++ b/Doc/lib/libpdb.tex @@ -384,4 +384,4 @@ Note that as an exception is propagated down the chain of callers, an \code{'exception'} event is generated at each level. For more information on code and frame objects, refer to the -\emph{Python Reference Manual}. +\citetitle[../ref/ref.html]{Python Reference Manual}. diff --git a/Doc/lib/libre.tex b/Doc/lib/libre.tex index 1144fec7b4ad..bf0a38f47c1f 100644 --- a/Doc/lib/libre.tex +++ b/Doc/lib/libre.tex @@ -686,7 +686,7 @@ The string passed to \function{match()} or \function{search()}. \end{memberdesc} \begin{seealso} -\seetext{Jeffrey Friedl, \emph{Mastering Regular Expressions}, +\seetext{Jeffrey Friedl, \citetitle{Mastering Regular Expressions}, O'Reilly. The Python material in this book dates from before the \module{re} module, but it covers writing good regular expression patterns in great detail.} diff --git a/Doc/lib/libsha.tex b/Doc/lib/libsha.tex index 27d00c31dde4..1b1ce5077a39 100644 --- a/Doc/lib/libsha.tex +++ b/Doc/lib/libsha.tex @@ -48,7 +48,7 @@ A sha object has all the methods the md5 objects have, plus one: \begin{seealso} \seetext{The Secure Hash Algorithm is defined by NIST document FIPS - PUB 180-1: \emph{Secure Hash Standard}, published in April + PUB 180-1: \citetitle{Secure Hash Standard}, published in April of 1995. It is available online as plain text at \url{http://csrc.nist.gov/fips/fip180-1.txt} (at least one diagram was omitted) and as PostScript at