diff options
author | Karl Berry <karl@freefriends.org> | 2017-04-21 22:17:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-04-21 22:17:55 +0000 |
commit | e417ef469ba6fed7dcc67bee10d2d08ee1425c4f (patch) | |
tree | c3548f808a4e9146657d04f2fe3804df1a5e50af /Master/texmf-dist/tex/latex | |
parent | 57376b4334ee13c6c52710eed0952b2d0ac61227 (diff) |
phonrule (21apr17)
git-svn-id: svn://tug.org/texlive/trunk@43963 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/phonrule/phonrule.sty | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/phonrule/phonrule.sty b/Master/texmf-dist/tex/latex/phonrule/phonrule.sty index cb1445e3f30..2039c1e36ad 100644 --- a/Master/texmf-dist/tex/latex/phonrule/phonrule.sty +++ b/Master/texmf-dist/tex/latex/phonrule/phonrule.sty @@ -1,6 +1,6 @@ -% phonrule.sty v1.3.1 +% phonrule.sty v1.3.2 % -% (c) 2016 Stefano Coretta +% (c) 2013-2017 Stefano Coretta % % This program can redistributed and/or modified under the terms % of the LaTeX Project Public License Distributed from CTAN @@ -8,7 +8,7 @@ % version 1 of the License, or (at your option) any later version. \NeedsTeXFormat{LaTeX2e}[1994/06/01] \ProvidesPackage{phonrule} - [2017/01/02 v1.3.1 LaTeX package for typesetting phonological rules] + [2017/04/16 v1.3.2 LaTeX package for typesetting phonological rules] \newcommand{\phold}{\rule[-1.5pt]{1.5ex}{.5pt}} \newcommand{\parrow}{\ensuremath{\rightarrow}} @@ -47,9 +47,9 @@ } \newcommand*{\@envb}[4]{\@env{#1}{#2}{#3\phold#4}} -\newcommand*{\phonfeat}[1]{% +\newcommand*{\phonfeat}[2][c]{% \ensuremath{% - \left[\begin{tabular}{c}#1\end{tabular}\right]% + \left[\begin{tabular}{#1}#2\end{tabular}\right]% }% } \newcommand*{\oneof}[2][c]{% |