diff options
author | Karl Berry <karl@freefriends.org> | 2015-03-14 22:59:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-03-14 22:59:51 +0000 |
commit | c493011f1ad4ff5cd2973ed6a6a3d4c9fec6470f (patch) | |
tree | 8031fe6db1684b5d12e9ae321631fda0a7b8534c /Master/texmf-dist/doc/latex/fontspec | |
parent | 9c90dced35ede94c9693dfc8cdf67cbd4537caf1 (diff) |
fontspec (14mar15)
git-svn-id: svn://tug.org/texlive/trunk@36512 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/fontspec')
-rw-r--r-- | Master/texmf-dist/doc/latex/fontspec/README | 21 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/fontspec/fontspec.pdf | bin | 1028734 -> 1004512 bytes |
2 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. diff --git a/Master/texmf-dist/doc/latex/fontspec/fontspec.pdf b/Master/texmf-dist/doc/latex/fontspec/fontspec.pdf Binary files differindex b4f271d9f8a..f1ecf195f91 100644 --- a/Master/texmf-dist/doc/latex/fontspec/fontspec.pdf +++ b/Master/texmf-dist/doc/latex/fontspec/fontspec.pdf |