blob: f9e3dc14293af979f1a8001f775b087b332d1e14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
%\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{newcomputermodern}[2020/09/24 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
|