From 6e027ebbbe30862f8114edaadde91f7d86f2cbde Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 3 Jan 2017 22:13:07 +0000 Subject: phonrule (3jan17) git-svn-id: svn://tug.org/texlive/trunk@42856 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/phonrule/README.md | 13 +++++++++---- .../texmf-dist/doc/latex/phonrule/phonrule-doc.pdf | Bin 41932 -> 43329 bytes .../texmf-dist/doc/latex/phonrule/phonrule-doc.tex | 15 ++++++++++++--- Master/texmf-dist/tex/latex/phonrule/phonrule.sty | 9 +++------ 4 files changed, 24 insertions(+), 13 deletions(-) diff --git a/Master/texmf-dist/doc/latex/phonrule/README.md b/Master/texmf-dist/doc/latex/phonrule/README.md index 3906daf4a52..d302726dbcc 100644 --- a/Master/texmf-dist/doc/latex/phonrule/README.md +++ b/Master/texmf-dist/doc/latex/phonrule/README.md @@ -1,7 +1,12 @@ -# phonrule.sty (v1.3.0) +# phonrule.sty (v1.3.1) -(c) 2015 Stefano Coretta - -LPPL LaTeX Public Project License 1.0 +(c) 2013-2016 Stefano Coretta This packages provides macros for typesetting phonological rules like those in Sound Pattern of English (Chomsky and Halle 1968). It is recommended for classical linear phonology. + +## License + +This program can redistributed and/or modified under the terms 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. diff --git a/Master/texmf-dist/doc/latex/phonrule/phonrule-doc.pdf b/Master/texmf-dist/doc/latex/phonrule/phonrule-doc.pdf index c68b58608ce..305652a1606 100644 Binary files a/Master/texmf-dist/doc/latex/phonrule/phonrule-doc.pdf and b/Master/texmf-dist/doc/latex/phonrule/phonrule-doc.pdf differ diff --git a/Master/texmf-dist/doc/latex/phonrule/phonrule-doc.tex b/Master/texmf-dist/doc/latex/phonrule/phonrule-doc.tex index 00009e520d7..60619379c52 100644 --- a/Master/texmf-dist/doc/latex/phonrule/phonrule-doc.tex +++ b/Master/texmf-dist/doc/latex/phonrule/phonrule-doc.tex @@ -11,9 +11,7 @@ \usepackage{phonrule} \usepackage{gb4e} - - -\title{The \texttt{phonrule} package (v1.3.0)} +\title{The \texttt{phonrule} package (v1.3.1)} \author{Stefano Coretta \\ \texttt{stefano.coretta \textit{at} postgrad.manchester.ac.uk}} \reversemarginpar @@ -159,6 +157,17 @@ The \verb|\env|, \verb|\envl|, \verb|\envr|, \verb|\envb| have a starred version \section{Change log} +\subsection*{v1.3.1 - 2017-01-02} +\subsubsection*{Added} +\begin{itemize} + \item needs \TeX{} format \LaTeX2e +\end{itemize} +\subsubsection*{Removed} +\begin{itemize} + \item \verb+\makeatletter+ + \item unused definition +\end{itemize} + \subsection*{v1.3.0 - 2016-12-26} \subsubsection*{Added} \begin{itemize} 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{&}} -- cgit v1.2.3