diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/newcomputermodern')
-rw-r--r-- | Master/texmf-dist/tex/latex/newcomputermodern/newcomputermodern.sty | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/newcomputermodern/newcomputermodern.sty b/Master/texmf-dist/tex/latex/newcomputermodern/newcomputermodern.sty new file mode 100644 index 00000000000..f9e3dc14293 --- /dev/null +++ b/Master/texmf-dist/tex/latex/newcomputermodern/newcomputermodern.sty @@ -0,0 +1,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 + |