migration to luatex broke the older fonts (remove them)
This commit is contained in:
parent
0221cb5687
commit
caeddd9736
37
thesis.tex
37
thesis.tex
@ -14,31 +14,24 @@
|
|||||||
% The official recommendation expands the area quite a bit (looks pretty harsh):
|
% The official recommendation expands the area quite a bit (looks pretty harsh):
|
||||||
%\usepackage[textwidth=145mm,textheight=247mm]{geometry}
|
%\usepackage[textwidth=145mm,textheight=247mm]{geometry}
|
||||||
|
|
||||||
%%% FONTS %%%
|
%%% TYPICAL FONT CHOICES (uncomment what you like) %%%
|
||||||
\usepackage{lmodern} % TeX "original" (this sets up the latin mono)
|
% Recommended combo: Libertinus (autoselects Biolinum for sans) and everything
|
||||||
|
% else (math+tt) comes from Latin Modern)
|
||||||
|
\usepackage{lmodern}
|
||||||
|
\usepackage[mono=false]{libertinus}
|
||||||
|
|
||||||
% Optionally choose an override for the main font for typesetting:
|
% For the "classic" LaTeX fonts (very good for pure math theses), simply
|
||||||
\usepackage[mono=false]{libertinus} % popular for comp-sci (ACM uses this)
|
% comment out the libertinus package above.
|
||||||
%\usepackage{tgschola} % Schoolbook-like (gives a bit of historic feel)
|
|
||||||
%\usepackage[scale=0.96]{tgpagella} % Palladio-like (popular in formal logic).
|
% IBM Plex font suite: nice, but requires us to fine-tune the sizes and does
|
||||||
% IBM Plex font suite is nice but requires us to fine-tune the sizes, also note
|
% not directly support small caps (\textsc):
|
||||||
% that it does not directly support small caps (\textsc) and requires lualatex:
|
|
||||||
%\usepackage[usefilenames,RM={Scale=0.88},SS={Scale=0.88},SScon={Scale=0.88},TT={Scale=0.88},DefaultFeatures={Ligatures=Common}]{plex-otf}
|
%\usepackage[usefilenames,RM={Scale=0.88},SS={Scale=0.88},SScon={Scale=0.88},TT={Scale=0.88},DefaultFeatures={Ligatures=Common}]{plex-otf}
|
||||||
|
|
||||||
% Optionally, choose a custom sans-serif fonts (e.g. for figures and tables).
|
% TeX Gyre combo (Pagella+Heros+Cursor)
|
||||||
% Default sans-serif font is usually Latin Modern Sans. Some font packages
|
%\usepackage{fontspec}
|
||||||
% (e.g. libertinus) replace that with a better matching sans-serif font.
|
%\setmainfont{TeX Gyre Pagella}
|
||||||
%\usepackage{tgheros} % recommended and very readable (Helvetica-like)
|
%\setsansfont{TeX Gyre Heros}
|
||||||
%\usepackage{FiraSans} % looks great
|
%\setmonofont{TeX Gyre Cursor}
|
||||||
% DO NOT typeset the main text in sans-serif font!
|
|
||||||
% The serifs make the text easily readable on the paper.
|
|
||||||
|
|
||||||
|
|
||||||
% IMPORTANT FONT NOTE: Some fonts require additional PDF/A conversion using
|
|
||||||
% the pdfa.sh script. These currently include only 'tgpagella'; but various
|
|
||||||
% other fonts from the texlive distribution need that too (mainly the Droid
|
|
||||||
% font family).
|
|
||||||
|
|
||||||
|
|
||||||
% some useful packages
|
% some useful packages
|
||||||
\usepackage{microtype}
|
\usepackage{microtype}
|
||||||
|
Loading…
Reference in New Issue
Block a user