Emailed committee and made progress on Section 5
This commit is contained in:
25
LaTeX/macros.tex
Normal file
25
LaTeX/macros.tex
Normal file
@@ -0,0 +1,25 @@
|
||||
|
||||
\newtheorem{theorem}{Theorem}
|
||||
|
||||
|
||||
\newcommand{\diff}[2]{\frac{\partial #1}{\partial #2}}
|
||||
\newcommand{\diffr}[1]{\diff{#1}{r}}
|
||||
\newcommand{\diffth}[1]{\diff{#1}{\theta}}
|
||||
\newcommand{\diffz}[1]{\diff{#1}{z}}
|
||||
|
||||
\newcommand{\vth}{V_{\theta}}
|
||||
|
||||
\newcommand{\twochoices}[2]{\left\{ \begin{array}{lcc}
|
||||
\displaystyle #1 \\ \vspace{-10pt} \\
|
||||
\displaystyle #2 \end{array} \right. } %}
|
||||
|
||||
\newcommand{\threechoices}[3]{\left\{ \begin{array}{lcc}
|
||||
#1 \\ #2 \\ #3 \end{array} \right. } %}
|
||||
|
||||
\newcommand{\fourchoices}[4]{\left\{ \begin{array}{lcc}
|
||||
#1 \\ #2 \\ #3 \\ #4 \end{array} \right. } %}
|
||||
|
||||
\newcommand{\twovec}[2]{\left(\begin{array}{c} #1 \\ #2 \end{array}\right)}
|
||||
\newcommand{\threevec}[3]{\left(\begin{array}{c} #1 \\ #2 \\ #3 \end{array}\right)}
|
||||
\newcommand{\twomatrix}[4]{\left(\begin{array}{cc} #1 & #2 \\ #3 & #4 \end{array}\right)}
|
||||
|
||||
Reference in New Issue
Block a user