blob: 89dc251de4db6dfc12fdf725a6390bbc5719e3ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
%\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{newcomputermodern}[v2.32 NewCM fonts by Antonis Tsolomitis]
\typeout{Loading NewCM fonts by Antonis Tsolomitis}
\newif\if@olddefault
\DeclareOption{regular}{\@olddefaulttrue}
\ProcessOptions\relax
\if@olddefault
\RequirePackage{fspolddefault}
\else
\RequirePackage{fspdefault}
\fi
\endinput
|