emacs.d

My emacs configuration, done in a literate programming fashion using org-mode

git clone git://git.shimmy1996.com/emacs.d.git
commit a50023ac6cdd357ea96d2a0bac4ab72d87f9e787
parent c1508f87a6aa5b31e9d12451d447da25e08684e2
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Thu,  4 Apr 2019 09:10:53 -0400

Latex macros update.

Diffstat:
Mstatic/math_macros.sty | 61++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 60 insertions(+), 1 deletion(-)
diff --git a/static/math_macros.sty b/static/math_macros.sty
@@ -283,7 +283,7 @@
 \newcommand{\rvY}{\randvctr{Y}}
 \newcommand{\rvZ}{\randvctr{Z}}
 
-\newcommand{\estm}[1]{\widehat{#1}}
+\newcommand{\estm}[1]{\hat{#1}}
 
 % Special
 \newcommand{\hsigmasq}{\estm{\sigma^{2}}}
@@ -291,12 +291,44 @@
 \newcommand{\halpha}{\estm{\alpha}}
 \newcommand{\hbeta}{\estm{\beta}}
 \newcommand{\hgamma}{\estm{\gamma}}
+\newcommand{\hdelta}{\estm{\delta}}
+\newcommand{\hepsilon}{\estm{\epsilon}}
+\newcommand{\hvarepsilon}{\estm{\varepsilon}}
+\newcommand{\hzeta}{\estm{\zeta}}
+\newcommand{\heta}{\estm{\eta}}
 \newcommand{\htheta}{\estm{\theta}}
+\newcommand{\hvartheta}{\estm{\vartheta}}
+\newcommand{\hkappa}{\estm{\kappa}}
 \newcommand{\hlambda}{\estm{\lambda}}
 \newcommand{\hmu}{\estm{\mu}}
 \newcommand{\hnu}{\estm{\nu}}
+\newcommand{\hxi}{\estm{\xi}}
 \newcommand{\hpi}{\estm{\pi}}
+\newcommand{\hvarpi}{\estm{\varpi}}
+\newcommand{\hrho}{\estm{\rho}}
+\newcommand{\hvarrho}{\estm{\varrho}}
 \newcommand{\hsigma}{\estm{\sigma}}
+\newcommand{\hvarsigma}{\estm{\varsigma}}
+\newcommand{\htau}{\estm{\tau}}
+\newcommand{\hupsilon}{\estm{\upsilon}}
+\newcommand{\hphi}{\estm{\phi}}
+\newcommand{\hvarphi}{\estm{\varphi}}
+\newcommand{\hchi}{\estm{\chi}}
+\newcommand{\hpsi}{\estm{\psi}}
+\newcommand{\homega}{\estm{\omega}}
+
+\newcommand{\hGamma}{\estm{\Gamma}}
+\newcommand{\hDelta}{\estm{\Delta}}
+\newcommand{\hTheta}{\estm{\Theta}}
+\newcommand{\hLambda}{\estm{\Lambda}}
+\newcommand{\hXi}{\estm{\Xi}}
+\newcommand{\hPi}{\estm{\Pi}}
+\newcommand{\hSigma}{\estm{\Sigma}}
+\newcommand{\hUpsilon}{\estm{\Upsilon}}
+\newcommand{\hPhi}{\estm{\Phi}}
+\newcommand{\hPsi}{\estm{\Psi}}
+\newcommand{\hOmega}{\estm{\Omega}}
+
 % Latin
 \newcommand{\ha}{\estm{a}}
 \newcommand{\hb}{\estm{b}}
@@ -324,3 +356,30 @@
 \newcommand{\hx}{\estm{x}}
 \newcommand{\hy}{\estm{y}}
 \newcommand{\hz}{\estm{z}}
+
+\newcommand{\hA}{\estm{A}}
+\newcommand{\hB}{\estm{B}}
+\newcommand{\hC}{\estm{C}}
+\newcommand{\hD}{\estm{D}}
+\newcommand{\hE}{\estm{E}}
+\newcommand{\hF}{\estm{F}}
+\newcommand{\hG}{\estm{G}}
+\newcommand{\hH}{\estm{H}}
+\newcommand{\hI}{\estm{I}}
+\newcommand{\hJ}{\estm{J}}
+\newcommand{\hK}{\estm{K}}
+\newcommand{\hL}{\estm{L}}
+\newcommand{\hM}{\estm{M}}
+\newcommand{\hN}{\estm{N}}
+\newcommand{\hO}{\estm{O}}
+\newcommand{\hP}{\estm{P}}
+\newcommand{\hQ}{\estm{Q}}
+\newcommand{\hR}{\estm{R}}
+\newcommand{\hS}{\estm{S}}
+\newcommand{\hT}{\estm{T}}
+\newcommand{\hU}{\estm{U}}
+\newcommand{\hV}{\estm{V}}
+\newcommand{\hW}{\estm{W}}
+\newcommand{\hX}{\estm{X}}
+\newcommand{\hY}{\estm{Y}}
+\newcommand{\hZ}{\estm{Z}}