summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/fontspec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-04-27 19:57:18 +0000
committerKarl Berry <karl@freefriends.org>2024-04-27 19:57:18 +0000
commiteef02f0cb333c408d5d83295850e03c70fcd4539 (patch)
tree635ae33e9637e22b8f6a13e668e7d190bb2e3d10 /Master/texmf-dist/doc/latex/fontspec
parentcab586f7c024839dcdb8ce01712ab3025200178d (diff)
fontspec (27apr24)
git-svn-id: svn://tug.org/texlive/trunk@71101 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/fontspec')
-rw-r--r--Master/texmf-dist/doc/latex/fontspec/CHANGES.md23
-rw-r--r--Master/texmf-dist/doc/latex/fontspec/fontspec-code.pdfbin672898 -> 707166 bytes
-rw-r--r--Master/texmf-dist/doc/latex/fontspec/fontspec-example.tex2
-rw-r--r--Master/texmf-dist/doc/latex/fontspec/fontspec.pdfbin578717 -> 496846 bytes
4 files changed, 24 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/fontspec/CHANGES.md b/Master/texmf-dist/doc/latex/fontspec/CHANGES.md
index dd938d5d51f..c5f5f6e6846 100644
--- a/Master/texmf-dist/doc/latex/fontspec/CHANGES.md
+++ b/Master/texmf-dist/doc/latex/fontspec/CHANGES.md
@@ -1,6 +1,29 @@
Change history
==============
+## v2.9b (2024/04/27)
+
+ * Add new `Letters=Uppercase` (LuaLaTeX only) as an interface to `luaotfload`
+ feature which automatically performs case-changing at the font level
+ (i.e., not using macros to process the text tokens). (#461)
+ * Fix long-standing bug when loading fonts which only have extensions specified internally to the font
+ shape (#504). E.g.:
+
+ \setmainfont{pagella}[ UprightFont = texgyrepagella-regular.otf ]
+
+ * If a font is loaded with a specific script (e.g. `Script=CJK`) and it is not
+ available within the font, `fontspec` previously would fall back on a default script.
+ This is now changed to always pass through the requested script so the renderer can
+ make use of that information regardless of whether the font itself supports the script.
+ (#507)
+ * Remove LuaTeX code that resets various `hypenchar` settings seemingly erroneously. (#344)
+ * Rework documentation to remove reference to local and non-free fonts. This allows
+ compilation via Github Actions, which will aid streamlining/automating releases in the future. (#157, #465)
+ * Adjust approach to removing spaces from font names internally. This may have unintended
+ consequences, please write if so. (#484)
+ * Work around clash if a class defines an option of (say) `math=foo`, where `fontspec`
+ is expecting `math=true`. Now, the global option will be ignored. (#501)
+
## v2.9a (2024/02/13)
diff --git a/Master/texmf-dist/doc/latex/fontspec/fontspec-code.pdf b/Master/texmf-dist/doc/latex/fontspec/fontspec-code.pdf
index c11119f6274..464fc94ebeb 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-example.tex b/Master/texmf-dist/doc/latex/fontspec/fontspec-example.tex
index bf2831b134b..2da077d1d90 100644
--- a/Master/texmf-dist/doc/latex/fontspec/fontspec-example.tex
+++ b/Master/texmf-dist/doc/latex/fontspec/fontspec-example.tex
@@ -1,4 +1,4 @@
-%%^^A%% fontspec-example.tex -- part of FONTSPEC <wspr.io/fontspec>
+%%^^A%% fontspec-example.tex -- part of FONTSPEC <latex3.github.io/fontspec>
\documentclass{article}
diff --git a/Master/texmf-dist/doc/latex/fontspec/fontspec.pdf b/Master/texmf-dist/doc/latex/fontspec/fontspec.pdf
index 6fb58328d17..70a93b184bd 100644
--- a/Master/texmf-dist/doc/latex/fontspec/fontspec.pdf
+++ b/Master/texmf-dist/doc/latex/fontspec/fontspec.pdf
Binary files differ