diff options
author | Fred Drake <fdrake@acm.org> | 1999-11-10 16:21:37 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-11-10 16:21:37 (GMT) |
commit | 37f1574f2e26ed12ce5d52b901f3166b4e4c0bd6 (patch) | |
tree | 4cdf27299cf246bde473615c2556e874c75535be /Doc/lib/libsoundex.tex | |
parent | e15eb35fd0a038aead785a57526157e6745e0b09 (diff) | |
download | cpython-37f1574f2e26ed12ce5d52b901f3166b4e4c0bd6.zip cpython-37f1574f2e26ed12ce5d52b901f3166b4e4c0bd6.tar.gz cpython-37f1574f2e26ed12ce5d52b901f3166b4e4c0bd6.tar.bz2 |
Use \citetitle and \programopt as appropriate.
Diffstat (limited to 'Doc/lib/libsoundex.tex')
-rw-r--r-- | Doc/lib/libsoundex.tex | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/Doc/lib/libsoundex.tex b/Doc/lib/libsoundex.tex index 8073a8c..25e82cf 100644 --- a/Doc/lib/libsoundex.tex +++ b/Doc/lib/libsoundex.tex @@ -32,13 +32,12 @@ is equivalent to \begin{seealso} - -\seetext{Donald E. Knuth, \emph{Sorting and Searching,} vol. 3 in -``The Art of Computer Programming.'' Addison-Wesley Publishing -Company: Reading, MA: 1973. pp.\ 391-392. Discusses the origin and -usefulness of the algorithm, as well as the algorithm itself. Knuth -gives his sources as \emph{U.S. Patents 1261167} (1918) and -\emph{1435663} (1922), attributing the algorithm to Margaret K. Odell -and Robert C. Russel. Additional references are provided.} - + \seetext{Donald E. Knuth, \citetitle{Sorting and Searching}, vol. 3 + in ``The Art of Computer Programming.'' Addison-Wesley + Publishing Company: Reading, MA: 1973. pp.\ 391-392. + Discusses the origin and usefulness of the algorithm, as + well as the algorithm itself. Knuth gives his sources as + \emph{U.S. Patents 1261167} (1918) and \emph{1435663} + (1922), attributing the algorithm to Margaret K. Odell and + Robert C. Russel. Additional references are provided.} \end{seealso} |