1. 程式人生 > >Latex: 添加IEEE會議論文作者信息

Latex: 添加IEEE會議論文作者信息

遇到 如果 錯誤 圖片 https src div change gin

參考:

Multiple Authors with common affiliations in IEEEtran conference template

Latex: 添加IEEE會議論文作者信息

參考格式:

\documentclass[conference]{IEEEtran}

\begin{document}
\title{An Important Conference Contribution}

\author{\IEEEauthorblockN{Author One\IEEEauthorrefmark{1},
Author Two\IEEEauthorrefmark{2}, Author Three\IEEEauthorrefmark{3} and
Author Four\IEEEauthorrefmark{4}}
\IEEEauthorblockA{Department of Whatever,
Whichever University\Wherever\Email: \IEEEauthorrefmark{1}[email protected],
\IEEEauthorrefmark{2}[email protected],
\IEEEauthorrefmark{3}[email protected],
\IEEEauthorrefmark{4}[email protected]}}
\maketitle

\end{document}

效果圖:

技術分享圖片

註意,如果編譯過程中遇到\misplaced \crcr 錯誤,請仔細檢查左括號和右括號的匹配問題!

2018.4

Latex: 添加IEEE會議論文作者信息