summaryrefslogtreecommitdiff
path: root/fonts/newcomputermodern/README
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/newcomputermodern/README')
-rw-r--r--fonts/newcomputermodern/README67
1 files changed, 65 insertions, 2 deletions
diff --git a/fonts/newcomputermodern/README b/fonts/newcomputermodern/README
index 9486da5450..4a99ea9c8d 100644
--- a/fonts/newcomputermodern/README
+++ b/fonts/newcomputermodern/README
@@ -1,10 +1,10 @@
New Computer Modern Fonts
- (Package version 5.02, GustFLv1 or later)
+ (Package version 5.1, GustFLv1 or later)
Antonis Tsolomitis
- Samos, Greece, 2019--2023
+ Samos, Greece, 2019--2024
This is a release of a new assembly of ComputerModern
fonts that extents the family with more shapes and more mathematical glyphs
@@ -50,8 +50,71 @@ of Mathematics providing the widest possible Mathematical coverage.
The fonts have their own protrusion settings through the microtype package
which are distributed with microtype.
+======================================================================
+
+How to build the package from source
+------------------------------------
+
+(a) convert the sfd files to otf using the script
+with contents the next three lines:
+
+#!/usr/bin/fontforge
+Open($1)
+Generate($1:r + ".otf")
+
+Assume the above script is called sfd2otf
+After making it executable cd in the sfd folder
+and execute
+
+for i in *.sfd; do sfd2otf $i; done
+
+(b) copy/move the otf files either in
+
+$HOME/texmf/tex/fonts/opentype/newcomputermodern/
+
+or
+
+in your TeX installation
+
+or
+
+in the folder that contains newcm-doc.tex
+
+In any case, the command
+
+kpsewhich NewCM10-Regular.otf
+
+must return the newly installed font.
+
+(c) cd in the folder that contains newcm-doc.tex
+and run
+
+xelatex-unsafe newcm-doc.tex
+
+or (in newer installations)
+
+xelatex newcm-doc.tex
+
+(the xelatex-unsafe if for using gs properly)
+====================================================
+
+
Latest additions/improvements:
+------------------------------
+
+Version 5.1
+
+Added Aegean Numbers in the Sans font
+
+Added one.oldstyle.alt and one.taboldstyle.alt in cv06
+
+Added missing ligatures in dlig for ch, ck, and il
+
+Added right kerning for the sequence uni026D slash
+
+Replaced fspdefault.sty and fspolddefault.sty with
+fspdefault.tex and fspolddefault.tex in newcomputermodern.sty
Version 5.01