texlive[76044] Master/texmf-dist: covington (13aug25)

commits+karl at tug.org commits+karl at tug.org
Wed Aug 13 21:59:30 CEST 2025


Revision: 76044
          https://tug.org/svn/texlive?view=revision&revision=76044
Author:   karl
Date:     2025-08-13 21:59:30 +0200 (Wed, 13 Aug 2025)
Log Message:
-----------
covington (13aug25)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/covington/README
    trunk/Master/texmf-dist/doc/latex/covington/covington.pdf
    trunk/Master/texmf-dist/doc/latex/covington/covington.tex
    trunk/Master/texmf-dist/tex/latex/covington/covington.sty

Modified: trunk/Master/texmf-dist/doc/latex/covington/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/covington/README	2025-08-13 19:59:21 UTC (rev 76043)
+++ trunk/Master/texmf-dist/doc/latex/covington/README	2025-08-13 19:59:30 UTC (rev 76044)
@@ -31,6 +31,10 @@
 
 == CHANGES ==
 
+* Version 2.15 (2025 August 13):
+	- Fix definition of covexercise if no chapters exist.
+	- Enhance reflist documentation.
+
 * Version 2.14 (2023 December 11)
 	- Add \ownexcounterprep macro to add a prefix (e.g., the chapter)
 	  to the (owncounter) example counter.

Modified: trunk/Master/texmf-dist/doc/latex/covington/covington.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/covington/covington.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/covington/covington.tex	2025-08-13 19:59:21 UTC (rev 76043)
+++ trunk/Master/texmf-dist/doc/latex/covington/covington.tex	2025-08-13 19:59:30 UTC (rev 76044)
@@ -97,8 +97,8 @@
 %
 % Titling
 %
-\def\pversion{Version 2.14}
-\def\pdate{December 11, 2023}
+\def\pversion{Version 2.15}
+\def\pdate{August 13, 2025}
 
 \title{\textbf{The \cvt\ Package\\\Large Macros for Linguistics}}
 \author{Michael A. Covington \and J\"urgen Spitzm\"uller\thanks{Current maintainer.
@@ -1559,7 +1559,8 @@
 \section{Reference Lists}\label{sec:reflists}
 
 To type a simple \textsc{lsa}-style hanging-indented reference list, you can use the \jenv{reflist}
-environment.  (\emph{Note:} \jenv{reflist} is not integrated with Bib\TeX\ in any way.%
+environment.  (\emph{Note:} \jenv{reflist} is not integrated with Bib\TeX\ or even the \jfenv{bibliography}
+environment in any way, so it is not suitable for citing.%
 \footnote{For Bib\TeX, there are several options: the \textsc{lsa} style, as used in the journal \emph{Language},
 can be obtained by means of the style files \texttt{lsalike.bst}
 (\url{http://www.icsi.berkeley.edu/ftp/pub/speech/jurafsky/lsalike.bst}) or \texttt{language.bst}
@@ -1566,9 +1567,11 @@
 (\url{http://ron.artstein.org/resources/language.bst}); the latter uses \texttt{natbib}.
 The so-called \emph{Unified Style Sheet for Linguistics}, as proposed by the \textsc{cel}x\textsc{j}
 (\emph{Committee of Editors of Linguistics Journals}), which slightly differs from the \textsc{lsa} style,
-is followed by the style file \texttt{unified.bst} (available at \url{http://celxj.org/downloads/unified.bst}).
-A \texttt{biblatex} style file for the unified style is available at
-\url{https://github.com/semprag/biblatex-sp-unified} or on \textsc{ctan} as part of the \textsf{univie-ling} bundle.})  For example,
+is followed by the style file \texttt{unified.bst} (available at
+\url{https://raw.githubusercontent.com/jspitz/univie-ling/master/3rdparty/unified.bst}).
+A \texttt{biblatex} style file for the unified style is available on \textsc{ctan} in form of the
+\textsf{biblatex-unified} package or as part of the \textsf{univie-ling} bundle.})
+For example,
 \begin{lstlisting}
 \begin{reflist}
 Barton, G. Edward; Berwick, Robert C.; and Ristad, Eric Sven.  1987.
@@ -1599,8 +1602,8 @@
 Doing \lstinline|\setlength\reflistindent{1.5em}|, for instance,
 will shorten the indentation by half. Likewise, the length \jcsmacro{reflistitemsep}
 (6\,pt by default) and \jcsmacro{reflistparsep} (ca. 4\,pt by default) can be adjusted
-to alter the vertical separation (\jfcsmacro{itemsep} and \jfcsmacro{parsep}, for that
-matter) of reference entries.
+to alter the vertical separation between items (\jfcsmacro{itemsep}) and paragraphs
+(\jfcsmacro{parsep}) of reference entries.
 
 Notice that within the reference list, ``French spacing'' is in effect 
 --- that is, spaces after periods are no wider than normal spaces. Thus 
@@ -1666,6 +1669,13 @@
 
 \section{Release history}
 
+\subsection*{2.15 (2025 August 13)}
+\begin{itemize}
+	\item Enhance \jenv{reflist} documentation.
+	\item Fix definition of covexercise if no chapters exist.
+\end{itemize}
+
+
 \subsection*{2.14 (2023 December 11)}
 \begin{itemize}
 	\item Add \jcsmacro{ownexcounterprep} macro to add a prefix (e.g., the chapter)

Modified: trunk/Master/texmf-dist/tex/latex/covington/covington.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/covington/covington.sty	2025-08-13 19:59:21 UTC (rev 76043)
+++ trunk/Master/texmf-dist/tex/latex/covington/covington.sty	2025-08-13 19:59:30 UTC (rev 76044)
@@ -42,8 +42,8 @@
 %%% Metadata
 %%%
 
-\def\filedate{2023/12/11}
-\def\fileversion{2.14}
+\def\filedate{2025/08/13}
+\def\fileversion{2.15}
 \def\filename{covington.sty}
 
 % Macro to issue warnings
@@ -1839,7 +1839,9 @@
 % a subsection, but also at the start of a section or chapter
 % even if it is not divided into subsections.
 \@addtoreset{covexercise}{section}
-\@addtoreset{covexercise}{chapter}
+\ifcsname c at chapter\endcsname
+  \@addtoreset{covexercise}{chapter}
+\fi
 
 \newcommand{\bx}{\begin{covexercise}}
 \newcommand{\ex}{\end{covexercise}}



More information about the tex-live-commits mailing list.