diff options
author | Karl Berry <karl@freefriends.org> | 2016-01-21 22:21:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-01-21 22:21:24 +0000 |
commit | a3530eabad2579db06eb6d331f67435d3150da8b (patch) | |
tree | ff2edaff748504c5aa1514b7ef6a56773d5d7222 /Master/texmf-dist/source/latex/metrix | |
parent | aa6ee25a74c9789f6cae04f6c3ba3a8abac7fef8 (diff) |
metrix (21jan16)
git-svn-id: svn://tug.org/texlive/trunk@39452 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/metrix')
-rw-r--r-- | Master/texmf-dist/source/latex/metrix/metrix.dtx | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/metrix/metrix.dtx b/Master/texmf-dist/source/latex/metrix/metrix.dtx index 7ae0f8c50b5..bc9def105ce 100644 --- a/Master/texmf-dist/source/latex/metrix/metrix.dtx +++ b/Master/texmf-dist/source/latex/metrix/metrix.dtx @@ -12,8 +12,8 @@ %<*driver|package> % The version of expl3 required is tested as early as possible, as % some really old versions do not define \ProvidesExplPackage. -\RequirePackage{expl3}[2013/07/12] -%<package>\@ifpackagelater{expl3}{2013/03/14} +\RequirePackage{expl3}[2016/01/03] +%<package>\@ifpackagelater{expl3}{2016/01/03} %<package> {} %<package> {% %<package> \PackageError{metrix}{Support package l3kernel too old} @@ -27,8 +27,8 @@ %<package> } \def\metrixFileName{metrix} \def\metrixFileDescription{Typset prosody/metric symbols.} -\def\metrixFileDate{2015/09/02} -\def\metrixFileVersion{1.2} +\def\metrixFileDate{2016/01/21} +\def\metrixFileVersion{1.2a} %</driver|package> %<*driver> \documentclass[full,english]{l3doc} @@ -1220,7 +1220,7 @@ % \subsection{Variants} % Later we'll need the following variant. % \begin{macrocode} -\cs_generate_variant:Nn \prop_get:Nn { No , Nf , NV , Nx } +\cs_generate_variant:Nn \prop_item:Nn { No , Nf , NV , Nx } \cs_generate_variant:Nn \prop_put:Nnn { Nnx , Nxx , Nff , Noo } \cs_generate_variant:Nn \seq_item:Nn { Nf , NV , Nx } \cs_generate_variant:Nn \seq_set_split:Nnn { Nnf , NnV , Nnx } @@ -1428,7 +1428,7 @@ % Set up the currend highlight is it is definded % \begin{macrocode} \cs_set:Npx \@@_current_highlight: { - \prop_get:NV \l_@@_highlights_prop \l_@@_process_int + \prop_item:NV \l_@@_highlights_prop \l_@@_process_int } \expandafter\tikzset\expandafter{\@@_current_highlight:} % \end{macrocode} @@ -1507,7 +1507,7 @@ { \group_begin: \cs_set:Npx \@@_current_highlight: { - \prop_get:NV \l_@@_highlights_prop \l_@@_process_int + \prop_item:NV \l_@@_highlights_prop \l_@@_process_int } \expandafter\tikzset\expandafter{\@@_current_highlight:} \begin{tikzpicture} @@ -1537,7 +1537,7 @@ { \group_begin: \cs_set:Npx \@@_current_highlight: { - \prop_get:NV \l_@@_highlights_prop \l_@@_process_int + \prop_item:NV \l_@@_highlights_prop \l_@@_process_int } \expandafter\tikzset\expandafter{\@@_current_highlight:} \tikz[baseline=(l_@@_break_node.base)] @@ -2196,5 +2196,6 @@ % \PrintChanges^^A use makeindex -s gglo.ist -o metrix-doc.gls metrix-doc.glo % ^^A use updated=YYYY-MM-DD or new=YYY-MM-DD in {documentation} section % \changes{v1.0}{2013/08/12}{Initial version} +% \changes{v1.2a}{2016/01/21}{Replaced deprecated \cs{prop_get} variants (Thanks to J. Wright).} % % \PrintIndex^^A use: makeindex -s l3doc.ist -o metrix-doc.ind metrix-doc.idx
\ No newline at end of file |