diff options
-rw-r--r-- | README.md | 7 | ||||
-rw-r--r-- | makefile | 8 | ||||
-rw-r--r-- | oldstandard.tex | 6 |
3 files changed, 11 insertions, 10 deletions
@@ -59,9 +59,10 @@ Standard*, it includes new letters and some corrections: | |||
59 | *Greek extended* Unicode block. | 59 | *Greek extended* Unicode block. |
60 | 5. Open theta has been replaced with closed theta in slot 03B8 and | 60 | 5. Open theta has been replaced with closed theta in slot 03B8 and |
61 | rules ss05 and ss06 have been adjusted accordingly. | 61 | rules ss05 and ss06 have been adjusted accordingly. |
62 | 6. **Oldstyle numerals**: These have been designed by Antonis Tsolomitis for | 62 | 6. **Oldstyle numerals**: These have been designed by Antonis |
63 | regular and bold series and can be selected by `RawFeature=onum`. (Those | 63 | Tsolomitis for regular and bold series and can be selected by |
64 | for italic and bolditalic have been designed by R. Alessi.) | 64 | `RawFeature=onum`. (Those for italic and bolditalic have been |
65 | designed by R. Alessi.) | ||
65 | 7. **Math Font**: This is a major and long-awaited enhancement | 66 | 7. **Math Font**: This is a major and long-awaited enhancement |
66 | to Old Standard. The math font has been designed by Antonis | 67 | to Old Standard. The math font has been designed by Antonis |
67 | Tsolomitis from an old French book published by Gauthier-Villars | 68 | Tsolomitis from an old French book published by Gauthier-Villars |
@@ -13,9 +13,9 @@ doc: local | |||
13 | biber $(pkg) >/dev/null | 13 | biber $(pkg) >/dev/null |
14 | lualatex --shell-escape $(pkg).tex >/dev/null | 14 | lualatex --shell-escape $(pkg).tex >/dev/null |
15 | lualatex --shell-escape $(pkg).tex >/dev/null | 15 | lualatex --shell-escape $(pkg).tex >/dev/null |
16 | @echo "Building font table..." | 16 | #@echo "Building font table..." |
17 | lualatex --shell-escape fonttable.tex >/dev/null | 17 | #lualatex --shell-escape fonttable.tex >/dev/null |
18 | lualatex --shell-escape fonttable.tex >/dev/null | 18 | #lualatex --shell-escape fonttable.tex >/dev/null |
19 | @echo "Removing OldStandard .otf files from $(LOCALFONTDIR)..." | 19 | @echo "Removing OldStandard .otf files from $(LOCALFONTDIR)..." |
20 | rm -f $(LOCALFONTDIR)/OldStandard-*.otf | 20 | rm -f $(LOCALFONTDIR)/OldStandard-*.otf |
21 | luaotfload-tool --update | 21 | luaotfload-tool --update |
@@ -37,7 +37,7 @@ local: | |||
37 | 37 | ||
38 | package: doc | 38 | package: doc |
39 | mkdir $(pkg)-$(ver) | 39 | mkdir $(pkg)-$(ver) |
40 | cp *.{txt,md,lua,tex,pdf} $(pkg)-$(ver) | 40 | cp *.{txt,md,tex,pdf} $(pkg)-$(ver) |
41 | cp otf/*.otf $(pkg)-$(ver) | 41 | cp otf/*.otf $(pkg)-$(ver) |
42 | cp fontspec/*.fontspec $(pkg)-$(ver) | 42 | cp fontspec/*.fontspec $(pkg)-$(ver) |
43 | tar czf $(pkg)-$(ver).tar.gz $(pkg)-$(ver) | 43 | 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 @@ | |||
89 | \usepackage[toc]{multitoc} | 89 | \usepackage[toc]{multitoc} |
90 | 90 | ||
91 | \edef\pkgver{2.7} | 91 | \edef\pkgver{2.7} |
92 | \edef\pkgdate{2023/12/12} | 92 | \edef\pkgdate{2023/12/15} |
93 | \title{\mdseries\tcbox[colframe=black, enhanced, tikznode, drop | 93 | \title{\mdseries\tcbox[colframe=black, enhanced, tikznode, drop |
94 | lifted shadow, colback=white, boxrule=.25mm]% | 94 | lifted shadow, colback=white, boxrule=.25mm]% |
95 | {\textsc{Old Standard}\\ | 95 | {\textsc{Old Standard}\\ |
@@ -260,8 +260,8 @@ corrections: | |||
260 | θαυμασθεὶς ὁ βάρβαρος.} | 260 | θαυμασθεὶς ὁ βάρβαρος.} |
261 | \end{enumerate} | 261 | \end{enumerate} |
262 | \item \textbf{Oldstyle numerals}: These have been designed by Antonis | 262 | \item \textbf{Oldstyle numerals}: These have been designed by Antonis |
263 | Tsolomitis for regular and bold series and can be selected by | 263 | Tsolomitis for regular and bold and by Robert Alessi for italic and |
264 | \verb|RawFeature=onum|. | 264 | bolditalic. They can be selected by \verb|RawFeature=onum|. |
265 | \item \textbf{Math Font}: This is a major and long-awaited enhancement | 265 | \item \textbf{Math Font}: This is a major and long-awaited enhancement |
266 | to Old Standard. The math font has been designed by Antonis | 266 | to Old Standard. The math font has been designed by Antonis |
267 | Tsolomitis from an old French book published by Gauthier-Villars | 267 | Tsolomitis from an old French book published by Gauthier-Villars |