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
索引を置くと置換文字が出力されてしまいます.
例を示します.LaTeXソースコードtest.texとコマンドを,それぞれ以下のようにします.
test.tex
\documentclass{jlreq} \usepackage{fontspec} \usepackage{makeidx} \makeindex \setmainfont{STIX Two Math} \begin{document} test\index{test} \printindex \end{document}
lualatex test mendex test lualatex test
このとき,次のようなPDFが出力されます.1ページ目に置換文字が出力されています.
jlreq-complements.styの第40行を,次のように書き換えれば直ると思われます.
jlreq-complements.sty
- \int_compare_p:n { (\ltjgetparameter{direction}-(\ltjgetparameter{direction}/8)*8) == 3 } + \int_compare:nTF { (\ltjgetparameter{direction}-(\ltjgetparameter{direction}/8)*8) == 3 } { + \prg_return_true: + } { + \prg_return_false: + }
The text was updated successfully, but these errors were encountered:
#133
7ffea3b
No branches or pull requests
問題
索引を置くと置換文字が出力されてしまいます.
例を示します.LaTeXソースコード
test.tex
とコマンドを,それぞれ以下のようにします.このとき,次のようなPDFが出力されます.1ページ目に置換文字が出力されています.
修正案
jlreq-complements.sty
の第40行を,次のように書き換えれば直ると思われます.The text was updated successfully, but these errors were encountered: