diff options
author | Karl Berry <karl@freefriends.org> | 2006-12-31 22:38:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-12-31 22:38:32 +0000 |
commit | f9f0a3f94098db14e4130a6f2cd7c4bb837be140 (patch) | |
tree | a659cbf839d159d7050d5bd93b39a672de96b6a8 /Master/texmf-dist/tex/xelatex/fontspec/fontspec.sty | |
parent | 4bce4544a9d409cae7156a9e8ec7c5cd83d03aee (diff) |
fontspec update (31dec06)
git-svn-id: svn://tug.org/texlive/trunk@3068 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/xelatex/fontspec/fontspec.sty')
-rw-r--r-- | Master/texmf-dist/tex/xelatex/fontspec/fontspec.sty | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/xelatex/fontspec/fontspec.sty b/Master/texmf-dist/tex/xelatex/fontspec/fontspec.sty index c539a8b67aa..824c0ff3da0 100644 --- a/Master/texmf-dist/tex/xelatex/fontspec/fontspec.sty +++ b/Master/texmf-dist/tex/xelatex/fontspec/fontspec.sty @@ -12,9 +12,8 @@ %% %% License information appended. %% -%% \ProvidesPackage{fontspec} - [2006/12/21 v1.13 Advanced font selection for XeLaTeX] + [2006/12/24 v1.13 Advanced font selection for XeLaTeX] \RequirePackage{ifxetex} \RequireXeTeX \newif\ifzf@firsttime @@ -396,14 +395,14 @@ \def\@tempa{#1}% \ifx\@tempa\@empty \zf@PackageWarning{% - ‘\XKV@tfam=\XKV@tkey’ feature not supported - for AAT font ‘\fontname\zf@basefont’}% + '\XKV@tfam=\XKV@tkey' feature not supported + for AAT font '\fontname\zf@basefont'}% \else \zf@make@aat@feature@string{#1}{#2}% \ifx\@tempa\@empty \zf@PackageWarning{% AAT feature '\XKV@tfam=\XKV@tkey' - (#1,#2) not available in font \fontname\zf@basefont}% + (#1,#2) not available in font '\fontname\zf@basefont'}% \else \zf@update@family{+#1,#2}% \zf@update@ff\@tempa @@ -414,8 +413,8 @@ \edef\@tempa{#3}% \ifx\@tempa\@empty \zf@PackageWarning{% - ‘\XKV@tfam=\XKV@tkey’ feature not supported - for ICU font ‘ \fontname\zf@basefont’}% + '\XKV@tfam=\XKV@tkey' feature not supported + for ICU font '\fontname\zf@basefont'}% \else \expandafter\zf@check@ot@feat\expandafter{\@tempa}% \if@tempswa |