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

TeX: amssymbもデフォルトロードする? #1224

Closed
kmuto opened this issue Nov 30, 2018 · 3 comments
Closed

TeX: amssymbもデフォルトロードする? #1224

kmuto opened this issue Nov 30, 2018 · 3 comments

Comments

@kmuto
Copy link
Owner

kmuto commented Nov 30, 2018

review-jsbook/review-base.styで amsmath のみを読み込んでいるが、amssymb も読んでも罰は当たらない気がする。

@munepi
Copy link
Contributor

munepi commented Nov 30, 2018

はい、amsmathを使うならば、amssymb も合わせて読み込んでおいてかまわないと思います。

\RequirePackage{amsmath}
\RequirePackage{amssymb}
\RequirePackage{amsthm}
\RequirePackage{bm}

独り言:数式番号を左側に表示したり、数式インデントを中央寄せから左寄せにする場合は、できればクラスファイル側から統一的な変更ができるようにするのが望ましいと思っています。さらに、amsmath を内部で読み込む newtx パッケージと組合せたいとかなると、なおさら、クラスファイル側から制御できるほうがよいです。(これを、Re:VIEW プロジェクト側で面倒見るか見ないかは、また別の話です。ここは、耳が聞こえないことにしておきたいです。)

@kmuto
Copy link
Owner Author

kmuto commented Dec 1, 2018

そこまでだとだいぶたいへんそうなので、とりあえずデフォルトのreview-jsbook・review-jlreqのほうはreview-base.styでいいかなーという気がしております…。

@kmuto
Copy link
Owner Author

kmuto commented Dec 1, 2018

あ、review-jlreqだと入れてた(自分では特に理由はなくて、クラスファイル作りの練習だった…)。

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

2 participants