使用 LyX 时出现 LaTeX 错误:缺少 \begin{document}

使用 LyX 时出现 LaTeX 错误:缺少 \begin{document}

我使用 LyX 作为 LaTeX 编辑器。我的电脑中有一个小文件,在旧版 LyX 中可以正常编译。现在我有一台新电脑,并安装了最新版本的 LyX(Lyx 2.3.4,2020 年 1 月 12 日)。但在编译文件时,它给出了错误:

Latex 错误缺少 \begin{document}

这是我的文件的代码:

\documentclass[french]{article}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{geometry}
\geometry{verbose,tmargin=0cm,bmargin=0cm,lmargin=2cm,rmargin=2cm}
\usepackage{babel}
\makeatletter
\addto\extrasfrench{%
   \providecommand{\og}{\leavevmode\flqq~}%
   \providecommand{\fg}{\ifdim\lastskip>\z@\unskip\fi~\frqq}%
}

\makeatother
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amssymb}
\usepackage{setspace}
\usepackage{esint}
\PassOptionsToPackage{normalem}{ulem}
\usepackage{ulem}
\onehalfspacing
\usepackage[unicode=true,pdfusetitle,
 bookmarks=true,bookmarksnumbered=false,bookmarksopen=false,
 breaklinks=false,pdfborder={0 0 1},backref=false,colorlinks=false]
 {hyperref}

\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands.
\theoremstyle{plain}
\newtheorem{thm}{\protect\theoremname}
\theoremstyle{definition}
\newtheorem{xca}[thm]{\protect\exercisename}

\@ifundefined{date}{}{\date{}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
\usepackage{babel}




  \providecommand{\corollaryname}{Corollary}
  \providecommand{\definitionname}{Definition}
  \providecommand{\lemmaname}{Lemma}
  \providecommand{\propositionname}{Proposition}
  \providecommand{\remarkname}{Remark}
\providecommand{\theoremname}{Theorem}

\pagenumbering{gobble}
\usepackage{multicol}
\reversemarginpar
\usepackage{enumitem}
\renewcommand{\labelenumi}{\arabic{enumi})}
\usepackage{etoolbox}
\AtBeginEnvironment{xca}{\large}

\AtBeginDocument{
  \def\labelitemii{\footnotesize\(\bullet\)}
}

\makeatother

\providecommand{\exercisename}{Exercice}
\providecommand{\theoremname}{Théorème}

\begin{document}
\global\long\def\norm#1{\left|#1\right|}%

\global\long\def\norme#1{\left|#1\right|}%

\global\long\def\sig{\sigma}%

\global\long\def\si{\sigma}%

\global\long\def\eps{\varepsilon}%

\global\long\def\ep{\varepsilon}%

\global\long\def\m{\mathcal{M}}%

\global\long\def\e{\mathcal{E}}%

\global\long\def\la{\lambda}%

\global\long\def\R{\mathbb{R}}%

\global\long\def\C{\mathbb{C}}%

\global\long\def\r{\mathbb{R}}%

\global\long\def\n{\mathbb{N}}%

\global\long\def\N{\mathbb{N}}%

\global\long\def\ph{\varphi}%

\global\long\def\b{\mathcal{B}}%

\global\long\def\normop#1{\left\Vert #1\right\Vert }%

\global\long\def\norop#1{\left\Vert #1\right\Vert _{\mathcal{T}}}%

\global\long\def\growth{\omega_{0}\left(\mathcal{T}\right)}%

\global\long\def\ess{\omega_{ess}\left(\mathcal{T}\right)}%

\global\long\def\nor#1{\left|#1\right|_{\mathcal{T}}}%

\title{\setstretch{0.5}\noindent }
\maketitle
\begin{xca}
\noindent \textbf{(12pts)}\textbf{ Les questions dans cet exercice
sont indépendantes.}\vspace{0.3cm}
\begin{enumerate}
\item Donner une primitive sur l'intervalle $]0,+\infty[$ de la fonction
$f(x)=\ln x$. \vspace{0.3cm}
\item Donner le développement limité \uline{en \mbox{$0$}} à \uline{l'ordre
\mbox{$2$}} de la fonction $f(x)=\ln\left(1+e^{x}\right)$.\vspace{0.3cm}
\item Donner le développement limité \uline{en \mbox{$0$}} à \uline{l'ordre
\mbox{$3$}} de la fonction ${\displaystyle f(x)=\frac{\text{ }e^{x}\sin\left(x^{2}\right)}{e^{x}-1}}$.\vspace{0.3cm}
\item Donner le développement limité \uline{en \mbox{$+\infty$}} à \uline{l'ordre
\mbox{$1$}} de la fonction $f(x)={\displaystyle \frac{x^{2}+1}{x-2}}$.\vspace{0.3cm}
\item Calculer la limite ${\displaystyle \lim_{x\to0}\left(\frac{\ln\left(1+\sin x\right)}{x^{3}}+\frac{x-2}{2x^{2}}\right)}$.\vspace{0.3cm}
\item Calculer la limite ${\displaystyle \lim_{x\to0}\,\frac{x}{5x+e^{x}-\cos x}}$.
\end{enumerate}
\end{xca}

\noindent \vspace{0.3cm}

\begin{xca}
\textbf{(8pts)}\vspace{0.3cm}

\noindent Soit $(u_{n})_{n}$ la suite définie pour tout entier naturel
$n\geq1$ par
\[
u_{n}=\int_{0}^{1}\ln\left(1+x^{n}\right)dx.
\]

\begin{enumerate}
\item Énoncer le Théorème Fondamental de l'Analyse.
\item Calculer $u_{1}$.
\item Montrer que pour tout $x\in]-1,+\infty[$
\[
\ln\left(x+1\right)\leq x.
\]
\item Montrer que pour tout entier naturel $n\geq1$
\[
0\leq u_{n}\leq\frac{1}{n+1},
\]
puis en déduire la limite ${\displaystyle \lim_{n\to+\infty}u_{n}}$. 
\end{enumerate}
\end{xca}

\noindent 
\begin{flushright}
\textbf{Fin de l\textquoteright énoncé.}
\par\end{flushright}
\end{document}

相关内容