我正在尝试使用 Latex 格式化我的论文文章为 Elsevier 期刊。我正在使用 TeXnicCenter 和 Miktex。
当内容全部是英文时,它工作得很好(编译为pdflatex). 工作示例:
\documentclass[3p,twocolumn]{elsarticle}
\usepackage[utf8]{inputenc}
%\usepackage{fontspec}
\usepackage[english]{babel}
\usepackage{lineno,hyperref}
%\usepackage{arabxetex}
\modulolinenumbers[5]
%\newfontfamily\arabicfont[Script=Arabic]{Traditional Arabic}
\journal{Example Journal}
\bibliographystyle{elsarticle-num}
\begin{document}
\begin{frontmatter}
\title{A title for the paper}
% include affiliations in footnotes:
\author[mymainaddress]{Author1\corref{mycorrespondingauthor}}
\cortext[mycorrespondingauthor]{Corresponding author}
\ead{[email protected]}
\author[mymainaddress]{Author2}
\ead{[email protected]}
\address[mymainaddress]{Affiliation}
\begin{abstract}
Your abstract goes here.
\end{abstract}
\begin{keyword}
word1 \sep word2 \sep word3.
\end{keyword}
\end{frontmatter}
\end{document}
现在,问题是我的论文有一些阿拉伯文字。为了让它们显示并正常工作,我使用前面代码中注释的包,并使用乳胶漆。编译时会发出一些警告,但生成的 PDF 缺少整个前言部分!
我收到此编译错误消息:
!LaTeX 错误:\begin{frontmatter} 在输入第 21 行以 \end{document} 结束。
任何帮助将不胜感激。