![makeindexのheadings_flagのテキストを変更する](https://rvso.com/image/475721/makeindex%E3%81%AEheadings_flag%E3%81%AE%E3%83%86%E3%82%AD%E3%82%B9%E3%83%88%E3%82%92%E5%A4%89%E6%9B%B4%E3%81%99%E3%82%8B.png)
MakeIndex を mst ファイルで使用するとheadings_flag 1
、「Numbers」というタイトルの見出しが表示されます。この文字列のテキストを変更して、別の言語に翻訳するにはどうすればよいでしょうか。
\documentclass{memoir}
\usepackage{polyglossia}
\setmainlanguage{spanish}
\usepackage{indextools}
\makeindex[name=Índice de pasajes citados,name=numbs,columns=1]
\begin{filecontents}{numbs.mst}
headings_flag 1
\end{filecontents}
\begin{document}
Foo\index[numbs]{11}
\printindex[numbs]
\end{document}