mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-01-12 14:18:23 +00:00
[Analysis] Diff. Calc.
This commit is contained in:
@@ -43,10 +43,16 @@
|
||||
\def \lims{\limsup\limits_{n \to \infty}}
|
||||
|
||||
\def \ord{\text{ord}}
|
||||
\def \tr{\text{Tr}}
|
||||
\def \sep{\ |\ }
|
||||
|
||||
\def \iffdef{\overset{\text{def}}{\iff}}
|
||||
|
||||
\def \dfd#1{\frac{\partial f}{\partial x_#1}}
|
||||
\def \sdfd#1{\partial_{x_#1}f}
|
||||
\def \ssdfd#1{\partial_#1f}
|
||||
\def \dd#1#2{\frac{\partial_#1}{\partial x_#2}} % to replace f
|
||||
|
||||
% Titles
|
||||
\def \definition{\colorbox{lightgray}{Def} }
|
||||
\def \notation{\colorbox{lightgray}{Notation} }
|
||||
@@ -55,11 +61,6 @@
|
||||
\def \lemma{\colorbox{lightgray}{Lem.} }
|
||||
\def \method{\colorbox{lightgray}{Method} }
|
||||
|
||||
% partial derivatives
|
||||
\def \dfd#1{\frac{\partial f}{\partial x_#1}}
|
||||
\def \sdfd#1{\partial_{x_#1}f}
|
||||
\def \ssdfd#1{\partial_#1f}
|
||||
\def \dd#1#2{\frac{\partial_#1}{\partial x_#2}} % to replace f
|
||||
|
||||
% For intuiton and less important notes
|
||||
\def \subtext#1{
|
||||
|
||||
@@ -34,4 +34,8 @@
|
||||
|
||||
% Custom resets
|
||||
\renewcommand{\arraystretch}{1.3} % Decrease row height
|
||||
\renewcommand{\familydefault}{\sfdefault}
|
||||
\renewcommand{\familydefault}{\sfdefault}
|
||||
|
||||
% Flexible graphs / visualisations inside latex
|
||||
\usepackage{tikz}
|
||||
\usetikzlibrary{positioning, arrows.meta}
|
||||
Reference in New Issue
Block a user