diff options
author | Karl Berry <karl@freefriends.org> | 2021-08-20 22:51:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-08-20 22:51:05 +0000 |
commit | cdae599f894f7b43afa2de16e95368826ba31f56 (patch) | |
tree | 789a7af771916c3b7ab992a8e1bf854844fc4e6b /Master | |
parent | 21643faab14cf68d8ba01c9e1bfea1cf44d568f4 (diff) |
newcomputermodern (21aug21)
git-svn-id: svn://tug.org/texlive/trunk@60285 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
11 files changed, 111 insertions, 97 deletions
diff --git a/Master/texmf-dist/doc/fonts/newcomputermodern/README b/Master/texmf-dist/doc/fonts/newcomputermodern/README index 24e49610d79..7f43f3cb10d 100644 --- a/Master/texmf-dist/doc/fonts/newcomputermodern/README +++ b/Master/texmf-dist/doc/fonts/newcomputermodern/README @@ -1,17 +1,18 @@ New Computer Modern Fonts - (Package version 3.91, GustFLv1 or later) + (Package version 3.92, GustFLv1 or later) Antonis Tsolomitis Samos, Greece, 2019--2021 This is a release of a new assembly of ComputerModern fonts plus glyphs for non latin alphabets which are considered -compatible in style to CM fonts. +compatible in style to CM fonts. ======================================================================= Use with: + \usepackage[default]{fontsetup} (loads the Book weight) or \usepackage{newcomputermodern} @@ -21,6 +22,15 @@ OR \usepackage[olddefault]{fontsetup} (loads the Regular weight) or \usepackage[regular]{newcomputermodern} (loads the Regular weight) + +OR + +\usepackage{fontspec} +\setmainfont{NewCM10-Book} +\setsansfont{NewCMSans10-Book} +\setmonofont{NewCMMono10-Book} + +and similarly for the Regular weight. ======================================================================= The fonts contain Latin and accented latin letters and combinations, @@ -35,6 +45,10 @@ of Mathematics providing the widest possible Mathematical coverage. Latest additions/improvements: +Version 3.92 + +Fixes a naming problem of the .fontspec files. + Version 3.91 Fixes a problem with internal names of fonts and families. diff --git a/Master/texmf-dist/tex/latex/newcomputermodern/NewCM10-Book.fontspec b/Master/texmf-dist/tex/latex/newcomputermodern/NewCM10-Book.fontspec new file mode 100644 index 00000000000..4c45b252228 --- /dev/null +++ b/Master/texmf-dist/tex/latex/newcomputermodern/NewCM10-Book.fontspec @@ -0,0 +1,26 @@ +\defaultfontfeatures[NewCM10-Book] + { + Extension = .otf , + SizeFeatures={% + {Size=-8, Font=NewCM08-Book, + ItalicFont=NewCM08-BookItalic,% + BoldFont=NewCM10-Bold,% + BoldItalicFont=NewCM10-BoldItalic,% + SlantedFont=NewCM08-Book,% + BoldSlantedFont=NewCM10-Bold,% + SmallCapsFeatures={Numbers=OldStyle}}, + {Size=8, Font=NewCM08-Book, + ItalicFont=NewCM08-BookItalic,% + BoldFont=NewCM10-Bold,% + BoldItalicFont=NewCM10-BoldItalic,% + SlantedFont=NewCM08-Book,% + BoldSlantedFont=NewCM10-Bold,% + SmallCapsFeatures={Numbers=OldStyle}}, + {Size= 9-, Font = NewCM10-Book, + ItalicFont=NewCM10-BookItalic,% + BoldFont=NewCM10-Bold,% + BoldItalicFont=NewCM10-BoldItalic,% + SlantedFont=NewCM10-Book,% + BoldSlantedFont=NewCM10-Bold,% + SmallCapsFeatures={Numbers=OldStyle}}% + }} diff --git a/Master/texmf-dist/tex/latex/newcomputermodern/NewCM10-Regular.fontspec b/Master/texmf-dist/tex/latex/newcomputermodern/NewCM10-Regular.fontspec new file mode 100644 index 00000000000..e6428fca73d --- /dev/null +++ b/Master/texmf-dist/tex/latex/newcomputermodern/NewCM10-Regular.fontspec @@ -0,0 +1,26 @@ +\defaultfontfeatures[NewCM10-Regular] + { + Extension = .otf , + SizeFeatures={% + {Size=-8, Font = NewCM08-Regular, + ItalicFont = NewCM08-Italic,% + BoldFont = NewCM10-Bold,% + BoldItalicFont = NewCM10-BoldItalic,% + SlantedFont = NewCM08-Regular,% + BoldSlantedFont = NewCM10-Bold,% + SmallCapsFeatures = {Numbers=OldStyle}}, + {Size=8, Font = NewCM08-Regular, + ItalicFont = NewCM08-Italic,% + BoldFont = NewCM10-Bold,% + BoldItalicFont = NewCM10-BoldItalic,% + SlantedFont = NewCM08-Regular,% + BoldSlantedFont = NewCM10-Bold,% + SmallCapsFeatures = {Numbers=OldStyle}}, + {Size= 9-, Font = NewCM10-Regular, + ItalicFont = NewCM10-Italic,% + BoldFont = NewCM10-Bold,% + BoldItalicFont = NewCM10-BoldItalic,% + SlantedFont = NewCM10-Regular,% + BoldSlantedFont = NewCM10-Bold,% + SmallCapsFeatures = {Numbers=OldStyle}}% + }} diff --git a/Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModernMonoBook.fontspec b/Master/texmf-dist/tex/latex/newcomputermodern/NewCMMono10-Book.fontspec index b3fdc49093b..364563fe979 100644 --- a/Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModernMonoBook.fontspec +++ b/Master/texmf-dist/tex/latex/newcomputermodern/NewCMMono10-Book.fontspec @@ -1,4 +1,4 @@ -\defaultfontfeatures[NewComputerModern Mono Book] +\defaultfontfeatures[NewCMMono10-Book] { Extension = .otf , UprightFont = NewCMMono10-Book, diff --git a/Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModernMono.fontspec b/Master/texmf-dist/tex/latex/newcomputermodern/NewCMMono10-Regular.fontspec index c4bb5441c4a..f38fad9c240 100644 --- a/Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModernMono.fontspec +++ b/Master/texmf-dist/tex/latex/newcomputermodern/NewCMMono10-Regular.fontspec @@ -1,4 +1,4 @@ -\defaultfontfeatures[NewComputerModern Mono] +\defaultfontfeatures[NewCMMono10-Regular] { Extension = .otf , UprightFont = NewCMMono10-Regular, diff --git a/Master/texmf-dist/tex/latex/newcomputermodern/NewCMSans10-Book.fontspec b/Master/texmf-dist/tex/latex/newcomputermodern/NewCMSans10-Book.fontspec new file mode 100644 index 00000000000..31a704f961a --- /dev/null +++ b/Master/texmf-dist/tex/latex/newcomputermodern/NewCMSans10-Book.fontspec @@ -0,0 +1,21 @@ +\defaultfontfeatures[NewCMSans10-Book] + { + Extension = .otf , + SizeFeatures={% + {Size= -8, Font=NewCMSans08-Book,% + ItalicFont=NewCMSans08-BookOblique,% + BoldFont=NewCMSans10-Bold,% + BoldItalicFont=NewCMSans10-BoldOblique,% + SmallCapsFeatures={Numbers=OldStyle}}, + {Size= 8, Font=NewCMSans08-Book,% + ItalicFont=NewCMSans08-BookOblique,% + BoldFont=NewCMSans10-Bold,% + BoldItalicFont=NewCMSans10-BoldOblique,% + SmallCapsFeatures={Numbers=OldStyle}}, + {Size= 9-, Font=NewCMSans10-Book,% + ItalicFont=NewCMSans10-BookOblique,% + BoldFont=NewCMSans10-Bold,% + BoldItalicFont=NewCMSans10-BoldOblique,% + SmallCapsFeatures={Numbers=OldStyle}} + }} + diff --git a/Master/texmf-dist/tex/latex/newcomputermodern/NewCMSans10-Regular.fontspec b/Master/texmf-dist/tex/latex/newcomputermodern/NewCMSans10-Regular.fontspec new file mode 100644 index 00000000000..ae36030f0cc --- /dev/null +++ b/Master/texmf-dist/tex/latex/newcomputermodern/NewCMSans10-Regular.fontspec @@ -0,0 +1,20 @@ +\defaultfontfeatures[NewCMSans10-Regular] + { + Extension = .otf , + SizeFeatures={% + {Size= -8, Font=NewCMSans08-Regular,% + ItalicFont=NewCMSans08-Oblique,% + BoldFont=NewCMSans10-Bold,% + BoldItalicFont=NewCMSans10-BoldOblique,% + SmallCapsFeatures={Numbers=OldStyle}}, + {Size= 8, Font=NewCMSans08-Regular,% + ItalicFont=NewCMSans08-Oblique,% + BoldFont=NewCMSans10-Bold,% + BoldItalicFont=NewCMSans10-BoldOblique,% + SmallCapsFeatures={Numbers=OldStyle}}, + {Size= 9-, Font=NewCMSans10-Regular,% + ItalicFont=NewCMSans10-Oblique,% + BoldFont=NewCMSans10-Bold,% + BoldItalicFont=NewCMSans10-BoldOblique,% + SmallCapsFeatures={Numbers=OldStyle}} + }} diff --git a/Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModern.fontspec b/Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModern.fontspec deleted file mode 100644 index 8652f3a518b..00000000000 --- a/Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModern.fontspec +++ /dev/null @@ -1,26 +0,0 @@ -\defaultfontfeatures[NewComputerModern] - { - Extension = .otf , - SizeFeatures={% - {Size=-8, Font=NewCM08-Regular.otf, - ItalicFont=NewCM08-Italic.otf,% - BoldFont=NewCM10-Bold.otf,% - BoldItalicFont=NewCM10-BoldItalic.otf,% - SlantedFont=NewCM08-Regular.otf,% - BoldSlantedFont=NewCM10-Bold.otf,% - SmallCapsFeatures={Numbers=OldStyle}}, - {Size=8, Font=NewCM08-Regular.otf, - ItalicFont=NewCM08-Italic.otf,% - BoldFont=NewCM10-Bold.otf,% - BoldItalicFont=NewCM10-BoldItalic.otf,% - SlantedFont=NewCM08-Regular.otf,% - BoldSlantedFont=NewCM10-Bold.otf,% - SmallCapsFeatures={Numbers=OldStyle}}, - {Size= 9-, Font = NewCM10-Regular.otf, - ItalicFont=NewCM10-Italic.otf,% - BoldFont=NewCM10-Bold.otf,% - BoldItalicFont=NewCM10-BoldItalic.otf,% - SlantedFont=NewCM10-Regular.otf,% - BoldSlantedFont=NewCM10-Bold.otf,% - SmallCapsFeatures={Numbers=OldStyle}}% - }} diff --git a/Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModernBook.fontspec b/Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModernBook.fontspec deleted file mode 100644 index 8eaa902e698..00000000000 --- a/Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModernBook.fontspec +++ /dev/null @@ -1,26 +0,0 @@ -\defaultfontfeatures[NewComputerModern Book] - { - Extension = .otf , - SizeFeatures={% - {Size=-8, Font=NewCM08-Book.otf, - ItalicFont=NewCM08-BookItalic.otf,% - BoldFont=NewCM10-Bold.otf,% - BoldItalicFont=NewCM10-BoldItalic.otf,% - SlantedFont=NewCM08-Book.otf,% - BoldSlantedFont=NewCM10-Bold.otf,% - SmallCapsFeatures={Numbers=OldStyle}}, - {Size=8, Font=NewCM08-Book.otf, - ItalicFont=NewCM08-BookItalic.otf,% - BoldFont=NewCM10-Bold.otf,% - BoldItalicFont=NewCM10-BoldItalic.otf,% - SlantedFont=NewCM08-Book.otf,% - BoldSlantedFont=NewCM10-Bold.otf,% - SmallCapsFeatures={Numbers=OldStyle}}, - {Size= 9-, Font = NewCM10-Book.otf, - ItalicFont=NewCM10-BookItalic.otf,% - BoldFont=NewCM10-Bold.otf,% - BoldItalicFont=NewCM10-BoldItalic.otf,% - SlantedFont=NewCM10-Book.otf,% - BoldSlantedFont=NewCM10-Bold.otf,% - SmallCapsFeatures={Numbers=OldStyle}}% - }} diff --git a/Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModernSans.fontspec b/Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModernSans.fontspec deleted file mode 100644 index d55736d0bd9..00000000000 --- a/Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModernSans.fontspec +++ /dev/null @@ -1,20 +0,0 @@ -\defaultfontfeatures[NewComputerModern Sans] - { - Extension = .otf , - SizeFeatures={% - {Size= -8, Font=NewCMSans08-Regular.otf,% - ItalicFont=NewCMSans08-Oblique.otf,% - BoldFont=NewCMSans10-Bold.otf,% - BoldItalicFont=NewCMSans10-BoldOblique.otf,% - SmallCapsFeatures={Numbers=OldStyle}}, - {Size= 8, Font=NewCMSans08-Regular.otf,% - ItalicFont=NewCMSans08-Oblique.otf,% - BoldFont=NewCMSans10-Bold.otf,% - BoldItalicFont=NewCMSans10-BoldOblique.otf,% - SmallCapsFeatures={Numbers=OldStyle}}, - {Size= 9-, Font=NewCMSans10-Regular.otf,% - ItalicFont=NewCMSans10-Oblique.otf,% - BoldFont=NewCMSans10-Bold.otf,% - BoldItalicFont=NewCMSans10-BoldOblique.otf,% - SmallCapsFeatures={Numbers=OldStyle}} - }} diff --git a/Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModernSansBook.fontspec b/Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModernSansBook.fontspec deleted file mode 100644 index 9220d05935f..00000000000 --- a/Master/texmf-dist/tex/latex/newcomputermodern/NewComputerModernSansBook.fontspec +++ /dev/null @@ -1,21 +0,0 @@ -\defaultfontfeatures[NewComputerModern Sans Book] - { - Extension = .otf , - SizeFeatures={% - {Size= -8, Font=NewCMSans08-Book.otf,% - ItalicFont=NewCMSans08-BookOblique.otf,% - BoldFont=NewCMSans10-Bold.otf,% - BoldItalicFont=NewCMSans10-BoldOblique.otf,% - SmallCapsFeatures={Numbers=OldStyle}}, - {Size= 8, Font=NewCMSans08-Book.otf,% - ItalicFont=NewCMSans08-BookOblique.otf,% - BoldFont=NewCMSans10-Bold.otf,% - BoldItalicFont=NewCMSans10-BoldOblique.otf,% - SmallCapsFeatures={Numbers=OldStyle}}, - {Size= 9-, Font=NewCMSans10-Book.otf,% - ItalicFont=NewCMSans10-BookOblique.otf,% - BoldFont=NewCMSans10-Bold.otf,% - BoldItalicFont=NewCMSans10-BoldOblique.otf,% - SmallCapsFeatures={Numbers=OldStyle}} - }} - |