diff options
author | Fred Drake <fdrake@acm.org> | 1998-02-09 20:16:46 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-02-09 20:16:46 (GMT) |
commit | 41785fb8644b66f4f17e292e9f96e870ae8b2764 (patch) | |
tree | c81dc2c628b76134547ac350cd337f64a02a0e66 /Doc | |
parent | 19b97b13fac3aa05da80c35e4914dbbcd0df17c7 (diff) | |
download | cpython-41785fb8644b66f4f17e292e9f96e870ae8b2764.zip cpython-41785fb8644b66f4f17e292e9f96e870ae8b2764.tar.gz cpython-41785fb8644b66f4f17e292e9f96e870ae8b2764.tar.bz2 |
Do the right magic to make \ABC{} get sorted correctly in the index.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libtypes.tex | 2 | ||||
-rw-r--r-- | Doc/libtypes.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libtypes.tex b/Doc/lib/libtypes.tex index dfe1ecb..33d1b15 100644 --- a/Doc/lib/libtypes.tex +++ b/Doc/lib/libtypes.tex @@ -118,7 +118,7 @@ Notes: \item[(1)] \code{<>} and \code{!=} are alternate spellings for the same operator. (I couldn't choose between \ABC{} and \C{}! :-) -\indexii{\ABC{}}{language} +\indexii{ABC@\ABC{}}{language} \indexii{\C{}}{language} \end{description} diff --git a/Doc/libtypes.tex b/Doc/libtypes.tex index dfe1ecb..33d1b15 100644 --- a/Doc/libtypes.tex +++ b/Doc/libtypes.tex @@ -118,7 +118,7 @@ Notes: \item[(1)] \code{<>} and \code{!=} are alternate spellings for the same operator. (I couldn't choose between \ABC{} and \C{}! :-) -\indexii{\ABC{}}{language} +\indexii{ABC@\ABC{}}{language} \indexii{\C{}}{language} \end{description} |