1
0

Change to Tex Gyre fonts

This commit is contained in:
2026-07-17 19:13:06 +02:00
parent bf6b89b615
commit b164114241
+5 -4
View File
@@ -12,10 +12,12 @@
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
% Stile ClassicThesis
\usepackage{newpxtext, newpxmath}
\usepackage{tgpagella} % Serif
\usepackage{newpxmath} % Matematica
\usepackage[scale=0.9]{tgheros} % Sans-serif
\usepackage{tgcursor} % Monospace
\usepackage{microtype}
\usepackage{parskip} % no indent
\usepackage{parskip} % no indent
% Pagina e intestazioni
\usepackage{scrlayer-scrpage}
@@ -90,7 +92,6 @@
% Codice e algoritmi
\usepackage{listings}
\usepackage{inconsolata}
\usepackage{algorithm}
\usepackage{algpseudocode}
\usepackage{xurl}