\documentclass[12pt, UTF8, a4paper, fontset=none, openany]{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} \usepackage{emptypage} \usepackage{tikz} \usepackage{wrapfig} \usepackage{multicol} \usepackage{float} \usepackage{extarrows} \usepackage{physics} % \usepackage{mathptmx} \usetikzlibrary{arrows.meta} \geometry{a4paper,scale=0.8} \defaultCJKfontfeatures{Mapping = fullwidth-stop} % \setCJKmainfont{simsun.ttc}[AutoFakeBold, ItalicFont=simkai.ttf] \ctexset{fontset=macnew} % \ctexset{fontset=windows} % On Windows \allowdisplaybreaks[3] \newtheorem{theorem}{定理}[section] \newtheorem{axiom}{公理}[section] \newtheorem{definition}{定义}[section] \newtheorem{lemma}{引理}[section] \newtheorem{corollary}{推论}[section] \newtheorem{example}{例}[section] \newtheorem{proposition}{命题}[section] \newtheorem*{remark}{注} % \renewcommand{\qedsymbol}{} %去掉证明结尾的方框 \newcommand{\eqco}{\text{,}} % Chinese comma in equation \newcommand{\eqper}{\text{。}} % Chinese period in equation \newcommand{\newnoun}[2]{\textbf{#1}(\textit{#2})} \newcommand{\dif}{\mathop{}\!\mathrm{d}} \newcommand{\toinf}{\lim \limits_{n \to \infty}} \newcommand{\setname}[1]{$\{#1\}$} \newcommand{\realnum}{\mathbb{R}} \newcommand{\integer}{\mathbb{Z}} \newcommand{\naturalnum}{\mathbb{N}} \newcommand{\toxzero}{\lim \limits_{x \to x_0}} \newcommand{\tolim}[2]{\lim \limits_{#1 \to #2}} \newcommand{\invertfunc}[1]{#1^{-1}} \newcommand{\deriv}[1]{#1^\prime} \newcommand{\delx}{\Delta x} \newcommand{\dint}{\displaystyle\int} \newcommand{\bderiv}[1]{{#1}^{\prime \prime}} \newcommand{\dsum}{\displaystyle\sum} \DeclareMathOperator{\sgn}{sgn} \title{{\Huge{\textbf{高等微积分}}}} \author{} \date{} % linespread{1.5} % \includeonly{10数项级数.tex} \begin{document} \maketitle \cleardoublepage \pagenumbering{roman} \setcounter{page}{1} \tableofcontents \cleardoublepage \setcounter{page}{1} \pagenumbering{arabic} \include{01实数和数列极限.tex} \include{02函数及其连续性.tex} \include{03函数的导数.tex} \include{04微分与Taylor定理.tex} \include{05插值与逼近初步.tex} \include{06求导的逆运算.tex} \include{07函数的积分.tex} \include{08定积分应用.tex} \include{09常微分方程.tex} \include{10数项级数.tex} \end{document}