Difference between revisions of "Vertically Centered Boxes"

From Wiki
Jump to navigation Jump to search
(No difference)

Revision as of 06:39, 13 August 2004

LaTeX:

\documentclass{article}
\begin{document}
a box with a table:
\fbox{\begin{tabular}[c]{l}1\\2\\3\end{tabular}}\par
a midaligned parbox: \parbox[c]{1em}{1 2 3}
\end{document}

ConTeXt: ???