From 61b5ce20f25c5785e41574998a12c6d06eb05a5e Mon Sep 17 00:00:00 2001 From: Thomas Albers Date: Wed, 8 Mar 2023 23:43:00 +0100 Subject: Restructure build system and directory structures --- math_options.org | 39 ++++++++++++++++++++++++++++++++++----- 1 file changed, 34 insertions(+), 5 deletions(-) (limited to 'math_options.org') 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: -#+HTML_HEAD: -#+HTML_HEAD_EXTRA: -#+HTML_HEAD_EXTRA: -#+MACRO: date_place $1, $2, {{{date(%B %d\, %Y)}}} +#+html_head: +#+html_head: +#+html_head_extra: +#+html_head_extra: + +#+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} -- cgit v1.2.3