- Commit
- d721e2b5822d62558bd2fe911efad9adcdb7b4d4
- Parent
- 7e30d20af7e86c1b01a12b090b7210626c891147
- Author
- Pablo <pablo-escobar@riseup.net>
- Date
Replaced the standard LaTeX font with the Palladio font family
Source code for my notes on representations of semisimple Lie algebras and Olivier Mathieu's classification of simple weight modules
Replaced the standard LaTeX font with the Palladio font family
1 file changed, 2 insertions, 0 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | preamble.tex | 2 | 2 | 0 |
diff --git a/preamble.tex b/preamble.tex @@ -2,6 +2,8 @@ \usepackage[total={6in, 9in}]{geometry} \usepackage{amsmath, amssymb, amsthm, stmaryrd, mathrsfs, gensymb, dsfont} \usepackage{mathtools, adjustbox} +\usepackage[T1]{fontenc} +\usepackage[sc]{mathpazo} \usepackage[scr=esstix,cal=boondox]{mathalfa} \usepackage{enumitem, xfrac, xcolor, cancel, multicol, tabularx, relsize} \usepackage[normalem]{ulem}