- Commit
- 84eac4205bf2a102077a2f1cd120b5dfb309c114
- Parent
- a10b713c7e2406754d2553da74a680c86bdb265d
- Author
- Pablo <pablo-escobar@riseup.net>
- Date
Minor changes to the common preamble
My personal LaTeX setup 🦁️⚙️
Minor changes to the common preamble
1 file changed, 6 insertions, 8 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | preamble-common.tex | 14 | 6 | 8 |
diff --git a/preamble-common.tex b/preamble-common.tex @@ -16,9 +16,8 @@ \usepackage{mathtools, adjustbox} \usepackage[scr=esstix,cal=boondox]{mathalfa} \usepackage{enumitem, xfrac, xcolor, cancel, multicol, tabularx, relsize} -\usepackage{hyperref} -\usepackage{csquotes} -\usepackage{xalgebra, xgeometry, functional, capitalgreekall} +\usepackage{hyperref, csquotes} +\usepackage{xalgebra, xtopology, xgeometry, functional, capitalgreekall} \usepackage{ytableau} \usepackage[backend=biber]{biblatex} \usepackage{pgfplots, tikz, tikz-cd} @@ -61,6 +60,8 @@ \newcommand{\XX}{\mathbb{X}} % Double struck X \newcommand{\YY}{\mathbb{Y}} % Double struck Y \newcommand{\ZZ}{\mathbb{Z}} % Double struck Z +\newcommand{\hh}{\mathds{h}} % Double struck h +\newcommand{\kk}{\mathds{k}} % Double struck k % Use \blacksquare for \qed \renewcommand{\qedsymbol}{\ensuremath{\blacksquare}} @@ -86,11 +87,8 @@ \DeclareRobustCommand\longtwoheadrightarrow {\relbar\joinrel\twoheadrightarrow} -% Translate \gcd and \lcm to portuguese -\let\gcd\relax -\DeclareMathOperator{\gcd}{mdc} -\let\lcm\relax -\DeclareMathOperator{\lcm}{mmc} +% Fix the subset symbol +\renewcommand{\subset}{\subseteq} % Redefine \bar \renewcommand{\bar}{\overline}