From 16b81494d1ddd9038affd99b504fb69c123baaef Mon Sep 17 00:00:00 2001 From: Erwan Normand Date: Fri, 28 Jun 2024 00:40:27 +0200 Subject: [PATCH] Use libertinus package directly --- main.tex | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/main.tex b/main.tex index 601bf40..5023156 100644 --- a/main.tex +++ b/main.tex @@ -1,5 +1,4 @@ % Template -\pdfminorversion=7 % Fix include image warnings \documentclass[twoside, a4paper, 11pt]{book} \usepackage[inner=35mm, outer=20mm, top=30mm, bottom=25mm]{geometry} @@ -10,7 +9,7 @@ \usepackage[T1]{fontenc} % Use T1 font encoding \usepackage[english]{babel} % Typographical rules \usepackage[varqu, varl]{inconsolata} % Better monospace font (with alternative "quote" [varqu] and "l" [varl]) -\usepackage[libertinus, type1]{newtx} % Use Libertinus font for text and math +\usepackage{libertinus} % Libertinus font for text and math \usepackage{microtype} % Micro-typography improvements (slightly more compact, better to read) % Bibliography @@ -58,10 +57,6 @@ \usepackage[inline]{enumitem} % Customise lists \setitemize{noitemsep} % No space between items in itemize -% Math -\usepackage{mathtools} % More math symbols -\usepackage{textcomp} % For special symbols - % References \usepackage{bookmark} % Manage bookmarks \usepackage{etoc} % Local table of contents