summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/fontspec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-02-13 23:46:54 +0000
committerKarl Berry <karl@freefriends.org>2024-02-13 23:46:54 +0000
commit59218ee5f155d061cbbbbbbc97504fcbd27b53a6 (patch)
tree19204bd7b97da89b392575b4fb879297eb87a69d /Master/texmf-dist/doc/latex/fontspec
parent0241348b11986914636b8c23bc4fdc9eaf736bad (diff)
fontspec (14feb24)
git-svn-id: svn://tug.org/texlive/trunk@69833 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/fontspec')
-rw-r--r--Master/texmf-dist/doc/latex/fontspec/CHANGES.md14
-rw-r--r--Master/texmf-dist/doc/latex/fontspec/README.md11
-rw-r--r--Master/texmf-dist/doc/latex/fontspec/fontspec-code.pdfbin657454 -> 672898 bytes
-rw-r--r--Master/texmf-dist/doc/latex/fontspec/fontspec.pdfbin606613 -> 578717 bytes
4 files changed, 19 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/fontspec/CHANGES.md b/Master/texmf-dist/doc/latex/fontspec/CHANGES.md
index 10841c18c31..dd938d5d51f 100644
--- a/Master/texmf-dist/doc/latex/fontspec/CHANGES.md
+++ b/Master/texmf-dist/doc/latex/fontspec/CHANGES.md
@@ -1,6 +1,20 @@
Change history
==============
+
+## v2.9a (2024/02/13)
+
+ * Added a `Scale=MatchAveragecase` paramater which averages `Scale=MatchLowercase` and `Scale=MatchUppercase`.
+ * Switched options to LaTeX keyval handler.
+ * Added option `verbose` to undo silent/quiet.
+ * `euenc`/`tuenc` options are now obsolete (TU is the only encoding).
+ * Support variable fonts under LuaLaTeX.
+ * Skip scanning for filenames when loading fonts by name on LuaLaTeX.
+ * Allow restricting filename lookup to kpathsea lookups using `KpseOnly`.
+ * Added support for named colors from l3color.
+ * Support with lualatex spotcolors and cmyk colors in the pdf.
+
+
## v2.8a (2022/01/15)
* Add `SwashFont` and `BoldSwashFont` features to support LaTeX's now-builtin `\textsw`
diff --git a/Master/texmf-dist/doc/latex/fontspec/README.md b/Master/texmf-dist/doc/latex/fontspec/README.md
index f5dceebaeb7..349b2c39f23 100644
--- a/Master/texmf-dist/doc/latex/fontspec/README.md
+++ b/Master/texmf-dist/doc/latex/fontspec/README.md
@@ -54,10 +54,10 @@ Release versions of fontspec are available from CTAN:
<http://www.ctan.org/pkg/fontspec>
Development and historical versions are available from Github:
- <http://github.com/wspr/fontspec>
+ <http://github.com/latex3/fontspec>
Please offer suggestions and file bug reports in the issue tracker:
- <http://github.com/wspr/fontspec/issues>
+ <http://github.com/latex3/fontspec/issues>
If you are running TeX Live, you can update to the latest version of this package by running
@@ -67,12 +67,11 @@ If you wish to manually download the latest release version from CTAN, get the p
http://mirror.ctan.org/install/macros/latex/contrib/fontspec.tds.zip
-If you wish to use the latest development version from Github, either use git to obtain the bleeding edge version with
+If you wish to use the latest development version from Github, use git to obtain the latest repository code with
- git clone git://github.com/wspr/fontspec.git
+ git clone git://github.com/latex3/fontspec.git
-(For bleeding edge versions, see the `working` branch.)
-Having obtained the package from Github, install the package code by running
+See the `working` branch for changes that have not been released to CTAN yet (no guarantees the code in that branch will always be fully functional). Having obtained the package from Github, install the package code by running
l3build install
diff --git a/Master/texmf-dist/doc/latex/fontspec/fontspec-code.pdf b/Master/texmf-dist/doc/latex/fontspec/fontspec-code.pdf
index 0a86c16bf72..c11119f6274 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 3e223342f55..6fb58328d17 100644
--- a/Master/texmf-dist/doc/latex/fontspec/fontspec.pdf
+++ b/Master/texmf-dist/doc/latex/fontspec/fontspec.pdf
Binary files differ