blob: c5992630bff3af9c7775f2bc83011f39f4edb403 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
%
% Copyright (C) 2019 Javier Bezos http://www.texnia.com
%
% 2019/10/07 v0.2
%
% This file may be distributed and/or modified under the conditions of
% the MIT License. A version can be found at the end of this file.
%
% Repository: https://github.com/jbezos/gindex
%
% Required by gindex
% ------------------
item_0 "}\n\\addindexitem{"
item_1 "}\n \\addindexsubitem{"
item_01 "}\n \\addindexsubitem{"
item_x1 "}{}\n \\addindexsubitem{"
item_2 "}\n \\addindexsubsubitem{"
item_12 "}\n \\addindexsubsubitem{"
item_x2 "}{}\n \\addindexsubsubitem{"
delim_0 "}{"
delim_1 "}{"
delim_2 "}{"
group_skip "}\n%\n\\addindexskip{"
heading_prefix "}\n%\n\\addindexheading{"
heading_suffix "}\n%\n{"
preamble "\\begin{theindex}\\indexpreamble\n\n{"
postamble "}\n\\indexflushitem\\indexpostamble\\end{theindex}"
indent_space ""
indent_length 0
delim_n "\\indexpagessep "
delim_r "\\indexrangesep "
% Modify to fit your own requirements
% -----------------------------------
headings_flag 0
actual '@'
quote '"'
level '!'
page_precedence "rRnaA"
keyword "\\indexentry"
|