![為什麼 unhboxing 似乎忽略垂直模式,為什麼 unvboxing 似乎忽略水平模式?](https://rvso.com/image/420013/%E7%82%BA%E4%BB%80%E9%BA%BC%20unhboxing%20%E4%BC%BC%E4%B9%8E%E5%BF%BD%E7%95%A5%E5%9E%82%E7%9B%B4%E6%A8%A1%E5%BC%8F%EF%BC%8C%E7%82%BA%E4%BB%80%E9%BA%BC%20unvboxing%20%E4%BC%BC%E4%B9%8E%E5%BF%BD%E7%95%A5%E6%B0%B4%E5%B9%B3%E6%A8%A1%E5%BC%8F%EF%BC%9F.png)
第一個問題
為什麼 unhboxing 似乎忽略垂直模式,為什麼 unvboxing 似乎忽略水平模式?
接下來兩張圖之後的MWE
- 兩者都傳遞了第一個問題的文本
\unhbox
並說明了/\unhcopy
在垂直模式下和\unvbox
/\unvcopy
在水平模式下的效果。
第一個問題的文字也在接下來的兩張圖片中。它們是編譯 MWE 的結果。
\newbox\MyBox
\setbox\MyBox=\hbox{%
\vbox{\hbox{box1a}\hbox{box1b}}%
\vbox{\hbox{box2a}\hbox{box2b}}%
\vbox{\hbox{box3a}\hbox{box3b}}%
}
\noindent{%
\bf The {\tt\string\hbox} in box-register {\tt\string\MyBox} is:\hfill\break
\tt\string\hbox\string{\char37 \hfill\break
\null\ \ \ \ \ \ \ %
\string\vbox\string{\string\hbox\string{box1a\string}\string\hbox\string{box1b\string}\string}\char37 \hfill\break
\null\ \ \ \ \ \ \ %
\string\vbox\string{\string\hbox\string{box2a\string}\string\hbox\string{box2b\string}\string}\char37 \hfill\break
\null\ \ \ \ \ \ \ %
\string\vbox\string{\string\hbox\string{box3a\string}\string\hbox\string{box3b\string}\string}\char37 \hfill\break
\null\ \ \ \ \ %
\string}\char37 \hfill
}%
\noindent{\bf In vertical mode I expect boxes to be placed atop/below each
other no matter if the boxes to be placed themselves are horizontal or vertical
boxes.\hfill\break
Thus in vertical mode I expect from {\tt\string\unhcopy}ing the {\tt\string\hbox} held in
box-register {\tt\string\MyBbox} that the three {\tt\string\vbox}es it contains are
placed atop/below each other:}\bigskip
\par\vbox{\hbox{box1a}\hbox{box1b}}%
\vbox{\hbox{box2a}\hbox{box2b}}%
\vbox{\hbox{box3a}\hbox{box3b}}%
\bigskip\noindent{\bf But in vertical mode from {\tt\string\unhcopy}ing I
get the three vertical boxes placed to the left/right of each other, with {\tt\string\parindent}-glue
at the left of the leftmost box:}\bigskip
\par\unhcopy\MyBox
\bigskip\noindent{\bf Just as if I did {\tt\string\box} the {\tt\string\hbox}
in horizontal mode:}\bigskip
\par\leavevmode\box\MyBox
\bigskip\noindent{\bf Why? Where am I wrong in my understanding of the workings of {\tt\string\unhbox}/{\tt\string\unhcopy}?}
\vfill\eject
\setbox\MyBox=\vbox{%
\hbox{\vbox{\hbox{box1a}\hbox{box1b}}}%
\hbox{\vbox{\hbox{box2a}\hbox{box2b}}}%
\hbox{\vbox{\hbox{box3a}\hbox{box3b}}}%
}
\bigskip\noindent{\bf
\bf The {\tt\string\vbox} in box-register {\tt\string\MyBox} is:\hfill\break
\tt
\string\vbox\string{\char37 \hfill\break
\null\ \ \ \ \ \ \ \string\hbox\string{\string\vbox\string{\string\hbox\string{box1a\string}%
\string\hbox\string{box1b\string}\string}\string}\char37 \hfill\break
\null\ \ \ \ \ \ \ \string\hbox\string{\string\vbox\string{\string\hbox\string{box2a\string}%
\string\hbox\string{box2b\string}\string}\string}\char37 \hfill\break
\null\ \ \ \ \ \ \ \string\hbox\string{\string\vbox\string{\string\hbox\string{box3a\string}%
\string\hbox\string{box3b\string}\string}\string}\char37 \hfill\break
\null\ \ \ \ \ \string}\char37 \hfill
}%
\noindent{\bf In horizontal mode I expect boxes to be placed left/right to each other no
matter if the boxes to be placed themselves are horizontal or vertical boxes.\hfill\break
Thus in horizontal mode I expect from {\tt\string\unvcopy}ing the {\tt\string\vbox} held in
box-register {\tt\string\MyBbox} that the three {\tt\string\hbox}es it contains are placed
left/right to each other, with {\tt\string\parindent}-glue at the left of the leftmost
{\tt\string\hbox}:}\bigskip
\leavevmode\hbox{\vbox{\hbox{box1a}\hbox{box1b}}}%
\hbox{\vbox{\hbox{box2a}\hbox{box2b}}}%
\hbox{\vbox{\hbox{box3a}\hbox{box3b}}}%
\bigskip\noindent{\bf But in horizontal mode from {\tt\string\unvcopy}ing
I get the three horizontal boxes placed atop/below each other:}\bigskip
\leavevmode\unvcopy\MyBox
\bigskip\noindent{\bf Just as if I did {\tt\string\box} the {\tt\string\vbox} in vertical mode:}\bigskip
\par\box\MyBox
\bigskip\noindent{\bf Why? Where am I wrong in my understanding of the workings of {\tt\string\unvbox}/{\tt\string\unvcopy}?}
\bye
第二個問題:
假設一個盒子暫存器\MyBox
保存著一個,\vbox
而它又包含許多行/許多\hboxes
相同長度的行。
\box
對此框暫存器進行操作會產生一個垂直框,其單行不會跨頁拆分:
\newcount\tmpcnt
\newbox\MyBox
\setbox\MyBox=\vbox{%
\tmpcnt=0 %
\loop\advance\tmpcnt by 1 \hbox to 3cm{Line:\hfill\number\tmpcnt.}\ifnum\tmpcnt<100 \repeat
}%
\noindent
\box\MyBox
\bye
當\unvbox
使用此框暫存器時,單行將跨頁分割:
\newcount\tmpcnt
\newbox\MyBox
\setbox\MyBox=\vbox{%
\tmpcnt=0 %
\loop\advance\tmpcnt by 1 \hbox to 3cm{Line:\hfill\number\tmpcnt.}\ifnum\tmpcnt<100 \repeat
}%
\noindent
\nobreak\unvbox\MyBox
\bye
結合如何才能實現\unvbox
這些行不僅會跨頁面拆分,而且還會向右刷新?就像你這樣做一樣:
\newcount\tmpcnt
\tmpcnt=0 %
\noindent
\loop
\advance\tmpcnt by 1 %
\null\hfill\hbox to 3cm{Line:\hfill\number\tmpcnt.}\break
\ifnum\tmpcnt<100 \repeat
\par
\bye
答案1
\unhbox
公開一個水平列表,因此開始一個新段落和新的水平列表,就像字母一樣,共同點\leavevmode
就是\def\leavevmode{\unhbox\voidb@x}