<div dir="ltr">I already found the answer and I have got my own reasons to put unvbox inside an \hbox. No need to be rude.<br><br><div class="gmail_quote">On Sat, Sep 17, 2011 at 11:12 PM, Michael Barr <span dir="ltr"><<a href="mailto:barr@math.mcgill.ca">barr@math.mcgill.ca</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">No, I am not trying to answer the question.  But it reminds me of a web site I saw recently: <a href="http://homepage.ntlworld.com/jonathan.deboynepollard/FGA/put-down-the-chocolate-covered-banana.html" target="_blank">http://homepage.ntlworld.com/<u></u>jonathan.deboynepollard/FGA/<u></u>put-down-the-chocolate-<u></u>covered-banana.html</a><br>

that contains a sidebar that says, in part:<br>
<br>
The general case is:<br>
<br>
  1.  Someone wants to accomplish task Y.<br>
  2.  They determine that a way to accomplish Y is to use facility X.<br>
  3.  There is a sub-task of Y, say Z, for which X is ill-suited.<br>
  4.  They come into the group and ask .how can I use X to accomplish Z?.<br>
<br>
This is a problem for people here trying to answer the real question, which is:<br>
<br>
    How can I accomplish Y?<br>
<br>
But nobody can answer this question because the querent never mentioned<br>
Y at all, and so nobody knows that the real goal is to accomplish Y..<br>
<br>
-- Mark-Jason Dominus.<br>
<br>
This URL ought to be part of every texhax issue, since it expresses this sort of problem so well.  Why do you want to put \unvbox inside an \hbox? After all, the following works perfectly well:<br>
<br>
\documentclass{article}<br>
 \pdfoutput0<br>
\begin{document}<br>
 \setbox0=\vbox{test}<br>
 \setbox2=\hbox{\box0}<br>
 \box2<br>
<br>
\end{document}<br>
<br>
Michael Barr<br>
______________________________<u></u>_________________<br>
TeX FAQ: <a href="http://www.tex.ac.uk/faq" target="_blank">http://www.tex.ac.uk/faq</a><br>
Mailing list archives: <a href="http://tug.org/pipermail/texhax/" target="_blank">http://tug.org/pipermail/<u></u>texhax/</a><br>
More links: <a href="http://tug.org/begin.html" target="_blank">http://tug.org/begin.html</a><br>
<br>
Automated subscription management: <a href="http://tug.org/mailman/listinfo/texhax" target="_blank">http://tug.org/mailman/<u></u>listinfo/texhax</a><br>
Human mailing list managers: <a href="mailto:postmaster@tug.org" target="_blank">postmaster@tug.org</a><br>
</blockquote></div><br></div>