Skip to content
New issue

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

PDFMaker: reviewdummyimageがエラーを引き起こす #1706

Closed
kmuto opened this issue Jun 4, 2021 · 1 comment
Closed

PDFMaker: reviewdummyimageがエラーを引き起こす #1706

kmuto opened this issue Jun 4, 2021 · 1 comment

Comments

@kmuto
Copy link
Owner

kmuto commented Jun 4, 2021

imageなどでファイル実体がないときにreviewdummyimageマクロに展開しているが、
今のreview-jsbookのreviewdummyimageは中ですぐにalltt環境にしており、これにlabelやcaptionまで含まれてしまうのでauxのパースエラーという奇妙なエラーが発生してしまうことになる。
(図がないことはWARNであり、ERRORではないので事前には止まらない。これはあえてなので挙動は変更しない)

reviewdummyimageの実装を変更する必要がある。

  • コンテンツ(ファイル不明というメッセージ)は事前にエスケープする。あまり意味がないので等幅にもしない。
  • reviewdummyimageマクロ自体はreviewimageと同等に、figure、centerのマクロで包むだけのものにする。
@kmuto
Copy link
Owner Author

kmuto commented Jun 4, 2021

なるほど、中のコメントを表示したいからverbatimっぽく囲んでいたのか。latexbuilderのほうも調整が必要

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant