added contour integrals
This commit is contained in:
parent
40e0ad3b03
commit
10e516c493
6 changed files with 6672 additions and 5211 deletions
|
@ -11,7 +11,7 @@
|
|||
\usepackage{fancyhdr}
|
||||
\usepackage{pdfpages}
|
||||
\usepackage[arrowdel]{physics}
|
||||
\usetikzlibrary{calc,trees,positioning,arrows,fit,shapes,angles,patterns}
|
||||
\usetikzlibrary{calc,trees,decorations.markings,positioning,arrows,fit,shapes,angles,patterns}
|
||||
\DeclareDocumentCommand\vnabla{}{\vectorarrow{\nabla}}
|
||||
|
||||
\graphicspath{assets}
|
||||
|
@ -38,6 +38,7 @@
|
|||
\DeclareMathOperator{\sgn}{sgn}
|
||||
\DeclareMathOperator{\diag}{diag}
|
||||
\DeclareMathOperator{\const}{const}
|
||||
\DeclareMathOperator{\Log}{Log}
|
||||
|
||||
\newcommand{\natn}{\mathbb{N}}
|
||||
\newcommand{\intn}{\mathbb{Z}}
|
||||
|
@ -86,7 +87,7 @@
|
|||
|
||||
\newcommand{\interior}[1]{\mathring{#1}}
|
||||
\newcommand{\boundary}[1]{\partial #1}
|
||||
\newcommand{\closure}[1]{\bar{#1}}
|
||||
\newcommand{\closure}[1]{\overline{#1}}
|
||||
|
||||
\newcommand{\conv}[1]{\xrightarrow{\makebox[2em][c]{$\scriptstyle#1$}}}
|
||||
\newcommand{\convinf}{\conv{n \rightarrow \infty}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue