summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-07-23 21:15:27 +0000
committerKarl Berry <karl@freefriends.org>2015-07-23 21:15:27 +0000
commitd090b18eb08f14f56920146ff625142e6b096aae (patch)
tree3e55d72c3fbb12496f132b06ed22cc5f46f5d19d
parentc239abdd54c72174b7697b03f3dac0b7cb333fc7 (diff)
metrix (23jul15)
git-svn-id: svn://tug.org/texlive/trunk@37935 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/metrix/metrix.pdfbin503480 -> 504136 bytes
-rw-r--r--Master/texmf-dist/source/latex/metrix/metrix.dtx15
-rw-r--r--Master/texmf-dist/source/latex/metrix/metrix.ins2
-rw-r--r--Master/texmf-dist/tex/latex/metrix/metrix.sty10
4 files changed, 15 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/metrix/metrix.pdf b/Master/texmf-dist/doc/latex/metrix/metrix.pdf
index f10df40a266..da1d0c208f5 100644
--- a/Master/texmf-dist/doc/latex/metrix/metrix.pdf
+++ b/Master/texmf-dist/doc/latex/metrix/metrix.pdf
Binary files 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 @@
%<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
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 }
{
{ ' }
{