summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-common.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-01-22 21:03:20 +0000
committerKarl Berry <karl@freefriends.org>2022-01-22 21:03:20 +0000
commitcdf946a4c2d4105eba2a5bec9a9608a3c2e178c3 (patch)
tree4537c299eafae52df1691ca9656c352563c3917f /Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-common.lua
parent84657de6b123a17eb3af55b3ed14ee47c671d7c8 (diff)
xindex (22jan22)
git-svn-id: svn://tug.org/texlive/trunk@61696 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-common.lua')
-rw-r--r--Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-common.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-common.lua b/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-common.lua
index cf563b353ad..21267039d5e 100644
--- a/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-common.lua
+++ b/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-common.lua
@@ -5,11 +5,11 @@
-- AUTHOR: Herbert Voß
-- LICENSE: LPPL1.3
--
--- $Id: xindex-cfg-common.lua 13 2021-08-15 10:49:40Z hvoss $
+-- $Id: xindex-cfg-common.lua 19 2022-01-22 09:59:15Z hvoss $
-----------------------------------------------------------------------
if not modules then modules = { } end modules ['xindex-cfg-common'] = {
- version = 0.34,
+ version = 0.35,
comment = "configuration to xindex.lua",
author = "Herbert Voss",
copyright = "Herbert Voss",
@@ -21,6 +21,7 @@ indexheader = {
da = {"Symboler", "Tal"},
de = {"Symbole", "Zahlen"},
en = {"Symbols", "Numbers"},
+ es = {"Símbolos", "Números"},
fr = {"Symboles","Nombres"},
it = {"Simboli", "Numeri"},
jp = {"シンボル","番号"},
@@ -32,6 +33,7 @@ folium = {
da = {"f", "ff"},
de = {"f", "ff"},
en = {"f", "ff"},
+ es = {"f", "ff"},
fr = {"\\,sq.","\\,sqq."},
it = {"f", "ff"},
jp = {"シンボル","番号"},