Ticket #38416

\parbox<y>

Open Date: 2018-07-26 20:52 Last Update: 2018-07-28 08:49

Reporter:
Owner:
Type:
Status:
Closed
Component:
(None)
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
Fixed
File:
None

Details

Twitter で報告されました。lltjext.sty の \parbox<y>{...} が横組にならず utod 組方向で変な位置に配置されます。報告していたユーザの方が作ってくださった MWE は https://gist.github.com/amane-katagiri/93eace51bc6d1c03b48f0fe17fcd5b29 で,以下のようなソースでも再現します。

\documentclass[a5j]{ltjtbook}
\begin{document}
外\parbox<y>[c]{0.5\textwidth}{\centering あいうabc}外
\end{document}

Ticket History (3/4 Histories)

2018-07-26 20:52 Updated by: aminophen
  • New Ticket "\parbox<y>" created
2018-07-26 22:14 Updated by: h7k
  • Owner Update from (None) to h7k
Comment

確認しました.どうも周囲と違う組方向のボックスを \raise するとおかしくなりますね.

%%% 縦組
外\raise10pt\hbox{\yoko あい}外 % おかしい
外\raise10pt\hbox{hbox{\yoko あい}}外 % 正常

2018-07-26 23:02 Updated by: h7k
Comment

commit 238683e ではどうでしょうか.

2018-07-28 08:49 Updated by: h7k
  • Resolution Update from None to Fixed
  • Status Update from Open to Closed
Comment

修正した 20180728.0 を出したので,完了とします.

Attachment File List

No attachments

Edit

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Login