blob: 798909a0ce04fac47cd5b02fb0e7a499001e806f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
% Index-Style for tex-refs, taken from:
% Index-Style fuer DE-TeX-FAQ; aehnlich `scrguide.ist'; 2000/01/22; RN
% $Id: tex-refs.ist 120 2004-03-26 20:19:43Z mw $
preamble "\\begin{theindex}\\small\\raggedright\n"
postamble "\n\\indexspace\\end{theindex}\n"
delim_0 "~\\dotfill~"
delim_1 "~\\dotfill~"
delim_2 "~\\dotfill~"
heading_prefix "\\textbf{\\sectfont "
heading_suffix "}\\nopagebreak\n"
headings_flag 1
%% End of file `tex-refs.ist'.
|