summaryrefslogtreecommitdiff
path: root/math_options.org
blob: 75cde257a1d219ff0870bef0d5cda8e2c2d4fb4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#+html_head: <link rel="stylesheet" type="text/css" href="/css/style.css" />
#+html_head: <link rel="stylesheet" type="text/css" href="/css/math.css" />
#+html_head_extra: <meta name="author" content="Thomas Albers Raviola">
#+html_head_extra: <meta name="description" content="Hobbyist electronics, programming and more">

#+macro: date_place $1, $2, {{{date(%B %d\, %Y)}}}

#+macro: beg-eqn \begin{equation*}
#+macro: end-eqn \end{equation*}

#+macro: beg-align \begin{align*}
#+macro: end-align \end{align*}

#+macro: ref

#+latex_header: \usepackage{bm}
#+latex_header: \usepackage{amssymb}

#+latex_header: \newcommand{\deriv}[2]{\frac{\text{d}#1}{\text{d}#2}}
#+latex_header: \newcommand{\pderiv}[2]{\frac{\partial{}#1}{\partial{}#2}}
#+latex_header: \newcommand{\unitv}[1]{\bm{\hat{e}}_#1}
#+latex_header: \newcommand{\dcoff}[1]{\frac{\text{d}}{\text{d}x} #1}
#+latex_header: \newcommand{\sdcoff}[1]{\frac{\text{d}#1}{\text{d}x}}

#+latex_header: \newcommand{\ddx}[2]{\frac{\text{d}}{\text{d}x} #1}
#+latex_header: \newcommand{\intg}[2]{\int #1 \text{d}x &= #2 + C}
#+latex_header: \newcommand{\D}[1]{\text{d}#1}

#+latex_header: \DeclareMathOperator\arsinh{arsinh}
#+latex_header: \DeclareMathOperator\arcosh{arcosh}
#+latex_header: \DeclareMathOperator\artanh{artanh}
#+latex_header: \DeclareMathOperator\arcoth{arcoth}
#+latex_header: \DeclareMathOperator\arsech{arsech}
#+latex_header: \DeclareMathOperator\arcsch{arcsch}