diff options
author | Karl Berry <karl@freefriends.org> | 2024-05-08 19:33:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-05-08 19:33:43 +0000 |
commit | a2b1e144f8c72c4e95ca6576f4e8e73e5b51085b (patch) | |
tree | deac848028d3986031f4e6bb396b05b9fb90d678 /Master/texmf-dist/doc/latex/fontspec | |
parent | 42a2e6123235230d846115088015ce249c8aa3c5 (diff) |
fontspec (8may24)
git-svn-id: svn://tug.org/texlive/trunk@71210 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/fontspec')
-rw-r--r-- | Master/texmf-dist/doc/latex/fontspec/CHANGES.md | 16 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/fontspec/README.md | 31 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/fontspec/fontspec-code.pdf | bin | 706350 -> 704184 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/fontspec/fontspec.pdf | bin | 496854 -> 496860 bytes |
4 files changed, 42 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/fontspec/CHANGES.md b/Master/texmf-dist/doc/latex/fontspec/CHANGES.md index 7dab8151f3c..47c3b7128e2 100644 --- a/Master/texmf-dist/doc/latex/fontspec/CHANGES.md +++ b/Master/texmf-dist/doc/latex/fontspec/CHANGES.md @@ -1,6 +1,22 @@ Change history ============== +## v2.9d (2024/05/07) + + * Now that `Script` and `Language` are retained even if the font doesn't support them, + we can no longer check for font feature existence before applying the OpenType tags. + This release removes checking. (#515) + + * Fix bug/regression in loading font families constructed from fonts with different file + extensions; e.g.: (#514) + + \setmainfont{MyLato} + [ + UprightFont = Lato-Regular.ttf , + BoldFont = FiraSans-Bold.otf , + ] + + ## v2.9c (2024/05/03) * Fix copy/paste regression bug with the `Language` feature (primarily exposed through `babel` package). (#513) diff --git a/Master/texmf-dist/doc/latex/fontspec/README.md b/Master/texmf-dist/doc/latex/fontspec/README.md index 6624bcca6b3..0f66c469019 100644 --- a/Master/texmf-dist/doc/latex/fontspec/README.md +++ b/Master/texmf-dist/doc/latex/fontspec/README.md @@ -11,7 +11,27 @@ available with OpenType (and other) fonts, including upper and lower case number proportional and monospaced numbers, swash letters, ligature control, and many many others. -See the documentation `fontspec.pdf` for full information. + +Documentation +------------- + +See the PDF documentation for complete user information (including examples): + + texdoc fontspec + +Additional online documentation is provided at: + <http://latex3.github.io/fontspec/> + +The package code is documented in typeset PDF form via + + texdoc fontspec-code + +Licence +------- + +This package is distributed under the terms and conditions of the LaTeX Project Public License (LPPL), version 1.3a or higher. + +The maintainer of the package is Will Robertson and the LaTeX3 project. Summary of user commands @@ -50,9 +70,6 @@ To add features to the font family currently in use: Package details --------------- -Repository documentation is provided at: - <http://latex3.github.io/fontspec/> - Release versions of fontspec are available from CTAN: <http://www.ctan.org/pkg/fontspec> @@ -70,7 +87,11 @@ package by running If you wish to manually download the latest release version from CTAN, get the pre-built TDS package and extract it into your local texmf tree: - http://mirror.ctan.org/install/macros/latex/contrib/fontspec.tds.zip + http://mirror.ctan.org/install/macros/unicodetex/latex/fontspec.tds.zip + +Historical releases are available via GitHub: + <https://github.com/latex3/fontspec/releases> + <https://github.com/latex3/fontspec/tags> If you wish to use the latest development version from Github, use git to obtain the latest repository code with diff --git a/Master/texmf-dist/doc/latex/fontspec/fontspec-code.pdf b/Master/texmf-dist/doc/latex/fontspec/fontspec-code.pdf Binary files differindex 576b93ee4ca..cf04b4a6a2a 100644 --- a/Master/texmf-dist/doc/latex/fontspec/fontspec-code.pdf +++ b/Master/texmf-dist/doc/latex/fontspec/fontspec-code.pdf diff --git a/Master/texmf-dist/doc/latex/fontspec/fontspec.pdf b/Master/texmf-dist/doc/latex/fontspec/fontspec.pdf Binary files differindex 0ceac30d40a..643375da1ea 100644 --- a/Master/texmf-dist/doc/latex/fontspec/fontspec.pdf +++ b/Master/texmf-dist/doc/latex/fontspec/fontspec.pdf |