2
在下面的輸出中,我試圖將作者與其旁邊的框對齊。我已經嘗試了幾個不同的盒子,但是我不能正確對齊。將文本垂直對齊框旁邊的框
下面的代碼:
\mbox{
Author
}
\fbox{\begin{minipage}[c]{12cm}
\medskip
$for(author)$
$author.name$\\$if(author.title)$\emph{$author.title$}\\$endif$$if(author.company)$$author.company$$endif$
\par\medskip
$endfor$
\medskip
\end{minipage}}