summaryrefslogtreecommitdiff
path: root/fonts/newcomputermodern
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-08-21 03:03:19 +0000
committerNorbert Preining <norbert@preining.info>2021-08-21 03:03:19 +0000
commitdd302372d8cdbe867c55bbea51f1f2a4842c3353 (patch)
tree1d2e75f175f970964291421b3d503e85893da5dd /fonts/newcomputermodern
parentda0e202bdd0dc2f52f28ae0d96dc96969826890b (diff)
CTAN sync 202108210303
Diffstat (limited to 'fonts/newcomputermodern')
-rw-r--r--fonts/newcomputermodern/README18
-rw-r--r--fonts/newcomputermodern/tex/NewCM10-Book.fontspec26
-rw-r--r--fonts/newcomputermodern/tex/NewCM10-Regular.fontspec26
-rw-r--r--fonts/newcomputermodern/tex/NewCMMono10-Book.fontspec (renamed from fonts/newcomputermodern/tex/NewComputerModernMonoBook.fontspec)2
-rw-r--r--fonts/newcomputermodern/tex/NewCMMono10-Regular.fontspec (renamed from fonts/newcomputermodern/tex/NewComputerModernMono.fontspec)2
-rw-r--r--fonts/newcomputermodern/tex/NewCMSans10-Book.fontspec21
-rw-r--r--fonts/newcomputermodern/tex/NewCMSans10-Regular.fontspec20
-rw-r--r--fonts/newcomputermodern/tex/NewComputerModern.fontspec26
-rw-r--r--fonts/newcomputermodern/tex/NewComputerModernBook.fontspec26
-rw-r--r--fonts/newcomputermodern/tex/NewComputerModernSans.fontspec20
-rw-r--r--fonts/newcomputermodern/tex/NewComputerModernSansBook.fontspec21
11 files changed, 111 insertions, 97 deletions
diff --git a/fonts/newcomputermodern/README b/fonts/newcomputermodern/README
index 24e49610d7..7f43f3cb10 100644
--- a/fonts/newcomputermodern/README
+++ b/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/fonts/newcomputermodern/tex/NewCM10-Book.fontspec b/fonts/newcomputermodern/tex/NewCM10-Book.fontspec
new file mode 100644
index 0000000000..4c45b25222
--- /dev/null
+++ b/fonts/newcomputermodern/tex/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/fonts/newcomputermodern/tex/NewCM10-Regular.fontspec b/fonts/newcomputermodern/tex/NewCM10-Regular.fontspec
new file mode 100644
index 0000000000..e6428fca73
--- /dev/null
+++ b/fonts/newcomputermodern/tex/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/fonts/newcomputermodern/tex/NewComputerModernMonoBook.fontspec b/fonts/newcomputermodern/tex/NewCMMono10-Book.fontspec
index b3fdc49093..364563fe97 100644
--- a/fonts/newcomputermodern/tex/NewComputerModernMonoBook.fontspec
+++ b/fonts/newcomputermodern/tex/NewCMMono10-Book.fontspec
@@ -1,4 +1,4 @@
-\defaultfontfeatures[NewComputerModern Mono Book]
+\defaultfontfeatures[NewCMMono10-Book]
{
Extension = .otf ,
UprightFont = NewCMMono10-Book,
diff --git a/fonts/newcomputermodern/tex/NewComputerModernMono.fontspec b/fonts/newcomputermodern/tex/NewCMMono10-Regular.fontspec
index c4bb5441c4..f38fad9c24 100644
--- a/fonts/newcomputermodern/tex/NewComputerModernMono.fontspec
+++ b/fonts/newcomputermodern/tex/NewCMMono10-Regular.fontspec
@@ -1,4 +1,4 @@
-\defaultfontfeatures[NewComputerModern Mono]
+\defaultfontfeatures[NewCMMono10-Regular]
{
Extension = .otf ,
UprightFont = NewCMMono10-Regular,
diff --git a/fonts/newcomputermodern/tex/NewCMSans10-Book.fontspec b/fonts/newcomputermodern/tex/NewCMSans10-Book.fontspec
new file mode 100644
index 0000000000..31a704f961
--- /dev/null
+++ b/fonts/newcomputermodern/tex/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/fonts/newcomputermodern/tex/NewCMSans10-Regular.fontspec b/fonts/newcomputermodern/tex/NewCMSans10-Regular.fontspec
new file mode 100644
index 0000000000..ae36030f0c
--- /dev/null
+++ b/fonts/newcomputermodern/tex/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/fonts/newcomputermodern/tex/NewComputerModern.fontspec b/fonts/newcomputermodern/tex/NewComputerModern.fontspec
deleted file mode 100644
index 8652f3a518..0000000000
--- a/fonts/newcomputermodern/tex/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/fonts/newcomputermodern/tex/NewComputerModernBook.fontspec b/fonts/newcomputermodern/tex/NewComputerModernBook.fontspec
deleted file mode 100644
index 8eaa902e69..0000000000
--- a/fonts/newcomputermodern/tex/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/fonts/newcomputermodern/tex/NewComputerModernSans.fontspec b/fonts/newcomputermodern/tex/NewComputerModernSans.fontspec
deleted file mode 100644
index d55736d0bd..0000000000
--- a/fonts/newcomputermodern/tex/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/fonts/newcomputermodern/tex/NewComputerModernSansBook.fontspec b/fonts/newcomputermodern/tex/NewComputerModernSansBook.fontspec
deleted file mode 100644
index 9220d05935..0000000000
--- a/fonts/newcomputermodern/tex/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}}
- }}
-