diff options
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/fontspec/fontspec.dtx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/fontspec/fontspec.dtx b/Master/texmf-dist/source/latex/fontspec/fontspec.dtx index 28b6d4a5c46..f31264b1d83 100644 --- a/Master/texmf-dist/source/latex/fontspec/fontspec.dtx +++ b/Master/texmf-dist/source/latex/fontspec/fontspec.dtx @@ -9,7 +9,7 @@ _________________________________________ The fontspec package for XeLaTeX/LuaLaTeX - (C) 2004--2012 Will Robertson and Khaled Hosny + (C) 2004--2013 Will Robertson and Khaled Hosny License information appended. @@ -17,8 +17,8 @@ \endpreamble \postamble -Copyright 2004--2012 Will Robertson <wspr81@gmail.com> -Copyright 2009--2012 Khaled Hosny <khaledhosny@eglug.org> +Copyright 2004--2013 Will Robertson <wspr81@gmail.com> +Copyright 2009--2013 Khaled Hosny <khaledhosny@eglug.org> Distributable under the LaTeX Project Public License, version 1.3c or higher (your choice). The latest version of @@ -66,7 +66,7 @@ This work consists of this file fontspec.dtx %<fontspec&luatex>\ProvidesPackage{fontspec-luatex} %<patches>\ProvidesPackage{fontspec-patches} %<*fontspec|patches> - [2013/02/25 v2.3 Font selection for XeLaTeX and LuaLaTeX] + [2013/03/16 v2.3a Font selection for XeLaTeX and LuaLaTeX] %</fontspec|patches> % %<*driver> @@ -5433,10 +5433,10 @@ This work consists of this file fontspec.dtx \convertcolorspec{named}{#1}{HTML}\l_fontspec_hexcol_tl } { - \int_compare:nTF { \tl_length:n {#1} == 6 } + \int_compare:nTF { \tl_count:n {#1} == 6 } { \tl_set:Nn \l_fontspec_hexcol_tl {#1} } { - \int_compare:nTF { \tl_length:n {#1} == 8 } + \int_compare:nTF { \tl_count:n {#1} == 8 } { \fontspec_parse_colour:viii #1 } { \bool_if:NF \l_fontspec_firsttime_bool |