作者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