EthanDeng / Chinese-ERJ

《经济研究》杂志 LaTeX 论文模板 - LaTeX Template for Economic Research Journal
LaTeX Project Public License v1.3c
50 stars 26 forks source link

不能添加第二作者 #1

Closed MingFengX closed 4 years ago

MingFengX commented 4 years ago

我希望在文章中添加第二作者,结果无法顺利编译,故障代码如下:

\documentclass{chinese-erj}
\title{南京爱情故事}
\author{乔英子\and方一凡%
\thanks{Email: {yingzi2000@nyu.edu.cn}}
\thanks{Email: {yifan@pku.edu.cn}}}

\begin{document}
\maketitle
\end{document}
hushidong commented 4 years ago

把\and换成空格试试。

cls目前没有考虑用\and 分隔的作者列表,而是原样输出的。

MingFengX commented 4 years ago

如果换成空格两个名字就没办法隔开。 如果用\quad或\qquad的话,无法使用XeLaTex编译。 如果使用PDFLaTeX编译的话,第二次pdfLaTeX编译时,无法识别引文信息。

此处叨扰了。

hushidong commented 4 years ago

那就用~符号,或者hspace

EthanDeng commented 4 years ago

见更新 53edb85