我正在测试 xindy 并遇到以下问题:变音符号的条目排序错误。
在 Windows 上使用 TeXLive 2021,非完整版本。
梅威瑟:
\documentclass{article}
\usepackage[xindy]{imakeidx}
\makeindex[
options=-L german-din
]
\begin{document}
Test
\index{Äpfel}
\index{Apfel}
\index{Test}
\index{Überflug}
\index{Öfen }
\index{Opfer}
\index{Unfug}
\printindex
\end{document}
german-din 定义了这一点
(sort-rule "ä" "ae")
(sort-rule "ö" "oe")
(sort-rule "ü" "ue")
(sort-rule "Ä" "ae")
(sort-rule "Ö" "oe")
(sort-rule "Ü" "ue")
那么为什么 Ö 和 Ü 排序错误