多位作者我是一種新的以乳膠和我有一個有點問題的..乳膠:在兩列文章
我使用的是twocolumn
佈局我article
。有四位作者涉及不同的從屬關係,我試圖在標題下列出所有這些作品,以便跨越整個頁面寬度(全部位於同一層)。它應該是與此類似:
Article Title
auth1FN auth1LN 2 ... 3 auth4FN auth4LN
department ... department
school ... school
[email protected] ... [email protected]
Abstract .....................
.................... .....................
.................... .....................
.................... .....................
目前,我有沿着線的東西:
\documentclass[10pt,twocolumn]{article}
\usepackage{multicol}
\begin{document}
\begin{multicols}{2}
\title{Article Title}
\author{
First Last\\
Department\\
school\\
[email protected]
\and
First Last\\
...
}
\date{}
\maketitle
\end{multicols}
\begin{abstract}
...
\end{abstract}
\section{Introduction}
...
\end{document}
的問題是,作者不顯示所有在同一水平上,而不是我得到的前三彼此相鄰,接下來是最後一個。
有辦法實現我想要的嗎?另外如果可能的話,我如何自定義從屬關係的字體(小一些,斜體)?
這是最常見的,例如IEEE LNCS兩列式,用於指示與'\ thanks'宏的附屬關係,即作爲腳註。 – 2010-06-15 11:10:02