diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-04 04:18:06 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-04 04:18:06 (GMT) |
commit | 0a2eb138e729b9c93c97adf2149977a632e35423 (patch) | |
tree | 969d73b69370c83798c029fe6e62df2b3147ed6d /Doc/texinputs | |
parent | bdc61b1c7bb0fbfe76f677f1f394db71b01697bd (diff) | |
download | cpython-0a2eb138e729b9c93c97adf2149977a632e35423.zip cpython-0a2eb138e729b9c93c97adf2149977a632e35423.tar.gz cpython-0a2eb138e729b9c93c97adf2149977a632e35423.tar.bz2 |
Style specification for building *.ind from *.idx. This is needed to avoid
wrapping of long lines, which tools/indfix.py doesn't understand, and needs
to to handle collapsing of entries which can share a common emtry and just
be short entries themselves. We get the added benefit of nicer formatting.
Diffstat (limited to 'Doc/texinputs')
-rw-r--r-- | Doc/texinputs/myindex.ist | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Doc/texinputs/myindex.ist b/Doc/texinputs/myindex.ist new file mode 100644 index 0000000..e12f43e --- /dev/null +++ b/Doc/texinputs/myindex.ist @@ -0,0 +1,11 @@ +line_max 100 +headings_flag 1 +heading_prefix " \\bigletter " + +preamble "\\begin{theindex} +\\def\\bigletter#1{{\\Large#1}\\vspace{1mm}} + +" + +symhead_positive "{Symbols}" +numhead_positive "{Numbers}" |