101 lines
3.1 KiB
TeX
101 lines
3.1 KiB
TeX
\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{mathrsfs}
|
||
\usepackage{nicematrix}
|
||
% \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}
|
||
\newcommand{\bvec}[1]{\boldsymbol{#1}}
|
||
\newcommand{\brak}[1]{\left\langle {#1} \right\rangle}
|
||
\newcommand{\interior}{^{\circ}}
|
||
\newcommand{\compleset}{^{\mathrm{c}}}
|
||
\newcommand{\closure}[1]{\overline{#1}}
|
||
\newcommand{\ndreal}{\ensuremath{\realnum^n}}
|
||
\newcommand{\boldf}{\ensuremath{\bvec{f}}}
|
||
|
||
\DeclareMathOperator{\sgn}{sgn}
|
||
\DeclareMathOperator{\gra}{grad}
|
||
|
||
\title{{\Huge{\textbf{高等微积分}}}}
|
||
\author{}
|
||
\date{}
|
||
% linespread{1.5}
|
||
|
||
% \includeonly{14多变量函数的微分学.tex}
|
||
% \includeonly{09常微分方程.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}
|
||
\include{11函数列与函数项级数.tex}
|
||
\include{12Fourier分析.tex}
|
||
\include{13多变量函数的连续性.tex}
|
||
\include{14多变量函数的微分学.tex}
|
||
\end{document} |