zr-tex8r / BXjscls

LaTeX jsclasses document classes adapted to any engines
BSD 2-Clause "Simplified" License
52 stars 8 forks source link

XeLaTeXでコンパイルできない #6

Closed equal-l2 closed 7 years ago

equal-l2 commented 7 years ago

macOS 10.12.6 XeTeX 3.14159265-2.6-0.99998 (TeX Live 2017) bxjscls 1.5d 以上の環境で、次の書類をコンパイルするとエラーになってしまいます。

\documentclass[xelatex,ja=standard]{bxjsarticle}
\begin{document}
\end{document}

エラー:

! Undefined control sequence.
<argument> \cs_if_eq:p:NN

l.371 ...eq:p:NN \inhibitglue \prg_do_nothing: ) }
equal-l2 commented 7 years ago

LuaLaTeXで同様のコンパイルをすると、こちらもエラーになります。

! Undefined control sequence.
<recently read> \patchcmd

l.31 ...ame TU\string\textasteriskcentered\endcsname
                                                  {\char}{\ltjalchar}{}{}
zr-tex8r commented 7 years ago

申し訳ありません。これはZXjatypeパッケージの方のバグです。

把握はしているのですが、対応が遅れています。

取りあえず、GitHubに修正版(v0.6a)を上げたので、お手数ですが、こちらをご使用ください。

https://github.com/zr-tex8r/ZXjatype/releases

equal-l2 commented 7 years ago

XeLaTeXで正常に動作することを確認しました。 ありがとうございます。

equal-l2 commented 7 years ago

CTANの方にも反映されたようなのでクローズします。 対応ありがとうございます。