未定义的控制序列 \maketitle

未定义的控制序列 \maketitle
%% ----------------------------------------------------------------
%% Thesis.tex -- MAIN FILE (the one that you compile with LaTeX)
%% ---------------------------------------------------------------- 
% Set up the document
\documentclass[a4paper, 11pt, oneside]{Thesis}  % Use the "Thesis" style, based on the ECS Thesis style by Steve Gunn
\graphicspath{Figures/}  % Location of the graphics files (set up for graphics to be in PDF format)
\usepackage{graphicx}
\usepackage{listings}
% Include any extra LaTeX packages required
\usepackage[square, numbers, comma, sort&compress]{natbib}  % Use the "Natbib" style for the references in the Bibliography
\usepackage{verbatim}  % Needed for the "comment" environment to make LaTeX comments
\usepackage{fancyhdr}
\usepackage{vector}  % Allows "\bvec{}" and "\buvec{}" for "blackboard" style bold vectors in maths
\hypersetup{urlcolor=blue, colorlinks=true}  % Colours hyperlinks in blue, but this can be distracting if there are many links.
\usepackage{fancyhdr}
\pagestyle{fancy}
\pagestyle{headings}
%% ----------------------------------------------------------------
\begin{document}
\frontmatter      % Begin Roman style (i, ii, iii, iv...) page numbering
% Set up the Title Page
\title  {SEMINAR NAME }
\authors  {\texorpdfstring
            {\href{[email protected]}{STUDENT NAME}}
            {STUDENT NAME}
            }
\addresses  {\ BACHELOR OF ENGINNERING\\\COMPUTER ENGINEERING \\\SAVITRIBAI PHULE PUNE UNIVERSITY}  % Do not change this here, instead these must be set in the "Thesis.cls" file, please look through it instead
\date       {APRIL-MAY 2015}
\subject    {}
\keywords   {}

\maketitle
\clearpage
%% ----------------------------------------------------------------

这似乎在第 32 行产生了一个错误

\maketitle 

Undefined control sequence. \maketitle

有什么线索吗?它确实生成了 PDF。似乎如此。但会出现这些错误。适用于 ShareLatex。不适用于 TexMaker、Miktex 2.9

相关内容