Load typo package earlier

This commit is contained in:
2024-06-26 23:45:52 +02:00
parent 552fe87db1
commit 3cf72ba41b

View File

@@ -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