masters-thesis

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 5873a042db28fec2318f0c108b7d9b0a76ac6735
parent 6422730aa3fdafdee41987d80b3e2995ddc71f71
Author: Silas Brack <s174433@student.dtu.dk>
Date:   Mon,  2 Jan 2023 01:02:48 +0100

Removed ugly mathcal font.

Diffstat:
Mkao.sty | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kao.sty b/kao.sty @@ -1101,7 +1101,7 @@ \RequirePackage[scaled=.97,helvratio=.93,p,theoremfont]{newpxtext} % Serif palatino font \RequirePackage[vvarbb,smallerops,bigdelims]{newpxmath} % Math palatino font \RequirePackage[scaled=.85]{beramono} % Monospace font - \RequirePackage[scr=rsfso,cal=boondoxo]{mathalfa} % Mathcal from STIX, unslanted a bit + % \RequirePackage[scr=rsfso,cal=boondoxo]{mathalfa} % Mathcal from STIX, unslanted a bit \RequirePackage{morewrites} % Fix some errors related to floats }