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
pldoc.pdf などを見ていて、\verb を使って書かれた制御綴の前に \xkanjiskip が入っていないのが気になっていたのですが、調べてみると「pLaTeX カーネルが \null を外してパッチしたコードを doc.sty が上書きするから」だとわかりました。jltxdoc.cls は ltxdoc.cls を読み込んで、さらにそれが doc.sty を読み込みますから、jltxdoc.cls に再再定義を入れておけば ok になります。
このパッチを aminophen/master に入れてあります。問題等ありましたら指摘してください。(ちなみに LuaTeX-ja の ltjltxdoc.cls は、ltxdoc.cls と doc.sty を読んだあとに luatexja.sty を読むので、同じ問題は起きないようです。)
The text was updated successfully, but these errors were encountered:
49fdd87 を texjporg/master に送り込みました(完了のつもり)。
Sorry, something went wrong.
No branches or pull requests
pldoc.pdf などを見ていて、\verb を使って書かれた制御綴の前に \xkanjiskip が入っていないのが気になっていたのですが、調べてみると「pLaTeX カーネルが \null を外してパッチしたコードを doc.sty が上書きするから」だとわかりました。jltxdoc.cls は ltxdoc.cls を読み込んで、さらにそれが doc.sty を読み込みますから、jltxdoc.cls に再再定義を入れておけば ok になります。
このパッチを aminophen/master に入れてあります。問題等ありましたら指摘してください。(ちなみに LuaTeX-ja の ltjltxdoc.cls は、ltxdoc.cls と doc.sty を読んだあとに luatexja.sty を読むので、同じ問題は起きないようです。)
The text was updated successfully, but these errors were encountered: