diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/phonrule/phonrule.sty')
-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]{% |