Compare commits

...

3 commits

Author SHA1 Message Date
10e210d0b7 Some small changes 2022-08-07 16:20:57 +02:00
15a524cfe2 Added shorthand for Lagrange density. 2022-06-02 12:55:49 +02:00
b87a7ea151 Added very important "ez" QED symbol. 2022-06-01 19:34:33 +02:00
2 changed files with 17 additions and 4 deletions

View file

@ -7,7 +7,7 @@
\RequirePackage{siunitx}
\RequirePackage{lmodern}
\RequirePackage{amsfonts}
\RequirePackage{amsmath}
\RequirePackage[tbtags]{amsmath}
\RequirePackage{bbold}
\RequirePackage{dsfont}
\RequirePackage{graphicx}
@ -21,6 +21,7 @@
\RequirePackage{fancyhdr}
\pagestyle{fancy}
\RequirePackage{hyperref}
\RequirePackage{slashed}
\fancyhead[L]{Daniel Mowitz}

View file

@ -35,10 +35,15 @@
}
% Lexical symbols
\def \doubleunderline#1{\underline{\underline{#1}}}
\def \qed{\hfill$\square.$}
\newcommand{\doubleunderline}[1]{\underline{\underline{#1}}}
\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
\def \lbr{\quad \\}
\newcommand{\lbr}{\quad \\}
% Mathematical symbols
\newcommand{\obda}{\text{o.\,B.\,d.\,A. }}
@ -62,6 +67,7 @@
\newcommand{\twovec}[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{\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{\sandw}[3]{\bra{#1}#2\ket{#3}}
\newcommand{\tsandw}[2]{\sandw{#1}{#2}{#1}}
@ -71,5 +77,11 @@
\newcommand{\undertilde}[1]{\underset{\sim}{#1}}
\newcommand{\delfrac}[2]{\frac{\partial #1}{\partial #2}}
\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