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
Re:VIEW 3.2とjlreqのHEADの組み合わせでreview-jlreqを使おうとすると、 "jlreq@@makecaption@label@font@setting"がUndefined control sequenceになります。
環境:
再現手順:
$ review-init --latex-template=review-jlreq test $ cd test $ cat <<EOF >test.re = test //cmd{ test //} EOF $ rake pdf (中略) ./test.tex:7: Undefined control sequence. <argument> ...req@@makecaption@label@font@setting \csname fnum@\@captype \en... l.7 \reviewimagecaption{caption} (後略)
原因:
@
% 古いjlreq.clsへの互換(当面のad-hoc対応) \ifdefined\jlreq@@makecaption@font@setting \else \let\jlreq@@makecaption@font@setting\jlreq@@makecaption@font \fi \ifdefined\jlreq@@makecaption@label@@font@setting % => ここの「@@font」は本来「@font」? \else \let\jlreq@@makecaption@label@font@setting\jlreq@@makecaption@label@font \fi
jlreq@@makecaption@label@@font@setting
jlreq@@makecaption@label@font@setting
jlreq@@makecaption@label@font
備考:
The text was updated successfully, but these errors were encountered:
余計なナルトを消すだけのpull requestを #1351 として作成しました。
Sorry, something went wrong.
97e14fc
Merge pull request #1351 from m-shibata/fix_multi_shadow_clone
cbd0ff5
fix too many naruto on jlreq/review-base.sty. Closes: #1350
No branches or pull requests
Re:VIEW 3.2とjlreqのHEADの組み合わせでreview-jlreqを使おうとすると、
"jlreq@@makecaption@label@font@setting"がUndefined control sequenceになります。
環境:
再現手順:
原因:
@
がひとつ余計な気がしますjlreq@@makecaption@label@@font@setting
」は存在しないjlreq@@makecaption@label@font@setting
」が「jlreq@@makecaption@label@font
」で上書きjlreq@@makecaption@label@font
」がないのでundefinedエラー備考:
The text was updated successfully, but these errors were encountered: