summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-01-02 22:11:37 +0000
committerKarl Berry <karl@freefriends.org>2020-01-02 22:11:37 +0000
commit0e0bd066d77cf9938b4bb8f742c95fe6a1279b1f (patch)
treec8d3ff0338a3162d25262fe15d8c79586875228b /Master
parentc81130743af75af12dec15e0a346778e8c8d87a7 (diff)
covington (2jan20)
git-svn-id: svn://tug.org/texlive/trunk@53303 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/covington/README5
-rw-r--r--Master/texmf-dist/doc/latex/covington/covington.pdfbin563118 -> 477545 bytes
-rw-r--r--Master/texmf-dist/doc/latex/covington/covington.tex12
-rw-r--r--Master/texmf-dist/tex/latex/covington/covington.sty12
4 files changed, 21 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/covington/README b/Master/texmf-dist/doc/latex/covington/README
index 106dddc26d4..640a7325830 100644
--- a/Master/texmf-dist/doc/latex/covington/README
+++ b/Master/texmf-dist/doc/latex/covington/README
@@ -3,7 +3,7 @@ The covington package
LaTeX macros for Linguistics
-Copyright 1991--2019 Michael A. Covington
+Copyright 1991--2020 Michael A. Covington
Robin Fairbairns
Juergen Spitzmueller
@@ -31,6 +31,9 @@ The package consists of the following files:
== CHANGES ==
+* Version 2.4 (2020-01-02):
+ - Fix definition of covexercise if no subsection counter exists.
+
* Version 2.3 (2019-06-21):
- Add preamble option to subexamples environment.
- Allow to use covington together with the drs package.
diff --git a/Master/texmf-dist/doc/latex/covington/covington.pdf b/Master/texmf-dist/doc/latex/covington/covington.pdf
index 059afc1af7c..601f8b4b9ad 100644
--- a/Master/texmf-dist/doc/latex/covington/covington.pdf
+++ b/Master/texmf-dist/doc/latex/covington/covington.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/covington/covington.tex b/Master/texmf-dist/doc/latex/covington/covington.tex
index 21eefc35628..4ae06820075 100644
--- a/Master/texmf-dist/doc/latex/covington/covington.tex
+++ b/Master/texmf-dist/doc/latex/covington/covington.tex
@@ -94,8 +94,8 @@
%
% Titling
%
-\def\pversion{Version 2.3}
-\def\pdate{June 21, 2019}
+\def\pversion{Version 2.4}
+\def\pdate{January 2, 2020}
\title{\textbf{The \cvt\ Package\\Macros for Linguistics}}
\author{Michael A. Covington \and J\"urgen Spitzm\"uller\thanks{Current maintainer.
@@ -1095,6 +1095,12 @@ it.
\section{Release history}
+\subsection*{2.4 (2020 January 2)}
+
+\begin{itemize}
+ \item Fix definition of covexercise theorem when no subsection counter is defined.
+\end{itemize}
+
\subsection*{2.3 (2019 June 21)}
\begin{itemize}
@@ -1248,7 +1254,7 @@ it.
by morpheme glosses}. Revised version of February 2008. Department
of Linguistics, Max Plank Institute for Evolutionary Anthropology.
\url{http://www.eva.mpg.de/lingua/resources/glossing-rules.php}.
- \bibitem{drs} Dimitradis, Alexis: \emph{drs -- Typeset Discourse Representation Structures (DRS)}.
+ \bibitem{drs} Dimitriadis, Alexis: \emph{drs -- Typeset Discourse Representation Structures (DRS)}.
June 10, 2010. \url{https://ctan.org/pkg/drs}.
\bibitem{sdrt} Isambert, Paul: \emph{sdrt -- Macros for Segmented Discourse Representation Theory}.
May 13, 2007. \url{https://ctan.org/pkg/sdrt}.
diff --git a/Master/texmf-dist/tex/latex/covington/covington.sty b/Master/texmf-dist/tex/latex/covington/covington.sty
index 3d1b8fc1a31..70edc42fb48 100644
--- a/Master/texmf-dist/tex/latex/covington/covington.sty
+++ b/Master/texmf-dist/tex/latex/covington/covington.sty
@@ -42,8 +42,8 @@
%%% Metadata
%%%
-\def\filedate{2019/06/21}
-\def\fileversion{2.3}
+\def\filedate{2020/01/02}
+\def\fileversion{2.4}
\def\filename{covington.sty}
% Force redefinition of environments?
@@ -951,7 +951,7 @@
%
% New in 1.1 (2016-07-06):
% We provide a covexercise environment and only (re)define
-% example if it does not yet exist or if redefinition is
+% exercise if it does not yet exist or if redefinition is
% forced by the "force" option. This prevents clashes
% with packages/classes that roll their own exercise environment.
@@ -968,7 +968,11 @@
% large curly brackets. Good for alternatives
% within sentences or PS-rules.
-\newtheorem{covexercise}{Exercise}[subsection]
+\ifcsname c@subsection\endcsname
+ \newtheorem{covexercise}{Exercise}[subsection]
+\else
+ \newtheorem{covexercise}{Exercise}
+\fi
% Exercise numbering resets to 0 not only at the start of
% a subsection, but also at the start of a section or chapter