diff options
author | Karl Berry <karl@freefriends.org> | 2024-02-05 21:11:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-02-05 21:11:28 +0000 |
commit | 3b167c7d4289a4b872c3a35f125e0d9c473ca9ad (patch) | |
tree | 60a9e0a6675712dcc7d199ae2e37a37373a6017d /Master/texmf-dist/tex/latex | |
parent | 868f2799991da64e2741dcc9e6dbdf17f2f60e9e (diff) |
expex-glossonly (5feb24)
git-svn-id: svn://tug.org/texlive/trunk@69713 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/expex-glossonly/expex-glossonly.sty | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/expex-glossonly/expex-glossonly.sty b/Master/texmf-dist/tex/latex/expex-glossonly/expex-glossonly.sty index 8c0d721ac1f..95547ec2e0c 100644 --- a/Master/texmf-dist/tex/latex/expex-glossonly/expex-glossonly.sty +++ b/Master/texmf-dist/tex/latex/expex-glossonly/expex-glossonly.sty @@ -1,10 +1,10 @@ -\def\EPGL@version{0.8} -\def\EPGL@date{2023/11/15} +\def\EPGL@version{0.9} +\def\EPGL@date{2024/2/5} % expex-glossonly is a package which allows gb4e and linguex and covington users to use % the glossing macros of the ExPex package, while still using the standard example and % subexample numbering macros of those respective packages. % -% Copyright 2016-2023 by Alan Munn +% Copyright 2016-2024 by Alan Munn % % This package may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -90,6 +90,8 @@ linguex.code = { \EPGL@examplesloadedtrue \EPGL@patchexpexgloss \def\printGramm{\makebox[0pt][r]{\normalfont\the\CollectTokens}\renewcommand\EPGL@setglossmargin{\setlength{\leftskip}{0pt}}\ignorespaces} + \def\newb.{\renewcommand\EPGL@setglossmargin{\setlength{\leftskip}{\@totalleftmargin}}\ifindex\firstwordtrue\fi + \my@ifnextchar[{\newExitem}{\item\testforgramm}} \lingset{belowglpreambleskip=-0.5ex, aboveglftskip=-0.5ex,everygla=\eachwordone} \PackageInfo{expex-glossonly}{Patching ExPex for use with linguex} \typeout{Patching ExPex for use with linguex} |