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/tex/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/tex/latex/metrix')
-rw-r--r-- | Master/texmf-dist/tex/latex/metrix/metrix.sty | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/metrix/metrix.sty b/Master/texmf-dist/tex/latex/metrix/metrix.sty index 2fd1821a86b..593e6da8982 100644 --- a/Master/texmf-dist/tex/latex/metrix/metrix.sty +++ b/Master/texmf-dist/tex/latex/metrix/metrix.sty @@ -29,8 +29,8 @@ %% %% http://www.latex-project.org/lppl.txt %% -\RequirePackage{expl3}[2013/07/12] -\@ifpackagelater{expl3}{2013/03/14} +\RequirePackage{expl3}[2016/01/03] +\@ifpackagelater{expl3}{2016/01/03} {} {% \PackageError{metrix}{Support package l3kernel too old} @@ -44,8 +44,8 @@ } \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} \ProvidesExplPackage {\metrixFileName}{\metrixFileDate}{\metrixFileVersion}{\metrixFileDescription} \RequirePackage{xparse} @@ -123,7 +123,7 @@ \box_new:N \l__metrix_syllable_box \tl_new:N \g__metrix_variable_shortsyllablelimit_tl \tl_set:Nn \g__metrix_variable_shortsyllablelimit_tl { 0.8em } -\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 } @@ -265,7 +265,7 @@ { \bool_set_true:N \l__metrix_short_syllable_bool } { \bool_set_false:N \l__metrix_short_syllable_bool } \cs_set:Npx \__metrix_current_highlight: { - \prop_get:NV \l__metrix_highlights_prop \l__metrix_process_int + \prop_item:NV \l__metrix_highlights_prop \l__metrix_process_int } \expandafter\tikzset\expandafter{\__metrix_current_highlight:} \hbox_set:Nn \l_tmpa_box { \__metrix_print_symbol: } @@ -315,7 +315,7 @@ { \group_begin: \cs_set:Npx \__metrix_current_highlight: { - \prop_get:NV \l__metrix_highlights_prop \l__metrix_process_int + \prop_item:NV \l__metrix_highlights_prop \l__metrix_process_int } \expandafter\tikzset\expandafter{\__metrix_current_highlight:} \begin{tikzpicture} @@ -335,7 +335,7 @@ { \group_begin: \cs_set:Npx \__metrix_current_highlight: { - \prop_get:NV \l__metrix_highlights_prop \l__metrix_process_int + \prop_item:NV \l__metrix_highlights_prop \l__metrix_process_int } \expandafter\tikzset\expandafter{\__metrix_current_highlight:} \tikz[baseline=(l__metrix_break_node.base)] |