summaryrefslogtreecommitdiff
path: root/math_options.org
diff options
context:
space:
mode:
authorThomas Albers <thomas@thomaslabs.org>2023-03-08 23:43:00 +0100
committerThomas Albers <thomas@thomaslabs.org>2023-03-08 23:43:00 +0100
commit61b5ce20f25c5785e41574998a12c6d06eb05a5e (patch)
tree20e2225b4f30b15d8dee30351041d1f33d42b34a /math_options.org
parent561bac75579391c14e47eaccfabdf9eda98855da (diff)
Restructure build system and directory structuresHEADmaster
Diffstat (limited to 'math_options.org')
-rw-r--r--math_options.org39
1 files changed, 34 insertions, 5 deletions
diff --git a/math_options.org b/math_options.org
index 5fd9baa..75cde25 100644
--- a/math_options.org
+++ b/math_options.org
@@ -1,5 +1,34 @@
-#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="/style.css" />
-#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="/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)}}}
+#+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}