用CTEX运行PDFTex,报错了一堆错,
\documentclass {article}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsthm}
\theoremstyle{plain}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{defination}[theorem]{Definition}
\newtheorem{remark}[theorem]{Remark}
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{example}[theorem]{Example}
\newtheorem{assumption}[theorem]{Assumption}
\theoremstyle{definition}
运行第一步就开始报错,如图,看了很多帖子,基本都是让用pdflatex运行,但是期刊要求pdftex能运行才可以。
甚至是爱斯维尔的模板也不能运行,报错也是一样的,从第一documentclass就undefined。
我感觉这些问题应该是出在同一个地方,有没有哪位能解决一下,感谢。