“开始证明”的问题

“开始证明”的问题

我有这个问题,当我写

\开始{证明}

\end{证明}

PDF 文件中给出的是法语的“Démonstration”,而我希望它给出的是“Proof”!!

这个问题有解决办法吗,谢谢!

这是我的代码:

 \documentclass{these}
    
    
    \usepackage{lmodern}
    \usepackage[all]{xy}
    \usepackage{amsmath}
    \usepackage{amsfonts}
    \usepackage{amssymb}
    \usepackage{enumerate}
    \usepackage{amsthm}
    \usepackage{multirow}
    \usepackage{graphicx}
    \usepackage{epsfig}
    \usepackage{fancybox}
    \usepackage{moreverb}
    \usepackage{textcomp}
    \usepackage{pifont}
    \usepackage{float}
    \usepackage{mdframed}
    
    \usepackage{hyperref}
    \hypersetup{colorlinks=true,linkcolor=red,urlcolor=blue}
    
    \usepackage[utf8]{inputenc} %spécification de l'encodage du fichier .tex, à
                                %changer si c'est du latin1
    \usepackage[english,french]{babel}
    \usepackage[T1]{fontenc}


\newtheorem{definition}{Definition}[section]
\newtheorem{lemma}[definition]{Lemma}
\newtheorem{sublemma}[definition]{Sublemma}
\newtheorem{corollary}[definition]{Corollary}
\newtheorem{proposition}[definition]{Proposition}
\newtheorem{theorem}[definition]{Theorem}
\newtheorem{fact}[definition]{Fact}
\newtheorem{question}[definition]{Question}
\newtheorem{remark}[definition]{Remark}
\newtheorem{example}[definition]{Example}
\newtheorem{assumption}[definition]{Assumption}
\newtheorem{conjecture}[definition]{Conjecture}
\newmdtheoremenv{theo}{Théorème}


\newcommand{\cov}{\mathrm{covol}}
\def \tr{{\mathrm{tr}}}
\def \det{{\mathrm{det}\;}}
\def\co{\colon\tanhinspace}
\def\I{{\mathcal I}}
\def\N{{\mathbb N}}
\def\R{{\mathbb R}}
\def\Z{{\mathbb Z}}
\def\Sph{{\mathbb S}}
\def\Tor{{\mathbb T}}
\def\Disk{{\mathbb D}}
\def\Hess{\mathrm{Hess}}
\def\rad{\mathbf{v}}

\def\H{{\mathbb H}}
\def\RP{{\mathbb R}{\mathrm{P}}}
\def\dS{{\mathrm d}{\mathbb{S}}}
\def\Isom{\mathrm{Isom}}

\def\pr{\mathrm{pr}}

\def\sh{\mathrm{sinh}\,}
\def\ch{\mathrm{cosh}\,}
\newcommand{\arccosh}{\mathop{\mathrm{arccosh}}\nolimits}
\newcommand{\oh}{\overline{h}}

\newcommand{\mf}{\mathfrak}
\newcommand{\mb}{\mathbb}
\newcommand{\ol}{\overline}
\newcommand{\la}{\langle}
\newcommand{\ra}{\rangle}
\newcommand{\hess}{\mathrm{Hess}\;}
\newcommand{\grad}{\mathrm{grad}}
\newcommand{\M}{\mathrm{MA}}
\newcommand{\II}{\textsc{I\hspace{-0.05 cm}I}}
\renewcommand{\d}{\mathrm{d}}
\newcommand{\A}{\mathrm{A}}
\renewcommand{\L}{\mathcal{L}}
\newcommand{\FB}[1]{{\color{red}#1}}
\newcommand{\note}[1]{{\color{blue}{\small #1}}}
\newcommand{\Area}{\mathrm{Area}}

\def\blankpage{%
      \clearpage%
      \thispagestyle{empty}%
      \addtocounter{page}{-1}%
      \null%
      \clearpage}


\newcommand\blfootnote[1]{%
  \begingroup
  \renewcommand\thefootnote{}\footnote{#1}%
  \addtocounter{footnote}{-1}%
  \endgroup
}

\makeatletter
\renewcommand\thesection{\thechapter.\@arabic\c@section}
\makeatother

相关内容