org-mode export latex with frontmatter

根据你的指导调整成如下的代码,可以正常输出,编译成PDF了,谢谢

#+LATEX_CLASS: elegantbook
#+STARTUP: overview
#+LATEX_COMPILER: xelatex
#+LaTeX_HEADER: \usemintedstyle{emacs}
#+OPTIONS: \n:nil
#+OPTIONS: H:5  toc:nil  title:nil
#+begin_export latex
\maketitle
\frontmatter
\tableofcontents
\mainmatter
#+end_export