diff --git a/main.tex b/main.tex index 775d5e0..acc4157 100644 --- a/main.tex +++ b/main.tex @@ -3,6 +3,17 @@ \geometry{inner=35mm, outer=20mm, top=30mm, bottom=25mm} +%% Typography +% babel, csquotes, fontenc, microtype, lmodern, textcomp are already loaded by the class +\usepackage[varqu, varl]{inconsolata} % Better monospace font (with alternative "quote" [varqu] and "l" [varl]) +%\usepackage{newtx} % Use Libertinus font for text and math +\usepackage{newtxmath} +\usepackage{microtype} % Micro-typography improvements (slightly more compact, better to read) +\usepackage{mathtools} % More math symbols + +\linespread{1.15} % Set line spacing to 1.15 + + %% Content \usepackage[backend=biber, backref=true, doi=false, style=authoryear]{biblatex} % Bibliography \addbibresource{references.bib} @@ -45,18 +56,6 @@ \usepackage[dvipsnames]{xcolor} % More colors - -%% Typography -% babel, csquotes, fontenc, microtype, lmodern, textcomp are already loaded by the class -\usepackage[varqu, varl]{inconsolata} % Better monospace font (with alternative "quote" [varqu] and "l" [varl]) -%\usepackage{newtx} % Use Libertinus font for text and math -\usepackage{newtxmath} -\usepackage{microtype} % Micro-typography improvements (slightly more compact, better to read) -\usepackage{mathtools} % More math symbols - -\linespread{1.15} % Set line spacing to 1.15 - - %% Tables \usepackage{booktabs} % Better tables \usepackage{makecell} % For multi-line cells in tables