Incidencia #34340

\inhibitglue や サイズ変更コマンド後の \lastbox

Abrir Fecha: 2014-09-18 20:04 Última actualización: 2015-10-28 17:43

Informador:
Propietario:
Tipo:
Estado:
Open [Owner assigned]
Componente:
(Ninguno)
Hito:
(Ninguno)
Prioridad:
3
Gravedad:
5 - Medium
Resolución:
Ninguno
Fichero:
Ninguno

Details

次のコードを走らせてみました:

%#!luajitlatex
\documentclass{ltjsarticle}
\begin{document}
\hbox{\hbox{A}\inhibitglue\setbox0=\lastbox\typeout{\the\wd0}}
\hbox{\hbox{A}\Large\setbox0=\lastbox\typeout{\the\wd0}}
\end{document}
(documentclass を jsarticle になおして)pLaTeX でタイプセットさせると どちらの \typeout も 7.50002 pt を出力しますが,LuaTeX-ja だと 0.0 pt になってしまいます.

なお,現在の挙動にはすぐに説明がつきます:

  • \inhibitglue は挿入箇所を示すための whatsit ノードを追加します.
  • jsarticle の \Large は xkanjiskip を設定しますが,その設定過程で スタック管理用の whatsit ノードを追加します.

どちらも現在のリストの最後の whatsit を追加してしまうため,\lastbox が それによって正しく動かなくなる,というわけです.

Ticket History (2/2 Histories)

2014-09-18 20:04 Updated by: h7k
  • New Ticket "\inhibitglue や サイズ変更コマンド後の \lastbox" created
2015-10-28 17:43 Updated by: h7k
  • Prioridad Update from 5 - Medium to 3
  • Propietario Update from (Ninguno) to h7k

Attachment File List

No attachments

Editar

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