From 44c413b05ee83a563dcabaca8105e80650716645 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 22 Jun 1998 17:27:48 +0000 Subject: Make the large letter at the top of each section use the sans-serif font, like any other header. --- Doc/texinputs/myindex.ist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}} " -- cgit v0.12