summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/upmendex/samples
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/upmendex/samples')
-rw-r--r--Master/texmf-dist/doc/upmendex/samples/Makefile6
-rw-r--r--Master/texmf-dist/doc/upmendex/samples/alphabet/Makefile29
-rw-r--r--Master/texmf-dist/doc/upmendex/samples/alphabet/alpha_es.idx2
-rw-r--r--Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es.ist4
-rw-r--r--Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es1.ist10
-rw-r--r--Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es11.ist12
-rw-r--r--Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es12.ist12
-rw-r--r--Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es13.ist12
-rw-r--r--Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es2.ist10
-rw-r--r--Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_head1.ist (renamed from Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es21.ist)2
-rw-r--r--Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_head2.ist (renamed from Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es22.ist)2
-rw-r--r--Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_head3.ist (renamed from Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es23.ist)2
-rw-r--r--Master/texmf-dist/doc/upmendex/samples/korean.idx4
-rw-r--r--Master/texmf-dist/doc/upmendex/samples/mdxsty01.ist2
-rw-r--r--Master/texmf-dist/doc/upmendex/samples/mdxsty02.ist9
-rw-r--r--Master/texmf-dist/doc/upmendex/samples/mdxsty03.ist33
-rw-r--r--Master/texmf-dist/doc/upmendex/samples/multi.idx9
-rw-r--r--Master/texmf-dist/doc/upmendex/samples/option/Makefile3
-rw-r--r--Master/texmf-dist/doc/upmendex/samples/option/attri1.idx6
-rw-r--r--Master/texmf-dist/doc/upmendex/samples/option/mdxsty_j02.ist6
20 files changed, 94 insertions, 81 deletions
diff --git a/Master/texmf-dist/doc/upmendex/samples/Makefile b/Master/texmf-dist/doc/upmendex/samples/Makefile
index 7cd082cbb89..ce333052126 100644
--- a/Master/texmf-dist/doc/upmendex/samples/Makefile
+++ b/Master/texmf-dist/doc/upmendex/samples/Makefile
@@ -8,8 +8,8 @@ scripts:
done
styles:
- for num in 00 01 02; do \
- $(UPMENDEX) multi.idx -s mdxsty$$num.ist -o multi_$$num.ind ; \
+ for num in 00 01 02 03; do \
+ $(UPMENDEX) multi.idx -s mdxsty$$num.ist -t multi_$$num.ilg -o multi_$$num.ind ; \
done
compare:
@@ -17,3 +17,5 @@ compare:
diff -qs $$ind output/$$ind ; \
done
+clean:
+ rm -f *.ind *.ilg
diff --git a/Master/texmf-dist/doc/upmendex/samples/alphabet/Makefile b/Master/texmf-dist/doc/upmendex/samples/alphabet/Makefile
index a33c0e11b85..120f3f17791 100644
--- a/Master/texmf-dist/doc/upmendex/samples/alphabet/Makefile
+++ b/Master/texmf-dist/doc/upmendex/samples/alphabet/Makefile
@@ -3,35 +3,46 @@ UPMENDEX = upmendex
alphabet: es zh
es:
- for num in 1 2 11 12 13 22 22 23; do \
+ for num in 1 2; do \
for loc in es; do \
- $(UPMENDEX) alpha_$$loc.idx -s mdxsty_$$loc$$num.ist -o alpha_$$loc$$num.ind ; \
+ $(UPMENDEX) alpha_$$loc.idx -s mdxsty_head$$num.ist -s mdxsty_$$loc.ist -t alpha_$$loc$$num.ilg -o alpha_$$loc$$num.ind ; \
+ done ; \
+ done
+ for num in 1 2 3; do \
+ for x in 1 2; do \
+ for loc in es; do \
+ locx=$$loc$$x ; \
+ $(UPMENDEX) alpha_$$loc.idx -s mdxsty_head$$num.ist -s mdxsty_$$locx.ist -t alpha_$$locx$$num.ilg -o alpha_$$locx$$num.ind ; \
+ done ; \
done ; \
done
zh:
- for num in 1 2 11 12 13 14 21 22 31; do \
+ for num in 1 2 3 11 12 13 14 21 22 31; do \
for loc in zh; do \
- $(UPMENDEX) alpha_$$loc.idx -s mdxsty_$$loc$$num.ist -o alpha_$$loc$$num.ind ; \
+ $(UPMENDEX) alpha_$$loc.idx -s mdxsty_$$loc$$num.ist -t alpha_$$loc$$num.ilg -o alpha_$$loc$$num.ind ; \
done ; \
done
for num in 11 12 13 14; do \
loc='zh' ; \
locx='zhr' ; \
- $(UPMENDEX) alpha_$$locx.idx -s mdxsty_$$loc$$num.ist -o alpha_$$locx$$num.ind ; \
+ $(UPMENDEX) alpha_$$locx.idx -s mdxsty_$$loc$$num.ist -t alpha_$$locx$$num.ilg -o alpha_$$locx$$num.ind ; \
done
for num in 21 22; do \
loc='zh' ; \
locx='zhs' ; \
- $(UPMENDEX) alpha_$$locx.idx -s mdxsty_$$loc$$num.ist -o alpha_$$locx$$num.ind ; \
+ $(UPMENDEX) alpha_$$locx.idx -s mdxsty_$$loc$$num.ist -t alpha_$$locx$$num.ilg -o alpha_$$locx$$num.ind ; \
done
for num in 31; do \
loc='zh' ; \
locx='zhz' ; \
- $(UPMENDEX) alpha_$$locx.idx -s mdxsty_$$loc$$num.ist -o alpha_$$locx$$num.ind ; \
+ $(UPMENDEX) alpha_$$locx.idx -s mdxsty_$$loc$$num.ist -t alpha_$$locx$$num.ilg -o alpha_$$locx$$num.ind ; \
done
- for num in 1 2; do \
+ for num in 1 2 3; do \
loc='zh' ; \
locx='zhp' ; \
- $(UPMENDEX) alpha_$$locx.idx -s mdxsty_$$loc$$num.ist -o alpha_$$locx$$num.ind ; \
+ $(UPMENDEX) alpha_$$locx.idx -s mdxsty_$$loc$$num.ist -t alpha_$$locx$$num.ilg -o alpha_$$locx$$num.ind ; \
done
+
+clean:
+ rm -f *.ind *.ilg
diff --git a/Master/texmf-dist/doc/upmendex/samples/alphabet/alpha_es.idx b/Master/texmf-dist/doc/upmendex/samples/alphabet/alpha_es.idx
index 7c3982df835..1a81aa998ba 100644
--- a/Master/texmf-dist/doc/upmendex/samples/alphabet/alpha_es.idx
+++ b/Master/texmf-dist/doc/upmendex/samples/alphabet/alpha_es.idx
@@ -93,3 +93,5 @@
\indexentry{qu}{6004}
\indexentry{qua}{6005}
\indexentry{quz}{6006}
+\indexentry{ª}{501}
+\indexentry{º}{502}
diff --git a/Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es.ist b/Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es.ist
new file mode 100644
index 00000000000..bef3be184ce
--- /dev/null
+++ b/Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es.ist
@@ -0,0 +1,4 @@
+% -*- coding: utf-8 -*-
+
+icu_locale "es"
+
diff --git a/Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es1.ist b/Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es1.ist
index 1c82c1edfae..9bd0d7ef14f 100644
--- a/Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es1.ist
+++ b/Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es1.ist
@@ -1,12 +1,4 @@
% -*- coding: utf-8 -*-
-delim_0 "\\leaders\\hbox{$\\cdot$}\\hfill "
-delim_1 "\\leaders\\hbox{$\\cdot$}\\hfill "
-delim_2 "\\leaders\\hbox{$\\cdot$}\\hfill "
-
-lethead_flag 1
-lethead_prefix "\n\\centerline{\\bfseries --- "
-lethead_suffix " ---}\\par\\nobreak"
-
-icu_locale "es"
+icu_locale "es@collation=traditional"
diff --git a/Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es11.ist b/Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es11.ist
deleted file mode 100644
index bcf1b788f8e..00000000000
--- a/Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es11.ist
+++ /dev/null
@@ -1,12 +0,0 @@
-% -*- coding: utf-8 -*-
-
-delim_0 "\\leaders\\hbox{$\\cdot$}\\hfill "
-delim_1 "\\leaders\\hbox{$\\cdot$}\\hfill "
-delim_2 "\\leaders\\hbox{$\\cdot$}\\hfill "
-
-lethead_flag 1
-lethead_prefix "\n\\centerline{\\bfseries --- "
-lethead_suffix " ---}\\par\\nobreak"
-
-icu_locale "es@collation=traditional"
-
diff --git a/Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es12.ist b/Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es12.ist
deleted file mode 100644
index bef0b6f818f..00000000000
--- a/Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es12.ist
+++ /dev/null
@@ -1,12 +0,0 @@
-% -*- coding: utf-8 -*-
-
-delim_0 "\\leaders\\hbox{$\\cdot$}\\hfill "
-delim_1 "\\leaders\\hbox{$\\cdot$}\\hfill "
-delim_2 "\\leaders\\hbox{$\\cdot$}\\hfill "
-
-lethead_flag -1
-lethead_prefix "\n\\centerline{\\bfseries --- "
-lethead_suffix " ---}\\par\\nobreak"
-
-icu_locale "es@collation=traditional"
-
diff --git a/Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es13.ist b/Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es13.ist
deleted file mode 100644
index 804b137c967..00000000000
--- a/Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es13.ist
+++ /dev/null
@@ -1,12 +0,0 @@
-% -*- coding: utf-8 -*-
-
-delim_0 "\\leaders\\hbox{$\\cdot$}\\hfill "
-delim_1 "\\leaders\\hbox{$\\cdot$}\\hfill "
-delim_2 "\\leaders\\hbox{$\\cdot$}\\hfill "
-
-lethead_flag 2
-lethead_prefix "\n\\centerline{\\bfseries --- "
-lethead_suffix " ---}\\par\\nobreak"
-
-icu_locale "es@collation=traditional"
-
diff --git a/Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es2.ist b/Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es2.ist
index 194545e04f3..c71fbd7a7b5 100644
--- a/Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es2.ist
+++ b/Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es2.ist
@@ -1,12 +1,4 @@
% -*- coding: utf-8 -*-
-delim_0 "\\leaders\\hbox{$\\cdot$}\\hfill "
-delim_1 "\\leaders\\hbox{$\\cdot$}\\hfill "
-delim_2 "\\leaders\\hbox{$\\cdot$}\\hfill "
-
-lethead_flag -1
-lethead_prefix "\n\\centerline{\\bfseries --- "
-lethead_suffix " ---}\\par\\nobreak"
-
-icu_locale "es"
+icu_locale "es@collation=search"
diff --git a/Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es21.ist b/Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_head1.ist
index 119652482cb..06c3eea2d0c 100644
--- a/Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es21.ist
+++ b/Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_head1.ist
@@ -8,5 +8,3 @@ lethead_flag 1
lethead_prefix "\n\\centerline{\\bfseries --- "
lethead_suffix " ---}\\par\\nobreak"
-icu_locale "es@collation=search"
-
diff --git a/Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es22.ist b/Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_head2.ist
index b9c13151f70..2d6bac57d80 100644
--- a/Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es22.ist
+++ b/Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_head2.ist
@@ -8,5 +8,3 @@ lethead_flag -1
lethead_prefix "\n\\centerline{\\bfseries --- "
lethead_suffix " ---}\\par\\nobreak"
-icu_locale "es@collation=search"
-
diff --git a/Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es23.ist b/Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_head3.ist
index 8f9890b0718..6b0c7ccd975 100644
--- a/Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_es23.ist
+++ b/Master/texmf-dist/doc/upmendex/samples/alphabet/mdxsty_head3.ist
@@ -8,5 +8,3 @@ lethead_flag 2
lethead_prefix "\n\\centerline{\\bfseries --- "
lethead_suffix " ---}\\par\\nobreak"
-icu_locale "es@collation=search"
-
diff --git a/Master/texmf-dist/doc/upmendex/samples/korean.idx b/Master/texmf-dist/doc/upmendex/samples/korean.idx
index 63d4cea62f9..f46789ca513 100644
--- a/Master/texmf-dist/doc/upmendex/samples/korean.idx
+++ b/Master/texmf-dist/doc/upmendex/samples/korean.idx
@@ -26,7 +26,7 @@
\indexentry{쌀}{3}
\indexentry{밥}{3}
\indexentry{빵}{3}
-\indexentry{음료}{4}
+\indexentry{음료수}{4}
\indexentry{케키}{4}
\indexentry{차}{4}
\indexentry{우유}{4}
@@ -41,7 +41,7 @@
\indexentry{김치}{5}
\indexentry{나물}{5}
\indexentry{찌개}{5}
-\indexentry{비빈바}{5}
+\indexentry{비빔밥}{5}
\indexentry{불고기}{5}
\indexentry{국밥}{5}
\indexentry{갈비}{5}
diff --git a/Master/texmf-dist/doc/upmendex/samples/mdxsty01.ist b/Master/texmf-dist/doc/upmendex/samples/mdxsty01.ist
index 9d9788275fe..24f4f5ff3be 100644
--- a/Master/texmf-dist/doc/upmendex/samples/mdxsty01.ist
+++ b/Master/texmf-dist/doc/upmendex/samples/mdxsty01.ist
@@ -8,5 +8,5 @@ lethead_flag 1
lethead_prefix "\n\\centerline{\\bfseries --- "
lethead_suffix " ---}\\par\\nobreak"
-character_order "NSKJHGCL"
+character_order "NSTKDJHGCLah"
diff --git a/Master/texmf-dist/doc/upmendex/samples/mdxsty02.ist b/Master/texmf-dist/doc/upmendex/samples/mdxsty02.ist
index f90af4f9253..f0536dd8638 100644
--- a/Master/texmf-dist/doc/upmendex/samples/mdxsty02.ist
+++ b/Master/texmf-dist/doc/upmendex/samples/mdxsty02.ist
@@ -8,9 +8,14 @@ lethead_flag -1
lethead_prefix "\n\\centerline{\\bfseries --- "
lethead_suffix " ---}\\par\\nobreak"
-character_order "JKHGCLSN"
+character_order "JKHGCLTDhaSN"
-tumunja "가나다라마바사아카"
+hangul_head "가나다라마바사아카"
+%% hangul_head "㉠㉡㉢㉣㉤㉥㉦㉧㉨㉩㉪㉫㉬㉭"
+%% hangul_head "㉮㉯㉰㉱㉲㉳㉴㉵㉶㉷㉸㉹㉺㉻"
+%% hangul_head "㈀㈁㈂㈃㈄㈅㈆㈇㈈㈉㈊㈋㈌㈍"
+%% hangul_head "㈎㈏㈐㈑㈒㈓㈔㈕㈖㈗㈘㈙㈚㈛"
+%% tumunja "가나다라마바사아카"
%% tumunja "㉠㉡㉢㉣㉤㉥㉦㉧㉨㉩㉪㉫㉬㉭"
%% tumunja "㉮㉯㉰㉱㉲㉳㉴㉵㉶㉷㉸㉹㉺㉻"
%% tumunja "㈀㈁㈂㈃㈄㈅㈆㈇㈈㈉㈊㈋㈌㈍"
diff --git a/Master/texmf-dist/doc/upmendex/samples/mdxsty03.ist b/Master/texmf-dist/doc/upmendex/samples/mdxsty03.ist
new file mode 100644
index 00000000000..8b570699193
--- /dev/null
+++ b/Master/texmf-dist/doc/upmendex/samples/mdxsty03.ist
@@ -0,0 +1,33 @@
+% -*- coding: utf-8 -*-
+
+delim_0 "\\leaders\\hbox{$\\cdot$}\\hfill "
+delim_1 "\\leaders\\hbox{$\\cdot$}\\hfill "
+delim_2 "\\leaders\\hbox{$\\cdot$}\\hfill "
+
+headings_flag 1
+heading_prefix "\n\\centerline{\\bfseries --- "
+heading_suffix " ---}\\par\\nobreak"
+
+character_order "SahHJKDTLCGN"
+symbol_flag 2
+
+script_preamble latin "\n% begin latin"
+script_postamble latin "\n% end latin"
+script_preamble cyrillic "\n% begin cyrillic"
+script_postamble cyrillic "\n% end cyrillic"
+script_preamble greek "\n% begin greek"
+script_postamble greek "\n% end greek"
+script_preamble kana "\n% begin kana"
+script_postamble kana "\n% end kana"
+script_preamble hangul "\n% begin hangul"
+script_postamble hangul "\n% end hangul"
+script_preamble hanzi "\n% begin hanzi"
+script_postamble hanzi "\n% end hanzi"
+script_preamble devanagari "\n% begin devanagari"
+script_postamble devanagari "\n% end devanagari"
+script_preamble thai "\n% begin thai"
+script_postamble thai "\n% end thai"
+script_preamble arabic "\n% begin arabic"
+script_postamble arabic "\n% end arabic"
+script_preamble hebrew "\n% begin hebrew"
+script_postamble hebrew "\n% end hebrew"
diff --git a/Master/texmf-dist/doc/upmendex/samples/multi.idx b/Master/texmf-dist/doc/upmendex/samples/multi.idx
index d1051b2cdb5..55675322109 100644
--- a/Master/texmf-dist/doc/upmendex/samples/multi.idx
+++ b/Master/texmf-dist/doc/upmendex/samples/multi.idx
@@ -5,5 +5,10 @@
\indexentry{もりおうがい@森鷗外}{5}
\indexentry{세종대왕@세종대왕(世宗大王)}{6}
\indexentry{王羲之}{7}
-\indexentry{0123456789}{8}
-\indexentry{¥¥¥¥¥}{9}
+\indexentry{0120¹₂③❹➄➏🄈⑻⒐㉈🄋🄌}{8}
+\indexentry{€$$¢¢££¥¥₩₩฿₹}{9}
+\indexentry{☃☎♥⚽☺☝✈🀅🍣👻}{10}
+\indexentry{พ่อขุนรามคำแหงมหาราช}{11}
+\indexentry{गौतम सिद्धार्थ}{12}
+\indexentry{محمد‎}{13}
+\indexentry{אֱלִיעֶזֶר בֶּן־יְהוּדָה‎}{14}
diff --git a/Master/texmf-dist/doc/upmendex/samples/option/Makefile b/Master/texmf-dist/doc/upmendex/samples/option/Makefile
index 8e2746d17c1..f9157d609cc 100644
--- a/Master/texmf-dist/doc/upmendex/samples/option/Makefile
+++ b/Master/texmf-dist/doc/upmendex/samples/option/Makefile
@@ -20,3 +20,6 @@ jp_u:
$(UPMENDEX) japanese.idx -r -s mdxsty_j$$sty.ist -o japanese_r_$$sty-umdx.ind ; \
$(UPMENDEX) japanese.idx -g -s mdxsty_j$$sty.ist -o japanese_g_$$sty-umdx.ind ; \
done
+
+clean:
+ rm -f *.ind *.ilg
diff --git a/Master/texmf-dist/doc/upmendex/samples/option/attri1.idx b/Master/texmf-dist/doc/upmendex/samples/option/attri1.idx
index a470ffab42e..32b12767cb3 100644
--- a/Master/texmf-dist/doc/upmendex/samples/option/attri1.idx
+++ b/Master/texmf-dist/doc/upmendex/samples/option/attri1.idx
@@ -40,3 +40,9 @@
\indexentry{イイイイイ}{507}
\indexentry{い}{508}
\indexentry{イ}{509}
+\indexentry{A-123}{600}
+\indexentry{A-21}{601}
+\indexentry{A-9}{602}
+\indexentry{$1234.50}{603}
+\indexentry{$21.00}{604}
+\indexentry{$9.00}{605}
diff --git a/Master/texmf-dist/doc/upmendex/samples/option/mdxsty_j02.ist b/Master/texmf-dist/doc/upmendex/samples/option/mdxsty_j02.ist
index 3b084ba9d8e..b5cac2a050c 100644
--- a/Master/texmf-dist/doc/upmendex/samples/option/mdxsty_j02.ist
+++ b/Master/texmf-dist/doc/upmendex/samples/option/mdxsty_j02.ist
@@ -4,9 +4,9 @@ delim_0 "\\leaders\\hbox{$\\cdot$}\\hfill "
delim_1 "\\leaders\\hbox{$\\cdot$}\\hfill "
delim_2 "\\leaders\\hbox{$\\cdot$}\\hfill "
-lethead_flag 1
-lethead_prefix "\n\\centerline{\\bfseries --- "
-lethead_suffix " ---}\\par\\nobreak"
+headings_flag 1
+heading_prefix "\n\\centerline{\\bfseries --- "
+heading_suffix " ---}\\par\\nobreak"
priority 1
letter_head 2