diff options
author | Karl Berry <karl@freefriends.org> | 2020-09-24 20:43:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-09-24 20:43:17 +0000 |
commit | 9911b96e545b333f8cc6a3aaf2764ba4adfb28a8 (patch) | |
tree | da35becbdb9f9b791e4db831ac91a8a2a95b8e07 /Master/texmf-dist/tex/latex | |
parent | 014cdeed604eedd7c6f05d978edb818b4afa4787 (diff) |
newcomputermodern (24sep20)
git-svn-id: svn://tug.org/texlive/trunk@56419 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-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 + |