From 6ce42bab294b7441fea06599ae2e4bbf3ebc2b67 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Fri, 15 Dec 2023 12:25:00 +0100 Subject: updated doc and makefile. this is 2.7 --- README.md | 7 ++++--- makefile | 8 ++++---- oldstandard.tex | 6 +++--- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3fd8870..ca25f32 100644 --- 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 diff --git a/makefile b/makefile index bb2fe19..8a37d48 100644 --- 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) diff --git a/oldstandard.tex b/oldstandard.tex index 6ada35d..3b994a4 100644 --- a/oldstandard.tex +++ b/oldstandard.tex @@ -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 -- cgit v1.2.3