summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/fontspec/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/fontspec/README')
-rw-r--r--Master/texmf-dist/doc/latex/fontspec/README21
1 files changed, 20 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/fontspec/README b/Master/texmf-dist/doc/latex/fontspec/README
index 6792af2d9ef..f934a6ea66b 100644
--- a/Master/texmf-dist/doc/latex/fontspec/README
+++ b/Master/texmf-dist/doc/latex/fontspec/README
@@ -53,7 +53,9 @@ Default document fonts are selected with
Features to be used for every subsequently defined font are specified with
\defaultfontfeatures{<default font options>}
+ \defaultfontfeatures+{<add to default font options>}
\defaultfontfeatures[<font name>]{<default font options for "font name">}
+ \defaultfontfeatures+[<font name>]{<add to default font options for "font name">}
Features may be added to the font currently in use with
@@ -65,6 +67,23 @@ Features may be added to the font currently in use with
Change history
--------------
+- v2.4c (2015/03/14)
+
+ * v2.4b was never released, sorry!
+ * This time *really* fix \@fnsymbol and avoid overwriting it if already fixed.
+ * Fix "Renderer=Graphite" (off-by-one error).
+ * Fix some edge cases for \aliasfontfeature.
+
+- v2.4b (2014/08/23)
+
+ * Improve backwards compatibility w.r.t. recent argument order change;
+ specifically, if an optional argument is presented before the font name
+ then avoid looking for one afterwards.
+ * Fix \@fnsymbol; it was defined as a \protected macro, where in fact its internal text-or-math switch needed to be instead.
+ * No longer lowercase fontnames internally; this fixes a bug with loading
+ mixed-case ".fontspec" files.
+ * Fixed some documentation typos/inconsistencies related to recent changes.
+
- v2.4a (2014/06/21)
* No longer load fixltx2e.sty -- this package should really be loaded before \documentclass.
@@ -85,7 +104,7 @@ Change history
or
\defaultfontfeatures[\headingsfont]{...}
- \setfontfamily\headingsfont{...}
+ \newfontfamily\headingsfont{...}
* New `PunctuationSpace=WordSpace` and `PunctuationSpace=TwiceWordSpace` settings, intended for monospaced fonts; these force the space after a period to be exactly one or two spaces wide, respectively, which preserves character alignment across lines.