我有一个.tex
文件,当我使用 TeXmaker 在我的电脑上运行它时,它运行得很好。
它具有以下样式和序言:
\documentclass{aa} % Astronomy & Astrophysics journal style
\pdfoutput=1
\usepackage{epsfig}
\usepackage{graphicx}
\usepackage{times}
\usepackage{color}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{grffile} % FOR EXTENSIONS
\usepackage{floatrow}
\usepackage{caption}
\usepackage{multicol,multirow,booktabs}
\usepackage[caption=false]{subfig}
\usepackage{microtype} % to avoid lines going outside margin
\floatsetup[table]{capposition=top} %caption on top of table
对于参考书目,我使用以下样式:
\bibliographystyle{aa} % The Astronomy & Astrophysics style, aa.bst
当我上传文件时arxiv.org并对其进行处理(尝试过有和没有这个aa.bst
文件的情况),我收到一条错误消息,提示:
! Undefined control sequence.
l.154 ...of state are dramatically improved \citep
{majumdar}.
?
! Emergency stop.
l.154 ...of state are dramatically improved \citep
{majumdar}.
! ==> Fatal error occurred, no output PDF file produced!
问题似乎出在使用上\citep{}
。我不知道为什么 arxiv 不识别这种natbib
引用样式。
我是否需要更改参考书目样式或者需要做其他事情?