summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/fontspec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-01-15 21:42:57 +0000
committerKarl Berry <karl@freefriends.org>2022-01-15 21:42:57 +0000
commit9320d274483582143054c232873dbe4784fe98d7 (patch)
treefaf298b3dbfb2917264f5330a159c8544baf4544 /Master/texmf-dist/doc/latex/fontspec
parenta07c0952502421e98b75cb81f9871f9b825b2ea3 (diff)
fontspec (15jan22)
git-svn-id: svn://tug.org/texlive/trunk@61617 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/fontspec')
-rw-r--r--Master/texmf-dist/doc/latex/fontspec/CHANGES.md13
-rw-r--r--Master/texmf-dist/doc/latex/fontspec/README.md4
-rw-r--r--Master/texmf-dist/doc/latex/fontspec/fontspec-code.pdfbin629912 -> 657454 bytes
-rw-r--r--Master/texmf-dist/doc/latex/fontspec/fontspec.pdfbin600048 -> 606613 bytes
4 files changed, 14 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/fontspec/CHANGES.md b/Master/texmf-dist/doc/latex/fontspec/CHANGES.md
index 63ae8620b4b..10841c18c31 100644
--- a/Master/texmf-dist/doc/latex/fontspec/CHANGES.md
+++ b/Master/texmf-dist/doc/latex/fontspec/CHANGES.md
@@ -1,6 +1,17 @@
Change history
==============
+## v2.8a (2022/01/15)
+
+ * Add `SwashFont` and `BoldSwashFont` features to support LaTeX's now-builtin `\textsw`
+ and `\swshape` commands, with matching `SwashFeatures` and `BoldSwashFeatures`.
+ A simple implementation that has scope to get more complex if need be.
+ * Remove some legacy code that extended the NFSS in ways that are now handled by
+ LaTeX2e natively.
+ * Long neglected updates through various Github Issues and pull requests.
+ Thanks for your patience with the delays.
+
+
## v2.7i (2020/02/21)
* Define both `b` and `bx` font series by default to avoid spurious warnings in some
@@ -15,6 +26,7 @@ Change history
* Fix regression with `unicode-math` related log files showing the wrong
NFSS-based font ‘identifier’.
+
## v2.7g (2020/01/26)
* Fix regression that broke changing the default encoding after `fontspec` was loaded
@@ -24,6 +36,7 @@ Change history
* Use `\familydefault` instead of `\rmdefault` when calculating scaling parameters in
`Scale=MatchLowercase` and `Scale=MatchUppercase`.
+
## v2.7f (2020/01/24)
* Rename font feature `Letters=Uppercase` to `Style=Uppercase`, as this feature does
diff --git a/Master/texmf-dist/doc/latex/fontspec/README.md b/Master/texmf-dist/doc/latex/fontspec/README.md
index cd01b539d8b..f5dceebaeb7 100644
--- a/Master/texmf-dist/doc/latex/fontspec/README.md
+++ b/Master/texmf-dist/doc/latex/fontspec/README.md
@@ -74,10 +74,8 @@ If you wish to use the latest development version from Github, either use git to
(For bleeding edge versions, see the `working` branch.)
Having obtained the package from Github, install the package code by running
- texlua build.lua install
+ l3build install
This will compile the documentation and install all necessary files in your
local texmf tree. Depending how your TeX distribution is configured
you may then need to update the filename database with `texhash`.
-
-
diff --git a/Master/texmf-dist/doc/latex/fontspec/fontspec-code.pdf b/Master/texmf-dist/doc/latex/fontspec/fontspec-code.pdf
index 52d9e28cded..0a86c16bf72 100644
--- a/Master/texmf-dist/doc/latex/fontspec/fontspec-code.pdf
+++ b/Master/texmf-dist/doc/latex/fontspec/fontspec-code.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/fontspec/fontspec.pdf b/Master/texmf-dist/doc/latex/fontspec/fontspec.pdf
index 97e8a293a0c..3e223342f55 100644
--- a/Master/texmf-dist/doc/latex/fontspec/fontspec.pdf
+++ b/Master/texmf-dist/doc/latex/fontspec/fontspec.pdf
Binary files differ