diff options
author | Karl Berry <karl@freefriends.org> | 2015-07-23 21:15:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-07-23 21:15:27 +0000 |
commit | d090b18eb08f14f56920146ff625142e6b096aae (patch) | |
tree | 3e55d72c3fbb12496f132b06ed22cc5f46f5d19d /Master/texmf-dist/source/latex/metrix | |
parent | c239abdd54c72174b7697b03f3dac0b7cb333fc7 (diff) |
metrix (23jul15)
git-svn-id: svn://tug.org/texlive/trunk@37935 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 | 15 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/metrix/metrix.ins | 2 |
2 files changed, 10 insertions, 7 deletions
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 @@ %<package> } \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|package> %<*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 |