arXiv にamslatexのファイル を投稿しましたがうまくコンパイルしてくれません。家のpdflatefではうごいています。texファイルは92kb,12個の画像ファイルはおよそ、各々50kbていどです。よろしくお願いしま.
[verbose]: Creating arXiv submission AutoTeX object
[verbose]: Calling arXiv submission AutoTeX process
[verbose]: TeX/AutoTeX.pm: admin_timeout = minion
[verbose]: is of type 'PDF'.
[verbose]: is of type 'PDF'.
[verbose]: is of type 'PDF'.
[verbose]: is of type 'PDF'.
[verbose]: is of type 'PDF'.
[verbose]: is of type 'PDF'.
[verbose]: is of type 'TeX +macros (harv,lanl..)'.
[verbose]: is of type 'PDF'.
[verbose]: is of type 'TeX auxiliary'.
[verbose]: is of type 'PDF'.
[verbose]: is of type 'PDF'.
[verbose]: is of type 'PDF'.
[verbose]: is of type 'PDF'.
[verbose]: is of type 'PDF'.
[verbose]: ~~~~~~~~~~~ Processing file 'arxiv.tex'
[verbose]: 'amslplain' is not a valid TeX format; will ignore.
[verbose]: TEXMFCNF is unset.
[verbose]: ~~~~~~~~~~~ Running htex for the first time ~~~~~~~~
[verbose]: Running: "(export HOME=/tmp PATH=/texlive/2011/bin/arch:/bin; cd /submissions/1532193/ && tex 'arxiv.tex' < /dev/null)" 2>&1
[verbose]: This is TeX, Version 3.1415926 (TeX Live 2011)
(./arxiv.tex
! Undefined control sequence.
l.3 \documentclass
{amsart}
?
! Emergency stop.
l.3 \documentclass
{amsart}
No pages of output.
Transcript written on arxiv.log.
[verbose]: tex 'arxiv.tex' failed.
[verbose]: 'amslplain' is not a valid TeX format; will ignore.
[verbose]: TEXMFCNF is unset.
[verbose]: ~~~~~~~~~~~ Running tex for the first time ~~~~~~~~
[verbose]: Running: "(export HOME=/tmp PATH=/texlive/2011/bin/arch:/bin; cd /submissions/1532193/ && tex 'arxiv.tex' < /dev/null)" 2>&1
[verbose]: This is TeX, Version 3.1415926 (TeX Live 2011)
(./arxiv.tex
! Undefined control sequence.
l.3 \documentclass
{amsart}
?
! Emergency stop.
l.3 \documentclass
{amsart}
No pages of output.
Transcript written on arxiv.log.
[verbose]: tex 'arxiv.tex' failed.
[verbose]: We failed utterly to process the TeX file 'arxiv.tex'
[error]: Unable to sucessfully process tex files.
*** AutoTeX ABORTING ***
[verbose]: AutoTeX returned error: Unable to sucessfully process tex files.
[verbose]: $autotex->process failed $@: $?: 0 $!: Inappropriate ioctl for device
[verbose]: Error running AutoTeX process:
[verbose]: Creating arXiv submission AutoTeX object
[verbose]: Calling arXiv submission AutoTeX process
[verbose]: TeX/AutoTeX.pm: admin_timeout = minion
[verbose]: is of type 'PDF'.
[verbose]: is of type 'PDF'.
[verbose]: is of type 'PDF'.
[verbose]: is of type 'PDF'.
[verbose]: is of type 'PDF'.
[verbose]: is of type 'PDF'.
[verbose]: is of type 'TeX +macros (harv,lanl..)'.
[verbose]: is of type 'PDF'.
[verbose]: is of type 'TeX auxiliary'.
[verbose]: is of type 'PDF'.
[verbose]: is of type 'PDF'.
[verbose]: is of type 'PDF'.
[verbose]: is of type 'PDF'.
[verbose]: is of type 'PDF'.
[verbose]: ~~~~~~~~~~~ Processing file 'arxiv.tex'
[verbose]: 'amslplain' is not a valid TeX format; will ignore.
[verbose]: TEXMFCNF is unset.
[verbose]: ~~~~~~~~~~~ Running htex for the first time ~~~~~~~~
[verbose]: Running: "(export HOME=/tmp PATH=/texlive/2011/bin/arch:/bin; cd /submissions/1532193/ && tex 'arxiv.tex' < /dev/null)" 2>&1
[verbose]: This is TeX, Version 3.1415926 (TeX Live 2011)
(./arxiv.tex
! Undefined control sequence.
l.3 \documentclass
{amsart}
?
! Emergency stop.
l.3 \documentclass
{amsart}
No pages of output.
Transcript written on arxiv.log.
[verbose]: tex 'arxiv.tex' failed.
[verbose]: 'amslplain' is not a valid TeX format; will ignore.
[verbose]: TEXMFCNF is unset.
[verbose]: ~~~~~~~~~~~ Running tex for the first time ~~~~~~~~
[verbose]: Running: "(export HOME=/tmp PATH=/texlive/2011/bin/arch:/bin; cd /submissions/1532193/ && tex 'arxiv.tex' < /dev/null)" 2>&1
[verbose]: This is TeX, Version 3.1415926 (TeX Live 2011)
(./arxiv.tex
! Undefined control sequence.
l.3 \documentclass
{amsart}
?
! Emergency stop.
l.3 \documentclass
{amsart}
No pages of output.
Transcript written on arxiv.log.
[verbose]: tex 'arxiv.tex' failed.
[verbose]: We failed utterly to process the TeX file 'arxiv.tex'
[error]: Unable to sucessfully process tex files.
*** AutoTeX ABORTING ***
[verbose]: AutoTeX returned error: Unable to sucessfully process tex files.
[verbose]: $autotex->process failed $@: $?: 0 $!: Inappropriate ioctl for device
[verbose]: Error running AutoTeX process:
arxivは数学や物理学のプレプリントサーバーでcornell大学が運営しています。そこにtexの原稿をuploadするのです。サーバー上ではLinuxのpdflatexが動いています。amslatexはAMS(アメリカ数学会)のマクロパッケージをくわえたlatexです。arxivのマニュアルによるとamslatexを使うときは %&amslplainを一行目に加えろと書いてありますので加えましたが、どうもそれが利いていないようです。ソースファイルの最初の部分をのせます。
%&amslplain
\documentclass{amsart}
\usepackage{graphicx,color}
\usepackage{mathrsfs}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{pro}[theorem]{Proposition}
\newtheorem{cor}[theorem]{Corollary}
\newtheorem{lemma}[theorem]{Lemma}
\theoremstyle{definition}
\newtheorem{definition}[theorem]{Definition}
\newtheorem{example}[theorem]{Example}
\newtheorem{xca}[theorem]{Exercise}
\theoremstyle{remark}
\newtheorem{remark}[theorem]{Remark}
\numberwithin{equation}{section}
Common Mistakes that cause Automated Processing to Fail
https://arxiv.org/help/faq/mistakes
にある記述を読むと,
> please add the appropriate line to the top of the source, e.g.:
> %&amslplain
> for AMS-LaTeX (based on amslatex version 1.1),
と "version 1.1"(古いバージョン)の場合となっていますので,
最近の AMS のクラスで書かれているならば不要なのではないでしょうか.
それにしても tex が走るのはちょっと不可解です.
> 'amslplain' is not a valid TeX format
と出ているので,既にサポートされていない?
https://arxiv.org/help/faq/mistakes
にある記述を読むと,
> please add the appropriate line to the top of the source, e.g.:
> %&amslplain
> for AMS-LaTeX (based on amslatex version 1.1),
と "version 1.1"(古いバージョン)の場合となっていますので,
最近の AMS のクラスで書かれているならば不要なのではないでしょうか.
それにしても tex が走るのはちょっと不可解です.
> 'amslplain' is not a valid TeX format
と出ているので,既にサポートされていない?