Load typo package earlier
This commit is contained in:
23
main.tex
23
main.tex
@@ -3,6 +3,17 @@
|
|||||||
\geometry{inner=35mm, outer=20mm, top=30mm, bottom=25mm}
|
\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
|
%% Content
|
||||||
\usepackage[backend=biber, backref=true, doi=false, style=authoryear]{biblatex} % Bibliography
|
\usepackage[backend=biber, backref=true, doi=false, style=authoryear]{biblatex} % Bibliography
|
||||||
\addbibresource{references.bib}
|
\addbibresource{references.bib}
|
||||||
@@ -45,18 +56,6 @@
|
|||||||
|
|
||||||
\usepackage[dvipsnames]{xcolor} % More colors
|
\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
|
%% Tables
|
||||||
\usepackage{booktabs} % Better tables
|
\usepackage{booktabs} % Better tables
|
||||||
\usepackage{makecell} % For multi-line cells in tables
|
\usepackage{makecell} % For multi-line cells in tables
|
||||||
|
|||||||
Reference in New Issue
Block a user