We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MeCabを使わずに辞書だけで索引を生成する際, makeindex_dic で指定した辞書ファイルがどうも無視されるようです.
makeindex_dic
例えば イテレータ,なると,識別子 という3つの索引を用意して,辞書ファイルに 識別子 しきべつし と書いたとき
イテレータ
なると
識別子
識別子 しきべつし
イテレータ 識別子 なると
と並んで欲しいのですが,実際には「識別子」が一番後ろになります.
makeindex_options: "-f -r -I utf-8 -d /path/to/my.dic" と,辞書ファイルをmendexオプションで明示的に指定すると期待通りの順序になるので,makeindex_dic で指定した辞書ファイルがうまくmendexに渡されてないのかな?と推測しています.
makeindex_options: "-f -r -I utf-8 -d /path/to/my.dic"
The text was updated successfully, but these errors were encountered:
あー。 pdfmakerにおいて、makeindex_sty, makeindex_dic(のほかにもいろいろな外部ファイル)のパス導出のロジックが間違っていました(作業フォルダ/my.dicになるべきところが./my.dicに展開されてしまっていた)。 よくこれでほかのが動いてたな…… パッチを作ります。
Sorry, something went wrong.
#1088 で是正予定です
57bdfc6
素早い対応をありがとうございます!
No branches or pull requests
MeCabを使わずに辞書だけで索引を生成する際,
makeindex_dic
で指定した辞書ファイルがどうも無視されるようです.例えば
イテレータ
,なると
,識別子
という3つの索引を用意して,辞書ファイルに識別子 しきべつし
と書いたときと並んで欲しいのですが,実際には「識別子」が一番後ろになります.
makeindex_options: "-f -r -I utf-8 -d /path/to/my.dic"
と,辞書ファイルをmendexオプションで明示的に指定すると期待通りの順序になるので,makeindex_dic
で指定した辞書ファイルがうまくmendexに渡されてないのかな?と推測しています.The text was updated successfully, but these errors were encountered: