Compare commits
3 commits
0d7a47188f
...
10e210d0b7
Author | SHA1 | Date | |
---|---|---|---|
10e210d0b7 | |||
15a524cfe2 | |||
b87a7ea151 |
2 changed files with 17 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
||||||
\RequirePackage{siunitx}
|
\RequirePackage{siunitx}
|
||||||
\RequirePackage{lmodern}
|
\RequirePackage{lmodern}
|
||||||
\RequirePackage{amsfonts}
|
\RequirePackage{amsfonts}
|
||||||
\RequirePackage{amsmath}
|
\RequirePackage[tbtags]{amsmath}
|
||||||
\RequirePackage{bbold}
|
\RequirePackage{bbold}
|
||||||
\RequirePackage{dsfont}
|
\RequirePackage{dsfont}
|
||||||
\RequirePackage{graphicx}
|
\RequirePackage{graphicx}
|
||||||
|
@ -21,6 +21,7 @@
|
||||||
\RequirePackage{fancyhdr}
|
\RequirePackage{fancyhdr}
|
||||||
\pagestyle{fancy}
|
\pagestyle{fancy}
|
||||||
\RequirePackage{hyperref}
|
\RequirePackage{hyperref}
|
||||||
|
\RequirePackage{slashed}
|
||||||
|
|
||||||
\fancyhead[L]{Daniel Mowitz}
|
\fancyhead[L]{Daniel Mowitz}
|
||||||
|
|
||||||
|
|
|
@ -35,10 +35,15 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
% Lexical symbols
|
% Lexical symbols
|
||||||
\def \doubleunderline#1{\underline{\underline{#1}}}
|
\newcommand{\doubleunderline}[1]{\underline{\underline{#1}}}
|
||||||
\def \qed{\hfill$\square.$}
|
\newcommand{\qed}{\hfill$\square.$}
|
||||||
|
\newcommand{\ezqed}{\hfill$\square$\kern-.65em \tiny ${}^{e\!z}$ \normalsize . }
|
||||||
|
\newcommand{\yeet}{%
|
||||||
|
(\raisebox{0.5em}{\rotatebox{-45}{)}}$^{\circ}{\scriptscriptstyle\Box}^{\circ}$)\raisebox{0.5em}{\rotatebox{-45}{)}}\rotatebox{90}{)}\raisebox{0.2em}{\LARGE \_\hskip-.1em\textvisiblespace\hskip-.1em\_}
|
||||||
|
}
|
||||||
\allowdisplaybreaks %page break in align
|
\allowdisplaybreaks %page break in align
|
||||||
\def \lbr{\quad \\}
|
|
||||||
|
\newcommand{\lbr}{\quad \\}
|
||||||
|
|
||||||
% Mathematical symbols
|
% Mathematical symbols
|
||||||
\newcommand{\obda}{\text{o.\,B.\,d.\,A. }}
|
\newcommand{\obda}{\text{o.\,B.\,d.\,A. }}
|
||||||
|
@ -62,6 +67,7 @@
|
||||||
\newcommand{\twovec}[2]{\begin{bmatrix}#1 \\ #2\end{bmatrix}}
|
\newcommand{\twovec}[2]{\begin{bmatrix}#1 \\ #2\end{bmatrix}}
|
||||||
\newcommand{\twocovec}[2]{\begin{bmatrix}#1 & #2\end{bmatrix}}
|
\newcommand{\twocovec}[2]{\begin{bmatrix}#1 & #2\end{bmatrix}}
|
||||||
\newcommand{\fourmat}[4]{\begin{bmatrix}#1 & #2 \\ #3 & #4\end{bmatrix}}
|
\newcommand{\fourmat}[4]{\begin{bmatrix}#1 & #2 \\ #3 & #4\end{bmatrix}}
|
||||||
|
\newcommand{\sxtnmat}[16]{\begin{bmatrix}#1 & #2 & #3 & #4 \\ #5 & #6 & #7 & #8 \\ #9 & #10 & #11 & #12 \\ #13 & #14 & #15 & #16\end{bmatrix}}
|
||||||
\newcommand{\ppow}[2]{#1^{(#2)}}
|
\newcommand{\ppow}[2]{#1^{(#2)}}
|
||||||
\newcommand{\sandw}[3]{\bra{#1}#2\ket{#3}}
|
\newcommand{\sandw}[3]{\bra{#1}#2\ket{#3}}
|
||||||
\newcommand{\tsandw}[2]{\sandw{#1}{#2}{#1}}
|
\newcommand{\tsandw}[2]{\sandw{#1}{#2}{#1}}
|
||||||
|
@ -71,5 +77,11 @@
|
||||||
\newcommand{\undertilde}[1]{\underset{\sim}{#1}}
|
\newcommand{\undertilde}[1]{\underset{\sim}{#1}}
|
||||||
\newcommand{\delfrac}[2]{\frac{\partial #1}{\partial #2}}
|
\newcommand{\delfrac}[2]{\frac{\partial #1}{\partial #2}}
|
||||||
\newcommand{\timeder}[1]{\overset{.}{#1}}
|
\newcommand{\timeder}[1]{\overset{.}{#1}}
|
||||||
|
\newcommand{\lagdens}{\mathcal{L}}
|
||||||
|
\newcommand{\sgn}{\textrm{sgn}}
|
||||||
|
|
||||||
|
\newlength{\intkern}
|
||||||
|
%\newcommand{\goodint}[3]{\settowidth{\intkern}{#3} \int_{#2}^{#3} \mkern-\intkern d#1 \;\,}
|
||||||
|
\newcommand{\goodint}[3]{\settowidth{\intkern}{#3} \int_{#2}^{#3} d#1 \;\,}
|
||||||
|
|
||||||
% Environments
|
% Environments
|
||||||
|
|
Loading…
Reference in a new issue