├── README.md ├── elegantbook.cls ├── figure ├── blackbase.pdf ├── bluebase.pdf ├── cover.pdf ├── cyanbase.pdf ├── greenbase.pdf ├── logo.pdf ├── logo.png └── meiyouneirong ├── guide.tex ├── image ├── 138gaosigongshiE.png ├── 138situokesiE1.png ├── 1nomathcdiyititu.pdf ├── 2011nomathyusai1-3.pdf ├── 2fracxx2+y242fracyx2+y24.png ├── PDSJHYYxwmath.png ├── blfpwx.pdf ├── cothxsechxcschx.pdf ├── definite-integral-Riemann-Sum.pdf ├── double-integral-Riemann-Sum.pdf ├── fenhongsecaolvse.jpg ├── fenhongsecaolvsepdf.pdf ├── huanxu1.pdf ├── ld0x10x+y1.png ├── meiyouneirong ├── scpwx.pdf ├── scqiuzuobiaoxi.png ├── sinhxcoshxtanhx.pdf ├── sinhxcoshxtanhx.png ├── tmswjf-djftu.png ├── tmswjf-ecjfjzbtu.png ├── tmswjf-ecjftu.png ├── touyingoxyXXZ.png ├── x2+y2=a2x2+z2=a2.png ├── x2y2z21.png ├── y2xy4x-x2.pdf ├── zhumianzuobiaoXXZ.png └── zsqrtx2y2x2y2z2R2.png ├── reference.bib └── 微积分简单题v1.00.pdf /README.md: -------------------------------------------------------------------------------- 1 | # calculus-note 2 | 3 | 微积分笔记—简单题和野鸡题 4 | 5 | 《微积分笔记》最终版 https://zhuanlan.zhihu.com/p/300880567 6 | -------------------------------------------------------------------------------- /elegantbook.cls: -------------------------------------------------------------------------------- 1 | %%%%%%%%%%%%%%%%%%%%%% 2 | %% start of file `elegantbook.cls'. 3 | %% Copyright 2013-2019 ElegantLaTeX (ElegantLaTeX2e@gmail.com) 4 | %% 5 | %% This work may be distributed and/or modified freely 6 | %% available at http://elegantlatex.tk/download/ 7 | %% and http://ddswhu.com/download/ 8 | % % 9 | %%%%%%%%%%%%%%%%%%%%% 10 | % % !Mode:: "TeX:UTF-8" 11 | \NeedsTeXFormat{LaTeX2e} 12 | \ProvidesClass{elegantbook}[2014/01/20 v2.00 ElegantBook document class] 13 | 14 | \RequirePackage{kvoptions} 15 | \RequirePackage{etoolbox} 16 | \SetupKeyvalOptions{family=ELEGANT, prefix=ELEGANT@, setkeys=\kvsetkeys} 17 | \newcommand{\ekv}[1]{\kvsetkeys{ELEGANT}{#1}} 18 | 19 | % ----- Colors ----- 20 | \DeclareStringOption[green]{color}[green] 21 | % ----- backward compatibility 22 | \DeclareVoidOption{green}{\ekv{color = green}} 23 | \DeclareVoidOption{cyan}{\ekv{color = cyan}} 24 | \DeclareVoidOption{blue}{\ekv{color = blue}} 25 | \DeclareVoidOption{nocolor}{\ekv{color = none}} 26 | % ----- Math option ----- 27 | \DeclareBoolOption[true]{mathpazo} 28 | \DeclareComplementaryOption{mtpro}{mathpazo} 29 | % ----- Title Style ----- 30 | \DeclareStringOption[hang]{titlestyle}[hang] 31 | % ----- backward compatibility 32 | \DeclareVoidOption{hang}{\ekv{titlestyle = hang}} 33 | \DeclareVoidOption{display}{\ekv{titlestyle = display}} 34 | % ----- Default Options ----- 35 | \DeclareDefaultOption{\PassOptionsToClass{\CurrentOption}{book}} 36 | 37 | \ProcessKeyvalOptions*\relax 38 | % \ProcessOptions*\relax 39 | \LoadClass[12pt,a4paper,openany]{book} 40 | %\DeclareMathSizes{12}{11.5}{7.4}{5} 41 | 42 | % ----- Handle Colors ----- 43 | %% 章节以及页脚图形 44 | \newcommand*{\base}[1]{ 45 | \def\@base{\includegraphics[scale=0.3]{#1} 46 | } 47 | } 48 | \RequirePackage{xcolor} 49 | \ifdefstring{\ELEGANT@color}{green}{ 50 | \definecolor{main}{RGB}{0,120,2}% 51 | \definecolor{seco}{RGB}{230,90,7}% 52 | \definecolor{thid}{RGB}{0,160,152} 53 | \definecolor{grassgreen}{RGB}{107,142,35}% 54 | \base{greenbase.pdf}% 55 | }{\relax} 56 | 57 | \ifdefstring{\ELEGANT@color}{cyan}{ 58 | \definecolor{main}{RGB}{0,175,152}% 59 | \definecolor{seco}{RGB}{239,126,30}% 60 | \definecolor{thid}{RGB}{120,8,13}% 61 | \base{cyanbase.pdf}% 62 | }{\relax} 63 | 64 | \ifdefstring{\ELEGANT@color}{blue}{ 65 | \definecolor{main}{RGB}{20,50,104}% 66 | \definecolor{seco}{RGB}{180,50,131}% 67 | \definecolor{thid}{RGB}{7,127,128}% 68 | \base{bluebase.pdf}% 69 | }{\relax} 70 | 71 | 72 | % ----- Handle Math option ----- 73 | %\ifELEGANT@mathpazo 74 | % \RequirePackage{mathpazo} 75 | % \RequirePackage{mathabx} 76 | % \newcommand{\mbf}{\mathbf} 77 | %\else 78 | % \AtBeginDocument{\usepackage{mtpro2}} 79 | %\fi 80 | 81 | 82 | % ----- Title Style ----- 83 | \ifdefstring{\ELEGANT@titlestyle}{hang}{\def\style{hang}}{\relax} 84 | \ifdefstring{\ELEGANT@titlestyle}{display}{\def\style{display}}{\relax} 85 | 86 | \newtoks\zhtitle 87 | \newtoks\entitle 88 | \newtoks\email 89 | \newtoks\version 90 | \newtoks\enend 91 | \newtoks\zhend 92 | 93 | 94 | 95 | %%数学字体宏包 96 | 97 | %% 常用宏包 98 | \RequirePackage{graphicx} 99 | \RequirePackage{wrapfig}%图文并排 100 | \RequirePackage{float} 101 | \RequirePackage{enumerate,enumitem} 102 | \usepackage[mtphrd]{mtpro2} % ,amssymb 103 | \RequirePackage{amsmath,mathrsfs,amsfonts} 104 | \everymath{\displaystyle} 105 | \DeclareMathOperator{\sech}{sech} 106 | \DeclareMathOperator{\csch}{csch} 107 | \DeclareMathOperator{\arcsec}{arcsec}%定义arcsec函数 108 | \DeclareMathOperator{\arccot}{arccot}%定义arccot函数 109 | \DeclareMathOperator{\arccsc}{arccsc}%定义arccsc函数 110 | \DeclareMathOperator{\arsinh}{arsinh}%定义arsinh函数 111 | \DeclareMathOperator{\arcosh}{arcosh}%定义arcosh函数 112 | \DeclareMathOperator{\artanh}{artanh}%定义artanh函数 113 | \DeclareMathOperator{\arcoth}{arcoth}%定义arcoth函数 114 | \DeclareMathOperator{\Li}{Li} 115 | \DeclareMathOperator{\sgn}{sgn} 116 | \newcommand\dif{\mathop{}\!\mathrm{d}} 117 | \DeclareMathOperator{\rank}{rank} 118 | \renewcommand{\Re}{\operatorname{Re}} 119 | \renewcommand{\Im}{\operatorname{Im}} 120 | \def\grad{\operatorname{grad}}%2017/10/14 121 | \RequirePackage{mathtools}%\begin{multlined}[t] 122 | \RequirePackage{bm} 123 | %\RequirePackage{mathabx} 124 | \RequirePackage{extarrows}%输入长等号时用的宏包 125 | \RequirePackage{tabularx} 126 | \RequirePackage{booktabs} 127 | \newcolumntype{Y}{>{\centering\arraybackslash}X} 128 | \linespread{1.3} 129 | 130 | \graphicspath{{./figure/}{./figures/}{./image/}{./images/}{./graphics/}{./graphic/}{./pictures/}{./picture/}} 131 | 132 | \newcommand*{\myquote}[1]{\def\@myquote{#1}} 133 | 134 | \newcommand*{\logo}[1]{ 135 | \def\@logo{\includegraphics[height=5.8cm]{#1} 136 | } 137 | } 138 | 139 | %% 水印壁纸 140 | \RequirePackage{wallpaper} 141 | \newcommand*{\cover}[1]{\def\@cover{ 142 | \ThisTileWallPaper{\paperwidth}{\paperheight}{#1} 143 | } 144 | } 145 | 146 | 147 | %% 页面设置 148 | 149 | \RequirePackage{hyperref} 150 | 151 | \AtBeginDocument{ 152 | \hypersetup{ 153 | pdftitle = {\the\zhtitle\the\zhend}, 154 | pdfauthor = {\@author} 155 | } 156 | } 157 | 158 | \hypersetup{ 159 | breaklinks, 160 | unicode, 161 | bookmarksnumbered =true, 162 | bookmarksopen =true, 163 | pdfsubject =\@author \@title Book, 164 | pdfkeywords ={ElegantBook}, 165 | pdfcreator ={XeLaTeX with ElegantBook class}, 166 | colorlinks, 167 | linkcolor =main, 168 | plainpages =false, 169 | pdfstartview =FitH, 170 | pdfborder={0 0 0}, 171 | linktocpage 172 | } 173 | 174 | \RequirePackage{geometry} 175 | \geometry{ 176 | a4paper, 177 | left=27mm, %% or inner=23mm 178 | right=27mm, %% or outer=18mm 179 | top=25.4mm, bottom=25.4mm, 180 | headheight=2.17cm, 181 | headsep=4mm, 182 | footskip=12mm 183 | } 184 | 185 | 186 | 187 | %% 章节设置 188 | \RequirePackage[center,pagestyles]{titlesec} 189 | 190 | \renewcommand{\chaptername}{第 \thechapter 章} 191 | 192 | \titleformat{\chapter}[\style]{\bfseries} 193 | {\filcenter\LARGE\enspace\bfseries{\color{main}\chaptername}\enspace}{1pt}{\bfseries\color{main}\LARGE\filcenter}[\filcenter\@base] 194 | 195 | \titleformat{\section}[hang]{\sffamily} 196 | {\hspace{-2.45em}\Large\bfseries{\color{main}\thesection}\enspace}{1pt}{\color{main}\Large\bfseries\filright} 197 | 198 | \titleformat{\subsection}[hang]{\sffamily} 199 | {\large\bfseries\color{main}\thesubsection\enspace}{1pt}{\color{main}\large\bfseries\filright} 200 | 201 | \titleformat{\subsubsection}[hang]{\sffamily} 202 | {\large\bfseries\color{main}\thesubsubsection\enspace}{1pt}{\color{main}\large\bfseries\filright} 203 | 204 | \titlespacing{\chapter}{0pt}{0pt}{1.5\baselineskip} 205 | %\titlespacing{\subsection}{0pt}{0.5\baselineskip}{-\baselineskip} 206 | 207 | 208 | %%中文结构名字 209 | \renewcommand{\contentsname}{目\hspace{2em}录} 210 | \renewcommand{\figurename}{图} 211 | \renewcommand{\tablename}{表} 212 | \renewcommand{\partname}{部分} 213 | \renewcommand{\listfigurename}{\bfseries 插图目录} 214 | \renewcommand{\listtablename}{\bfseries 表格目录} 215 | \renewcommand{\bibname}{\bfseries 参考文献} 216 | \renewcommand{\appendixname}{\bfseries 附\hspace{2em}录} 217 | \renewcommand{\indexname}{\bfseries 索\hspace{2em}引} 218 | 219 | %%字体设置 220 | \RequirePackage{fontenc} 221 | \RequirePackage{fontspec}%[no-math,cm-default] 222 | \defaultfontfeatures{Mapping=tex-text} 223 | \RequirePackage{xunicode} 224 | \RequirePackage{xltxtra} 225 | %\setmainfont{Latin Modern Math} 226 | \setmainfont[Ligatures=TeX]{Minion Pro} % (\textrm) 227 | \setsansfont{Myriad Pro} % (\textsf) 228 | \setmonofont{Inconsolata}%Palatino Linotype 229 | 230 | \RequirePackage{times} 231 | 232 | %-中文字体设置-% 233 | \RequirePackage{xeCJK} 234 | \setCJKmainfont[BoldFont={黑体},ItalicFont={楷体}]{华文中宋}%方正书宋_GBK Adobe Song Std L 235 | \setCJKsansfont[BoldFont={黑体}]{方正中等线简体} 236 | \setCJKmonofont{方正中等线简体} 237 | \newcommand{\heiti}{\CJKfontspec{FZHei-B01S}}%方正黑体 238 | \newcommand{\kaishu}{\CJKfontspec{FZKai-Z03S}}%方正楷体 239 | \XeTeXlinebreaklocale "zh" 240 | \XeTeXlinebreakskip = 0pt plus 1pt 241 | 242 | \setCJKfamilyfont{new}{方正苏新诗柳楷简体} 243 | \setCJKfamilyfont{note}{方正启体简体} 244 | \newfontfamily\gara{Adobe Garamond Pro} 245 | \newfontfamily\minion{Minion Pro} 246 | 247 | %% 定理\引理\定义样式设置 248 | \RequirePackage{environ} 249 | \RequirePackage{tikz} 250 | \usetikzlibrary{shapes,decorations} 251 | 252 | \definecolor{bule}{RGB}{18,29,57} 253 | \definecolor{bablue}{RGB}{248,248,248} 254 | 255 | %define the style of tikz newthemsty 256 | \tikzstyle{newthemsty} 257 | =[draw=main, fill=blue!10,very thick,rectangle, 258 | rounded corners, inner sep=10pt, inner ysep=20pt] 259 | \tikzstyle{newthemstytitle} 260 | =[fill=main, text=blue!10] 261 | 262 | \tikzstyle{newdefinitionsty} 263 | =[draw=seco, fill=yellow!20,very thick,rectangle, 264 | rounded corners, inner sep=10pt, inner ysep=20pt, 265 | text=black,fill opacity=0.9] 266 | \tikzstyle{newdefinitionstytitle} 267 | =[fill=seco, text=white] 268 | 269 | \tikzstyle{newpropositionsty} 270 | =[draw=thid, fill=bablue,very thick,rectangle, 271 | rounded corners, inner sep=10pt, inner ysep=20pt, 272 | text=black,fill opacity=0.9] 273 | \tikzstyle{newpropositionstytitle} 274 | =[fill=thid, text=white] 275 | 276 | %%define the "newthem" environment 277 | \newcounter{Newthem}[chapter] 278 | \renewcommand{\theNewthem}{\thechapter.\arabic{Newthem}} 279 | \NewEnviron{newthem}[1][{}]{% 280 | \begin{figure}[H] 281 | \noindent\centering 282 | \begin{tikzpicture} 283 | \node[newthemsty] (box){ 284 | \begin{minipage}{0.93\columnwidth} 285 | \sffamily\BODY 286 | \end{minipage}}; 287 | \node[newthemstytitle,right=10pt] at (box.north west){ 288 | \bf\textsf{Theorem \stepcounter{Newthem}\theNewthem\; #1}}; 289 | \node[newthemstytitle, rounded corners] at (box.east) {$\clubsuit$}; 290 | \end{tikzpicture} 291 | \end{figure}} 292 | 293 | %%define the "newlemma" environment 294 | \newcounter{Newlemma}[chapter] 295 | \renewcommand{\theNewlemma}{\thechapter.\arabic{Newlemma}} 296 | \NewEnviron{newlemma}[1][{}]{% 297 | \begin{figure}[H] 298 | \noindent\centering 299 | \begin{tikzpicture} 300 | \node[newthemsty] (box){ 301 | \begin{minipage}{0.93\columnwidth} 302 | \sffamily\BODY 303 | \end{minipage}}; 304 | \node[newthemstytitle,right=10pt] at (box.north west){ 305 | \bf\textsf{Lemma \stepcounter{Newlemma}\theNewlemma\; #1}}; 306 | \node[newthemstytitle, rounded corners] at (box.east) {$\clubsuit$}; 307 | \end{tikzpicture} 308 | \end{figure}} 309 | 310 | %%define the "newcorol" environment 311 | \newcounter{Newcorol}[chapter] 312 | \renewcommand{\theNewcorol}{\thechapter.\arabic{Newcorol}} 313 | \NewEnviron{newcorol}[1][{}]{% 314 | \begin{figure}[H] 315 | \noindent\centering 316 | \begin{tikzpicture} 317 | \node[newthemsty] (box){ 318 | \begin{minipage}{0.93\columnwidth} 319 | \sffamily\BODY 320 | \end{minipage}}; 321 | \node[newthemstytitle,right=10pt] at (box.north west){ 322 | \bf\textsf{Corollary \stepcounter{Newcorol}\theNewcorol\; #1}}; 323 | \node[newthemstytitle, rounded corners] at (box.east) {$\clubsuit$}; 324 | \end{tikzpicture} 325 | \end{figure}} 326 | 327 | %% define the "proposition" environment 328 | \newcounter{Newprop}[chapter] 329 | \renewcommand{\theNewprop}{\thechapter.\arabic{Newprop}} 330 | \NewEnviron{newprop}[1][{}]{% 331 | \begin{figure}[H]\noindent\centering 332 | \begin{tikzpicture} 333 | \node[newpropositionsty] (box){ 334 | \begin{minipage}{0.93\columnwidth} 335 | \sffamily\BODY 336 | \end{minipage}}; 337 | \node[newpropositionstytitle,right=10pt] at (box.north west){ 338 | \bf\textsf{Proposition \stepcounter{Newprop}\theNewprop\; #1}}; 339 | \node[newpropositionstytitle, rounded corners] at (box.east) {$\spadesuit$}; 340 | \end{tikzpicture} 341 | \end{figure}} 342 | 343 | 344 | %%define the "newdef" environment 345 | \newcounter{Newdefinition}[chapter] 346 | \renewcommand{\theNewdefinition}{\thechapter.\arabic{Newdefinition}} 347 | \NewEnviron{newdef}[1][{}]{% 348 | \begin{figure}[H]\noindent\centering 349 | \begin{tikzpicture} 350 | \node [newdefinitionsty] (dbox){\begin{minipage}{0.93\textwidth}\itshape\BODY\end{minipage}}; 351 | \node[newdefinitionstytitle, right=10pt] at (dbox.north west) {\bf\textsf{Definition \stepcounter{Newdefinition}\theNewdefinition\; #1}}; 352 | \node[newdefinitionstytitle, rounded corners] at (dbox.east) {$\heartsuit$}; 353 | \end{tikzpicture} 354 | \end{figure}} 355 | 356 | %-------------------------------------------------------------- 357 | \RequirePackage{tasks}%选择题宏包,tasks环境 358 | \settasks{counter-format={(tsk[A])}, 359 | label-offset={1em}, 360 | label-align=left, 361 | column-sep={2pt}, 362 | item-indent={1pt},before-skip={-0.7em},after-skip={-0.7em}} 363 | %-------------------------------------------------------------- 364 | 365 | %% Example with counter 366 | \newcounter{Newexam}[chapter] 367 | \renewcommand{\theNewexam}{\thechapter.\arabic{Newexam}} 368 | \newcommand{\boxes}{% 369 | \begin{tikzpicture} 370 | \draw [cyan] (0,0) rectangle (1.2ex,1.2ex);% 371 | \fill [cyan!50] (0.4ex,0.4ex) rectangle (1.6ex,1.6ex);% 372 | \end{tikzpicture} 373 | } 374 | %\newenvironment{example}{\par\noindent{\makebox[0pt][r]{\boxes\,}}\textbf{{\color{cyan}\minion Example\,\stepcounter{Newexam}\theNewexam}{\color{red}:} }\color{black!90}}{\par} 375 | \newenvironment{example}{\par\noindent{\makebox[0pt][r]{\boxes\,}}\textbf{{\color{teal!80}\minion Example}\,{\color{orange!100}\stepcounter{Newexam}\theNewexam}{\color{red}:} }\color{black!90}}{\par} 376 | 377 | \usepackage{halloweenmath}%猫和老鼠 378 | %% Exercise with counter 379 | \newcounter{Newexer}[chapter] 380 | \renewcommand{\theNewexer}{\thechapter.\arabic{Newexer}} 381 | \newenvironment{exercise}{\par\noindent{\makebox[0pt][r]{\color{main}$\textstyle\mathwitch*$\;}}\textbf{\minion Exercise\,\stepcounter{Newexer}\theNewexer: }}{\par}%\ding{50}\;\reversemathwitch* 382 | 383 | %%define the note and newproof environment 384 | \RequirePackage{pifont,manfnt} 385 | \newenvironment{note}{\par\itshape\CJKfamily{note}\gara\noindent{\makebox[0pt][r]{\scriptsize\color{red!90}\textdbend\quad}\textbf{Note:}}}{\par} 386 | 387 | \newenvironment{remark}{\par\itshape\CJKfamily{note}\gara\noindent{\makebox[0pt][r]{\color{red!90}\ding{96}\quad}\textbf{Remarks:}}}{\par} 388 | 389 | 390 | \newenvironment{assumption}{\par\noindent\textbf{Assumptions: }\color{black!90}}{\par} 391 | 392 | \newenvironment{conclusion}{\par\noindent\textbf{Conclusions: }}{\par} 393 | 394 | \newenvironment{property}{\par\noindent\textbf{Properties: }}{\par} 395 | 396 | \newenvironment{newproof}{\par\noindent{\makebox[0pt][r]{\color{main}\ding{43}\;\;}\textbf{\minion Proof:}}\color{black!90}\small}{\hfill$\Box$\quad\par} 397 | 398 | \newenvironment{solution}{\par\noindent{\makebox[0pt][r]{\color{main}\ding{46}\;\;}\textbf{\minion Solution:}}\small}{\hfill$\Box$\quad\par} 399 | 400 | \newenvironment{Solution}{\par\noindent{\makebox[0pt][r]{\color{main}\ding{46}\;\;}}\textbf{\minion Solution}}{\hfill$\color{main}\blacktriangleleft$\quad\par} 401 | 402 | \newenvironment{custom}[1]{\par\noindent{\makebox[0pt][r]{\color{main}\ding{34}\;\;}\textbf{#1:}}\small}{\par} 403 | 404 | %页眉页脚 405 | \RequirePackage{fancyhdr} 406 | \RequirePackage{lastpage} 407 | \fancyhf{} 408 | \fancyhead[EL,OR]{\color{main}--\thepage/\pageref{LastPage}--} 409 | \fancyhead[ER]{\color{main}\em\nouppercase\leftmark{}} 410 | \fancyhead[OL]{\color{main}\em\nouppercase\rightmark} 411 | \fancyfoot[c]{\@base} 412 | \renewcommand{\headrule}{\color{main}\hrule width\textwidth} 413 | \pagestyle{fancy} 414 | 415 | \fancypagestyle{plain}{\renewcommand{\headrulewidth}{0pt}\fancyhf{}\renewcommand{\headrule}{}} 416 | \renewcommand{\sectionmark}[1]{\markright{\thesection\; #1}{} } 417 | \renewcommand{\chaptermark}[1]{\markboth{\chaptername \; #1\;}{}} 418 | 419 | 420 | 421 | %\let\origdoublepage\cleardoublepage 422 | %\newcommand{\clearemptydoublepage}{% 423 | % \clearpage 424 | % {\pagestyle{empty}\origdoublepage}% 425 | %} 426 | %\let\cleardoublepage\clearemptydoublepage 427 | 428 | %\RequirePackage{nextpage} 429 | %\cleartooddpage[\thispagestyle{empty}] 430 | %\cleartoevenpage[\thispagestyle{empty}] 431 | %%封面 432 | 433 | \def\maketitle{% 434 | \thispagestyle{empty} 435 | \@cover 436 | \vfill 437 | \vspace*{2cm} 438 | \begin{center} 439 | \color{seco} 440 | \rule{0.8\textwidth}{2pt}\\ 441 | \Huge {\color{main} \bfseries \the\entitle } {\color{seco} \bfseries \the\enend}\\ 442 | {\Huge \CJKfamily{new}{\color{main} \the\zhtitle } \the\zhend}\\ 443 | \rule{0.8\textwidth}{2pt} 444 | \end{center} 445 | \vskip3ex 446 | \begin{figure}[htp] 447 | \centering 448 | \@logo 449 | \end{figure} 450 | \begin{center} 451 | \begin{minipage}{0.65\textwidth} 452 | \Eindent\color{bule}\@myquote 453 | \end{minipage} 454 | \end{center} 455 | \vfill 456 | \vspace{2cm} 457 | \begin{flushright} 458 | \color{seco} 459 | \rule{0.45\textwidth}{1pt}\\ 460 | 整理:{\color{main}\@author}\\ 461 | 整理时间:{\color{main}\today}\\ 462 | Email: \hyperlink{\the\email}{\the\email}\\ 463 | \rule{0.45\textwidth}{1pt} 464 | \end{flushright} 465 | \vfill 466 | \begin{center} 467 | \color{seco} Version: \the\version 468 | \end{center} 469 | \vfil\eject 470 | } 471 | 472 | 473 | %%中文两个字符缩进 474 | %----字宽/缩进----- 475 | %----CJK字符宽度 476 | %\f@size = 当前字符大小数值(pt/pt) 477 | %\p@ = 1pt 478 | \def\elegant@CJKChar@size{\hskip \f@size \p@} 479 | %----定义字宽 480 | %字宽 = 字符宽度 + 字符间距 = 相邻字符中心的间距 481 | \newdimen\elegant@CJKChar@size@dimen 482 | \settowidth\elegant@CJKChar@size@dimen{\elegant@CJKChar@size\CJKglue} 483 | %----用户接口 484 | %负责刷新字宽和段落缩进 485 | \newcommand{\CJKsetfontspace}{% 486 | %刷新字宽 487 | \settowidth\elegant@CJKChar@size@dimen{\elegant@CJKChar@size\CJKglue}% 488 | %刷新段落缩进 489 | %判断段落缩进是否被设置为0(如果是表示要求不缩进) 490 | \ifdim\parindent=0pt% 491 | \relax% 492 | \else% 493 | \parindent2\elegant@CJKChar@size@dimen% 494 | \fi% 495 | } 496 | \newcommand{\Eindent}{\CJKsetfontspace\parindent2\elegant@CJKChar@size@dimen} 497 | \newcommand{\Enoindent}{\parident\z@} 498 | %----自动执行 499 | \AtBeginDocument{\Eindent} 500 | 501 | 502 | 503 | -------------------------------------------------------------------------------- /figure/blackbase.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/figure/blackbase.pdf -------------------------------------------------------------------------------- /figure/bluebase.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/figure/bluebase.pdf -------------------------------------------------------------------------------- /figure/cover.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/figure/cover.pdf -------------------------------------------------------------------------------- /figure/cyanbase.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/figure/cyanbase.pdf -------------------------------------------------------------------------------- /figure/greenbase.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/figure/greenbase.pdf -------------------------------------------------------------------------------- /figure/logo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/figure/logo.pdf -------------------------------------------------------------------------------- /figure/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/figure/logo.png -------------------------------------------------------------------------------- /figure/meiyouneirong: -------------------------------------------------------------------------------- 1 | 模板图片 2 | -------------------------------------------------------------------------------- /image/138gaosigongshiE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/image/138gaosigongshiE.png -------------------------------------------------------------------------------- /image/138situokesiE1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/image/138situokesiE1.png -------------------------------------------------------------------------------- /image/1nomathcdiyititu.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/image/1nomathcdiyititu.pdf -------------------------------------------------------------------------------- /image/2011nomathyusai1-3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/image/2011nomathyusai1-3.pdf -------------------------------------------------------------------------------- /image/2fracxx2+y242fracyx2+y24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/image/2fracxx2+y242fracyx2+y24.png -------------------------------------------------------------------------------- /image/PDSJHYYxwmath.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/image/PDSJHYYxwmath.png -------------------------------------------------------------------------------- /image/blfpwx.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/image/blfpwx.pdf -------------------------------------------------------------------------------- /image/cothxsechxcschx.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/image/cothxsechxcschx.pdf -------------------------------------------------------------------------------- /image/definite-integral-Riemann-Sum.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/image/definite-integral-Riemann-Sum.pdf -------------------------------------------------------------------------------- /image/double-integral-Riemann-Sum.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/image/double-integral-Riemann-Sum.pdf -------------------------------------------------------------------------------- /image/fenhongsecaolvse.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/image/fenhongsecaolvse.jpg -------------------------------------------------------------------------------- /image/fenhongsecaolvsepdf.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/image/fenhongsecaolvsepdf.pdf -------------------------------------------------------------------------------- /image/huanxu1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/image/huanxu1.pdf -------------------------------------------------------------------------------- /image/ld0x10x+y1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/image/ld0x10x+y1.png -------------------------------------------------------------------------------- /image/meiyouneirong: -------------------------------------------------------------------------------- 1 | 题目图片 2 | -------------------------------------------------------------------------------- /image/scpwx.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/image/scpwx.pdf -------------------------------------------------------------------------------- /image/scqiuzuobiaoxi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/image/scqiuzuobiaoxi.png -------------------------------------------------------------------------------- /image/sinhxcoshxtanhx.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/image/sinhxcoshxtanhx.pdf -------------------------------------------------------------------------------- /image/sinhxcoshxtanhx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/image/sinhxcoshxtanhx.png -------------------------------------------------------------------------------- /image/tmswjf-djftu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/image/tmswjf-djftu.png -------------------------------------------------------------------------------- /image/tmswjf-ecjfjzbtu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/image/tmswjf-ecjfjzbtu.png -------------------------------------------------------------------------------- /image/tmswjf-ecjftu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/image/tmswjf-ecjftu.png -------------------------------------------------------------------------------- /image/touyingoxyXXZ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/image/touyingoxyXXZ.png -------------------------------------------------------------------------------- /image/x2+y2=a2x2+z2=a2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/image/x2+y2=a2x2+z2=a2.png -------------------------------------------------------------------------------- /image/x2y2z21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/image/x2y2z21.png -------------------------------------------------------------------------------- /image/y2xy4x-x2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/image/y2xy4x-x2.pdf -------------------------------------------------------------------------------- /image/zhumianzuobiaoXXZ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/image/zhumianzuobiaoXXZ.png -------------------------------------------------------------------------------- /image/zsqrtx2y2x2y2z2R2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/image/zsqrtx2y2x2y2z2R2.png -------------------------------------------------------------------------------- /reference.bib: -------------------------------------------------------------------------------- 1 | @misc{oetiker2010not, 2 | title={The Not So Short Introduction to {\LaTeXe}}, 3 | author={Oetiker, Tobias and Partl, Hubert and Hyna, Irene and Schlegl, Elisabeth}, 4 | year={2010} 5 | } 6 | 7 | @misc{packagewriter, 8 | title={{\LaTeXe} for class and package writers}, 9 | author={The {\LaTeX} 3 Project}, 10 | year={1999}, 11 | } 12 | @misc{complete, 13 | title={{\LaTeXe} 完全学习手册}, 14 | author={胡伟}, 15 | year={2011}, 16 | publisher={清华大学出版社} 17 | } 18 | @misc{TongJDX2014, 19 | title={高等数学~第七版}, 20 | author={同济大学数学系}, 21 | year={2014}, 22 | publisher={高等教育出版社} 23 | } 24 | @misc{TongJi7XTQJ, 25 | title={高等数学习题全解指南}, 26 | author={同济大学数学系}, 27 | year={2014}, 28 | publisher={高等教育出版社} 29 | } 30 | @misc{ShuJingNUDT2009, 31 | title={大学生数学竞赛指导}, 32 | author={国防科学技术大学数学竞赛指导组}, 33 | year={2009}, 34 | publisher={清华大学出版社} 35 | } 36 | @misc{ShuJingCZD2010, 37 | title={大学生数学竞赛习题精讲}, 38 | author={陈兆斗, 郑连存, 王辉, 李为东}, 39 | year={2010}, 40 | month={8}, 41 | publisher={清华大学出版社} 42 | } 43 | @misc{CalculusFZ1, 44 | title={微积分学教程(第一卷)}, 45 | author={菲赫金哥尔茨}, 46 | year={2006}, 47 | publisher={北京: 高等教育出版社} 48 | } 49 | @misc{CalculusFZ2, 50 | title={微积分学教程(第二卷)}, 51 | author={菲赫金哥尔茨}, 52 | year={2006}, 53 | publisher={北京: 高等教育出版社} 54 | } 55 | @misc{CalculusFZ3, 56 | title={微积分学教程(第三卷)}, 57 | author={菲赫金哥尔茨}, 58 | year={2006}, 59 | publisher={北京: 高等教育出版社} 60 | } 61 | @misc{ZhouMingQiang2014Y, 62 | title={数学分析习题演练(第一册)}, 63 | author={周明强}, 64 | year={2010}, 65 | publisher={科学出版社} 66 | } 67 | @misc{ZhouMingQiang2014E, 68 | title={数学分析习题演练(第二册)}, 69 | author={周明强}, 70 | year={2010}, 71 | publisher={科学出版社} 72 | } 73 | @misc{ZhouMingQiang2014S, 74 | title={数学分析习题演练(第三册)}, 75 | author={周明强}, 76 | year={2010}, 77 | publisher={科学出版社} 78 | } 79 | @misc{XuSenlin2005Y, 80 | title={数学分析第一册}, 81 | author={徐森林,薛春华}, 82 | year={2005}, 83 | publisher={清华大学出版社} 84 | } 85 | @misc{XuSenlin2006E, 86 | title={数学分析第二册}, 87 | author={徐森林,薛春华}, 88 | year={2006}, 89 | publisher={清华大学出版社} 90 | } 91 | @misc{XuSenlin2007S, 92 | title={数学分析第三册}, 93 | author={徐森林,薛春华}, 94 | year={2007}, 95 | publisher={清华大学出版社} 96 | } 97 | @misc{XuSenlin2009S, 98 | title={数学分析精选习题全解(上册)}, 99 | author={徐森林,薛春华}, 100 | year={2009}, 101 | publisher={清华大学出版社} 102 | } 103 | @misc{XuSenlin2009X, 104 | title={数学分析精选习题全解(下册)}, 105 | author={徐森林,薛春华}, 106 | year={2009}, 107 | publisher={清华大学出版社} 108 | } 109 | @misc{ZhuYaoChen2015, 110 | title={数学分析范例选解}, 111 | author={朱尧辰}, 112 | year={2015}, 113 | publisher={中国科技大学出版社} 114 | } 115 | @misc{GaoSihanshuintGuownxiu2002, 116 | title={广义高斯函数及其积分问题}, 117 | author={郭文秀,朱永银,张克新}, 118 | year={2002}, 119 | publisher = {郧阳师范高等专科学校学报}, 120 | } 121 | @misc{XuanZhuanTiTiJiRenYiZhiXian2015, 122 | title={旋转轴为任意直线时旋转体体积的计算}, 123 | author={孙成金,张建军,李战国}, 124 | year={2015}, 125 | publisher = {河南教育学院学报}, 126 | } 127 | @misc{Wronskianfin3574, 128 | author = {fin3574}, 129 | title = {【 微分方程】 二阶线性微分方程のWronskian法}, 130 | howpublished = {\url{http://tieba.baidu.com/p/4501477872}}, 131 | year = 2016, 132 | } 133 | @misc{intln(1+x/1+x2)fin3574, 134 | author = {fin3574}, 135 | title = {这道题到底有多少种做法?}, 136 | howpublished = {\url{http://tieba.baidu.com/p/4331366750}}, 137 | year = 2016, 138 | } 139 | @misc{sum(-1)n/(2n+1)3yongyifang963, 140 | author = {Aris}, 141 | title = {发个题,想看看大家的解法。}, 142 | howpublished = {\url{http://tieba.baidu.com/p/4428450841#87016105253l}}, 143 | year = 2016, 144 | } 145 | @misc{FuBianHuazhongU4, 146 | title={复变函数与积分变换}, 147 | author={李红, 谢松法}, 148 | year={2013}, 149 | publisher={高等教育出版社} 150 | } 151 | @misc{ShuXueWuLiFangFa2015, 152 | title={数学物理方法}, 153 | author={吴崇试}, 154 | year={2015}, 155 | publisher={高等教育出版社} 156 | } -------------------------------------------------------------------------------- /微积分简单题v1.00.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaodongtang/calculus-note/e011db31eb1ee3af4f45eebdd2c2a6ec046570f6/微积分简单题v1.00.pdf --------------------------------------------------------------------------------