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

label/hrefで参照関係を作るとき、EPUBとLaTeXで挙動が違う #835

Open
kmuto opened this issue Sep 28, 2017 · 2 comments
Open

Comments

@kmuto
Copy link
Owner

kmuto commented Sep 28, 2017

そもそもがかなりad-hocな実装としてしまったのだが…

  • EPUB: labelでラベル定義、hrefでは #ラベル または XX.html#ラベル で参照(a hrefにそのまま渡される)
  • LaTeX: labelでラベル定義、hrefでは ラベル で参照(refにそのまま渡される)

href参照側はEPUBのほうが情報が多くて妥当(とはいえ.htmlまで入っているのはいかにもかっこわるいが…)なので、LaTeX側のhref解析で加工してラベルだけを取り出すようにしたほうがよさそう。

@kmuto
Copy link
Owner Author

kmuto commented Sep 21, 2018

LaTeXをEPUBに寄せる

@kmuto
Copy link
Owner Author

kmuto commented Sep 24, 2018

簡単に言ったけどむずかしいなこれ。また|html||latex|が必要になりそう。

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