答案1
IEEEtran
不提供任何字幕和多语言标题功能。但是,您可以\title
像这样将此信息放入命令中。
\title{%
Titulo do Artigo em Português\\
{\Large Sub-título se necessarário em Português}\\[1ex]
\itshape Paper Title in English\\
{\Large Subtitle if needed in English}%
}
\documentclass[10pt,a4paper]{IEEEtran}
\usepackage[utf8]{inputenc}
\begin{document}
\title{%
Titulo do Artigo em Português\\
{\Large Sub-título se necessarário em Português}\\[1ex]
\itshape Paper Title in English\\
{\Large Subtitle if needed in English}%
}
\author{S.O.Mebody}
\maketitle
\end{document}