📜  IEEEauthorrefmark 数字上标乳胶 ieeetran - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:07.078000             🧑  作者: Mango

代码示例1
\documentclass[compsoc, conference, letterpaper, 10pt, times]{IEEEtran}
\ifCLASSOPTIONcompsoc
  % IEEE Computer Society needs nocompress option
  % requires cite.sty v4.0 or later (November 2003)
  \usepackage[nocompress]{cite}
\else
  % normal IEEE
  \usepackage{cite}
\fi
\ifCLASSINFOpdf
\else
\fi

\usepackage{graphicx}
\usepackage[table, svgnames]{xcolor}

\DeclareRobustCommand*{\IEEEauthorrefmark}[1]{%
  \raisebox{0pt}[0pt][0pt]{\textsuperscript{\footnotesize #1}}%
}


\begin{document}
\title{Test}
\author{
  \IEEEauthorblockN{%
    AuthorA\IEEEauthorrefmark{1}\,\IEEEauthorrefmark{2},
    AuthorB\IEEEauthorrefmark{1}
  }
  \IEEEauthorblockA{%
    \IEEEauthorrefmark{1}AffA\\\{a.b $|$ c.d\}@abc.com \\
    \IEEEauthorrefmark{2}AffB\\a.b@abc.com
  }
}%end author

% make the title area
\maketitle
\end{document}