Files
MathematicalAnalysis/高等微积分.tex
2022-09-15 23:58:01 +08:00

50 lines
1.3 KiB
TeX
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
\documentclass[12pt, UTF8, a4paper, fontset=none, oneside]{ctexbook}
\usepackage{geometry}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amssymb}
\usepackage{bm}
\usepackage{graphicx}
\usepackage[colorlinks, linkcolor=black, anchorcolor=green, citecolor=blue]{hyperref}
\usepackage{mathrsfs}
\usepackage[inline]{enumitem}
\geometry{a4paper,scale=0.8}
\defaultCJKfontfeatures{Mapping = fullwidth-stop}
\ctexset{fontset=macnew}
% \ctexset{fontset=windows} % On Windows
\newtheorem{theorem}{定理}[section]
\newtheorem{axiom}{公理}[section]
\newtheorem{definition}{定义}[section]
\newtheorem{lemma}{引理}[theorem]
\newtheorem{corollary}{推论}[theorem]
\newtheorem{example}{}[section]
\newtheorem{proposition}{命题}[theorem]
\newtheorem*{remark}{Remark}
% \renewcommand{\qedsymbol}{} %去掉证明结尾的方框
\newcommand{\eqco}{\text{}} % Chinese comma in equation
\newcommand{\eqper}{\text{}} % Chinese period in equation
\newcommand{\newnoun}[2]{
\textbf{#1}\textit{#2}
}
\title{{\Huge{\textbf{高等微积分}}}}
\author{}
\date{}
% linespread{1.5}
\begin{document}
\maketitle
\newpage
\pagenumbering{roman}
\setcounter{page}{1}
\tableofcontents
\newpage
\setcounter{page}{1}
\pagenumbering{arabic}
\include{01实数和数列极限.tex}
\end{document}