-
Notifications
You must be signed in to change notification settings - Fork 215
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
booktitlenameやautにTeXのエスケープ対象文字となるものを入れると、PDFのメタ情報がエスケープ後文字列になる #1533
Comments
|
なるほど、たしかにhypersetupだとTeXのエスケープ済み文字列のままでいけますね。 問題がちょっとあって、media=printだとhyperrefがdraftモードなので「do not do any hyperlinking」の一環でhypersetupのpdftitleなどの設定も無視されてしまうようです。ちと困りました。 |
そういえば、review-jlreqでLuaLaTeXのときはもともとあきらめてました。
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pdfinfo book.pdf
今review-base.styで
としているが、
\review@boooktitlename
とreview@autnames
以外に、エスケープを最小限(たぶん{}と%かな)にしたマクロを別途用意する必要がありそう。何か漏れが出そうで怖いけど。The text was updated successfully, but these errors were encountered: