]> Lady’s Gitweb - OldStandard/commitdiff
updated doc and makefile. this is 2.7
authorRobert Alessi <redacted>
Fri, 15 Dec 2023 11:25:00 +0000 (12:25 +0100)
committerLady <redacted>
Thu, 30 Jan 2025 04:02:49 +0000 (23:02 -0500)
README.md
makefile
oldstandard.tex

index 3fd88704792ac85e05661a9f6a8302041386f807..ca25f321775a9a2f10882f3b80f5f09c044fe4e6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -59,9 +59,10 @@ Standard*, it includes new letters and some corrections:
    *Greek extended* Unicode block.
 5. Open theta has been replaced with closed theta in slot 03B8 and
    rules ss05 and ss06 have been adjusted accordingly.
-6. **Oldstyle numerals**: These have been designed by Antonis Tsolomitis for
-   regular and bold series and can be selected by `RawFeature=onum`.  (Those
-   for italic and bolditalic have been designed by R. Alessi.)
+6. **Oldstyle numerals**: These have been designed by Antonis
+   Tsolomitis for regular and bold series and can be selected by
+   `RawFeature=onum`.  (Those for italic and bolditalic have been
+   designed by R. Alessi.)
 7. **Math Font**: This is a major and long-awaited enhancement
    to Old Standard. The math font has been designed by Antonis
    Tsolomitis from an old French book published by Gauthier-Villars
index bb2fe19b1192310aa78e969283276de6c8cb4eeb..8a37d48facf8f38de7d9fa5743bdbe933bc23640 100644 (file)
--- a/makefile
+++ b/makefile
@@ -13,9 +13,9 @@ doc: local
        biber $(pkg) >/dev/null
        lualatex --shell-escape $(pkg).tex >/dev/null
        lualatex --shell-escape $(pkg).tex >/dev/null
-       @echo "Building font table..."
-       lualatex --shell-escape fonttable.tex >/dev/null
-       lualatex --shell-escape fonttable.tex >/dev/null
+       #@echo "Building font table..."
+       #lualatex --shell-escape fonttable.tex >/dev/null
+       #lualatex --shell-escape fonttable.tex >/dev/null
        @echo "Removing OldStandard .otf files from $(LOCALFONTDIR)..."
        rm -f $(LOCALFONTDIR)/OldStandard-*.otf
        luaotfload-tool --update
@@ -37,7 +37,7 @@ local:
 
 package: doc
        mkdir $(pkg)-$(ver)
-       cp *.{txt,md,lua,tex,pdf} $(pkg)-$(ver)
+       cp *.{txt,md,tex,pdf} $(pkg)-$(ver)
        cp otf/*.otf $(pkg)-$(ver)
        cp fontspec/*.fontspec $(pkg)-$(ver)
        tar czf $(pkg)-$(ver).tar.gz $(pkg)-$(ver)
index 6ada35d7d2e58e70af286a6d222b1c2332664cfc..3b994a41131bbe91f24a4610e93ca76cf2f26235 100644 (file)
@@ -89,7 +89,7 @@
 \usepackage[toc]{multitoc}
 
 \edef\pkgver{2.7}
-\edef\pkgdate{2023/12/12}
+\edef\pkgdate{2023/12/15}
 \title{\mdseries\tcbox[colframe=black, enhanced, tikznode, drop
   lifted shadow, colback=white, boxrule=.25mm]%
   {\textsc{Old Standard}\\
@@ -260,8 +260,8 @@ corrections:
       θαυμασθεὶς ὁ βάρβαρος.}
   \end{enumerate}
 \item \textbf{Oldstyle numerals}: These have been designed by Antonis
-  Tsolomitis for regular and bold series and can be selected by
-  \verb|RawFeature=onum|.
+  Tsolomitis for regular and bold and by Robert Alessi for italic and
+  bolditalic. They can be selected by \verb|RawFeature=onum|.
 \item \textbf{Math Font}: This is a major and long-awaited enhancement
   to Old Standard. The math font has been designed by Antonis
   Tsolomitis from an old French book published by Gauthier-Villars
This page took 0.191672 seconds and 4 git commands to generate.