summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/makeindex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-10-07 20:57:44 +0000
committerKarl Berry <karl@freefriends.org>2019-10-07 20:57:44 +0000
commite1d421bf06002cf4deb4df1cf80027c98da92674 (patch)
tree0afa521c554e33b93bb361432b1cf33808b3225e /Master/texmf-dist/makeindex
parent2d9aff4da57523d50b8f3a85a732095abda936f5 (diff)
gindex (7oct19)
git-svn-id: svn://tug.org/texlive/trunk@52311 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/makeindex')
-rw-r--r--Master/texmf-dist/makeindex/gindex/gindex.ist14
-rw-r--r--Master/texmf-dist/makeindex/gindex/gindexh.ist42
2 files changed, 49 insertions, 7 deletions
diff --git a/Master/texmf-dist/makeindex/gindex/gindex.ist b/Master/texmf-dist/makeindex/gindex/gindex.ist
index 9200efe1930..c5992630bff 100644
--- a/Master/texmf-dist/makeindex/gindex/gindex.ist
+++ b/Master/texmf-dist/makeindex/gindex/gindex.ist
@@ -1,7 +1,7 @@
%
% Copyright (C) 2019 Javier Bezos http://www.texnia.com
%
-% 2019/10/01 v0.1
+% 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.
@@ -25,18 +25,18 @@ group_skip "}\n%\n\\addindexskip{"
heading_prefix "}\n%\n\\addindexheading{"
heading_suffix "}\n%\n{"
preamble "\\begin{theindex}\\indexpreamble\n\n{"
-postamble "}\n\\indexpostamble\\end{theindex}"
+postamble "}\n\\indexflushitem\\indexpostamble\\end{theindex}"
indent_space ""
indent_length 0
-delim_r "{\\indexrangesep}"
+delim_n "\\indexpagessep "
+delim_r "\\indexrangesep "
% Modify to fit your own requirements
% -----------------------------------
-headings_flag -1 % Usually redefining \indexheading is better
+headings_flag 0
actual '@'
quote '"'
level '!'
-page_precedence "rnaRA"
-keyword "\\indexentry"
-delim_n ", " \ No newline at end of file
+page_precedence "rRnaA"
+keyword "\\indexentry" \ No newline at end of file
diff --git a/Master/texmf-dist/makeindex/gindex/gindexh.ist b/Master/texmf-dist/makeindex/gindex/gindexh.ist
new file mode 100644
index 00000000000..4c1e0d07cbc
--- /dev/null
+++ b/Master/texmf-dist/makeindex/gindex/gindexh.ist
@@ -0,0 +1,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 -1 % Usually redefining \indexheading is better
+actual '@'
+quote '"'
+level '!'
+page_precedence "rRnaA"
+keyword "\\indexentry" \ No newline at end of file