作者WRRSCAN ()
看板LaTeX
標題Re: [問題] 作者編排問題
時間Mon Nov 26 00:17:09 2007
※ 引述《Hoare (boring)》之銘言:
: 我想讓作者編排如下:
: ------------------------------------------------------
: My Latex Paper
: Bob*, John* , Mary+ , Tom+
: * Institue of ABC + Department of CS
: Taipei, Taiwan Taipei, Taiwan
: {bob,john}@ABC.com {Mary,Tom}@xxx.edu.tw
: -------------------------------------------------------
: 請問要如何作呢?
我假設原Po使用 article,我用minpage來達成作者分欄的效果
\title{My Latex Paper}
\author{Bob$^{*}$, John$^{*}$, Marry$^{\dag}$, Tom$^{\dag}$\\
\begin{minipage}{\textwidth}
\centering
\begin{minipage}{0.4\textwidth}
\centering
$^{*}$Institue of ABC \\Taipei, Taiwan \\
\{bob,john\}@ABC.com
\end{minipage}
\begin{minipage}{0.4\textwidth}
\centering
$^{\dag}$Department of CS \\Taipei, Taiwan\\
\{marry,tom\}@xxx.edu.tw
\end{minipage}
\end{minipage}}
\maketitle
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.114.71.71