latex-setup

My personal LaTeX setup 🦁️⚙️

Commit
1baa41e3916d1e6e738262975b7c2d68e84768f5
Parent
093447400fda15a1d161a4c2a51b212c380b7011
Author
Pablo <pablo-escobar@riseup.net>
Date

Added new definitions for \chi and \wp

Diffstat

1 file changed, 7 insertions, 0 deletions

Status File Name N° Changes Insertions Deletions
Modified preamble-common.tex 7 7 0
diff --git a/preamble-common.tex b/preamble-common.tex
@@ -107,3 +107,10 @@
 \renewcommand{\mapsto}{\longmapsto}
 \renewcommand{\To}{\Longrightarrow}
 
+% Fix the goddamn \chi and \wp macros!
+% For some reason the default LaTeX fonts place this characters much lower than
+% where people actually expect them to be. This new definitions place them in
+% with the appropriate spacing
+\renewcommand{\chi}{\ensuremath \raisebox{\depth}{$\mathchar"11F$}}
+\renewcommand{\wp}{\ensuremath \raisebox{\depth}{$\mathchar"17D$}}
+