Skip to content

Commit a10b222

Browse files
committed
Updated and heavily cleaned the index
Signed-off-by: the-limerent <florian.sihler@uni-ulm.de>
1 parent 3fc8680 commit a10b222

File tree

1 file changed

+30
-26
lines changed

1 file changed

+30
-26
lines changed

configs/index.ist

+30-26
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,43 @@
11
% comment - in case of need :D
2-
heading_prefix "\n\\providecommand{\\idxfsize}{\\normalsize}\n\\noindent\\ {\\centering\\begin{tcolorbox}[pnpsw@tocstyle,halign=center,valign=center,width=6.25cm]\\textbf{"
3-
heading_suffix "}\\end{tcolorbox}}\\par\\nopagebreak\n"
4-
headings_flag 1
5-
preamble "\\protect\\thispagestyle{empty}%
6-
\\begin{theindex}\\protect\\thispagestyle{empty}%
7-
\\providecommand*\\indexgroup[1]{\\indexspace
8-
\\item \\textbf{#1}\\nopagebreak}%
2+
3+
preamble "\\def\\idxsfnt{\\footnotesize\\rmfamily}%
4+
\\def\\idxnmbr#1{\\rmfamily\\textcolor{cprimary}{\\itshape#1}}%
5+
\\providecommand{\\idxfsize}{\\normalsize}%
6+
\\begin{theindex}%
97
\\label{sec:index}\\addcontentsline{toc}{section}{Schlagworte}"
10-
postamble "\n\n\\end{theindex}\n"
11-
group_skip " %\n \\indexspace\n %\n"numhead_positive "Numbers"
12-
numhead_negative "Numbers"
8+
9+
postamble "\n\n\\end{theindex}"
10+
group_skip "\n\\indexspace\n"
11+
12+
heading_prefix "\n\n\\noindent{\\centering\\begin{tcolorbox}[pnpsw@tocstyle,halign=center,valign=center,width=6.25cm]%
13+
\\normalsize\\textbf{"
14+
heading_suffix "}%\n\\end{tcolorbox}}\\par\\nopagebreak\n"
15+
headings_flag 1
16+
17+
numhead_positive "Nummern"
18+
numhead_negative "Nummern"
1319
symhead_positive "\\small Symbole"
1420
symhead_negative "\\small Symbole"
15-
delim_0 "\\pgfsetfillopacity{1.0}\\dotfill\\setLinkColor{cprimary}\\iftrue\\rmfamily "
16-
delim_1 "\\pgfsetfillopacity{1.0}\\setLinkColor{cprimary}\\iftrue\\rmfamily:~"
17-
delim_2 "\\pgfsetfillopacity{0.0}\\setLinkColor{white}\\iffalse"
21+
delim_0 "\\,\\dotfill\\,\\iftrue\\idxnmbr{\\hyperpage{"
22+
delim_1 ":\\quad\\iftrue\\idxnmbr{\\hyperpage{"
23+
delim_2 "\\iffalse"
1824

19-
20-
item_0 "\n \\item\\idxfsize{}"
21-
item_1 "\n \\subitem\\idxfsize{}"
22-
item_2 "\n \\subsubitem\\idxfsize{}"
23-
item_12 "\\pgfsetfillopacity{1.0}\%\n\\subsubitem\\footnotesize\\mbox{\\footnotesize\\pgfsetfillopacity{1.0}\\rmfamily}\\footnotesize "
24-
item_2 "\\footnotesize\\mbox{\\pgfsetfillopacity{1.0}\%\n\\footnotesize\\pgfsetfillopacity{1.0}\\rmfamily,} "
25+
item_0 "\n \\item\\idxfsize "
26+
item_01 "\n \\subitem\\idxfsize "
27+
item_1 "\n \\subitem\\idxfsize "
28+
item_2 "\n \\subsubitem\\idxfsize "
29+
item_12 "\n \\subsubitem\\idxsfnt "
30+
item_2 ", "
2531

2632
encap_prefix "\\"
2733
encap_infix "{"
2834
encap_suffix "}"
2935

36+
quote "~"
37+
actual "`"
3038

31-
quote '~'
32-
actual '`'
33-
34-
delim_t "\\fi\\pgfsetfillopacity{1.0}\\rmfamily\\idxfsize{}"
35-
% delim_n "}, \\hyperpage{"
36-
% \\hyperpage{"
39+
delim_t "}}\\fi"
40+
delim_n "}}, \\idxnmbr\\hyperpage{"
3741

38-
indent_space '\t'
42+
indent_space "\t"
3943
indent_length 4

0 commit comments

Comments
 (0)