From d090b18eb08f14f56920146ff625142e6b096aae Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 23 Jul 2015 21:15:27 +0000 Subject: metrix (23jul15) git-svn-id: svn://tug.org/texlive/trunk@37935 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/metrix/metrix.pdf | Bin 503480 -> 504136 bytes Master/texmf-dist/source/latex/metrix/metrix.dtx | 15 +++++++++------ Master/texmf-dist/source/latex/metrix/metrix.ins | 2 +- Master/texmf-dist/tex/latex/metrix/metrix.sty | 10 +++++----- 4 files changed, 15 insertions(+), 12 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/metrix/metrix.pdf b/Master/texmf-dist/doc/latex/metrix/metrix.pdf index f10df40a266..da1d0c208f5 100644 Binary files a/Master/texmf-dist/doc/latex/metrix/metrix.pdf and b/Master/texmf-dist/doc/latex/metrix/metrix.pdf differ diff --git a/Master/texmf-dist/source/latex/metrix/metrix.dtx b/Master/texmf-dist/source/latex/metrix/metrix.dtx index 95bdebc53a4..bd3a188d659 100644 --- a/Master/texmf-dist/source/latex/metrix/metrix.dtx +++ b/Master/texmf-dist/source/latex/metrix/metrix.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -%% File: metrix.dtx Copyright (C) 2015 Tobias Weh +%% File: metrix.dtx Copyright (C) 2013-2015 Tobias Weh %% %% It may be distributed and/or modified under the conditions of the %% LaTeX Project Public License (LPPL), either version 1.3c of this @@ -27,8 +27,8 @@ % } \def\metrixFileName{metrix} \def\metrixFileDescription{Typset prosody/metric symbols.} -\def\metrixFileDate{2015/02/23} -\def\metrixFileVersion{1.1} +\def\metrixFileDate{2015/07/23} +\def\metrixFileVersion{1.1a} % %<*driver> \documentclass[full,english]{l3doc} @@ -107,7 +107,8 @@ % % \title{The \metrix/ package} % -% \author{Tobias Weh\thanks{URL: \url{http://www.tweh.de}, Mail: \mail{mail@tweh.de}}} +% \author{Tobias Weh\thanks{URL: \url{http://tobiw.de/en}, Mail: \mail{mail@tobiw.de}}} +% \changes{v1.1a}{2015/07/23}{New contact info (mail and URL).} % % \date{Version \metrixFileVersion\ -- Released \metrixFileDate} % @@ -1257,8 +1258,9 @@ { % \end{macrocode} % Finally typeset the syllable and it's symbol. +% \changes{v1.1a}{2015/07/23}{Replaced deprecated \cs{str_case:nnn} with \cs{str_case:nnF}.} % \begin{macrocode} - \str_case:nnn { ##1 } + \str_case:nnF { ##1 } { { | } { @@ -1318,6 +1320,7 @@ % \begin{macro}[internal]{\@@_metricsymbols:n} % This macro works like \cs{\__metrix_metrics} but is used to print stand alone metric % symbols via \cs{metricsymbols}. +% \changes{v1.1a}{2015/07/23}{Replaced deprecated \cs{str_case:nnn} with \cs{str_case:nnF}.} % \begin{macrocode} \cs_new_protected:Npn \@@_metricsymbols:n #1 { @@ -1330,7 +1333,7 @@ { \hspace{\usemetrixvar{symbolsep}} } - \str_case:nnn { ##1 } + \str_case:nnF { ##1 } { { ' } { diff --git a/Master/texmf-dist/source/latex/metrix/metrix.ins b/Master/texmf-dist/source/latex/metrix/metrix.ins index e123f651ef2..c7d13e23ac7 100644 --- a/Master/texmf-dist/source/latex/metrix/metrix.ins +++ b/Master/texmf-dist/source/latex/metrix/metrix.ins @@ -1,6 +1,6 @@ \iffalse meta-comment -File metrix.ins Copyright (C) 2013 Tobias Weh +File metrix.ins Copyright (C) 2013-2015 Tobias Weh It may be distributed and/or modified under the conditions of the LaTeX Project Public License (LPPL), either version 1.3c of this diff --git a/Master/texmf-dist/tex/latex/metrix/metrix.sty b/Master/texmf-dist/tex/latex/metrix/metrix.sty index 1fdb2e002cd..aa997295770 100644 --- a/Master/texmf-dist/tex/latex/metrix/metrix.sty +++ b/Master/texmf-dist/tex/latex/metrix/metrix.sty @@ -20,7 +20,7 @@ %% original source files, as listed above, are part of the %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) -%% File: metrix.dtx Copyright (C) 2015 Tobias Weh +%% File: metrix.dtx Copyright (C) 2013-2015 Tobias Weh %% %% It may be distributed and/or modified under the conditions of the %% LaTeX Project Public License (LPPL), either version 1.3c of this @@ -44,8 +44,8 @@ } \def\metrixFileName{metrix} \def\metrixFileDescription{Typset prosody/metric symbols.} -\def\metrixFileDate{2015/02/23} -\def\metrixFileVersion{1.1} +\def\metrixFileDate{2015/07/23} +\def\metrixFileVersion{1.1a} \ProvidesExplPackage {\metrixFileName}{\metrixFileDate}{\metrixFileVersion}{\metrixFileDescription} \RequirePackage{xparse} @@ -165,7 +165,7 @@ \c_space_token } { - \str_case:nnn { ##1 } + \str_case:nnF { ##1 } { { | } { @@ -224,7 +224,7 @@ { \hspace{\usemetrixvar{symbolsep}} } - \str_case:nnn { ##1 } + \str_case:nnF { ##1 } { { ' } { -- cgit v1.2.3