-
Notifications
You must be signed in to change notification settings - Fork 9
\strutbox の仕様 #20
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
Labels
Comments
Closed
現在 exppl2e に入れているパッチを書いたときに、 \def\strutbox{\iftdir\tstrutbox\else\ystrutbox\fi} を外へ出しておきます。(メモ:tlb0014.lvt などで垂直位置がずれる) |
aminophen
added a commit
that referenced
this issue
Nov 15, 2016
微妙すぎて判断つかずにいるので、どなたかわかるでしょうか? %\RequirePackage{exppl2e}
\documentclass{tarticle}
\begin{document}
ほげ\footnote{テスト}ふが。
\end{document} これの結果が exppl2e を読むか読まないかで数ポイントだけずれるのですが、これは本来あるべき挙動として現行カーネルが正しいのでしょうか、それとも exppl2e 有りが正しいのでしょうか。(変わる原因に → どうやら exppl2e 有りが正しいような気がする。 |
aminophen
added a commit
that referenced
this issue
Feb 20, 2017
aminophen
added a commit
that referenced
this issue
Feb 20, 2017
aminophen
added a commit
that referenced
this issue
Feb 20, 2017
aminophen
added a commit
that referenced
this issue
Feb 20, 2017
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
(この件を考えるのは当面先になると思いますが、一旦トピックとして立てておきます。)
「横組を前提とした LaTeX パッケージが縦組でうまく動かない」というケースのうち幾つかが、\strutbox の仕様に絡んでいるのではないか、という件です。
たとえば(これはよく知られている現象なのでしょうか?)、pLaTeX 縦組で amsmath の align 環境を使うと、「&」が奇数個のときだけ数式番号が \textwidth の端に付かず揃いません。また、leqno のときも、今度は「&」が偶数個のときに上端に付かず揃いません。
なぜ偶奇で挙動が変わるのかがわかっていませんが、今回のケースに限れば冒頭に
を足してみると期待どおりになります。もう少し詳しい例は順次 gist に出します。
The text was updated successfully, but these errors were encountered: