diff options
author | Karl Berry <karl@freefriends.org> | 2017-01-03 22:13:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-01-03 22:13:07 +0000 |
commit | 6e027ebbbe30862f8114edaadde91f7d86f2cbde (patch) | |
tree | 24d5cf14bd8ed99efeb46ccbd29d74b19a34b42a /Master/texmf-dist/tex | |
parent | de125a51a727139ce11d86d9e887724e7099c085 (diff) |
phonrule (3jan17)
git-svn-id: svn://tug.org/texlive/trunk@42856 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/phonrule/phonrule.sty | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/phonrule/phonrule.sty b/Master/texmf-dist/tex/latex/phonrule/phonrule.sty index ac4c19115c8..cb1445e3f30 100644 --- a/Master/texmf-dist/tex/latex/phonrule/phonrule.sty +++ b/Master/texmf-dist/tex/latex/phonrule/phonrule.sty @@ -1,4 +1,4 @@ -% phonrule.sty v1.3.0 +% phonrule.sty v1.3.1 % % (c) 2016 Stefano Coretta % @@ -6,11 +6,9 @@ % of the LaTeX Project Public License Distributed from CTAN % archives in directory macros/latex/base/lppl.txt; either % version 1 of the License, or (at your option) any later version. +\NeedsTeXFormat{LaTeX2e}[1994/06/01] \ProvidesPackage{phonrule} - [2016/12/26 v1.3.0 LaTeX package for typesetting phonological rules] - - -\let\myDate\date + [2017/01/02 v1.3.1 LaTeX package for typesetting phonological rules] \newcommand{\phold}{\rule[-1.5pt]{1.5ex}{.5pt}} \newcommand{\parrow}{\ensuremath{\rightarrow}} @@ -21,7 +19,6 @@ \newcommand{\phonl} [4][\parrow] {#2 #1 #3~\ensuremath{/}~#4\phold} \newcommand{\phonb} [5][\parrow] {#2 #1 #3~\ensuremath{/}~#4\phold#5} -\makeatletter \newcommand*{\env}{% \@ifstar {\@env{&}} |