diff options
author | Fred Drake <fdrake@acm.org> | 1998-06-22 17:27:48 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-06-22 17:27:48 (GMT) |
commit | 44c413b05ee83a563dcabaca8105e80650716645 (patch) | |
tree | 8df8a318e1dfec7b18b314236c9911cb6386aaab | |
parent | 8e7c82648f366c4ced1dd7faf1387d04995529ec (diff) | |
download | cpython-44c413b05ee83a563dcabaca8105e80650716645.zip cpython-44c413b05ee83a563dcabaca8105e80650716645.tar.gz cpython-44c413b05ee83a563dcabaca8105e80650716645.tar.bz2 |
Make the large letter at the top of each section use the sans-serif font,
like any other header.
-rw-r--r-- | Doc/texinputs/myindex.ist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/texinputs/myindex.ist b/Doc/texinputs/myindex.ist index e12f43e..bfc2e34 100644 --- a/Doc/texinputs/myindex.ist +++ b/Doc/texinputs/myindex.ist @@ -3,7 +3,7 @@ headings_flag 1 heading_prefix " \\bigletter " preamble "\\begin{theindex} -\\def\\bigletter#1{{\\Large#1}\\vspace{1mm}} +\\def\\bigletter#1{{\\Large\\sffamily#1}\\vspace{1mm}} " |