diff --git a/WFFC.tex b/WFFC.tex new file mode 100644 index 0000000..94113ae --- /dev/null +++ b/WFFC.tex @@ -0,0 +1,263 @@ +%模板 +\documentclass[12pt,a4paper]{book} + +\usepackage{ctex} +\usepackage{graphicx}%插入图片的宏包 +\usepackage{makeidx} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb}%数学符号宏包 +\usepackage{textcomp}%树叶图案在这个包里 +\usepackage{bbding}%很多漂亮的图案 +\usepackage[dvipsnames, svgnames, x11names]{xcolor}%导入了所有颜色配置文件的宏包 +\usepackage{enumerate}%使用改宏包优化罗列环境 +\usepackage{CJKfntef} +\usepackage{ulem}%下划线宏包用法和样式如下: +%\uuline{双下划线} +%\uwave{波浪线} +%\sout{中间删除线} +%\xout{斜删除线} +%\dashuline{虚线} +%\dotuline{加点} +\usepackage{geometry}%页边距调整 +\geometry{left=1.5cm,right=1.5cm,bottom=1.8cm,top=1.8cm} +\usepackage{titletoc}%目录页的宏包 +\usepackage{titlesec}%改变章节或标题的样式的宏包 +\usepackage[bookmarks=true,colorlinks,linkcolor=black]{hyperref} + +%各类设置 +%章节或标题的样式 +\titleformat{\section}%设置section的样式 +{\raggedright\Large\bfseries}{\includegraphics[width=0.03\textwidth]{sigma.eps}\thesection\hspace*{0.6cm}}{0pt}{} +\titlespacing*{\subsection}{3em}{3em}{2em}[1em] +\titleformat{\subsection}%设置section的样式 +{\raggedright\large\bfseries}{\hspace*{1cm}\thesubsection\hspace*{0.6cm}}{0pt}{} +\titlespacing*{\subsection}{3em}{2em}{2em}[1em] +%格式如下:\titlespacing*{章节名称}{左间距}{(前)行间距}{(后)行间距}[右间距(一般都没用,填0.1em即可,但不能不填)] +\titlespacing*{\subsubsection}{2em}{1em}{1em}[1em] + +%制作索引 +\makeindex + +%公式编号设置 +\numberwithin{equation}{section} + +%字体设置 +\setCJKmainfont[BoldFont=STZHONGS.ttf]{STZHONGS.ttf}%需要查看电脑字体查找对应字体的文件英文文件名 +\setCJKfamilyfont{song}{STZHONGS.ttf} +\setCJKfamilyfont{kai}{simkai.ttf}%都是用来定义字体的(此处使用电脑自带楷书) + +%定义区域 +\definecolor{zs}{HTML}{2a7ae2}%定义某个颜色,对应颜色代号查表 +\definecolor{dy}{HTML}{FF359A} +\definecolor{dl}{HTML}{4B0091} +\definecolor{ff}{HTML}{007500} +\definecolor{bt}{HTML}{5B00AE} + + %定义环境 +\newtheorem{method}{\hspace*{0.3cm}\color{ff}\textleaf 方法}[section] +\newtheorem{defination}{\hspace*{0.3cm}\color{dy}\FiveFlowerOpen \hspace*{0.2cm}定义}[section] +\newtheorem{feature}{\color{1a9850}$ \square $性质}[section] +\newtheorem{inference}{\color{00ba38}$ \square $推论}[section] +\newtheorem{theorem}{\hspace*{0.3cm}\color{dl} $ \square $定理}[section] +\newtheorem{example}{\color{53a9ab}$ \square $例}[section] +\newtheorem{proof}{证明}[chapter] + +%文章标题 + \title{微分方程总结}\author{易鹏} + +%调整间距(倍数) +\linespread{1.5} + +%标题及目录 +\begin{document} +\maketitle %显示标题 +\newpage +\pagenumbering{Roman} +\setcounter{page}{0}%强行设置起始页码 +\tableofcontents +\thispagestyle{empty} + + +%正文部分 +\newpage +\pagenumbering{arabic} +\setcounter{page}{1} +\chapter{微分方程} +\section{微分方程的基本概念} +\vspace*{0.3cm} + +\begin{defination} + \hspace*{0.3cm}一般地,凡表示未知函数、未知函数的导数与自变量之间的关系的方程,叫做\uuline{微分方程}\index{微分方程!微分方程},有时也简称\uuline{方程}. +\end{defination} + +\begin{defination} + \hspace*{0.3cm}微分方程中所出现的未知函数的最高阶导数的阶数,叫做\uuline{微分方程的阶}\index{微分方程!微分方程的阶}.例如三阶微分方程$x^3y'''+x^2y''-4xy'=3x^2+\sin{2x}$.一般地,$n$阶微分方程的形式是 + \begin{equation} + F(x,y,y',\cdots ,y^{(n)})=0\label{n阶微分方程} + \end{equation} + 其中$y^{(n)}$是必须有的,而其余项$x,y,y',\cdots ,y^{(n-1)}$可有可无. +\end{defination} + +\begin{defination} + \hspace*{0.3cm}找出这样的函数,把这个函数代入微分方程\eqref{n阶微分方程}能使该方程成为恒等式.这个函数就叫做该\uuline{微分方程的解}\index{微分方程!微分方程的解}.设函数$y=\varphi(x)$在区间$I$上有$n$阶连续导数,如果在区间$I$上, + $$F\left[x,\varphi(x),\varphi'(x),\cdots ,\varphi^{(n)}(x)\right]\equiv 0$$ + 那么函数就叫做微分方程\eqref{n阶微分方程}在区间$I$上的解. +\end{defination} + +\begin{defination} + \hspace*{0.3cm}如果微分方程的解中含有任意常数,且任意常数的个数与微分方程的阶数相同\footnote{这里所说的任意常数是相互独立的, 就是说,它们不能合并而使得任意常数的个数减少(参见本章第六节关于函数组的线性相关性)},这样的解叫做\uuline{微分方程的通解}\index{微分方程!微分方程的通解}. +\end{defination} + +\hspace*{0.6cm}通解中含有任意常数,所以它还不能完全确定地反映某一客观事物的规律性.所以为了完全确定地反映客观事物的规律性,必须确定这些常数的值.为此要根据问题的实际情况,提出确定这些常数的条件.例如设一阶微分方程中的未知函数为$y=\varphi (x)$,通常给出的条件为$x=x_0,y=y_0$,也记为${y|}_{x=x_0}=y_0$. + +\begin{defination} + \hspace*{0.3cm}上述给出的条件就称为\uuline{初值条件}\index{微分方程!初值条件}.确定了通解中的任意常数以后,得到的解就叫做\uuline{微分方程的特解}\index{微分方程!微分方程的特解}.求微分方程$y'=f(x ,y)$满足初值条件${y|}_{x=x_0}=y_0$的特解这样一个问题,叫做一阶微分方程的\uuline{初值问题}\index{微分方程!初值问题},记作 + \begin{equation} + \left\lbrace + \begin{array}{l} + y' = f(x,y) \\ + y\left | {_{x = {x_0}} = {y_0}} \right. + \end{array} + \right. + \label{初值问题1} + \end{equation} +\end{defination} + +\begin{defination} + 微分方程的解的图形是一条曲线,叫做微分方程的\uuline{积分曲线}\index{微分方程!积分曲线}.初值问题\eqref{初值问题1}的几何意义,就是求微分方程\eqref{初值问题1}的通过点$(x_0,y_0)$的那条积分曲线,二阶微分方程的初值问题 + \begin{equation} + \left\lbrace + \begin{array}{l} + y''= f(x,y,y') \\ + y\left | {_{x = {x_0}} = {y_0}} \right. \\ + y'\left | {_{x = {x_0}} = {y_0'}} \right. + \end{array} + \right. + \label{初值问题2} + \end{equation} + 的几何意义是求微分方程\eqref{初值问题2}的通过点$(x_0,y_0)$的且在该点处的切线斜率为$y_0'$的那条积分曲线. +\end{defination} + +\section{各种微分方程的求解} +\subsection{可分离变量的微分方程} + +\begin{defination} + \hspace*{0.3cm}一般地,如果一个微分方程能写成 + \begin{equation} + g(y)\,\mathrm{d}y=f(x)\,\mathrm{d}x + \label{可分离变量的微分方程} + \end{equation} + 的形式,就是说,能把微分方程写成一端只含$y$的函数和$\mathrm{d}y$,另一端写成只含$x$的函数和$\mathrm{d}x$的形式,那么原方程就称为\uuline{可分离变量的微分方程}\index{微分方程!可分离变量的微分方程}. +\end{defination} + +\begin{method} + \hspace*{0.3cm}方程\eqref{可分离变量的微分方程}的解法,只需要两边同时积分即可,即 + \begin{equation} + \int g(y)\,\mathrm{d}y=\int f(x)\,\mathrm{d}x + \label{可分离变量的微分方程2} + \end{equation} + 设$G(y)$和$F(x)$分别为$g(y)$和$f(x)$的原函数,那么 + \begin{equation} + G(y)=F(x)+C + \label{可分离变量的微分方程3} + \end{equation} +\end{method} + +\begin{defination} + \hspace*{0.3cm}如果方程\eqref{可分离变量的微分方程3}表示的是隐函数$y=\varphi (x)$,那么式\eqref{可分离变量的微分方程3}是微分方程\eqref{可分离变量的微分方程}的\uuline{隐式解}\index{微分方程!隐式解}.又由于关系式\eqref{可分离变量的微分方程3}中含有任意常数,因此式\eqref{可分离变量的微分方程3}微分方程\eqref{可分离变量的微分方程}的通解,也叫做\uuline{隐式通解}\index{微分方程!隐式通解}. +\end{defination} +\vspace{0.3cm} + +\subsection{齐次方程} + +\begin{defination} + \hspace*{0.3cm}如果一阶微分方程可以化成 + + \begin{equation} + \frac{\mathrm{d}y}{\mathrm{d}x}=\varphi (\frac{y}{x}) + \label{齐次方程1} + \end{equation} + + 的形式,那么这个微分方程就叫做\uuline{齐次方程}\index{微分方程!齐次方程}. +\end{defination} + +\begin{method} + \hspace*{0.3cm}求解齐次微分方程\eqref{齐次方程1}的方法如下:\\ + 第一步:换元 + $$u=\frac{y}{x}$$ + 其中$u$是关于$x$的一个新函数,所以 + $$y=ux,\frac{\mathrm{d}y}{\mathrm{d}x}=u+\frac{\mathrm{d}u}{\mathrm{d}x}x$$ + 第二步:代入式\eqref{齐次方程1},得 + $$u+\frac{\mathrm{d}u}{\mathrm{d}x}x=\varphi (u)$$ + 第三步:分离变量,得到 + $$\frac{1}{\varphi (u)-u}\,\mathrm{d}u=\frac{1}{x}\,\mathrm{d}x$$ + 第四步:两边同时积分,得到 + $$\int \frac{1}{\varphi (u)-u}\,\mathrm{d}u=\ln|x|\,$$ + 即 + $$x=\mathrm{e}^{\int \frac{1}{\varphi (u)-u}\,\mathrm{d}u}$$ +\end{method} + +\begin{theorem} + \hspace{0.3cm}齐次方程\eqref{齐次方程1}的通解为 + \begin{equation} + x=\mathrm{e}^{\int \frac{1}{\varphi (u)-u}\,\mathrm{d}u} + \label{齐次方程的通解} + \end{equation} + +\end{theorem} + + +\subsection{可化为齐次的方程} +\begin{method} + \hspace{0.3cm}方程 + \begin{equation} + \frac{\mathrm{d}y}{\mathrm{d}x}=\frac{a_1x+b_1y+c_1}{a_2x+b_2y+c_2} + \label{非齐次方程} + \end{equation} + 当$c_1=c_2=0$时方程\eqref{非齐次方程}是齐次的,否则不是齐次的.在非齐次的情形,可以用变换法和待定系数法使得其变为齐次方程.令 + $$x=X+h,y=Y+k,$$ + 于是, + $$\mathrm{d}x=\mathrm{d}X,\mathrm{d}y=\mathrm{d}Y,$$ + 带入方程\eqref{非齐次方程}得到 + $$\frac{\mathrm{d}Y}{\mathrm{d}X}=\frac{a_1X+b_1Y+a_1h+b_1k+c_1}{a_2X+b_2Y+a_2h+b_2k+c_2}.$$ + 那么要使方程\eqref{非齐次方程}是齐次方程,那么需要满足方程组 + $$\left\lbrace + \begin{array}{l} + a_1h+b_1k+c_1=0 \\ + a_2h+b_2k+c_2=0 + \end{array} + \right.$$ + 如果上述方程组的系数行列式 + $\left| \begin{array}{cc} + a_1 & b_1 \\ + a_2 & b_2 + \end{array} \right| \ne 0$ + ,即$\displaystyle\frac{a_2}{a_1}\ne \frac{b_1}{b_2} $,那么这个方程组存在唯一的$h$和$k$使得上述方程组成立.那么,方程\eqref{非齐次方程}便化为齐次方程 + $$\frac{\mathrm{d}Y}{\mathrm{d}X}=\frac{a_1X+b_1Y}{a_2X+b_2Y}.$$ + 求出这个齐次方程的解以后在通解中要记得将元换回来,即代入$X=x-h,Y=y-k$.\vspace*{0.2cm}\\ + + \hspace*{0.5cm}特别地,当$\displaystyle\frac{a_2}{a_1}= \frac{b_1}{b_2}$时,无法求出$h$和$k$.这时令$\displaystyle\frac{a_2}{a_1}= \frac{b_1}{b_2}=\lambda $,那么方程\eqref{非齐次方程}可以写为 + $$\frac{\mathrm{d}y}{\mathrm{d}x}=\frac{a_1x+b_1y+c_1}{\lambda (a_1x+b_1y)+c_2}$$ + 引入新变量$v=a_1x+b_1y$,那么 + $$\frac{\mathrm{d}v}{\mathrm{d}x}=a_1+b_1 \, \frac{\mathrm{d}y}{\mathrm{d}x} \qquad \frac{\mathrm{d}y}{\mathrm{d}x}=\frac{1}{b_1}\left(\frac{\mathrm{d}v}{\mathrm{d}x}-a_1 \right) $$ + 代入方程\eqref{非齐次方程}得到 + $$\frac{1}{b_1}\left(\frac{\mathrm{d}v}{\mathrm{d}x}-a_1 \right)=\frac{v+c_1}{\lambda v+c_2}$$ + 这就变成了一个可以分离变量的方程,很容易就可以求解. +\end{method} + +\subsection{一阶线性微分方程} + + + + +%打印索引————————————— +\newpage +\addcontentsline{toc}{chapter}{附录} +\addcontentsline{toc}{section}{索引} +\appendix +\kaishu +\printindex +%——————————————— + +\end{document} \ No newline at end of file diff --git a/calculus.aux b/calculus.aux new file mode 100644 index 0000000..890d9d0 --- /dev/null +++ b/calculus.aux @@ -0,0 +1,49 @@ +\relax +\providecommand\hyper@newdestlabel[2]{} +\bbl@cs{beforestart} +\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument} +\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined +\global\let\oldcontentsline\contentsline +\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}} +\global\let\oldnewlabel\newlabel +\gdef\newlabel#1#2{\newlabelxx{#1}#2} +\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}} +\AtEndDocument{\ifx\hyper@anchor\@undefined +\let\contentsline\oldcontentsline +\let\newlabel\oldnewlabel +\fi} +\fi} +\global\let\hyper@last\relax +\gdef\HyperFirstAtBeginDocument#1{#1} +\providecommand*\HyPL@Entry[1]{} +\HyPL@Entry{0<>} +\babel@aux{nil}{} +\HyPL@Entry{2<>} +\@writefile{toc}{\contentsline {section}{\numberline {1}常用三角函数公式}{1}{section.1}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {1.1}积化和差公式}{1}{subsection.1.1}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {1.2}和差化积公式}{1}{subsection.1.2}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {1.3}归一化公式}{1}{subsection.1.3}\protected@file@percent } +\newlabel{gyhgs}{{1.3.1}{1}{归一化公式}{equation.1.3.1}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {1.4}倍(半)角公式 \hskip 1em\relax 降(升)幂公式}{1}{subsection.1.4}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {1.5}万能公式}{2}{subsection.1.5}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2}常用的佩亚诺型余项泰勒公式}{2}{section.2}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3}基本求导公式}{2}{section.3}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {4}函数图形描述中涉及到的重要公式}{3}{section.4}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {4.1}常用曲率计算公式}{3}{subsection.4.1}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {4.2}曲线的渐近线}{3}{subsection.4.2}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {5}基本积分公式}{3}{section.5}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {6}基本积分方法}{4}{section.6}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {6.1}第一类换元法}{5}{subsection.6.1}\protected@file@percent } +\@writefile{toc}{\contentsline {subsubsection}{\numberline {6.1.1}三角函数之积的积分}{5}{subsubsection.6.1.1}\protected@file@percent } +\@writefile{toc}{\contentsline {subsubsection}{\numberline {6.1.2}常见的凑微分类型}{5}{subsubsection.6.1.2}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {6.2}有理函数的积分}{5}{subsection.6.2}\protected@file@percent } +\@writefile{toc}{\contentsline {subsubsection}{\numberline {6.2.1}部分分式}{5}{subsubsection.6.2.1}\protected@file@percent } +\@writefile{toc}{\contentsline {subsubsection}{\numberline {6.2.2}三角函数的特殊定积分}{6}{subsubsection.6.2.2}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {7}多元函数微分}{6}{section.7}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {7.1}偏导数}{6}{subsection.7.1}\protected@file@percent } +\@writefile{toc}{\contentsline {subsubsection}{\numberline {7.1.1}偏导数记法}{6}{subsubsection.7.1.1}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {7.2}全微分}{6}{subsection.7.2}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {8}微分方程(该部分将会采用详细的讲义样式)}{6}{section.8}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {8.1}微分方程的基本概念}{6}{subsection.8.1}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {9}可分离变量的微分方程}{7}{section.9}\protected@file@percent } +\ttl@finishall diff --git a/calculus.idx b/calculus.idx new file mode 100644 index 0000000..e69de29 diff --git a/calculus.ilg b/calculus.ilg new file mode 100644 index 0000000..6f00cf8 --- /dev/null +++ b/calculus.ilg @@ -0,0 +1,12 @@ +This is makeindex, version 2.15 [TeX Live 2020/W32TeX] (kpathsea + Thai support). +Scanning style file c:/texlive/2020/texmf-dist/makeindex/nomencl/nomencl.ist........ +** Input style error (file = c:/texlive/2020/texmf-dist/makeindex/nomencl/nomencl.ist, line = 36): + -- Unknown specifier lethead_prefix. +** Input style error (file = c:/texlive/2020/texmf-dist/makeindex/nomencl/nomencl.ist, line = 37): + -- Unknown specifier lethead_suffix. +** Input style error (file = c:/texlive/2020/texmf-dist/makeindex/nomencl/nomencl.ist, line = 38): + -- Unknown specifier lethead_flag. +....done (12 attributes redefined, 3 ignored). +Scanning input file calculus.nlo...done (0 entries accepted, 0 rejected). +Nothing written in calculus.nls. +Transcript written in calculus.ilg. diff --git a/calculus.log b/calculus.log new file mode 100644 index 0000000..1b5b2b5 --- /dev/null +++ b/calculus.log @@ -0,0 +1,1411 @@ +This is XeTeX, Version 3.14159265-2.6-0.999992 (TeX Live 2020/W32TeX) (preloaded format=xelatex 2020.4.10) 16 JUN 2020 23:11 +entering extended mode + restricted \write18 enabled. + %&-line parsing enabled. +**calculus +(./calculus.tex +LaTeX2e <2020-02-02> patch level 5 +L3 programming layer <2020-03-06> (c:/texlive/2020/texmf-dist/tex/latex/base/article.cls +Document Class: article 2019/12/20 v1.4l Standard LaTeX document class +(c:/texlive/2020/texmf-dist/tex/latex/base/size10.clo +File: size10.clo 2019/12/20 v1.4l Standard LaTeX file (size option) +) +\c@part=\count163 +\c@section=\count164 +\c@subsection=\count165 +\c@subsubsection=\count166 +\c@paragraph=\count167 +\c@subparagraph=\count168 +\c@figure=\count169 +\c@table=\count170 +\abovecaptionskip=\skip47 +\belowcaptionskip=\skip48 +\bibindent=\dimen134 +) (./shevonNotebook.sty +Package: shevonNotebook + (c:/texlive/2020/texmf-dist/tex/generic/babel/babel.sty +Package: babel 2020/03/22 3.42 The Babel package + (c:/texlive/2020/texmf-dist/tex/generic/babel/switch.def +File: switch.def 2020/03/22 3.42 Babel switching mechanism +) +Package babel Info: You haven't specified a language. I'll use 'nil' +(babel) as the main language. Reported on input line 573. + (c:/texlive/2020/texmf-dist/tex/generic/babel/nil.ldf +Language: nil 2020/03/22 3.42 Nil language + (c:/texlive/2020/texmf-dist/tex/generic/babel/babel.def +File: babel.def 2020/03/22 3.42 Babel common definitions +\babel@savecnt=\count171 +\U@D=\dimen135 + (c:/texlive/2020/texmf-dist/tex/generic/babel/xebabel.def (c:/texlive/2020/texmf-dist/tex/generic/babel/txtbabel.def)) +\bbl@readstream=\read2 +\bbl@dirlevel=\count172 +) +\l@nil=\language86 +)) (c:/texlive/2020/texmf-dist/tex/latex/ctex/ctex.sty (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3.sty +Package: expl3 2020-03-06 L3 programming layer (loader) + (c:/texlive/2020/texmf-dist/tex/latex/l3backend/l3backend-xdvipdfmx.def +File: l3backend-xdvipdfmx.def 2020-03-12 L3 backend support: xdvipdfmx +\g__graphics_track_int=\count173 +\l__pdf_internal_box=\box45 +\g__pdf_backend_object_int=\count174 +\g__pdf_backend_annotation_int=\count175 +)) +Package: ctex 2019/05/29 v2.4.16 Chinese adapter in LaTeX (CTEX) + (c:/texlive/2020/texmf-dist/tex/latex/l3packages/xparse/xparse.sty +Package: xparse 2020-03-06 L3 Experimental document command parser +\l__xparse_current_arg_int=\count176 +\g__xparse_grabber_int=\count177 +\l__xparse_m_args_int=\count178 +\l__xparse_v_nesting_int=\count179 +) (c:/texlive/2020/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty +Package: l3keys2e 2020-03-06 LaTeX2e option processing using LaTeX3 keys +) (c:/texlive/2020/texmf-dist/tex/latex/ctex/ctexhook.sty +Package: ctexhook 2019/05/29 v2.4.16 Document and package hooks (CTEX) +) (c:/texlive/2020/texmf-dist/tex/latex/ctex/ctexpatch.sty +Package: ctexpatch 2019/05/29 v2.4.16 Patching commands (CTEX) +) (c:/texlive/2020/texmf-dist/tex/latex/base/fix-cm.sty +Package: fix-cm 2015/01/14 v1.1t fixes to LaTeX + (c:/texlive/2020/texmf-dist/tex/latex/base/ts1enc.def +File: ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file +LaTeX Font Info: Redeclaring font encoding TS1 on input line 47. +)) (c:/texlive/2020/texmf-dist/tex/latex/ms/everysel.sty +Package: everysel 2011/10/28 v1.2 EverySelectfont Package (MS) +) +\l__ctex_tmp_int=\count180 +\l__ctex_tmp_box=\box46 +\l__ctex_tmp_dim=\dimen136 +\g__ctex_section_depth_int=\count181 +\g__ctex_font_size_int=\count182 + (c:/texlive/2020/texmf-dist/tex/latex/ctex/config/ctexopts.cfg +File: ctexopts.cfg 2019/05/29 v2.4.16 Option configuration file (CTEX) +) (c:/texlive/2020/texmf-dist/tex/latex/ctex/engine/ctex-engine-xetex.def +File: ctex-engine-xetex.def 2019/05/29 v2.4.16 XeLaTeX adapter (CTEX) + (c:/texlive/2020/texmf-dist/tex/xelatex/xecjk/xeCJK.sty +Package: xeCJK 2020/02/18 v3.8.2 Typesetting CJK scripts with XeLaTeX + (c:/texlive/2020/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.sty +Package: xtemplate 2020-03-06 L3 Experimental prototype document functions +\l__xtemplate_tmp_dim=\dimen137 +\l__xtemplate_tmp_int=\count183 +\l__xtemplate_tmp_muskip=\muskip16 +\l__xtemplate_tmp_skip=\skip49 +) +\l__xeCJK_tmp_int=\count184 +\l__xeCJK_tmp_box=\box47 +\l__xeCJK_tmp_dim=\dimen138 +\l__xeCJK_tmp_skip=\skip50 +\g__xeCJK_space_factor_int=\count185 +\l__xeCJK_begin_int=\count186 +\l__xeCJK_end_int=\count187 +\c__xeCJK_CJK_class_int=\XeTeXcharclass1 +\c__xeCJK_FullLeft_class_int=\XeTeXcharclass2 +\c__xeCJK_FullRight_class_int=\XeTeXcharclass3 +\c__xeCJK_HalfLeft_class_int=\XeTeXcharclass4 +\c__xeCJK_HalfRight_class_int=\XeTeXcharclass5 +\c__xeCJK_NormalSpace_class_int=\XeTeXcharclass6 +\c__xeCJK_CM_class_int=\XeTeXcharclass7 +\c__xeCJK_HangulJamo_class_int=\XeTeXcharclass8 +\l__xeCJK_last_skip=\skip51 +\g__xeCJK_node_int=\count188 +\c__xeCJK_CJK_node_dim=\dimen139 +\c__xeCJK_CJK-space_node_dim=\dimen140 +\c__xeCJK_default_node_dim=\dimen141 +\c__xeCJK_default-space_node_dim=\dimen142 +\c__xeCJK_CJK-widow_node_dim=\dimen143 +\c__xeCJK_normalspace_node_dim=\dimen144 +\l__xeCJK_ccglue_skip=\skip52 +\l__xeCJK_ecglue_skip=\skip53 +\l__xeCJK_punct_kern_skip=\skip54 +\l__xeCJK_last_penalty_int=\count189 +\l__xeCJK_last_bound_dim=\dimen145 +\l__xeCJK_last_kern_dim=\dimen146 +\l__xeCJK_widow_penalty_int=\count190 + +Package xtemplate Info: Declaring object type 'xeCJK/punctuation' taking 0 +(xtemplate) argument(s) on line 2302. + +\l__xeCJK_fixed_punct_width_dim=\dimen147 +\l__xeCJK_mixed_punct_width_dim=\dimen148 +\l__xeCJK_middle_punct_width_dim=\dimen149 +\l__xeCJK_fixed_margin_width_dim=\dimen150 +\l__xeCJK_mixed_margin_width_dim=\dimen151 +\l__xeCJK_middle_margin_width_dim=\dimen152 +\l__xeCJK_bound_punct_width_dim=\dimen153 +\l__xeCJK_bound_margin_width_dim=\dimen154 +\l__xeCJK_margin_minimum_dim=\dimen155 +\l__xeCJK_kerning_total_width_dim=\dimen156 +\l__xeCJK_same_align_margin_dim=\dimen157 +\l__xeCJK_different_align_margin_dim=\dimen158 +\l__xeCJK_kerning_margin_width_dim=\dimen159 +\l__xeCJK_kerning_margin_minimum_dim=\dimen160 +\l__xeCJK_bound_dim=\dimen161 +\l__xeCJK_reverse_bound_dim=\dimen162 +\l__xeCJK_margin_dim=\dimen163 +\l__xeCJK_minimum_bound_dim=\dimen164 +\l__xeCJK_kerning_margin_dim=\dimen165 +\g__xeCJK_family_int=\count191 +\l__xeCJK_fam_int=\count192 +\g__xeCJK_fam_allocation_int=\count193 +\l__xeCJK_verb_case_int=\count194 +\l__xeCJK_verb_exspace_skip=\skip55 + (c:/texlive/2020/texmf-dist/tex/latex/fontspec/fontspec.sty +Package: fontspec 2020/02/21 v2.7i Font selection for XeLaTeX and LuaLaTeX + (c:/texlive/2020/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty +Package: fontspec-xetex 2020/02/21 v2.7i Font selection for XeLaTeX and LuaLaTeX +\l__fontspec_script_int=\count195 +\l__fontspec_language_int=\count196 +\l__fontspec_strnum_int=\count197 +\l__fontspec_tmp_int=\count198 +\l__fontspec_tmpa_int=\count199 +\l__fontspec_tmpb_int=\count266 +\l__fontspec_tmpc_int=\count267 +\l__fontspec_em_int=\count268 +\l__fontspec_emdef_int=\count269 +\l__fontspec_strong_int=\count270 +\l__fontspec_strongdef_int=\count271 +\l__fontspec_tmpa_dim=\dimen166 +\l__fontspec_tmpb_dim=\dimen167 +\l__fontspec_tmpc_dim=\dimen168 + (c:/texlive/2020/texmf-dist/tex/latex/base/fontenc.sty +Package: fontenc 2020/02/11 v2.0o Standard LaTeX package +) (c:/texlive/2020/texmf-dist/tex/latex/fontspec/fontspec.cfg))) (c:/texlive/2020/texmf-dist/tex/xelatex/xecjk/xeCJK.cfg +File: xeCJK.cfg 2020/02/18 v3.8.2 Configuration file for xeCJK package +)) (c:/texlive/2020/texmf-dist/tex/xelatex/xecjk/xeCJKfntef.sty +Package: xeCJKfntef 2020/02/18 v3.8.2 xeCJK font effect + (c:/texlive/2020/texmf-dist/tex/generic/ulem/ulem.sty +\UL@box=\box48 +\UL@hyphenbox=\box49 +\UL@skip=\skip56 +\UL@hook=\toks15 +\UL@height=\dimen169 +\UL@pe=\count272 +\UL@pixel=\dimen170 +\ULC@box=\box50 +Package: ulem 2019/11/18 +\ULdepth=\dimen171 +) +\l__xeCJK_space_skip=\skip57 +\c__xeCJK_ulem-begin_node_dim=\dimen172 +\c__xeCJK_null_box=\box51 +\l__xeCJK_fntef_box=\box52 +\l__xeCJK_under_symbol_box=\box53 +\c__xeCJK_filll_skip=\skip58 +) +\ccwd=\dimen173 +\l__ctex_ccglue_skip=\skip59 +) +\l__ctex_ziju_dim=\dimen174 + (c:/texlive/2020/texmf-dist/tex/latex/zhnumber/zhnumber.sty +Package: zhnumber 2019/04/07 v2.7 Typesetting numbers with Chinese glyphs +\l__zhnum_scale_int=\count273 + (c:/texlive/2020/texmf-dist/tex/latex/zhnumber/zhnumber-utf8.cfg +File: zhnumber-utf8.cfg 2019/04/07 v2.7 Chinese numerals with UTF8 encoding +)) (c:/texlive/2020/texmf-dist/tex/latex/ctex/scheme/ctex-scheme-chinese.def +File: ctex-scheme-chinese.def 2019/05/29 v2.4.16 Chinese scheme for generic (CTEX) + (c:/texlive/2020/texmf-dist/tex/latex/ctex/config/ctex-name-utf8.cfg +File: ctex-name-utf8.cfg 2019/05/29 v2.4.16 Caption with encoding UTF8 (CTEX) +)) (c:/texlive/2020/texmf-dist/tex/latex/tools/indentfirst.sty +Package: indentfirst 1995/11/23 v1.03 Indent first paragraph (DPC) +) (c:/texlive/2020/texmf-dist/tex/latex/ctex/fontset/ctex-fontset-windows.def +File: ctex-fontset-windows.def 2019/05/29 v2.4.16 Windows fonts definition (CTEX) + (c:/texlive/2020/texmf-dist/tex/latex/ctex/fontset/ctex-fontset-windowsnew.def +File: ctex-fontset-windowsnew.def 2019/05/29 v2.4.16 Windows fonts definition for Vista or later version (CTEX) + +Package fontspec Info: Could not resolve font "KaiTi/B" (it probably doesn't +(fontspec) exist). + + +Package fontspec Info: Could not resolve font "SimHei/I" (it probably doesn't +(fontspec) exist). + + +Package fontspec Info: Could not resolve font "SimSun/BI" (it probably doesn't +(fontspec) exist). + + +Package fontspec Info: Font family 'SimSun(0)' created for font 'SimSun' with +(fontspec) options +(fontspec) [Script={CJK},BoldFont={SimHei},ItalicFont={KaiTi}]. +(fontspec) +(fontspec) This font family consists of the following NFSS +(fontspec) series/shapes: +(fontspec) +(fontspec) - 'normal' (m/n) with NFSS spec.: +(fontspec) <->"SimSun/OT:script=hani;language=dflt;" +(fontspec) - 'small caps' (m/sc) with NFSS spec.: +(fontspec) - 'bold' (b/n) with NFSS spec.: +(fontspec) <->"SimHei/OT:script=hani;language=dflt;" +(fontspec) - 'bold small caps' (b/sc) with NFSS spec.: +(fontspec) - 'italic' (m/it) with NFSS spec.: +(fontspec) <->"KaiTi/OT:script=hani;language=dflt;" +(fontspec) - 'italic small caps' (m/scit) with NFSS spec.: + +))) (c:/texlive/2020/texmf-dist/tex/latex/ctex/config/ctex.cfg +File: ctex.cfg 2019/05/29 v2.4.16 Configuration file (CTEX) +) (c:/texlive/2020/texmf-dist/tex/latex/xcolor/xcolor.sty +Package: xcolor 2016/05/11 v2.12 LaTeX color extensions (UK) + (c:/texlive/2020/texmf-dist/tex/latex/graphics-cfg/color.cfg +File: color.cfg 2016/01/02 v1.6 sample color configuration +) +Package xcolor Info: Driver file: xetex.def on input line 225. + (c:/texlive/2020/texmf-dist/tex/latex/graphics-def/xetex.def +File: xetex.def 2017/06/24 v5.0h Graphics/color driver for xetex +) +Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1348. +Package xcolor Info: Model `RGB' extended on input line 1364. +Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1366. +Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1367. +Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1368. +Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1369. +Package xcolor Info: Model `Gray' substituted by `gray' on input line 1370. +Package xcolor Info: Model `wave' substituted by `hsb' on input line 1371. + (c:/texlive/2020/texmf-dist/tex/latex/graphics/dvipsnam.def +File: dvipsnam.def 2016/06/17 v3.0m Driver-dependent file (DPC,SPQR) +) (c:/texlive/2020/texmf-dist/tex/latex/xcolor/svgnam.def +File: svgnam.def 2016/05/11 v2.12 Predefined colors according to SVG 1.1 (UK) +) (c:/texlive/2020/texmf-dist/tex/latex/xcolor/x11nam.def +File: x11nam.def 2016/05/11 v2.12 Predefined colors according to Unix/X11 (UK) +)) (c:/texlive/2020/texmf-dist/tex/latex/amsmath/amsmath.sty +Package: amsmath 2020/01/20 v2.17e AMS math features +\@mathmargin=\skip60 + +For additional information on amsmath, use the `?' option. +(c:/texlive/2020/texmf-dist/tex/latex/amsmath/amstext.sty +Package: amstext 2000/06/29 v2.01 AMS text + (c:/texlive/2020/texmf-dist/tex/latex/amsmath/amsgen.sty +File: amsgen.sty 1999/11/30 v2.0 generic functions +\@emptytoks=\toks16 +\ex@=\dimen175 +)) (c:/texlive/2020/texmf-dist/tex/latex/amsmath/amsbsy.sty +Package: amsbsy 1999/11/29 v1.2d Bold Symbols +\pmbraise@=\dimen176 +) (c:/texlive/2020/texmf-dist/tex/latex/amsmath/amsopn.sty +Package: amsopn 2016/03/08 v2.02 operator names +) +\inf@bad=\count274 +LaTeX Info: Redefining \frac on input line 227. +\uproot@=\count275 +\leftroot@=\count276 +LaTeX Info: Redefining \overline on input line 389. +\classnum@=\count277 +\DOTSCASE@=\count278 +LaTeX Info: Redefining \ldots on input line 486. +LaTeX Info: Redefining \dots on input line 489. +LaTeX Info: Redefining \cdots on input line 610. +\Mathstrutbox@=\box54 +\strutbox@=\box55 +\big@size=\dimen177 +LaTeX Font Info: Redeclaring font encoding OML on input line 733. +LaTeX Font Info: Redeclaring font encoding OMS on input line 734. +\macc@depth=\count279 +\c@MaxMatrixCols=\count280 +\dotsspace@=\muskip17 +\c@parentequation=\count281 +\dspbrk@lvl=\count282 +\tag@help=\toks17 +\row@=\count283 +\column@=\count284 +\maxfields@=\count285 +\andhelp@=\toks18 +\eqnshift@=\dimen178 +\alignsep@=\dimen179 +\tagshift@=\dimen180 +\tagwidth@=\dimen181 +\totwidth@=\dimen182 +\lineht@=\dimen183 +\@envbody=\toks19 +\multlinegap=\skip61 +\multlinetaggap=\skip62 +\mathdisplay@stack=\toks20 +LaTeX Info: Redefining \[ on input line 2859. +LaTeX Info: Redefining \] on input line 2860. +) (c:/texlive/2020/texmf-dist/tex/latex/amsfonts/amsfonts.sty +Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support +\symAMSa=\mathgroup4 +\symAMSb=\mathgroup5 +LaTeX Font Info: Redeclaring math symbol \hbar on input line 98. +LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold' +(Font) U/euf/m/n --> U/euf/b/n on input line 106. +) (c:/texlive/2020/texmf-dist/tex/latex/amsfonts/amssymb.sty +Package: amssymb 2013/01/14 v3.01 AMS font symbols +) (c:/texlive/2020/texmf-dist/tex/latex/geometry/geometry.sty +Package: geometry 2020/01/02 v5.9 Page Geometry + (c:/texlive/2020/texmf-dist/tex/latex/graphics/keyval.sty +Package: keyval 2014/10/28 v1.15 key=value parser (DPC) +\KV@toks@=\toks21 +) (c:/texlive/2020/texmf-dist/tex/generic/iftex/ifvtex.sty +Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead. + (c:/texlive/2020/texmf-dist/tex/generic/iftex/iftex.sty +Package: iftex 2020/03/06 v1.0d TeX engine tests +)) +\Gm@cnth=\count286 +\Gm@cntv=\count287 +\c@Gm@tempcnt=\count288 +\Gm@bindingoffset=\dimen184 +\Gm@wd@mp=\dimen185 +\Gm@odd@mp=\dimen186 +\Gm@even@mp=\dimen187 +\Gm@layoutwidth=\dimen188 +\Gm@layoutheight=\dimen189 +\Gm@layouthoffset=\dimen190 +\Gm@layoutvoffset=\dimen191 +\Gm@dimlist=\toks22 +) (c:/texlive/2020/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty +Package: fancyhdr 2019/01/31 v3.10 Extensive control of page headers and footers +\f@nch@headwidth=\skip63 +\f@nch@O@elh=\skip64 +\f@nch@O@erh=\skip65 +\f@nch@O@olh=\skip66 +\f@nch@O@orh=\skip67 +\f@nch@O@elf=\skip68 +\f@nch@O@erf=\skip69 +\f@nch@O@olf=\skip70 +\f@nch@O@orf=\skip71 +) (c:/texlive/2020/texmf-dist/tex/latex/framed/framed.sty +Package: framed 2011/10/22 v 0.96: framed or shaded text with page breaks +\OuterFrameSep=\skip72 +\fb@frw=\dimen192 +\fb@frh=\dimen193 +\FrameRule=\dimen194 +\FrameSep=\dimen195 +) (c:/texlive/2020/texmf-dist/tex/latex/ntheorem/ntheorem.sty +Style `ntheorem', Version 1.33 <2011/08/15> +Package: ntheorem 2011/08/15 1.33 +(c:/texlive/2020/texmf-dist/tex/latex/base/ifthen.sty +Package: ifthen 2014/09/29 v1.1c Standard LaTeX ifthen package (DPC) +) +\theorem@style=\toks23 +\theorem@@style=\toks24 +\theorembodyfont=\toks25 +\theoremnumbering=\toks26 +\theorempreskipamount=\skip73 +\theorempostskipamount=\skip74 +\theoremframepreskipamount=\skip75 +\theoremframepostskipamount=\skip76 +\theoreminframepreskipamount=\skip77 +\theoreminframepostskipamount=\skip78 +\theorem@preskip=\toks27 +\theorem@postskip=\toks28 +\theorem@framepreskip=\toks29 +\theorem@framepostskip=\toks30 +\theorem@inframepreskip=\toks31 +\theorem@inframepostskip=\toks32 +\theoremindent=\dimen196 +\theorem@indent=\dimen197 +\theoremrightindent=\dimen198 +\theorem@rightindent=\dimen199 +\theoremheaderfont=\toks33 +\theoremseparator=\toks34 +\theoremprework=\toks35 +\theorempostwork=\toks36 +\theoremsymbol=\toks37 +\qedsymbol=\toks38 +\theoremkeyword=\toks39 +\qedsymbol=\toks40 +\thm@topsep=\skip79 +\thm@topsepadd=\skip80 +) (c:/texlive/2020/texmf-dist/tex/latex/nomencl/nomencl.sty +Package: nomencl 2020/03/01 v5.4 Nomenclature package + (c:/texlive/2020/texmf-dist/tex/latex/xkeyval/xkeyval.sty +Package: xkeyval 2014/12/03 v2.7a package option processing (HA) + (c:/texlive/2020/texmf-dist/tex/generic/xkeyval/xkeyval.tex (c:/texlive/2020/texmf-dist/tex/generic/xkeyval/xkvutils.tex +\XKV@toks=\toks41 +\XKV@tempa@toks=\toks42 +) +\XKV@depth=\count289 +File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA) +)) (c:/texlive/2020/texmf-dist/tex/latex/koma-script/tocbasic.sty +Package: tocbasic 2020/01/24 v3.29 KOMA-Script package (handling toc-files) + (c:/texlive/2020/texmf-dist/tex/latex/koma-script/scrbase.sty +Package: scrbase 2020/01/24 v3.29 KOMA-Script package (KOMA-Script-independent basics and keyval usage) + (c:/texlive/2020/texmf-dist/tex/latex/koma-script/scrlfile.sty +Package: scrlfile 2020/01/24 v3.29 KOMA-Script package (loading files) +)) +\scr@dte@tocline@numberwidth=\skip81 +\scr@dte@tocline@numbox=\box56 +) +Package tocbasic Info: setting babel extension for `nlo' on input line 179. +Package tocbasic Info: setting babel extension for `nls' on input line 180. +\nomlabelwidth=\dimen256 +\nom@tempdim=\dimen257 +\nomitemsep=\skip82 +) (c:/texlive/2020/texmf-dist/tex/latex/nicematrix/nicematrix.sty (c:/texlive/2020/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty (c:/texlive/2020/texmf-dist/tex/latex/graphics/graphicx.sty +Package: graphicx 2019/11/30 v1.2a Enhanced LaTeX Graphics (DPC,SPQR) + (c:/texlive/2020/texmf-dist/tex/latex/graphics/graphics.sty +Package: graphics 2019/11/30 v1.4a Standard LaTeX Graphics (DPC,SPQR) + (c:/texlive/2020/texmf-dist/tex/latex/graphics/trig.sty +Package: trig 2016/01/03 v1.10 sin cos tan (DPC) +) (c:/texlive/2020/texmf-dist/tex/latex/graphics-cfg/graphics.cfg +File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration +) +Package graphics Info: Driver file: xetex.def on input line 105. +) +\Gin@req@height=\dimen258 +\Gin@req@width=\dimen259 +) (c:/texlive/2020/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty (c:/texlive/2020/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty (c:/texlive/2020/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex +\pgfutil@everybye=\toks43 +\pgfutil@tempdima=\dimen260 +\pgfutil@tempdimb=\dimen261 + (c:/texlive/2020/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-lists.tex)) (c:/texlive/2020/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def +\pgfutil@abb=\box57 + (c:/texlive/2020/texmf-dist/tex/latex/ms/everyshi.sty +Package: everyshi 2001/05/15 v3.00 EveryShipout Package (MS) +)) (c:/texlive/2020/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex (c:/texlive/2020/texmf-dist/tex/generic/pgf/pgf.revision.tex) +Package: pgfrcs 2020/01/08 v3.1.5b (3.1.5b) +)) (c:/texlive/2020/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex +Package: pgfsys 2020/01/08 v3.1.5b (3.1.5b) + (c:/texlive/2020/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex +\pgfkeys@pathtoks=\toks44 +\pgfkeys@temptoks=\toks45 + (c:/texlive/2020/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex +\pgfkeys@tmptoks=\toks46 +)) +\pgf@x=\dimen262 +\pgf@y=\dimen263 +\pgf@xa=\dimen264 +\pgf@ya=\dimen265 +\pgf@xb=\dimen266 +\pgf@yb=\dimen267 +\pgf@xc=\dimen268 +\pgf@yc=\dimen269 +\pgf@xd=\dimen270 +\pgf@yd=\dimen271 +\w@pgf@writea=\write3 +\r@pgf@reada=\read3 +\c@pgf@counta=\count290 +\c@pgf@countb=\count291 +\c@pgf@countc=\count292 +\c@pgf@countd=\count293 +\t@pgf@toka=\toks47 +\t@pgf@tokb=\toks48 +\t@pgf@tokc=\toks49 +\pgf@sys@id@count=\count294 + (c:/texlive/2020/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg +File: pgf.cfg 2020/01/08 v3.1.5b (3.1.5b) +) +Driver file for pgf: pgfsys-xetex.def + (c:/texlive/2020/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-xetex.def +File: pgfsys-xetex.def 2020/01/08 v3.1.5b (3.1.5b) + (c:/texlive/2020/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-dvipdfmx.def +File: pgfsys-dvipdfmx.def 2020/01/08 v3.1.5b (3.1.5b) + (c:/texlive/2020/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def +File: pgfsys-common-pdf.def 2020/01/08 v3.1.5b (3.1.5b) +) +\pgfsys@objnum=\count295 +))) (c:/texlive/2020/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex +File: pgfsyssoftpath.code.tex 2020/01/08 v3.1.5b (3.1.5b) +\pgfsyssoftpath@smallbuffer@items=\count296 +\pgfsyssoftpath@bigbuffer@items=\count297 +) (c:/texlive/2020/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex +File: pgfsysprotocol.code.tex 2020/01/08 v3.1.5b (3.1.5b) +)) (c:/texlive/2020/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex +Package: pgfcore 2020/01/08 v3.1.5b (3.1.5b) + (c:/texlive/2020/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex (c:/texlive/2020/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex (c:/texlive/2020/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex) (c:/texlive/2020/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex +\pgfmath@dimen=\dimen272 +\pgfmath@count=\count298 +\pgfmath@box=\box58 +\pgfmath@toks=\toks50 +\pgfmath@stack@operand=\toks51 +\pgfmath@stack@operation=\toks52 +) (c:/texlive/2020/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex (c:/texlive/2020/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex) (c:/texlive/2020/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex) (c:/texlive/2020/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.code.tex) (c:/texlive/2020/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex) (c:/texlive/2020/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex) (c:/texlive/2020/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code.tex) (c:/texlive/2020/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex) (c:/texlive/2020/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerarithmetics.code.tex))) (c:/texlive/2020/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex +\c@pgfmathroundto@lastzeros=\count299 +)) (c:/texlive/2020/texmf-dist/tex/generic/pgf/math/pgfint.code.tex) (c:/texlive/2020/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex +File: pgfcorepoints.code.tex 2020/01/08 v3.1.5b (3.1.5b) +\pgf@picminx=\dimen273 +\pgf@picmaxx=\dimen274 +\pgf@picminy=\dimen275 +\pgf@picmaxy=\dimen276 +\pgf@pathminx=\dimen277 +\pgf@pathmaxx=\dimen278 +\pgf@pathminy=\dimen279 +\pgf@pathmaxy=\dimen280 +\pgf@xx=\dimen281 +\pgf@xy=\dimen282 +\pgf@yx=\dimen283 +\pgf@yy=\dimen284 +\pgf@zx=\dimen285 +\pgf@zy=\dimen286 +) (c:/texlive/2020/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex +File: pgfcorepathconstruct.code.tex 2020/01/08 v3.1.5b (3.1.5b) +\pgf@path@lastx=\dimen287 +\pgf@path@lasty=\dimen288 +) (c:/texlive/2020/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex +File: pgfcorepathusage.code.tex 2020/01/08 v3.1.5b (3.1.5b) +\pgf@shorten@end@additional=\dimen289 +\pgf@shorten@start@additional=\dimen290 +) (c:/texlive/2020/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex +File: pgfcorescopes.code.tex 2020/01/08 v3.1.5b (3.1.5b) +\pgfpic=\box59 +\pgf@hbox=\box60 +\pgf@layerbox@main=\box61 +\pgf@picture@serial@count=\count300 +) (c:/texlive/2020/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex +File: pgfcoregraphicstate.code.tex 2020/01/08 v3.1.5b (3.1.5b) +\pgflinewidth=\dimen291 +) (c:/texlive/2020/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex +File: pgfcoretransformations.code.tex 2020/01/08 v3.1.5b (3.1.5b) +\pgf@pt@x=\dimen292 +\pgf@pt@y=\dimen293 +\pgf@pt@temp=\dimen294 +) (c:/texlive/2020/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex +File: pgfcorequick.code.tex 2020/01/08 v3.1.5b (3.1.5b) +) (c:/texlive/2020/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex +File: pgfcoreobjects.code.tex 2020/01/08 v3.1.5b (3.1.5b) +) (c:/texlive/2020/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex +File: pgfcorepathprocessing.code.tex 2020/01/08 v3.1.5b (3.1.5b) +) (c:/texlive/2020/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex +File: pgfcorearrows.code.tex 2020/01/08 v3.1.5b (3.1.5b) +\pgfarrowsep=\dimen295 +) (c:/texlive/2020/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex +File: pgfcoreshade.code.tex 2020/01/08 v3.1.5b (3.1.5b) +\pgf@max=\dimen296 +\pgf@sys@shading@range@num=\count301 +\pgf@shadingcount=\count302 +) (c:/texlive/2020/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex +File: pgfcoreimage.code.tex 2020/01/08 v3.1.5b (3.1.5b) + (c:/texlive/2020/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex +File: pgfcoreexternal.code.tex 2020/01/08 v3.1.5b (3.1.5b) +\pgfexternal@startupbox=\box62 +)) (c:/texlive/2020/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex +File: pgfcorelayers.code.tex 2020/01/08 v3.1.5b (3.1.5b) +) (c:/texlive/2020/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex +File: pgfcoretransparency.code.tex 2020/01/08 v3.1.5b (3.1.5b) +) (c:/texlive/2020/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex +File: pgfcorepatterns.code.tex 2020/01/08 v3.1.5b (3.1.5b) +) (c:/texlive/2020/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex +File: pgfcorerdf.code.tex 2020/01/08 v3.1.5b (3.1.5b) +))) (c:/texlive/2020/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex +File: pgfmoduleshapes.code.tex 2020/01/08 v3.1.5b (3.1.5b) +\pgfnodeparttextbox=\box63 +) +Package: nicematrix 2020/03/23 v3.14 Mathematical matrices with PGF/TikZ + (c:/texlive/2020/texmf-dist/tex/latex/tools/array.sty +Package: array 2019/08/31 v2.4l Tabular extension package (FMi) +\col@sep=\dimen297 +\ar@mcellbox=\box64 +\extrarowheight=\dimen298 +\NC@list=\toks53 +\extratabsurround=\skip83 +\backup@length=\skip84 +\ar@cellbox=\box65 +) +\g__nicematrix_env_int=\count303 +\g__nicematrix_NiceMatrixBlock_int=\count304 +\l__nicematrix_columns_width_dim=\dimen299 +\l__nicematrix_inter_dots_dim=\dimen300 +\l__nicematrix_xdots_shorten_dim=\dimen301 +\l__nicematrix_radius_dim=\dimen302 +\l__nicematrix_save_iRow_int=\count305 +\l__nicematrix_save_jCol_int=\count306 +\l__nicematrix_x_initial_dim=\dimen303 +\l__nicematrix_y_initial_dim=\dimen304 +\l__nicematrix_x_final_dim=\dimen305 +\l__nicematrix_y_final_dim=\dimen306 +\l_tmpc_dim=\dimen307 +\l_tmpd_dim=\dimen308 +\l__nicematrix_first_row_int=\count307 +\l__nicematrix_first_col_int=\count308 +\l__nicematrix_last_row_int=\count309 +\l__nicematrix_last_col_int=\count310 +\l__nicematrix_left_margin_dim=\dimen309 +\l__nicematrix_right_margin_dim=\dimen310 +\g__nicematrix_width_last_col_dim=\dimen311 +\g__nicematrix_width_first_col_dim=\dimen312 +\l__nicematrix_extra_left_margin_dim=\dimen313 +\l__nicematrix_extra_right_margin_dim=\dimen314 +\c__nicematrix_max_l_dim=\dimen315 +) (c:/texlive/2020/texmf-dist/tex/latex/tools/multicol.sty +Package: multicol 2019/12/09 v1.8y multicolumn formatting (FMi) +\c@tracingmulticols=\count311 +\mult@box=\box66 +\multicol@leftmargin=\dimen316 +\c@unbalance=\count312 +\c@collectmore=\count313 +\doublecol@number=\count314 +\multicoltolerance=\count315 +\multicolpretolerance=\count316 +\full@width=\dimen317 +\page@free=\dimen318 +\premulticols=\dimen319 +\postmulticols=\dimen320 +\multicolsep=\skip85 +\multicolbaselineskip=\skip86 +\partial@page=\box67 +\last@line=\box68 +\maxbalancingoverflow=\dimen321 +\mult@rightbox=\box69 +\mult@grightbox=\box70 +\mult@gfirstbox=\box71 +\mult@firstbox=\box72 +\@tempa=\box73 +\@tempa=\box74 +\@tempa=\box75 +\@tempa=\box76 +\@tempa=\box77 +\@tempa=\box78 +\@tempa=\box79 +\@tempa=\box80 +\@tempa=\box81 +\@tempa=\box82 +\@tempa=\box83 +\@tempa=\box84 +\@tempa=\box85 +\@tempa=\box86 +\@tempa=\box87 +\@tempa=\box88 +\@tempa=\box89 +\@tempa=\box90 +\@tempa=\box91 +\@tempa=\box92 +\@tempa=\box93 +\@tempa=\box94 +\@tempa=\box95 +\@tempa=\box96 +\@tempa=\box97 +\@tempa=\box98 +\@tempa=\box99 +\@tempa=\box100 +\@tempa=\box101 +\@tempa=\box102 +\@tempa=\box103 +\@tempa=\box104 +\@tempa=\box105 +\@tempa=\box106 +\@tempa=\box107 +\@tempa=\box108 +\@tempa=\box109 +\c@minrows=\count317 +\c@columnbadness=\count318 +\c@finalcolumnbadness=\count319 +\last@try=\dimen322 +\multicolovershoot=\dimen323 +\multicolundershoot=\dimen324 +\mult@nat@firstbox=\box110 +\colbreak@box=\box111 +\mc@col@check@num=\count320 +) (c:/texlive/2020/texmf-dist/tex/latex/hyperref/hyperref.sty +Package: hyperref 2020/01/14 v7.00d Hypertext links for LaTeX + (c:/texlive/2020/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty +Package: ltxcmds 2019/12/15 v1.24 LaTeX kernel commands for general use (HO) +) (c:/texlive/2020/texmf-dist/tex/latex/pdftexcmds/pdftexcmds.sty +Package: pdftexcmds 2019/11/24 v0.31 Utility functions of pdfTeX for LuaTeX (HO) + (c:/texlive/2020/texmf-dist/tex/generic/infwarerr/infwarerr.sty +Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO) +) +Package pdftexcmds Info: \pdf@primitive is available. +Package pdftexcmds Info: \pdf@ifprimitive is available. +Package pdftexcmds Info: \pdfdraftmode not found. +) (c:/texlive/2020/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty +Package: kvsetkeys 2019/12/15 v1.18 Key value parser (HO) +) (c:/texlive/2020/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty +Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO) +) (c:/texlive/2020/texmf-dist/tex/generic/pdfescape/pdfescape.sty +Package: pdfescape 2019/12/09 v1.15 Implements pdfTeX's escape features (HO) +) (c:/texlive/2020/texmf-dist/tex/latex/hycolor/hycolor.sty +Package: hycolor 2020-01-27 v1.10 Color options for hyperref/bookmark (HO) +) (c:/texlive/2020/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty +Package: letltxmacro 2019/12/03 v1.6 Let assignment for LaTeX macros (HO) +) (c:/texlive/2020/texmf-dist/tex/latex/auxhook/auxhook.sty +Package: auxhook 2019-12-17 v1.6 Hooks for auxiliary files (HO) +) (c:/texlive/2020/texmf-dist/tex/latex/kvoptions/kvoptions.sty +Package: kvoptions 2019/11/29 v3.13 Key value format for package options (HO) +) +\@linkdim=\dimen325 +\Hy@linkcounter=\count321 +\Hy@pagecounter=\count322 + (c:/texlive/2020/texmf-dist/tex/latex/hyperref/pd1enc.def +File: pd1enc.def 2020/01/14 v7.00d Hyperref: PDFDocEncoding definition (HO) +) (c:/texlive/2020/texmf-dist/tex/generic/intcalc/intcalc.sty +Package: intcalc 2019/12/15 v1.3 Expandable calculations with integers (HO) +) (c:/texlive/2020/texmf-dist/tex/generic/etexcmds/etexcmds.sty +Package: etexcmds 2019/12/15 v1.7 Avoid name clashes with e-TeX commands (HO) +) +\Hy@SavedSpaceFactor=\count323 +Package hyperref Info: Option `unicode' set `true' on input line 4421. + (c:/texlive/2020/texmf-dist/tex/latex/hyperref/puenc.def +File: puenc.def 2020/01/14 v7.00d Hyperref: PDF Unicode definition (HO) +) +Package hyperref Info: Option `bookmarks' set `true' on input line 4421. +Package hyperref Info: Option `colorlinks' set `true' on input line 4421. +Package hyperref Info: Hyper figures OFF on input line 4547. +Package hyperref Info: Link nesting OFF on input line 4552. +Package hyperref Info: Hyper index ON on input line 4555. +Package hyperref Info: Plain pages OFF on input line 4562. +Package hyperref Info: Backreferencing OFF on input line 4567. +Package hyperref Info: Implicit mode ON; LaTeX internals redefined. +Package hyperref Info: Bookmarks ON on input line 4800. +\c@Hy@tempcnt=\count324 + (c:/texlive/2020/texmf-dist/tex/latex/url/url.sty +\Urlmuskip=\muskip18 +Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc. +) +LaTeX Info: Redefining \url on input line 5159. +\XeTeXLinkMargin=\dimen326 + (c:/texlive/2020/texmf-dist/tex/generic/bitset/bitset.sty +Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO) + (c:/texlive/2020/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty +Package: bigintcalc 2019/12/15 v1.5 Expandable calculations on big integers (HO) +)) +\Fld@menulength=\count325 +\Field@Width=\dimen327 +\Fld@charsize=\dimen328 +Package hyperref Info: Hyper figures OFF on input line 6430. +Package hyperref Info: Link nesting OFF on input line 6435. +Package hyperref Info: Hyper index ON on input line 6438. +Package hyperref Info: backreferencing OFF on input line 6445. +Package hyperref Info: Link coloring ON on input line 6448. +Package hyperref Info: Link coloring with OCG OFF on input line 6455. +Package hyperref Info: PDF/A mode OFF on input line 6460. +LaTeX Info: Redefining \ref on input line 6500. +LaTeX Info: Redefining \pageref on input line 6504. + (c:/texlive/2020/texmf-dist/tex/generic/atbegshi/atbegshi.sty +Package: atbegshi 2019/12/05 v1.19 At begin shipout hook (HO) +) +\Hy@abspage=\count326 +\c@Item=\count327 +\c@Hfootnote=\count328 +) +Package hyperref Info: Driver (autodetected): hxetex. + (c:/texlive/2020/texmf-dist/tex/latex/hyperref/hxetex.def +File: hxetex.def 2020/01/14 v7.00d Hyperref driver for XeTeX + (c:/texlive/2020/texmf-dist/tex/generic/stringenc/stringenc.sty +Package: stringenc 2019/11/29 v1.12 Convert strings between diff. encodings (HO) +) +\pdfm@box=\box112 +\c@Hy@AnnotLevel=\count329 +\HyField@AnnotCount=\count330 +\Fld@listcount=\count331 +\c@bookmark@seq@number=\count332 + (c:/texlive/2020/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty +Package: rerunfilecheck 2019/12/05 v1.9 Rerun checks for auxiliary files (HO) + (c:/texlive/2020/texmf-dist/tex/latex/atveryend/atveryend.sty +Package: atveryend 2019-12-11 v1.11 Hooks at the very end of document (HO) +Package atveryend Info: \enddocument detected (standard20110627). +) (c:/texlive/2020/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty +Package: uniquecounter 2019/12/15 v1.4 Provide unlimited unique counter (HO) +) +Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 286. +) +\Hy@SectionHShift=\skip87 +) (c:/texlive/2020/texmf-dist/tex/latex/tools/bm.sty +Package: bm 2019/07/24 v1.2d Bold Symbol Support (DPC/FMi) +\symboldoperators=\mathgroup6 +\symboldletters=\mathgroup7 +\symboldsymbols=\mathgroup8 +LaTeX Font Info: Redeclaring math alphabet \mathbf on input line 141. +LaTeX Info: Redefining \bm on input line 209. +) (c:/texlive/2020/texmf-dist/tex/latex/base/makeidx.sty +Package: makeidx 2014/09/29 v1.0m Standard LaTeX package +) (c:/texlive/2020/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty +Package: pgf 2020/01/08 v3.1.5b (3.1.5b) + (c:/texlive/2020/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex +File: pgfmoduleplot.code.tex 2020/01/08 v3.1.5b (3.1.5b) +) (c:/texlive/2020/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty +Package: pgfcomp-version-0-65 2020/01/08 v3.1.5b (3.1.5b) +\pgf@nodesepstart=\dimen329 +\pgf@nodesepend=\dimen330 +) (c:/texlive/2020/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty +Package: pgfcomp-version-1-18 2020/01/08 v3.1.5b (3.1.5b) +)) (c:/texlive/2020/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty (c:/texlive/2020/texmf-dist/tex/latex/pgf/utilities/pgffor.sty (c:/texlive/2020/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty (c:/texlive/2020/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex)) (c:/texlive/2020/texmf-dist/tex/latex/pgf/math/pgfmath.sty (c:/texlive/2020/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex)) (c:/texlive/2020/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex +Package: pgffor 2020/01/08 v3.1.5b (3.1.5b) + (c:/texlive/2020/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex) +\pgffor@iter=\dimen331 +\pgffor@skip=\dimen332 +\pgffor@stack=\toks54 +\pgffor@toks=\toks55 +)) (c:/texlive/2020/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex +Package: tikz 2020/01/08 v3.1.5b (3.1.5b) + (c:/texlive/2020/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex +File: pgflibraryplothandlers.code.tex 2020/01/08 v3.1.5b (3.1.5b) +\pgf@plot@mark@count=\count333 +\pgfplotmarksize=\dimen333 +) +\tikz@lastx=\dimen334 +\tikz@lasty=\dimen335 +\tikz@lastxsaved=\dimen336 +\tikz@lastysaved=\dimen337 +\tikz@lastmovetox=\dimen338 +\tikz@lastmovetoy=\dimen339 +\tikzleveldistance=\dimen340 +\tikzsiblingdistance=\dimen341 +\tikz@figbox=\box113 +\tikz@figbox@bg=\box114 +\tikz@tempbox=\box115 +\tikz@tempbox@bg=\box116 +\tikztreelevel=\count334 +\tikznumberofchildren=\count335 +\tikznumberofcurrentchild=\count336 +\tikz@fig@count=\count337 + (c:/texlive/2020/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex +File: pgfmodulematrix.code.tex 2020/01/08 v3.1.5b (3.1.5b) +\pgfmatrixcurrentrow=\count338 +\pgfmatrixcurrentcolumn=\count339 +\pgf@matrix@numberofcolumns=\count340 +) +\tikz@expandcount=\count341 + (c:/texlive/2020/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex +File: tikzlibrarytopaths.code.tex 2020/01/08 v3.1.5b (3.1.5b) +))) (c:/texlive/2020/texmf-dist/tex/latex/pgfplots/pgfplots.sty (c:/texlive/2020/texmf-dist/tex/generic/pgfplots/pgfplots.revision.tex) +Package: pgfplots 2020/02/29 v1.17 Data Visualization (1.17) + (c:/texlive/2020/texmf-dist/tex/generic/pgfplots/pgfplots.code.tex (c:/texlive/2020/texmf-dist/tex/generic/pgfplots/pgfplotscore.code.tex +\t@pgfplots@toka=\toks56 +\t@pgfplots@tokb=\toks57 +\t@pgfplots@tokc=\toks58 +\pgfplots@tmpa=\dimen342 +\c@pgfplots@coordindex=\count342 +\c@pgfplots@scanlineindex=\count343 + (c:/texlive/2020/texmf-dist/tex/generic/pgfplots/sys/pgfplotssysgeneric.code.tex)) (c:/texlive/2020/texmf-dist/tex/generic/pgfplots/libs/pgfplotslibrary.code.tex) (c:/texlive/2020/texmf-dist/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_loader.code.tex (c:/texlive/2020/texmf-dist/tex/generic/pgf/libraries/pgflibraryfpu.code.tex)) (c:/texlive/2020/texmf-dist/tex/generic/pgfplots/util/pgfplotsutil.code.tex (c:/texlive/2020/texmf-dist/tex/generic/pgfplots/liststructure/pgfplotsliststructure.code.tex) (c:/texlive/2020/texmf-dist/tex/generic/pgfplots/liststructure/pgfplotsliststructureext.code.tex) (c:/texlive/2020/texmf-dist/tex/generic/pgfplots/liststructure/pgfplotsarray.code.tex +\c@pgfplotsarray@tmp=\count344 +) (c:/texlive/2020/texmf-dist/tex/generic/pgfplots/liststructure/pgfplotsmatrix.code.tex) (c:/texlive/2020/texmf-dist/tex/generic/pgfplots/numtable/pgfplotstableshared.code.tex +\c@pgfplotstable@counta=\count345 +\t@pgfplotstable@a=\toks59 +) (c:/texlive/2020/texmf-dist/tex/generic/pgfplots/liststructure/pgfplotsdeque.code.tex) (c:/texlive/2020/texmf-dist/tex/generic/pgfplots/util/pgfplotsbinary.code.tex (c:/texlive/2020/texmf-dist/tex/generic/pgfplots/util/pgfplotsbinary.data.code.tex)) (c:/texlive/2020/texmf-dist/tex/generic/pgfplots/util/pgfplotsutil.verb.code.tex) (c:/texlive/2020/texmf-dist/tex/generic/pgfplots/libs/pgflibrarypgfplots.surfshading.code.tex +\c@pgfplotslibrarysurf@no=\count346 + (c:/texlive/2020/texmf-dist/tex/generic/pgfplots/sys/pgflibrarypgfplots.surfshading.pgfsys-xetex.def (c:/texlive/2020/texmf-dist/tex/generic/pgfplots/sys/pgflibrarypgfplots.surfshading.pgfsys-dvipdfmx.def +\c@pgfplotslibrarysurf@streamlen=\count347 +)))) (c:/texlive/2020/texmf-dist/tex/generic/pgfplots/util/pgfplotscolormap.code.tex (c:/texlive/2020/texmf-dist/tex/generic/pgfplots/util/pgfplotscolor.code.tex)) (c:/texlive/2020/texmf-dist/tex/generic/pgfplots/pgfplotsstackedplots.code.tex) (c:/texlive/2020/texmf-dist/tex/generic/pgfplots/pgfplotsplothandlers.code.tex (c:/texlive/2020/texmf-dist/tex/generic/pgfplots/pgfplotsmeshplothandler.code.tex (c:/texlive/2020/texmf-dist/tex/generic/pgfplots/pgfplotsmeshplotimage.code.tex))) +(c:/texlive/2020/texmf-dist/tex/generic/pgfplots/pgfplots.scaling.code.tex) (c:/texlive/2020/texmf-dist/tex/generic/pgfplots/pgfplotscoordprocessing.code.tex) (c:/texlive/2020/texmf-dist/tex/generic/pgfplots/pgfplots.errorbars.code.tex) (c:/texlive/2020/texmf-dist/tex/generic/pgfplots/pgfplots.markers.code.tex) (c:/texlive/2020/texmf-dist/tex/generic/pgfplots/pgfplotsticks.code.tex) (c:/texlive/2020/texmf-dist/tex/generic/pgfplots/pgfplots.paths.code.tex) (c:/texlive/2020/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.code.tex (c:/texlive/2020/texmf-dist/tex/generic/pgf/modules/pgfmoduledecorations.code.tex +\pgfdecoratedcompleteddistance=\dimen343 +\pgfdecoratedremainingdistance=\dimen344 +\pgfdecoratedinputsegmentcompleteddistance=\dimen345 +\pgfdecoratedinputsegmentremainingdistance=\dimen346 +\pgf@decorate@distancetomove=\dimen347 +\pgf@decorate@repeatstate=\count348 +\pgfdecorationsegmentamplitude=\dimen348 +\pgfdecorationsegmentlength=\dimen349 +) +\tikz@lib@dec@box=\box117 +) (c:/texlive/2020/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.pathmorphing.code.tex (c:/texlive/2020/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.pathmorphing.code.tex)) (c:/texlive/2020/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.pathreplacing.code.tex (c:/texlive/2020/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.pathreplacing.code.tex)) +\pgfplots@numplots=\count349 +\pgfplots@xmin@reg=\dimen350 +\pgfplots@xmax@reg=\dimen351 +\pgfplots@ymin@reg=\dimen352 +\pgfplots@ymax@reg=\dimen353 +\pgfplots@zmin@reg=\dimen354 +\pgfplots@zmax@reg=\dimen355 +) (c:/texlive/2020/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryplotmarks.code.tex +File: tikzlibraryplotmarks.code.tex 2020/01/08 v3.1.5b (3.1.5b) + (c:/texlive/2020/texmf-dist/tex/generic/pgf/libraries/pgflibraryplotmarks.code.tex +File: pgflibraryplotmarks.code.tex 2020/01/08 v3.1.5b (3.1.5b) +))) (c:/texlive/2020/texmf-dist/tex/latex/jknapltx/mathrsfs.sty +Package: mathrsfs 1996/01/01 Math RSFS package v1.0 (jk) +\symrsfs=\mathgroup9 +) (c:/texlive/2020/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryarrows.code.tex +File: tikzlibraryarrows.code.tex 2020/01/08 v3.1.5b (3.1.5b) + (c:/texlive/2020/texmf-dist/tex/generic/pgf/libraries/pgflibraryarrows.code.tex +File: pgflibraryarrows.code.tex 2020/01/08 v3.1.5b (3.1.5b) +\arrowsize=\dimen356 +)) (c:/texlive/2020/texmf-dist/tex/latex/tikz-3dplot/tikz-3dplot.sty (c:/texlive/2020/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarycalc.code.tex +File: tikzlibrarycalc.code.tex 2020/01/08 v3.1.5b (3.1.5b) +) (c:/texlive/2020/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary3d.code.tex +File: tikzlibrary3d.code.tex 2020/01/08 v3.1.5b (3.1.5b) +)) (c:/texlive/2020/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty +Package: tcolorbox 2019/11/15 version 4.22 text color boxes + (c:/texlive/2020/texmf-dist/tex/latex/tools/verbatim.sty +Package: verbatim 2019/11/10 v1.5r LaTeX2e package for verbatim enhancements +\every@verbatim=\toks60 +\verbatim@line=\toks61 +\verbatim@in@stream=\read4 +) (c:/texlive/2020/texmf-dist/tex/latex/environ/environ.sty +Package: environ 2014/05/04 v0.3 A new way to define environments + (c:/texlive/2020/texmf-dist/tex/latex/trimspaces/trimspaces.sty +Package: trimspaces 2009/09/17 v1.1 Trim spaces around a token list +)) (c:/texlive/2020/texmf-dist/tex/latex/etoolbox/etoolbox.sty +Package: etoolbox 2019/09/21 v2.5h e-TeX tools for LaTeX (JAW) +\etb@tempcnta=\count350 +) +\tcb@titlebox=\box118 +\tcb@upperbox=\box119 +\tcb@lowerbox=\box120 +\tcb@phantombox=\box121 +\c@tcbbreakpart=\count351 +\c@tcblayer=\count352 +\tcolorbox@number=\count353 +\tcb@temp=\box122 +\tcb@temp=\box123 +\tcb@temp=\box124 +\tcb@temp=\box125 +\tcb@out=\write4 +\tcb@record@out=\write5 +) (c:/texlive/2020/texmf-dist/tex/latex/subfig/subfig.sty +Package: subfig 2005/06/28 ver: 1.3 subfig package + (c:/texlive/2020/texmf-dist/tex/latex/caption/caption.sty +Package: caption 2020/01/03 v3.4h Customizing captions (AR) + (c:/texlive/2020/texmf-dist/tex/latex/caption/caption3.sty +Package: caption3 2020/01/03 v1.8h caption3 kernel (AR) +Package caption3 Info: TeX engine: e-TeX on input line 61. +\captionmargin=\dimen357 +\captionmargin@=\dimen358 +\captionwidth=\dimen359 +\caption@tempdima=\dimen360 +\caption@indent=\dimen361 +\caption@parindent=\dimen362 +\caption@hangindent=\dimen363 +Package caption Info: Standard document class detected. +) +\c@caption@flags=\count354 +\c@continuedfloat=\count355 +Package caption Info: hyperref package is loaded. +) +\c@KVtest=\count356 +\sf@farskip=\skip88 +\sf@captopadj=\dimen364 +\sf@capskip=\skip89 +\sf@nearskip=\skip90 +\c@subfigure=\count357 +\c@subfigure@save=\count358 +\c@lofdepth=\count359 +\c@subtable=\count360 +\c@subtable@save=\count361 +\c@lotdepth=\count362 +\sf@top=\skip91 +\sf@bottom=\skip92 +) (c:/texlive/2020/texmf-dist/tex/latex/autobreak/autobreak.sty +Package: autobreak 2017/02/23 v0.3 simple line breaking of long formulae +\everybeforeautobreak=\toks62 +\everyafterautobreak=\toks63 +\@autobreak@alltoks=\toks64 +\@autobreak@linetoks=\toks65 +\@autobreak@lhswidth=\dimen365 +\@autobreak@rhswidth=\dimen366 +\@autobreak@maxlhswidth=\dimen367 +\@autobreak@realmaxlhswidth=\dimen368 +\@autobreak@maxrhswidth=\dimen369 +\c@@autobreak@eqnindex=\count363 +\c@@autobreak@subeqnindex=\count364 + (c:/texlive/2020/texmf-dist/tex/generic/catchfile/catchfile.sty +Package: catchfile 2019/12/09 v1.8 Catch the contents of a file (HO) +)) (c:/texlive/2020/texmf-dist/tex/latex/tools/enumerate.sty +Package: enumerate 2015/07/23 v3.00 enumerate extensions (DPC) +\@enLab=\toks66 +) (c:/texlive/2020/texmf-dist/tex/latex/wasysym/wasysym.sty +Package: wasysym 2020/01/19 v2.4 Wasy-2 symbol support package +\symwasy=\mathgroup10 +LaTeX Font Info: Overwriting symbol font `wasy' in version `bold' +(Font) U/wasy/m/n --> U/wasy/b/n on input line 93. +) (c:/texlive/2020/texmf-dist/tex/latex/base/textcomp.sty +Package: textcomp 2020/02/02 v2.0n Standard LaTeX package +) (c:/texlive/2020/texmf-dist/tex/latex/marginnote/marginnote.sty +Package: marginnote 2018/08/09 v1.4b non floating margin notes for LaTeX +\c@mn@abspage=\count365 +) (c:/texlive/2020/texmf-dist/tex/latex/titlesec/titletoc.sty +Package: titletoc 2019/10/16 v2.13 TOC entries +\ttl@leftsep=\dimen370 +) (c:/texlive/2020/texmf-dist/tex/latex/titlesec/titlesec.sty +Package: titlesec 2019/10/16 v2.13 Sectioning titles +\ttl@box=\box126 +\beforetitleunit=\skip93 +\aftertitleunit=\skip94 +\ttl@plus=\dimen371 +\ttl@minus=\dimen372 +\ttl@toksa=\toks67 +\titlewidth=\dimen373 +\titlewidthlast=\dimen374 +\titlewidthfirst=\dimen375 +) +\@nomenclaturefile=\write6 +\openout6 = `calculus.nlo'. + +Package nomencl Info: Writing nomenclature file calculus.nlo on input line 48. + (c:/texlive/2020/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.code.tex +File: tikzlibraryshapes.code.tex 2020/01/08 v3.1.5b (3.1.5b) + (c:/texlive/2020/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.geometric.code.tex +File: tikzlibraryshapes.geometric.code.tex 2020/01/08 v3.1.5b (3.1.5b) + (c:/texlive/2020/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.geometric.code.tex +File: pgflibraryshapes.geometric.code.tex 2020/01/08 v3.1.5b (3.1.5b) +)) (c:/texlive/2020/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.misc.code.tex +File: tikzlibraryshapes.misc.code.tex 2020/01/08 v3.1.5b (3.1.5b) + (c:/texlive/2020/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.misc.code.tex +File: pgflibraryshapes.misc.code.tex 2020/01/08 v3.1.5b (3.1.5b) +)) (c:/texlive/2020/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.symbols.code.tex +File: tikzlibraryshapes.symbols.code.tex 2020/01/08 v3.1.5b (3.1.5b) + (c:/texlive/2020/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.symbols.code.tex +File: pgflibraryshapes.symbols.code.tex 2020/01/08 v3.1.5b (3.1.5b) +)) (c:/texlive/2020/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.arrows.code.tex +File: tikzlibraryshapes.arrows.code.tex 2020/01/08 v3.1.5b (3.1.5b) + (c:/texlive/2020/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.arrows.code.tex +File: pgflibraryshapes.arrows.code.tex 2020/01/08 v3.1.5b (3.1.5b) +)) (c:/texlive/2020/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.callouts.code.tex (c:/texlive/2020/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.callouts.code.tex)) (c:/texlive/2020/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.multipart.code.tex +File: tikzlibraryshapes.multipart.code.tex 2020/01/08 v3.1.5b (3.1.5b) + (c:/texlive/2020/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.multipart.code.tex +File: pgflibraryshapes.multipart.code.tex 2020/01/08 v3.1.5b (3.1.5b) +\pgfnodepartlowerbox=\box127 +\pgfnodeparttwobox=\box128 +\pgfnodepartthreebox=\box129 +\pgfnodepartfourbox=\box130 +\pgfnodeparttwentybox=\box131 +\pgfnodepartnineteenbox=\box132 +\pgfnodeparteighteenbox=\box133 +\pgfnodepartseventeenbox=\box134 +\pgfnodepartsixteenbox=\box135 +\pgfnodepartfifteenbox=\box136 +\pgfnodepartfourteenbox=\box137 +\pgfnodepartthirteenbox=\box138 +\pgfnodeparttwelvebox=\box139 +\pgfnodepartelevenbox=\box140 +\pgfnodeparttenbox=\box141 +\pgfnodepartninebox=\box142 +\pgfnodeparteightbox=\box143 +\pgfnodepartsevenbox=\box144 +\pgfnodepartsixbox=\box145 +\pgfnodepartfivebox=\box146 +))) +\@indexfile=\write7 +\openout7 = `calculus.idx'. + + +Writing index file calculus.idx + +Package xeCJK Warning: Redefining CJKfamily `\CJKrmdefault' (SimSun(0)). + + +Package fontspec Info: Could not resolve font "SourceHanSansHC-Medium/I" (it +(fontspec) probably doesn't exist). + + +Package fontspec Info: Could not resolve font "SourceHanSerifSC-Regular/I" (it +(fontspec) probably doesn't exist). + + +Package fontspec Info: Font family 'SourceHanSerifSC-Regular(0)' created for +(fontspec) font 'SourceHanSerifSC-Regular' with options +(fontspec) [Script={CJK},BoldFont={SourceHanSansHC-Medium}]. +(fontspec) +(fontspec) This font family consists of the following NFSS +(fontspec) series/shapes: +(fontspec) +(fontspec) - 'normal' (m/n) with NFSS spec.: +(fontspec) <->"SourceHanSerifSC-Regular/OT:script=hani;language=dflt;" +(fontspec) - 'small caps' (m/sc) with NFSS spec.: +(fontspec) - 'bold' (b/n) with NFSS spec.: +(fontspec) <->"SourceHanSansHC-Medium/OT:script=hani;language=dflt;" +(fontspec) - 'bold small caps' (b/sc) with NFSS spec.: +(fontspec) - 'bold italic' (b/it) with NFSS spec.: +(fontspec) <->"SourceHanSerifSC-Regular/BI/OT:script=hani;language=dflt;" +(fontspec) - 'bold italic small caps' (b/scit) with NFSS spec.: + +\c@A=\count366 +\c@B=\count367 +\c@C=\count368 +\c@D=\count369 +\c@E=\count370 +\c@F=\count371 +) (./calculus.aux) +\openout1 = `calculus.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 3. +LaTeX Font Info: ... okay on input line 3. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 3. +LaTeX Font Info: ... okay on input line 3. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 3. +LaTeX Font Info: ... okay on input line 3. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 3. +LaTeX Font Info: ... okay on input line 3. +LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 3. +LaTeX Font Info: ... okay on input line 3. +LaTeX Font Info: Checking defaults for TU/lmr/m/n on input line 3. +LaTeX Font Info: ... okay on input line 3. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 3. +LaTeX Font Info: ... okay on input line 3. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 3. +LaTeX Font Info: ... okay on input line 3. +LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 3. +LaTeX Font Info: ... okay on input line 3. +LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 3. +LaTeX Font Info: ... okay on input line 3. + ABD: EverySelectfont initializing macros +LaTeX Info: Redefining \selectfont on input line 3. + +Package fontspec Info: Adjusting the maths setup (use [no-math] to avoid +(fontspec) this). + +\symlegacymaths=\mathgroup11 +LaTeX Font Info: Overwriting symbol font `legacymaths' in version `bold' +(Font) OT1/cmr/m/n --> OT1/cmr/bx/n on input line 3. +LaTeX Font Info: Redeclaring math accent \acute on input line 3. +LaTeX Font Info: Redeclaring math accent \grave on input line 3. +LaTeX Font Info: Redeclaring math accent \ddot on input line 3. +LaTeX Font Info: Redeclaring math accent \tilde on input line 3. +LaTeX Font Info: Redeclaring math accent \bar on input line 3. +LaTeX Font Info: Redeclaring math accent \breve on input line 3. +LaTeX Font Info: Redeclaring math accent \check on input line 3. +LaTeX Font Info: Redeclaring math accent \hat on input line 3. +LaTeX Font Info: Redeclaring math accent \dot on input line 3. +LaTeX Font Info: Redeclaring math accent \mathring on input line 3. +LaTeX Font Info: Redeclaring math symbol \Gamma on input line 3. +LaTeX Font Info: Redeclaring math symbol \Delta on input line 3. +LaTeX Font Info: Redeclaring math symbol \Theta on input line 3. +LaTeX Font Info: Redeclaring math symbol \Lambda on input line 3. +LaTeX Font Info: Redeclaring math symbol \Xi on input line 3. +LaTeX Font Info: Redeclaring math symbol \Pi on input line 3. +LaTeX Font Info: Redeclaring math symbol \Sigma on input line 3. +LaTeX Font Info: Redeclaring math symbol \Upsilon on input line 3. +LaTeX Font Info: Redeclaring math symbol \Phi on input line 3. +LaTeX Font Info: Redeclaring math symbol \Psi on input line 3. +LaTeX Font Info: Redeclaring math symbol \Omega on input line 3. +LaTeX Font Info: Redeclaring math symbol \mathdollar on input line 3. +LaTeX Font Info: Redeclaring symbol font `operators' on input line 3. +LaTeX Font Info: Encoding `OT1' has changed to `TU' for symbol font +(Font) `operators' in the math version `normal' on input line 3. +LaTeX Font Info: Overwriting symbol font `operators' in version `normal' +(Font) OT1/cmr/m/n --> TU/lmr/m/n on input line 3. +LaTeX Font Info: Encoding `OT1' has changed to `TU' for symbol font +(Font) `operators' in the math version `bold' on input line 3. +LaTeX Font Info: Overwriting symbol font `operators' in version `bold' +(Font) OT1/cmr/bx/n --> TU/lmr/m/n on input line 3. +LaTeX Font Info: Overwriting symbol font `operators' in version `normal' +(Font) TU/lmr/m/n --> TU/lmr/m/n on input line 3. +LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal' +(Font) OT1/cmr/m/it --> TU/lmr/m/it on input line 3. +LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal' +(Font) OT1/cmr/bx/n --> TU/lmr/b/n on input line 3. +LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal' +(Font) OT1/cmss/m/n --> TU/lmss/m/n on input line 3. +LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal' +(Font) OT1/cmtt/m/n --> TU/lmtt/m/n on input line 3. +LaTeX Font Info: Overwriting symbol font `operators' in version `bold' +(Font) TU/lmr/m/n --> TU/lmr/b/n on input line 3. +LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold' +(Font) OT1/cmr/bx/it --> TU/lmr/b/it on input line 3. +LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold' +(Font) OT1/cmss/bx/n --> TU/lmss/b/n on input line 3. +LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold' +(Font) OT1/cmtt/m/n --> TU/lmtt/b/n on input line 3. + +*geometry* driver: auto-detecting +*geometry* detected driver: xetex +*geometry* verbose mode - [ preamble ] result: +* driver: xetex +* paper: a4paper +* layout: +* layoutoffset:(h,v)=(0.0pt,0.0pt) +* modes: twoside +* h-part:(L,W,R)=(56.9055pt, 483.69687pt, 56.9055pt) +* v-part:(T,H,B)=(56.9055pt, 745.46222pt, 42.67912pt) +* \paperwidth=597.50787pt +* \paperheight=845.04684pt +* \textwidth=483.69687pt +* \textheight=745.46222pt +* \oddsidemargin=-15.36449pt +* \evensidemargin=-15.36449pt +* \topmargin=-52.36449pt +* \headheight=12.0pt +* \headsep=25.0pt +* \topskip=10.0pt +* \footskip=30.0pt +* \marginparwidth=57.0pt +* \marginparsep=11.0pt +* \columnsep=10.0pt +* \skip\footins=9.0pt plus 4.0pt minus 2.0pt +* \hoffset=0.0pt +* \voffset=0.0pt +* \mag=1000 +* \@twocolumnfalse +* \@twosidetrue +* \@mparswitchtrue +* \@reversemarginfalse +* (1in=72.27pt=25.4mm, 1cm=28.453pt) + +ABD: EveryShipout initializing macros +\AtBeginShipoutBox=\box147 +Package hyperref Info: Link coloring ON on input line 3. + (c:/texlive/2020/texmf-dist/tex/latex/hyperref/nameref.sty +Package: nameref 2019/09/16 v2.46 Cross-referencing by name of section + (c:/texlive/2020/texmf-dist/tex/latex/refcount/refcount.sty +Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO) +) (c:/texlive/2020/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty +Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO) +) +\c@section@level=\count372 +) +LaTeX Info: Redefining \ref on input line 3. +LaTeX Info: Redefining \pageref on input line 3. +LaTeX Info: Redefining \nameref on input line 3. + (./calculus.out) (./calculus.out) +\@outlinefile=\write8 +\openout8 = `calculus.out'. + + +Package pgfplots notification 'compat/show suggested version=true': you might benefit from \pgfplotsset{compat=1.17} (current compat level: 1.15). + +Package caption Info: Begin \AtBeginDocument code. +Package caption Info: subfig package v1.3 is loaded. +Package caption Info: End \AtBeginDocument code. +Invalid UTF-8 byte or sequence at line 7 replaced by U+FFFD. +Invalid UTF-8 byte or sequence at line 7 replaced by U+FFFD. +Invalid UTF-8 byte or sequence at line 7 replaced by U+FFFD. +Invalid UTF-8 byte or sequence at line 7 replaced by U+FFFD. +Invalid UTF-8 byte or sequence at line 7 replaced by U+FFFD. +Invalid UTF-8 byte or sequence at line 7 replaced by U+FFFD. +Invalid UTF-8 byte or sequence at line 7 replaced by U+FFFD. +Invalid UTF-8 byte or sequence at line 7 replaced by U+FFFD. +Invalid UTF-8 byte or sequence at line 7 replaced by U+FFFD. +Invalid UTF-8 byte or sequence at line 7 replaced by U+FFFD. +Invalid UTF-8 byte or sequence at line 7 replaced by U+FFFD. +Invalid UTF-8 byte or sequence at line 7 replaced by U+FFFD. +File: covertitle.eps Graphic file (type eps) + +LaTeX Font Info: Trying to load font information for U+msa on input line 7. +(c:/texlive/2020/texmf-dist/tex/latex/amsfonts/umsa.fd +File: umsa.fd 2013/01/14 v3.01 AMS symbols A +) +LaTeX Font Info: Trying to load font information for U+msb on input line 7. + (c:/texlive/2020/texmf-dist/tex/latex/amsfonts/umsb.fd +File: umsb.fd 2013/01/14 v3.01 AMS symbols B +) +LaTeX Font Info: Trying to load font information for U+rsfs on input line 7. + (c:/texlive/2020/texmf-dist/tex/latex/jknapltx/ursfs.fd +File: ursfs.fd 1998/03/24 rsfs font definition file (jk) +) +LaTeX Font Info: Trying to load font information for U+wasy on input line 7. + (c:/texlive/2020/texmf-dist/tex/latex/wasysym/uwasy.fd +File: uwasy.fd 2020/01/19 v2.4 Wasy-2 symbol font definitions +) + +Package fontspec Info: Could not resolve font "KaiTi/BI" (it probably doesn't +(fontspec) exist). + + +Package fontspec Info: Could not resolve font "KaiTi/B" (it probably doesn't +(fontspec) exist). + + +Package fontspec Info: Could not resolve font "KaiTi/I" (it probably doesn't +(fontspec) exist). + + +Package fontspec Info: Font family 'KaiTi(0)' created for font 'KaiTi' with +(fontspec) options [Script={CJK}]. +(fontspec) +(fontspec) This font family consists of the following NFSS +(fontspec) series/shapes: +(fontspec) +(fontspec) - 'normal' (m/n) with NFSS spec.: +(fontspec) <->"KaiTi/OT:script=hani;language=dflt;" +(fontspec) - 'small caps' (m/sc) with NFSS spec.: + + [1 + +] + +Package fontspec Info: Could not resolve font "SourceHanSansHC-Regular/I" (it +(fontspec) probably doesn't exist). + + +Package fontspec Info: Font family 'SourceHanSansHC-Regular(0)' created for +(fontspec) font 'SourceHanSansHC-Regular' with options +(fontspec) [Script={CJK}]. +(fontspec) +(fontspec) This font family consists of the following NFSS +(fontspec) series/shapes: +(fontspec) +(fontspec) - 'normal' (m/n) with NFSS spec.: +(fontspec) <->"SourceHanSansHC-Regular/OT:script=hani;language=dflt;" +(fontspec) - 'small caps' (m/sc) with NFSS spec.: +(fontspec) - 'bold' (b/n) with NFSS spec.: +(fontspec) <->"SourceHanSansHC-Regular/B/OT:script=hani;language=dflt;" +(fontspec) - 'bold small caps' (b/sc) with NFSS spec.: +(fontspec) - 'bold italic' (b/it) with NFSS spec.: +(fontspec) <->"SourceHanSansHC-Regular/BI/OT:script=hani;language=dflt;" +(fontspec) - 'bold italic small caps' (b/scit) with NFSS spec.: + + (./calculus.toc) +\tf@toc=\write9 +\openout9 = `calculus.toc'. + + [2] + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) \hskip 10.0pt +(hyperref) replaced by space on input line 35. + + +Package fontspec Info: Could not resolve font "SourceHanSansHC-Light/I" (it +(fontspec) probably doesn't exist). + + +Package fontspec Info: Font family 'SourceHanSansHC-Light(0)' created for font +(fontspec) 'SourceHanSansHC-Light' with options [Script={CJK}]. +(fontspec) +(fontspec) This font family consists of the following NFSS +(fontspec) series/shapes: +(fontspec) +(fontspec) - 'normal' (m/n) with NFSS spec.: +(fontspec) <->"SourceHanSansHC-Light/OT:script=hani;language=dflt;" +(fontspec) - 'small caps' (m/sc) with NFSS spec.: +(fontspec) - 'bold' (b/n) with NFSS spec.: +(fontspec) <->"SourceHanSansHC-Light/B/OT:script=hani;language=dflt;" +(fontspec) - 'bold small caps' (b/sc) with NFSS spec.: +(fontspec) - 'bold italic' (b/it) with NFSS spec.: +(fontspec) <->"SourceHanSansHC-Light/BI/OT:script=hani;language=dflt;" +(fontspec) - 'bold italic small caps' (b/scit) with NFSS spec.: + +[1] + +Package fontspec Info: Could not resolve font "SourceHanSansHC-Medium/I" (it +(fontspec) probably doesn't exist). + + +Package fontspec Info: Font family 'SourceHanSansHC-Medium(0)' created for +(fontspec) font 'SourceHanSansHC-Medium' with options +(fontspec) [Script={CJK}]. +(fontspec) +(fontspec) This font family consists of the following NFSS +(fontspec) series/shapes: +(fontspec) +(fontspec) - 'normal' (m/n) with NFSS spec.: +(fontspec) <->"SourceHanSansHC-Medium/OT:script=hani;language=dflt;" +(fontspec) - 'small caps' (m/sc) with NFSS spec.: +(fontspec) - 'bold' (b/n) with NFSS spec.: +(fontspec) <->"SourceHanSansHC-Medium/B/OT:script=hani;language=dflt;" +(fontspec) - 'bold small caps' (b/sc) with NFSS spec.: +(fontspec) - 'bold italic' (b/it) with NFSS spec.: +(fontspec) <->"SourceHanSansHC-Medium/BI/OT:script=hani;language=dflt;" +(fontspec) - 'bold italic small caps' (b/scit) with NFSS spec.: + + [2] [3] [4] [5] + +Package fontspec Info: Could not resolve font "TsukuBRdGothicStd-Regular/I" +(fontspec) (it probably doesn't exist). + + +Package fontspec Info: Font family 'TsukuBRdGothicStd-Regular(0)' created for +(fontspec) font 'TsukuBRdGothicStd-Regular' with options +(fontspec) [Script={CJK}]. +(fontspec) +(fontspec) This font family consists of the following NFSS +(fontspec) series/shapes: +(fontspec) +(fontspec) - 'normal' (m/n) with NFSS spec.: +(fontspec) <->"TsukuBRdGothicStd-Regular/OT:script=hani;language=dflt;" +(fontspec) - 'small caps' (m/sc) with NFSS spec.: +(fontspec) - 'bold' (b/n) with NFSS spec.: +(fontspec) <->"TsukuBRdGothicStd-Regular/B/OT:script=hani;language=dflt;" +(fontspec) - 'bold small caps' (b/sc) with NFSS spec.: +(fontspec) - 'bold italic' (b/it) with NFSS spec.: +(fontspec) <->"TsukuBRdGothicStd-Regular/BI/OT:script=hani;language=dflt;" +(fontspec) - 'bold italic small caps' (b/scit) with NFSS spec.: + + [6] +\tf@thm=\write10 +\openout10 = `calculus.thm'. + + [7] +Package atveryend Info: Empty hook `BeforeClearDocument' on input line 267. +Package atveryend Info: Empty hook `AfterLastShipout' on input line 267. + (./calculus.aux) +Package atveryend Info: Empty hook `AtVeryEndDocument' on input line 267. +Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 267. +Package rerunfilecheck Info: File `calculus.out' has not changed. +(rerunfilecheck) Checksum: F1C41917F9A3AE3B21EFE63EC27BA5B2;3063. +Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 267. + ) +Here is how much of TeX's memory you used: + 46335 strings out of 479418 + 1102789 string characters out of 5888105 + 1594089 words of memory out of 5000000 + 62961 multiletter control sequences out of 15000+600000 + 550327 words of font info for 156 fonts, out of 8000000 for 9000 + 1348 hyphenation exceptions out of 8191 + 77i,16n,123p,959b,583s stack positions out of 5000i,500n,10000p,200000b,80000s + +Output written on calculus.pdf (9 pages). diff --git a/calculus.nlo b/calculus.nlo new file mode 100644 index 0000000..e69de29 diff --git a/calculus.nls b/calculus.nls new file mode 100644 index 0000000..e69de29 diff --git a/calculus.out b/calculus.out new file mode 100644 index 0000000..ddbc056 --- /dev/null +++ b/calculus.out @@ -0,0 +1,26 @@ +\BOOKMARK [1][-]{section.1}{\376\377\136\070\165\050\116\011\211\322\121\375\145\160\121\154\137\017}{}% 1 +\BOOKMARK [2][-]{subsection.1.1}{\376\377\171\357\123\026\124\214\135\356\121\154\137\017}{section.1}% 2 +\BOOKMARK [2][-]{subsection.1.2}{\376\377\124\214\135\356\123\026\171\357\121\154\137\017}{section.1}% 3 +\BOOKMARK [2][-]{subsection.1.3}{\376\377\137\122\116\000\123\026\121\154\137\017}{section.1}% 4 +\BOOKMARK [2][-]{subsection.1.4}{\376\377\120\015\000\050\123\112\000\051\211\322\121\154\137\017\000\040\000\040\226\115\000\050\123\107\000\051\136\102\121\154\137\017}{section.1}% 5 +\BOOKMARK [2][-]{subsection.1.5}{\376\377\116\007\200\375\121\154\137\017}{section.1}% 6 +\BOOKMARK [1][-]{section.2}{\376\377\136\070\165\050\166\204\117\151\116\232\213\372\127\213\117\131\230\171\154\360\122\322\121\154\137\017}{}% 7 +\BOOKMARK [1][-]{section.3}{\376\377\127\372\147\054\154\102\133\374\121\154\137\017}{}% 8 +\BOOKMARK [1][-]{section.4}{\376\377\121\375\145\160\126\376\137\142\143\317\217\360\116\055\155\211\123\312\122\060\166\204\221\315\211\201\121\154\137\017}{}% 9 +\BOOKMARK [2][-]{subsection.4.1}{\376\377\136\070\165\050\146\362\163\207\213\241\173\227\121\154\137\017}{section.4}% 10 +\BOOKMARK [2][-]{subsection.4.2}{\376\377\146\362\176\277\166\204\156\020\217\321\176\277}{section.4}% 11 +\BOOKMARK [1][-]{section.5}{\376\377\127\372\147\054\171\357\122\006\121\154\137\017}{}% 12 +\BOOKMARK [1][-]{section.6}{\376\377\127\372\147\054\171\357\122\006\145\271\154\325}{}% 13 +\BOOKMARK [2][-]{subsection.6.1}{\376\377\173\054\116\000\174\173\143\142\121\103\154\325}{section.6}% 14 +\BOOKMARK [3][-]{subsubsection.6.1.1}{\376\377\116\011\211\322\121\375\145\160\116\113\171\357\166\204\171\357\122\006}{subsection.6.1}% 15 +\BOOKMARK [3][-]{subsubsection.6.1.2}{\376\377\136\070\211\301\166\204\121\321\137\256\122\006\174\173\127\213}{subsection.6.1}% 16 +\BOOKMARK [2][-]{subsection.6.2}{\376\377\147\011\164\006\121\375\145\160\166\204\171\357\122\006}{section.6}% 17 +\BOOKMARK [3][-]{subsubsection.6.2.1}{\376\377\220\350\122\006\122\006\137\017}{subsection.6.2}% 18 +\BOOKMARK [3][-]{subsubsection.6.2.2}{\376\377\116\011\211\322\121\375\145\160\166\204\162\171\153\212\133\232\171\357\122\006}{subsection.6.2}% 19 +\BOOKMARK [1][-]{section.7}{\376\377\131\032\121\103\121\375\145\160\137\256\122\006}{}% 20 +\BOOKMARK [2][-]{subsection.7.1}{\376\377\120\117\133\374\145\160}{section.7}% 21 +\BOOKMARK [3][-]{subsubsection.7.1.1}{\376\377\120\117\133\374\145\160\213\260\154\325}{subsection.7.1}% 22 +\BOOKMARK [2][-]{subsection.7.2}{\376\377\121\150\137\256\122\006}{section.7}% 23 +\BOOKMARK [1][-]{section.8}{\376\377\137\256\122\006\145\271\172\013\000\050\213\345\220\350\122\006\134\006\117\032\221\307\165\050\213\346\176\306\166\204\213\262\116\111\150\067\137\017\000\051}{}% 24 +\BOOKMARK [2][-]{subsection.8.1}{\376\377\137\256\122\006\145\271\172\013\166\204\127\372\147\054\151\202\137\365}{section.8}% 25 +\BOOKMARK [1][-]{section.9}{\376\377\123\357\122\006\171\273\123\330\221\317\166\204\137\256\122\006\145\271\172\013}{}% 26 diff --git a/calculus.pdf b/calculus.pdf new file mode 100644 index 0000000..b2395b6 Binary files /dev/null and b/calculus.pdf differ diff --git a/calculus.synctex.gz b/calculus.synctex.gz new file mode 100644 index 0000000..78c0098 Binary files /dev/null and b/calculus.synctex.gz differ diff --git a/calculus.tex b/calculus.tex new file mode 100644 index 0000000..64cb6e7 --- /dev/null +++ b/calculus.tex @@ -0,0 +1,267 @@ +\documentclass[10pt,a4paper]{article} +\usepackage{shevonNotebook} +\begin{document} +\numberwithin{equation}{subsection} +\allowdisplaybreaks%强制自动换行 +\maketitle +\thispagestyle{empty} +\newpage +\tableofcontents +\thispagestyle{empty} +\newpage +\setcounter{page}{1} +\section{常用三角函数公式} +\subsection{积化和差公式} +\begin{align} + \sin \alpha \cos \beta & =\frac{1}{2}[\sin (\alpha+\beta)+\sin(\alpha-\beta)] \\[7pt] + \cos \alpha \sin \beta & =\frac{1}{2}[\sin (\alpha+\beta)-\sin(\alpha-\beta)] \\[7pt] + \cos \alpha \cos \beta & =\frac{1}{2}[\cos (\alpha+\beta)+\cos(\alpha-\beta)] \\[7pt] + \sin \alpha \sin \beta & =-\frac{1}{2}[\cos (\alpha+\beta)-\cos(\alpha-\beta)] +\end{align} +\subsection{和差化积公式} +\begin{align} + \sin\alpha+\sin\beta & =2\sin\frac{\alpha+\beta}{2}\cos\frac{\alpha-\beta}{2} \\[7pt] + \sin\alpha-\sin\beta & =2\cos\frac{\alpha+\beta}{2}\sin\frac{\alpha-\beta}{2} \\[7pt] + \cos\alpha+\cos\beta & =2\cos\frac{\alpha+\beta}{2}\cos\frac{\alpha-\beta}{2} \\[7pt] + \cos\alpha-\cos\beta & =-2\sin\frac{\alpha+\beta}{2}\sin\frac{\alpha-\beta}{2} \\[7pt] + \tan\alpha+\tan\beta & =\frac{\sin (\alpha+\beta)}{\cos\alpha\cdot\cos \beta} +\end{align} +\subsection{归一化公式} +\begin{align}\label{gyhgs} + \sin^2 x+\cos^2x & =1 \\[7pt] + \sec^2 x-\tan^2x & =1 \\[7pt] + \cosh^2x-\sinh^2x & =1 +\end{align} +\subsection{倍(半)角公式 \quad 降(升)幂公式} +\begin{align} + \sin^2x & =\frac{1}{2}(1-\cos 2x) \\[7pt] + \cos^2x & =\frac{1}{2}(1+\cos 2x) \\[7pt] + \tan^2x & =\frac{1-\cos 2x}{1+\cos 2x} \\[7pt] + \sin x & =2\sin\frac{x}{2}\cos\frac{x}{2} \\[7pt] + \cos x & =2\cos^2\frac{x}{2}-1=1-2\sin^2\frac{x}{2}=\cos^2\frac{x}{2}-\sin^2\frac{x}{2} \\[7pt] + \tan x & =\frac{2\tan(x/2)}{1-\tan^2(x/2)} +\end{align} +\subsection{万能公式} +令$ u=\tan\dfrac{x}{2} $则 +\begin{align} + \sin x=\frac{2u}{1+u^2} \\[7pt] + \cos x=\frac{1-u^2}{1+u^2} +\end{align} +\section{常用的佩亚诺型余项泰勒公式} +\mybox[53a9ab]{\leftline{\textbf{泰勒公式\small{ $ (\xi\ \mbox{在}x_0\ \mbox{与}x\ \mbox{之间}) $}:}}\vspace{-2em} + \begin{align} + f(x)= & f(x_0)+f'(x_0)(x-x_0)+\frac{f''(x_0)}{2!}(x-x_0)^2+\cdots+\frac{f^{(n)}(x_0)}{n!}(x-x_0)^n+o[(x-x_0)^n]\notag \\[7pt] + f(x)= & f(x_0)+f'(x_0)(x-x_0)+\frac{f''(x_0)}{2!}(x-x_0)^2+\cdots+\frac{f^{(n)}(x_0)}{n!}(x-x_0)^n+\frac{f^{(n+1)}(\xi)}{(n+1)!}(x-x_0)^{n+1}\notag + \end{align}} + +\leftline\small{由此可得常用的泰勒公式} +\begin{align} + \mathrm{e}^{x} & =1+x+\frac{1}{2}x^{2}+\frac{1}{6}x^{3}+\cdots+\frac{1}{n!}x^{n}+o(x^{n}) \\[7pt] + \ln(x+1) & =x-\frac{1}{2}x^2+\frac{1}{3}x^3-\cdots+(-1)^{n-1}\frac{1}{n}x^{n}+o(x^{n}) +\end{align} +令 $n=2m$ 有, +\begin{align} + \sin x & =x-\frac{1}{6}x^{3}+\frac{1}{120}x^{5}+\cdots+(-1)^{m-1}\frac{1}{(2m-1)!}x^{2m-1}+o(x^{2m}) \\[7pt] + \cos x & =1-\frac{1}{2}x^2+\frac{1}{24}x^4-\cdots+(-1)^m \frac{1}{(2m)!}x^{2m}+o(x^{2m+1}) \\[7pt] + \tan x & =x+\frac{1}{3}x^3+\frac{2}{15}x^5+\frac{17}{315}x^7+\cdots+o(x^{2m-1}) +\end{align} +\small\mbox{此处考虑到tan的泰勒公式其通项公式会出现伯努利数故此处略去其通项 } +\begin{align} + \arcsin x & =x+\frac{1}{6}x^3+\frac{3}{40}x^{5}+\cdots+o(x^{2m}) +\end{align} +常用于近似计算的泰勒公式 +\begin{align} + \frac{1}{1-x} & =1+x+x^2+x^3+\cdots+x^n+o(x^n) \\[7pt] + (1+x)^{\alpha} & =\sum_{i=0}^{n}\frac{\prod_{j=0}^{i-1}{(\alpha-j})}{i!}x^n+o(x^n)\notag \\[7pt] + & =1+\alpha x+\frac{\alpha(\alpha-1)}{2}x^2+\cdots+o(x^n) \\[7pt] + \alpha^x & =\sum_{i=0}^{n}\frac{\ln^n \alpha}{n!}x^n+o(x^n)\notag \\[7pt] + & =1+x\ln \alpha+\frac{\ln^2 \alpha}{2}x^2+\cdots+\frac{\ln^n \alpha}{n!}x^n+o(x^n) +\end{align} +\section{基本求导公式} +\begin{multicols}{2} + \begin{equation} + \left( C\right)'=0 + \end{equation} + \begin{equation} + \left( x^{\mu}\right)'=\mu x^{\mu-1} + \end{equation} + \begin{equation} + \left( \sin x\right)'=\cos x + \end{equation} + \begin{equation} + \left( \cos x\right)'=-\sin x + \end{equation} + \begin{equation} + \left( \tan x\right)'=\sec^2 x + \end{equation} + \begin{equation} + \left( \cot x\right)'=-\csc^2 x + \end{equation} + \begin{equation} + \left( \sec x\right)'=\sec x\cdot\tan x + \end{equation} + \begin{equation} + \left( \csc x\right)'=-\csc x\cdot\tan x + \end{equation} + \begin{equation} + \left( a^x\right)'=a^x\ln a\ (a>0,a\neq1) + \end{equation} + \begin{equation} + \left( \log_{a}x\right)'=\frac{1}{x\cdot\ln a}\ (a>0,a\neq1) + \end{equation} + \begin{equation} + \left( \arcsin x\right)'=\frac{1}{\sqrt{1-x^2}} + \end{equation} + \begin{equation} + \left( \arccos x\right)'=-\frac{1}{\sqrt{1-x^2}} + \end{equation} + \begin{equation} + \left( \arctan x\right)'=\frac{1}{1+x^2} + \end{equation} + \begin{equation} + \left( \mathrm{arccot}\, x\right)'=-\frac{1}{1+x^2} + \end{equation} +\end{multicols} +\section{函数图形描述中涉及到的重要公式} +\subsection{常用曲率计算公式} +\mybox[53a9ab]{ + 曲率的定义式$ K=\displaystyle\left|\frac{\mathrm{d}\alpha}{\mathrm{d}s}\right| $} +由定义式我们可以推得 +\begin{enumerate} + \item \textbf{直角坐标}系中的曲线\ $y=y(x)$\ 有曲率表达式 + \begin{equation} + K=\frac{\left|y''\right|}{\left( 1+y^{'2} \right)^{3/2}}\mbox{;} + \end{equation} + \item \textbf{参数方程}表示的曲线\ $x=\varphi(t),y=\psi(t) $\ 有曲率表达式 + \begin{equation} + K=\frac{\left|\varphi'(t)\psi''(t)-\varphi''(t)\psi'(t)\right|}{\left[ \varphi^{'2}(t) +\psi^{'2}(t) \right]^{3/2}}\mbox{;} + \end{equation} + \item \textbf{极坐标}表示的的曲线\ $y=y(x)$\ 有曲率表达式 + \begin{equation} + K=\frac{\left|r^2+2r^{'2}-r\cdot r''\right|}{\left(r^2+r^{'2}\right)^{3/2}}\mbox{;} + \end{equation} + \item 曲线在对应点\ $M(x,y)$\ 的曲率中心\ $D(\alpha,\beta)$\ 的坐标为 + \begin{equation} + \begin{cases} + \alpha=x-\displaystyle\frac{y'(1+y^{'2})^3}{y^{''2}} \\[7pt] + \beta=y+\displaystyle\frac{1+y^{'2}}{y''} + \end{cases} + \end{equation} + . +\end{enumerate} +\subsection{曲线的渐近线} +\begin{enumerate} + \item 若\ $\lim\limits_{ x\rightarrow \infty }f(x)=b$\ ,则称\ $y=b$\ 为曲线\ $f(x)$\ 的\textbf{水平渐近线} + \item 若\ $\lim\limits_{ x\rightarrow x_0 }f(x)=\infty$\ ,则称\ $x=x_0$\ 为曲线\ $f(x)$\ 的\textbf{垂直渐近线} + \item 若\ $\lim\limits_{ x\rightarrow \infty }[f(x)-(ax+b)]=0$\ ,其中 + $ + \begin{cases} + a=\displaystyle \lim\limits_{x\to \infty}\frac{f(x)}{x} \\[7pt] + b=\displaystyle \lim\limits_{x\to \infty}[f(x)-ax] + \end{cases} + $ + 则称\ $y=ax+b$\ 为曲线\ $f(x)$\ 的\textbf{斜渐近线} +\end{enumerate} +\section{基本积分公式} +\begin{align} + & \int k \,\mathrm{d}x=kx+C \ \mbox{(其中}k\mbox{为常数)} \\[7pt] + & \int x^\mu\,\mathrm{d}x=\frac{x^{\mu+1}}{\mu+1}+C\ (\mu\neq-1) \\[7pt] + & \int \frac{1}{x}\,\mathrm{d}x=\ln|x|+C \\[7pt] + & \int\frac{\mathrm{d}x}{1+x^2}=\arctan x+C \\[7pt] + & \int\frac{\mathrm{d}x}{\sqrt{1-x^2}}=\arcsin x+C_1=-\arccos x+C_2 \\[7pt] + & \int \sin x\,\mathrm{d}x=-\cos x+C \\[7pt] + & \int\cos x \,\mathrm{d}x=\sin x +C \\[7pt] + & \int\tan x\,\mathrm{d}x=-\ln |\cos x|+C \\[7pt] + & \int\cot x\,\mathrm{d}x=\ln |\sin x|+C \\[7pt] + & \int\csc x\,\mathrm{d}x=\int\frac{1}{\sin{x}}\,\mathrm{d}x=\frac{1}{2} + \ln{\left|\frac{1-\cos{x}}{1+\cos{x}}\right|}+C=\ln{\left|\tan{\frac{x}{2}}\right|}+C=\ln{\left|\csc{x}-\cot{x}\right|}+C \\[7pt] + & \int\sec x\,\mathrm{d}x=\int\frac{1}{\cos{x}}\,\mathrm{d}x=\frac{1}{2} + \ln{\left|\frac{1+\sin{x}}{1-\sin{x}}\right|}+C=\ln{\left|\sec{x}+\tan{x}\right|}+C \\[7pt] + & \int\sec^2 x\,\mathrm{d}x=\tan x +C \\[7pt] + & \int \csc^2 x\,\mathrm{d}x=-\cot x +C \\[7pt] + & \int \sec x\cdot\tan x \,\mathrm{d}x=\sec x+C \\[7pt] + & \int\csc x \cdot\cot x \,\mathrm{d}x=-\csc x+C \\[7pt] + & \int \mathrm{e}^x \,\mathrm{d}x=\mathrm{e}^x+C \\[7pt] + & \int a^x\,\mathrm{d}x=\frac{a^x}{\ln a}+C \\[7pt] + & \int \sinh x\,\mathrm{d}x=\cosh x+C \\[7pt] + & \int \cosh x\,\mathrm{d}x=\sinh x+C \\[7pt] + & \int \frac{1}{a^2+x^2}\,\mathrm{d}x=\frac{1}{a}\arctan\frac{x}{a}+C \\[7pt] + & \int \frac{1}{a^2-x^2}\,\mathrm{d}x=\frac{1}{2a}\ln \left|\frac{a+x}{a-x}\right|+C \\[7pt] + & \int \frac{1}{\sqrt{a^2-x^2}}\,\mathrm{d}x=\arcsin\frac{x}{a}+C \\[7pt] + & \int \frac{1}{\sqrt{x^2\pm a^2}}\,\mathrm{d}x=\ln \left|x+\sqrt{x^2\pm a^2}\right|+C +\end{align} +\section{基本积分方法} +\subsection{第一类换元法} +\subsubsection{三角函数之积的积分} +\begin{enumerate} + \item 一般地,对于$ \sin^{2k+1}x\cos^n x $ 或$ \sin^n x \cos^{2k+1}x $ (其中$ k\in\mathbb{N} $)型函数的积分,总可依次作变换 $ u=\cos x $或$ u=\sin x $ ,从而求得结果; + \item 一般地,对于$ \sin^{2k}x\cos^{2l}x $ 或 (其中$ k,l\in \mathbb{N} $)型函数的积分,总是利用降幂公式$ \sin^2=\dfrac{1}{2}(1-\cos 2x), + \cos^2=\dfrac{1}{2}(1+\cos 2x) $化成$ \cos 2x $的多项式 ,从而求得结果; + \item 一般地,对于$ \tan^{n}x\sec^{2k} x $ 或$ \tan^{2k-1} x \sec^{n}x $ (其中$ n,k\in\mathbb{N}_{+} $)型函数的积分,总可依次作变换 $ u=\tan x $或$ u=\sec x $ ,从而求得结果; +\end{enumerate} +\subsubsection{常见的凑微分类型} +\begin{align} + & \int {f( ax + b){\rm{d}}x = }\frac{1}{a}\int {f(ax+b){\mathrm{d}}(ax + b)\;(a \neq 0)} \\[7pt] + & \int {f(a{x^{m + 1}} + b){x^m}{\rm{d}}x} = \frac{1}{{a(m + 1)}}\int {f(a{x^{m + 1}} + b){\rm{d}}(a{x^{m + 1}} + b)} \\[7pt] + & \int {f\left( \frac{1}{x}\right) \frac{{{\rm{d}}x}}{{{x^2}}}\;} = - \int {f\left( \frac{1}{x}\right) {\rm{d}}\left( \frac{{\rm{1}}}{x}\right) \;} \\[7pt] + & \int {f(\ln x)\frac{1}{x}} {\rm{d}}x = \int {f(\ln x){\rm{d(}}\ln x)} \\[7pt] + & \int {f({\mathrm{e}^x})} {\mathrm{e}^x}{\rm{d}}x = \int {f({\mathrm{e}^x}} ){\rm{d(}}{\mathrm{e}^x}) \\[7pt] + & \int {f(\sqrt x } )\frac{{{\rm{d}}x}}{{\sqrt x }} = 2\int {f(\sqrt x } ){\rm{d}}(\sqrt x ) \\[7pt] + & \int {f(\sin x)\cos x{\rm{d}}x = } \int {f(\sin x){\rm{d}}\sin x} \\[7pt] + & \int {f(\cos x)\sin x{\rm{d}}x = } - \int {f(\cos x){\rm{d}}\cos x} \\[7pt] + & \int {f(\tan x){{\sec }^2}} x{\rm{d}}x = \int {f(\tan x){\rm{d}}\tan x} \\[7pt] + & \int {f(\cot x){{\csc }^2}} x{\rm{d}}x = - \int {f(\cot x){\rm{d}}\cot x} \\[7pt] + & \int {f(\arcsin x)\frac{1}{{\sqrt {1 - {x^2}} }}} {\rm{d}}x = \int {f(\arcsin x){\rm{d}}\arcsin x} \\[7pt] + & \int {f(\arctan x)\frac{1}{{1 + {x^2}}}} {\rm{d}}x = \int {f(\arctan x){\rm{d}}\arctan x} \\[7pt] + & \int {\frac{{f'(x)}}{{f(x)}}} {\rm{d}}x = \int {\frac{{{\rm{d}}f(x)}}{{f(x)}}} = \ln \left| f(x)\right| + C +\end{align} +\subsection{有理函数的积分} +\subsubsection{部分分式} +\begin{align} + \frac{{P(x)}}{{Q(x)}} = & \frac{{{A_1}}}{{{{(x - a)}^\alpha }}} + \frac{{{A_2}}}{{{{(x - a)}^{\alpha - 1}}}} + \cdots + \frac{{{A_\alpha }}}{{x - a}} + \notag \\ + & \frac{{{B_1}}}{{{{(x - b)}^\beta }}} + \frac{{{B_2}}}{{{{(x - b)}^{\beta - 1}}}} + \cdots + \frac{{{B_\beta }}}{{x - b}} + \notag \\ + & \frac{{{M_1}x + {N_1}}}{{{{({x^2} + px + q)}^\lambda }}} + \frac{{{M_2}x + {N_2}}}{{{{({x^2} + px + q)}^{\lambda - 1}}}} + \cdots + \frac{{{M_\lambda }x + {N_\lambda }}}{{{x^2} + px + q}} + \notag \\ + & \cdots +\end{align} +\subsubsection{三角函数的特殊定积分} +\begin{align} + I_n & =\int_0^{\frac{\pi}{2}}\sin^nx\,\mathrm{d}x=\int_0^{\frac{\pi}{2}}\cos^nx\,\mathrm{d}x\notag \\ + I_n & =\frac{n-1}{n}I_{n-2}\notag \\ + & =\begin{cases} + \ \dfrac{{n - 1}}{n} \cdot \dfrac{{n - 3}}{{n - 2}} \cdots \dfrac{4}{5} \cdot \dfrac{2}{3}\quad (n\mbox{为大于}1\mbox{的正奇数}),I_1=1 \\[13pt] + \ \dfrac{{n - 1}}{n} \cdot \dfrac{{n - 3}}{{n - 2}} \cdots \dfrac{3}{4} \cdot \dfrac{1}{2} \cdot \dfrac{\pi }{2}\quad (n\mbox{为正偶数}),I_0=\dfrac{\pi}{2} + \end{cases} +\end{align} +\section{多元函数微分} +\subsection{偏导数} +\subsubsection{偏导数记法} +设函数$ z=f(x,y) $在区域$ D $内有偏导数:\[\frac{{\partial z}}{{\partial x}} = {f_x}(x,y),\quad \frac{{\partial z}}{{\partial y}} = {f_y}(x,y)\]他们的偏导数若存在,那么称其偏导数为$ z=f(x,y) $的\md{二阶偏导数}.按照对变量求导次序不同,有如下四个二阶偏导数:\begin{align*} + & \frac{\partial }{{\partial x}}\left( {\frac{{\partial z}}{{\partial x}}} \right) = \frac{{{\partial ^2}z}}{{\partial {x^2}}} = {f_{xx}}(x,y) & \frac{\partial }{{\partial y}}\left( {\frac{{\partial z}}{{\partial x}}} \right) = \frac{{{\partial ^2}z}}{{\partial x\partial y}} = {f_{xy}}(x,y) \\[7pt] + & \frac{\partial }{{\partial x}}\left( {\frac{{\partial z}}{{\partial y}}} \right) = \frac{{{\partial ^2}z}}{{\partial y\partial x}} = {f_{yx}}(x,y) & \frac{\partial }{{\partial y}}\left( {\frac{{\partial z}}{{\partial y}}} \right) = \frac{{{\partial ^2}z}}{{\partial {y^2}}} = {f_{yy}}(x,y). +\end{align*} +\subsection{全微分} + + +\section{微分方程(该部分将会采用详细的讲义样式)} +\subsection{微分方程的基本概念} +\begin{definition}[微分方程的定义] + 一般地,凡表示\md{未知函数},\md{未知函数的导数}与\md{自变量之间的关系的方程},称为\textbf{微分方程}. + 其中未知函数的最高阶导数的阶数,称为\textbf{微分方程的阶}.一般地,$n$阶微分方程的形式是:\[ + F( + x,y,y',\cdots,y^{(n)} + )=0 + \] +\end{definition} +\begin{definition}[微分方程的解] + 设函数$y=\varphi(x)$在区间$I$上有$n$阶连续导数,如果在区间$I$上有:\[ + F[x,\varphi(x),\varphi'(x),\cdots,\varphi^{(n)}(x)]\equiv 0, + \]那么函数$y=\varphi(x)$称为\textbf{微分方程$ F(x,y,y',\cdots,y^{(n)})=0$在区间$I$上的解} + 特别地,如果微分方程的解\md{含有任意常数}\footnote{此处的任意常数必须是相互独立的,或者说他们线性无关.},且任意常数的个数与微分方程的阶数相同,这样的解称为\textbf{微分方程的通解}. + + 通解中时常含有任意常数,所以它还不能完全确定地反映某一客观事物的规律性.所以为了完全确定地反映客观事物的规律性,必须确定这些常数的值.为此要根据问题的实际情况,提出确定这些常数的条件.例如设一阶微分方程中的未知函数为$y=\varphi (x)$,通常给出的条件为$x=x_0,y=y_0$,也记为$y|_{x=x_0}=y_0$. + + 因此我们定义,在实际问题中所给定的能够确定这些常数的条件称为\textbf{初值条件}.由初值条件确定了常数的值进而可以得到微分方程的\textbf{特解}. +\end{definition} +\section{可分离变量的微分方程} +本节我们将讨论一阶微分方程$y'=f(x,y)$ +\end{document} diff --git a/calculus.thm b/calculus.thm new file mode 100644 index 0000000..e69de29 diff --git a/calculus.toc b/calculus.toc new file mode 100644 index 0000000..c7f709a --- /dev/null +++ b/calculus.toc @@ -0,0 +1,28 @@ +\babel@toc {nil}{} +\contentsline {section}{\numberline {1}常用三角函数公式}{1}{section.1}% +\contentsline {subsection}{\numberline {1.1}积化和差公式}{1}{subsection.1.1}% +\contentsline {subsection}{\numberline {1.2}和差化积公式}{1}{subsection.1.2}% +\contentsline {subsection}{\numberline {1.3}归一化公式}{1}{subsection.1.3}% +\contentsline {subsection}{\numberline {1.4}倍(半)角公式 \hskip 1em\relax 降(升)幂公式}{1}{subsection.1.4}% +\contentsline {subsection}{\numberline {1.5}万能公式}{2}{subsection.1.5}% +\contentsline {section}{\numberline {2}常用的佩亚诺型余项泰勒公式}{2}{section.2}% +\contentsline {section}{\numberline {3}基本求导公式}{2}{section.3}% +\contentsline {section}{\numberline {4}函数图形描述中涉及到的重要公式}{3}{section.4}% +\contentsline {subsection}{\numberline {4.1}常用曲率计算公式}{3}{subsection.4.1}% +\contentsline {subsection}{\numberline {4.2}曲线的渐近线}{3}{subsection.4.2}% +\contentsline {section}{\numberline {5}基本积分公式}{3}{section.5}% +\contentsline {section}{\numberline {6}基本积分方法}{4}{section.6}% +\contentsline {subsection}{\numberline {6.1}第一类换元法}{5}{subsection.6.1}% +\contentsline {subsubsection}{\numberline {6.1.1}三角函数之积的积分}{5}{subsubsection.6.1.1}% +\contentsline {subsubsection}{\numberline {6.1.2}常见的凑微分类型}{5}{subsubsection.6.1.2}% +\contentsline {subsection}{\numberline {6.2}有理函数的积分}{5}{subsection.6.2}% +\contentsline {subsubsection}{\numberline {6.2.1}部分分式}{5}{subsubsection.6.2.1}% +\contentsline {subsubsection}{\numberline {6.2.2}三角函数的特殊定积分}{6}{subsubsection.6.2.2}% +\contentsline {section}{\numberline {7}多元函数微分}{6}{section.7}% +\contentsline {subsection}{\numberline {7.1}偏导数}{6}{subsection.7.1}% +\contentsline {subsubsection}{\numberline {7.1.1}偏导数记法}{6}{subsubsection.7.1.1}% +\contentsline {subsection}{\numberline {7.2}全微分}{6}{subsection.7.2}% +\contentsline {section}{\numberline {8}微分方程(该部分将会采用详细的讲义样式)}{6}{section.8}% +\contentsline {subsection}{\numberline {8.1}微分方程的基本概念}{6}{subsection.8.1}% +\contentsline {section}{\numberline {9}可分离变量的微分方程}{7}{section.9}% +\contentsfinish diff --git a/cover.png b/cover.png new file mode 100644 index 0000000..e5abcf5 Binary files /dev/null and b/cover.png differ diff --git a/covertitle.eps b/covertitle.eps new file mode 100644 index 0000000..7f30c4a Binary files /dev/null and b/covertitle.eps differ diff --git a/covertitle.jpg b/covertitle.jpg new file mode 100644 index 0000000..deb7caf Binary files /dev/null and b/covertitle.jpg differ diff --git a/shevonNotebook.sty b/shevonNotebook.sty new file mode 100644 index 0000000..67571e6 --- /dev/null +++ b/shevonNotebook.sty @@ -0,0 +1,180 @@ + % |-----------------------------------------------------------------------------------------------|% + % | Shevon Kuan 课程笔记基本模板 |% + % | 版本号:3.15b |% + % | 页面配置:A4 paper侧栏设计 |% + % |-----------------------------------------------------------------------------------------------|% +\ProvidesPackage{shevonNotebook} +\usepackage{babel} +\usepackage{ctex} +\usepackage[dvipsnames, svgnames, x11names]{xcolor} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb}%数学符号宏包 +\usepackage{geometry} +\usepackage{fancyhdr} +\usepackage{framed} +\usepackage{fontspec} +\usepackage{ntheorem} +\usepackage{nomencl} +\usepackage{nicematrix} +\usepackage{multicol} +\usepackage{indentfirst}%首行缩进 + \setlength{\parindent}{2em} +\usepackage[bookmarks=true,colorlinks,linkcolor=black]{hyperref} +\usepackage{CJKfntef} +\usepackage{amsmath,bm}%重要宏包,粗斜体\bm +\usepackage{makeidx}%重要宏包,用于添加索引 +\usepackage{pgf,tikz,pgfplots}%一般绘图宏包 +\pgfplotsset{compat=1.15} +\usepackage{mathrsfs} +\usetikzlibrary{arrows} +\usepackage{tikz-3dplot}%3d绘图宏包 +\usepackage{tcolorbox}%box宏包 +\usepackage{subfig} +\usepackage{autobreak} +\usepackage{enumerate} +\usepackage{wasysym} +\usepackage{textcomp} +\usepackage{marginnote} +\usepackage{ulem}%下划线宏包用法和样式如下: +%\uuline{双下划线} +%\uwave{波浪线} +%\sout{中间删除线} +%\xout{斜删除线} +%\dashuline{虚线} +%\dotuline{加点} +\usepackage{titletoc}%目录页的宏包 +\usepackage[center]{titlesec}%改变章节或标题的样式的宏包 +\makenomenclature +%\titleformat{command}[shape]{format}{label}{sep}{before}[after] + +%1.command 是要重新定义的各种标题命令,比如 \part,\chapter,\section,\subsection,\subsubsection,\paragraph,\subparagraph等; +%2.shape 是用来设定段落形状的,可选的参数有 hang 、 block 、 display 等,详见 titlesec 文档,位于:TEXLIVE/VERSION/texmf-dist/doc/latex/titlesec +%3.format 用于定义标题外观,比如使标题居中、字体加粗等; +%4.label 用于定义定义标题的标签,就是标题内容前面的标号; +%5.sep 定义标题的标签与标题内容之间的间隔距离。 +%6.before 用于在标题内容前再加些内容; +%7.after 用于在标题内容后再加些内容。 + +\usetikzlibrary{shapes,arrows} +\makeindex%添加索引 +%缺省页面 +\geometry{inner=2cm,outer=2cm,bottom=1.5cm,top=2cm,twoside} +%\geometry{showframe,showcrop}%此句用于显示排版文本框 +%字体设置------------------------------- +\setCJKmainfont[BoldFont={SourceHanSansHC-Medium}]{SourceHanSerifSC-Regular} +\setCJKfamilyfont{song}{SourceHanSerifSC-Regular} +\setCJKfamilyfont{hei}{SourceHanSansHC-Regular} +\setCJKfamilyfont{heiti}{SourceHanSansHC-Medium} +\setCJKfamilyfont{heilight}{SourceHanSansHC-Light} +\setCJKfamilyfont{title}{SourceHanSansHC-Regular} +\setCJKfamilyfont{songbold}{TsukuBRdGothicStd-Regular} +\theorembodyfont{\CJKfamily{song}} +%\setmainfont{Times New Roman} +%颜色设置-—————————— +\definecolor{f8766d}{HTML}{EA7500} +\definecolor{1a9850}{HTML}{0097e6} +\definecolor{ffa725}{HTML}{1289A7} +\definecolor{2a7ae2}{HTML}{7158e2} +\definecolor{6a3d9a}{HTML}{ED4C67} +\definecolor{53a9ab}{HTML}{007500} +\definecolor{titlepurple}{HTML}{5758BB} +\definecolor{titlepurpleb}{HTML}{833471} +\definecolor{titlepurplec}{HTML}{006266} +\definecolor{md}{HTML}{EA2027} +\definecolor{background}{HTML}{f5f5ed} +%geogebra颜色 +\definecolor{zzttqq}{rgb}{0.6,0.2,0} +\definecolor{uuuuuu}{rgb}{0.26666666666666666,0.26666666666666666,0.26666666666666666} +\definecolor{ududff}{rgb}{0.30196078431372547,0.30196078431372547,1} +\definecolor{xdxdff}{rgb}{0.49019607843137253,0.49019607843137253,1} +%定理定义环境设置-------------------- + +%\newtcbox{\mybox}[1][]{on line, +% arc=0pt,outer arc=0pt,colback=#1!10!white,colframe=#1, +% boxsep=0pt,left=3pt,right=3pt,top=2pt,bottom=2pt, +% boxrule=0pt,leftrule=1.5pt} + +\newcommand{\mybox}[2][]{ + \begin{tcolorbox}[on line, + arc=0pt,outer arc=0pt,colback=#1!7!white,colframe=#1, + boxsep=0pt,left=3pt,right=3pt,top=5pt,bottom=5pt, + boxrule=0pt,leftrule=1.5pt,halign=flush center]#2 + \end{tcolorbox}} + +\newcommand{\myboxp}[2][]{ + \begin{tcolorbox}[on line, + arc=0pt,outer arc=0pt,colback=white,colframe=#1, + boxsep=0pt,left=3pt,right=3pt,top=5pt,bottom=5pt, + boxrule=0pt,leftrule=1.5pt]#2 + \end{tcolorbox}} +\newcounter{A}[section] +\newcounter{B}[section] +\newcounter{C}[section] +\newcounter{D}[section] +\newcounter{E}[section] +\newcounter{F}[section] + +\newcommand{\con}[1]{{\bfseries\refstepcounter{#1}\thesection.\arabic{#1}}} + +%\theoremindent0.2cm +%\theoremheaderfont{\CJKfamily{songbold}} +%\theoremstyle{break} + +%\newtheorem*{theorem}{\hspace{-0.16cm}\color{2a7ae2}\mybox[2a7ae2]{\color{2a7ae2}定理\addtocounter{A}{1} \thesection.\arabic{A}}} +%\newtheorem*{defination}{\hspace{-0.16cm}\color{f8766d}\mybox[f8766d]{\color{f8766d}定义\addtocounter{B}{1} \thesection.\arabic{B}}} +%\newtheorem*{feature}{\hspace{-0.16cm}\color{ffa725}\mybox[ffa725]{\color{ffa725}性质\addtocounter{C}{1} \thesection.\arabic{C}}} +%\newtheorem*{inference}{\hspace{-0.16cm}\color{1a9850}\mybox[1a9850]{\color{1a9850}推论\addtocounter{D}{1} \thesection.\arabic{D}}} +%\newtheorem*{method}{\hspace{-0.16cm}\color{6a3d9a}\mybox[6a3d9a]{\color{6a3d9a}方法\addtocounter{E}{1} \thesection.\arabic{E}}} +%\newtheorem*{example}{\hspace{-0.16cm}\color{53a9ab}\mybox[53a9ab]{\color{53a9ab}例题\addtocounter{F}{1} \thesection.\arabic{F}}} + +\newcommand{\theorem}[1][]{\vspace{0.5em}\par\noindent\hspace{-8pt}\myboxp[2a7ae2]{\color{2a7ae2}{\CJKfamily{heiti}定理\ \con{A}\hspace{1em}{\CJKfamily{songbold}#1} } }\vspace{0.1em}\par } +\newcommand{\definition}[1][]{\vspace{0.5em}\par\noindent\hspace{-8pt}\myboxp[53a9ab]{\color{53a9ab}{\CJKfamily{heiti}定义\ \con{B}\hspace{1em}{\CJKfamily{songbold}#1} } }\vspace{0.1em}\par } +\newcommand{\feature}[1][]{\vspace{0.5em}\par\noindent\hspace{-8pt}\myboxp[ffa725]{\color{ffa725}{\CJKfamily{heiti}性质\ \con{C}\hspace{1em}{\CJKfamily{songbold}#1} } }\vspace{0.1em}\par } +\newcommand{\inference}[1][]{\vspace{0.5em}\par\noindent\hspace{-8pt}\myboxp[1a9850]{\color{1a9850}{\CJKfamily{heiti}推论\ \con{D}\hspace{1em}{\CJKfamily{songbold}#1} } }\vspace{0.1em}\par } +\newcommand{\method}[1][]{\vspace{0.5em}\par\noindent\hspace{-8pt}\myboxp[6a3d9a]{\color{6a3d9a}{\CJKfamily{heiti}方法\ \con{E}\hspace{1em}{\CJKfamily{songbold}#1} } }\vspace{0.1em}\par } +\newcommand{\example}[1][]{\vspace{0.5em}\par\noindent\hspace{-8pt}\myboxp[f8766d]{\color{f8766d}{\CJKfamily{heiti}例题\ \con{F}\hspace{1em}{\CJKfamily{songbold}#1} } }\vspace{0.1em}\par } + +%符号设置------------------------------- +{\color{titlepurple}} +%标题配置————————————— +\title{\vspace{5cm} + \begin{center} + \includegraphics[width=16cm]{covertitle.eps} + %\includegraphics[width=8cm]{cover2.png} + %\includegraphics[width=8cm]{cover3.png} + %\includegraphics[width=12cm]{cover4.png} + \end{center} +\vspace{5cm}} +\author{\large\color{titlepurple}关舒文\\{\color{titlepurple}\kaishu{华南理工大学}}} +\date{\color{titlepurple}\small{Latest Update\ :\ \today}} + +%章节或标题的样式------------------- +%\titleformat{\chapter}{\CJKfamily{title}\huge\color{titlepurple}}{\includegraphics[height=2cm]{sigmaformal.eps} 第\ \thechapter\ 章\ }{0pt}{} +\titleformat{\section}{\CJKfamily{hei}\large\color{titlepurple}}{\bfseries{\thesection}\quad }{0pt}{} +\titleformat{\subsection}{\CJKfamily{hei}\large\color{titlepurpleb}}{\bfseries{\thesubsection}\quad }{0pt}{} +\titleformat{\subsubsection}{\CJKfamily{hei}\large\color{titlepurplec}}{\bfseries{\thesubsubsection}\quad }{0pt}{} +\renewcommand{\nomname}{符号说明} +%自定义优化命令----------------------- +\renewcommand{\a}{\ensuremath A}% +\renewcommand{\b}{\ensuremath B}% +\renewcommand{\c}{\ensuremath C}% +\renewcommand{\o}{\ensuremath \varnothing}% +\renewcommand{\textbf}[1]{{\CJKfamily{heiti}#1}}% +\newcommand{\md}[1]{{\,\color{purple}#1\,}}% +\newcommand{\cf}[1]{\textit{cf.Fig~\ref{#1}}}% +\newcommand{\margin}[1]{{\marginpar{\footnotesize\kaishu\hspace*{2em}#1}}} +%\renewcommand{\chapter}[1]{{\chapter{#1}\thispagestyle{empty}} }% +%使用了自定义页眉页脚--------------- +\pagestyle{fancy} +%\renewcommand{\chaptermark}[1]{\markboth{\;第\ \thechapter\ 章\quad#1\;}{}} +\renewcommand{\sectionmark}[1]{\markright{\;\thesection\ #1\;}} +\fancyhf{} +%\fancyfoot[C]{\bfseries\thepage} +\fancyhead[LO]{\small\CJKfamily{heilight}\rightmark} +\fancyhead[RE]{\small\CJKfamily{heilight}\leftmark} +\fancyhead[RO,LE]{\;\thepage\;} +\fancyfoot[RO,LE]{\small\CJKfamily{heilight}{微积分 重要公式}} +\fancyfoot[RE,LO]{\small\CJKfamily{heilight}The Important Equations of Calculus} +\renewcommand{\headrulewidth}{0.4pt} % 注意不用\setlength +%\renewcommand{\footrulewidth}{0pt} diff --git a/sigma.eps b/sigma.eps new file mode 100644 index 0000000..4452f2c Binary files /dev/null and b/sigma.eps differ