summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/covington
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-01-03 03:00:55 +0000
committerNorbert Preining <norbert@preining.info>2020-01-03 03:00:55 +0000
commit7e18665e4aef9a8a3a8e42eac34504a9914b15cf (patch)
tree40a90e8c80f0b6a9e0f8c298ef515f97504fbc3b /macros/latex/contrib/covington
parentaf7bc18edca6890fb1addbeb6a34672275532e3b (diff)
CTAN sync 202001030300
Diffstat (limited to 'macros/latex/contrib/covington')
-rw-r--r--macros/latex/contrib/covington/README5
-rw-r--r--macros/latex/contrib/covington/covington.pdfbin563118 -> 477545 bytes
-rw-r--r--macros/latex/contrib/covington/covington.sty12
-rw-r--r--macros/latex/contrib/covington/covington.tex12
4 files changed, 21 insertions, 8 deletions
diff --git a/macros/latex/contrib/covington/README b/macros/latex/contrib/covington/README
index 106dddc26d..640a732583 100644
--- a/macros/latex/contrib/covington/README
+++ b/macros/latex/contrib/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/macros/latex/contrib/covington/covington.pdf b/macros/latex/contrib/covington/covington.pdf
index 059afc1af7..601f8b4b9a 100644
--- a/macros/latex/contrib/covington/covington.pdf
+++ b/macros/latex/contrib/covington/covington.pdf
Binary files differ
diff --git a/macros/latex/contrib/covington/covington.sty b/macros/latex/contrib/covington/covington.sty
index 3d1b8fc1a3..70edc42fb4 100644
--- a/macros/latex/contrib/covington/covington.sty
+++ b/macros/latex/contrib/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
diff --git a/macros/latex/contrib/covington/covington.tex b/macros/latex/contrib/covington/covington.tex
index 21eefc3562..4ae0682007 100644
--- a/macros/latex/contrib/covington/covington.tex
+++ b/macros/latex/contrib/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}.