summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/generic/expex/README4
-rw-r--r--Master/texmf-dist/tex/generic/expex/expex.sty2
-rw-r--r--Master/texmf-dist/tex/generic/expex/expex.tex8
3 files changed, 9 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/expex/README b/Master/texmf-dist/doc/generic/expex/README
index ff549ce8c52..802a49a6458 100644
--- a/Master/texmf-dist/doc/generic/expex/README
+++ b/Master/texmf-dist/doc/generic/expex/README
@@ -19,7 +19,7 @@ archives in directory macros/latex/base/lppl.txt.
-------------------------------------------------------------
-The files in this distribution (v 5.1a) are:
+The files in this distribution (v 5.1b) are:
README
expex.tex Main macro file
@@ -46,5 +46,5 @@ expex.sty, all files needed to run expex-demo should be part of any
Tex installation.
-John Frampton 1/5/2017
+John Frampton 5/25/2017
diff --git a/Master/texmf-dist/tex/generic/expex/expex.sty b/Master/texmf-dist/tex/generic/expex/expex.sty
index 2e16729129f..4a9fd3c8269 100644
--- a/Master/texmf-dist/tex/generic/expex/expex.sty
+++ b/Master/texmf-dist/tex/generic/expex/expex.sty
@@ -1,5 +1,5 @@
\ProvidesPackage{expex}
- [5/1/2017 v5.1a LaTex wrapper for expex.tex (JF)]
+ [5/1/2017 v5.1b LaTex wrapper for expex.tex (JF)]
\RequirePackage{xkeyval}
\input expex
\endinput
diff --git a/Master/texmf-dist/tex/generic/expex/expex.tex b/Master/texmf-dist/tex/generic/expex/expex.tex
index dc6f11d22ff..737aabad5be 100644
--- a/Master/texmf-dist/tex/generic/expex/expex.tex
+++ b/Master/texmf-dist/tex/generic/expex/expex.tex
@@ -1,5 +1,5 @@
\def\ExPexMessage
- {5/1/2017 v5.1a ExPex linguistics example formatter (JF)}
+ {5/25/2017 v5.1b ExPex linguistics example formatter (JF)}
% -------------------------------------------------------
% jf 2011/12/09 (v4.0a)
% 1) fixed bug in how exceptional gla items are detected
@@ -49,7 +49,7 @@
% right panel in nlevel style
% jf 4/11/2016 (v5.0f)
% fixed \ep@setlist so that it does not make global asssigment
-% changed some names of the append commands to better fit their effect
+% changed some names of the append commands to better match their effect
% jf 3/9/2017 (v5.1)
% fixed bug so that \glbreaking works if extraglskip has stretch and/or
% shrink components
@@ -57,6 +57,8 @@
% 1. made \sc equivalent to \scshape if the LaTex engine is used
% 2. made \it equivalent to \itshape if the LaTex engine is used
% 3. fixed bug in \getref in the IJAL style
+% Vanya Kapitinov (v5.1b)
+% define \rm and \tt in LaTex for modern LaTex compatibility
% --------------------------------------------------------
\edef\resetatcatcode{\catcode`\noexpand\@\the\catcode`\@\relax}
\catcode`\@=11\relax
@@ -72,6 +74,8 @@
\@addtofilelist{expex.tex}
\let\it=\itshape
\let\sc=\scshape
+ \def\rm{\normalfont\rmfamily} % VK 5/13/2017
+ \def\tt{\normalfont\ttfamily} % VK 5/13/2017
\let\pageno=\c@page
% 2013/07/27
\g@addto@macro\cl@@ckpt