texlive[48567] Master/texmf-dist: univie-ling (3sep18)

commits+karl at tug.org commits+karl at tug.org
Mon Sep 3 23:13:16 CEST 2018


Revision: 48567
          http://tug.org/svn/texlive?view=revision&revision=48567
Author:   karl
Date:     2018-09-03 23:13:16 +0200 (Mon, 03 Sep 2018)
Log Message:
-----------
univie-ling (3sep18)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/univie-ling/README
    trunk/Master/texmf-dist/doc/latex/univie-ling/univie-ling-expose.pdf
    trunk/Master/texmf-dist/doc/latex/univie-ling/univie-ling-expose.tex
    trunk/Master/texmf-dist/doc/latex/univie-ling/univie-ling-paper.pdf
    trunk/Master/texmf-dist/doc/latex/univie-ling/univie-ling-paper.tex
    trunk/Master/texmf-dist/doc/latex/univie-ling/univie-ling-thesis.pdf
    trunk/Master/texmf-dist/doc/latex/univie-ling/univie-ling-thesis.tex
    trunk/Master/texmf-dist/doc/latex/univie-ling/univie-ling-wlg.pdf
    trunk/Master/texmf-dist/doc/latex/univie-ling/univie-ling-wlg.tex
    trunk/Master/texmf-dist/tex/latex/univie-ling/univie-ling-expose.cls
    trunk/Master/texmf-dist/tex/latex/univie-ling/univie-ling-paper.cls
    trunk/Master/texmf-dist/tex/latex/univie-ling/univie-ling-thesis.cls
    trunk/Master/texmf-dist/tex/latex/univie-ling/univie-ling-wlg.cls
    trunk/Master/texmf-dist/tex/latex/univie-ling/univie-ling.bbx
    trunk/Master/texmf-dist/tex/latex/univie-ling/univie-ling.cbx

Modified: trunk/Master/texmf-dist/doc/latex/univie-ling/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/univie-ling/README	2018-09-03 21:13:01 UTC (rev 48566)
+++ trunk/Master/texmf-dist/doc/latex/univie-ling/README	2018-09-03 21:13:16 UTC (rev 48567)
@@ -80,6 +80,12 @@
 
 == CHANGES ==
 
+V. 1.5 (2018-09-03)	
+    - all classes:
+      * Introduce subexamples environment.
+    - univie-ling-wlg:
+      * Fix expertfonts option.
+
 V. 1.4 (2018-04-26):
     - univie-ling.bbx: Fix journal dates (if month and day is given).
 

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

Modified: trunk/Master/texmf-dist/doc/latex/univie-ling/univie-ling-expose.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/univie-ling/univie-ling-expose.tex	2018-09-03 21:13:01 UTC (rev 48566)
+++ trunk/Master/texmf-dist/doc/latex/univie-ling/univie-ling-expose.tex	2018-09-03 21:13:16 UTC (rev 48567)
@@ -63,7 +63,7 @@
 \author{\texorpdfstring{J\xFCrgen Spitzm\xFCller%
 \thanks{Please report issues via \protect\url{https://github.com/jspitz/univie-ling}.}}{J\xFCrgen Spitzm\xFCller}}
 
-\date{Version 1.4, 2018/04/26}
+\date{Version 1.5, 2018/09/03}
 
 \maketitle
 
@@ -243,6 +243,39 @@
 \renewcommand*\Meaning[1]{\enquote*{#1}}
 \end{lstlisting}
 
+\section{Linguistic examples and glosses}
+
+The class automatically loads the \textsf{covington} package which provides macros for examples and glosses. Please refer to the \textsf{covington} manual for details.
+
+In addition to \textsf{covington}'s own macros, \uvlt\ defines a \jmacro{subexamples} environment for sub-examples. The code
+\begin{lstlisting}[language={[LaTeX]TeX},basicstyle={\small\ttfamily},frame=single,morekeywords={enquote}]
+\begin{subexamples}
+\item First subexample.
+\item Second subexample.
+\end{subexamples}
+\end{lstlisting}
+will print something like this:
+\begin{enumerate}
+	\item[(1)]
+	\begin{enumerate}
+		\item[(a)] First subexample.
+		\item[(b)] Second subexample.
+	\end{enumerate}
+\end{enumerate}
+as opposed to \textsf{covington}'s
+\begin{lstlisting}[language={[LaTeX]TeX},basicstyle={\small\ttfamily},frame=single,morekeywords={enquote}]
+\begin{examples}
+\item First example.
+\item Second example.
+\end{examples}
+\end{lstlisting}
+which will print:
+\begin{enumerate}
+	\item[(1)] First example.
+	\item[(2)] Second example.
+\end{enumerate}
+An \jcsmacro{item} can also hold glosses.
+
 \section{Bibliography}\label{bibliography}
 
 \subsection{Default bibliography style (\emph{Unified Style for Linguistics})}
@@ -308,7 +341,8 @@
 
 \section{Release History}
 
-\begin{description}	
+\begin{description}
+  \item 2018/09/03 (v. 1.5)	Introduce \jmacro{subexamples} environment.
   \item 2018/04/26 (v. 1.4)	Fix full date issue in biblatex bibliography style.
   \item 2018/03/02 (v. 1.3) No change to this class.
   \item 2018/02/13 (v. 1.2) No change to this class.

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

Modified: trunk/Master/texmf-dist/doc/latex/univie-ling/univie-ling-paper.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/univie-ling/univie-ling-paper.tex	2018-09-03 21:13:01 UTC (rev 48566)
+++ trunk/Master/texmf-dist/doc/latex/univie-ling/univie-ling-paper.tex	2018-09-03 21:13:16 UTC (rev 48567)
@@ -59,7 +59,7 @@
 \author{\texorpdfstring{J\xFCrgen Spitzm\xFCller%
 		\thanks{Please report issues via \protect\url{https://github.com/jspitz/univie-ling}.}}{J\xFCrgen Spitzm\xFCller}}
 
-\date{Version 1.4, 2018/04/26}
+\date{Version 1.5, 2018/09/03}
 
 \maketitle
 
@@ -269,6 +269,39 @@
 \renewcommand*\Meaning[1]{\enquote*{#1}}
 \end{lstlisting}
 
+\section{Linguistic examples and glosses}
+
+The class automatically loads the \textsf{covington} package which provides macros for examples and glosses. Please refer to the \textsf{covington} manual for details.
+
+In addition to \textsf{covington}'s own macros, \uvlt\ defines a \jmacro{subexamples} environment for sub-examples. The code
+\begin{lstlisting}[language={[LaTeX]TeX},basicstyle={\small\ttfamily},frame=single,morekeywords={enquote}]
+\begin{subexamples}
+\item First subexample.
+\item Second subexample.
+\end{subexamples}
+\end{lstlisting}
+will print something like this:
+\begin{enumerate}
+	\item[(1)]
+	\begin{enumerate}
+		\item[(a)] First subexample.
+		\item[(b)] Second subexample.
+	\end{enumerate}
+\end{enumerate}
+as opposed to \textsf{covington}'s
+\begin{lstlisting}[language={[LaTeX]TeX},basicstyle={\small\ttfamily},frame=single,morekeywords={enquote}]
+\begin{examples}
+\item First example.
+\item Second example.
+\end{examples}
+\end{lstlisting}
+which will print:
+\begin{enumerate}
+	\item[(1)] First example.
+	\item[(2)] Second example.
+\end{enumerate}
+An \jcsmacro{item} can also hold glosses.
+
 \section{Bibliography}\label{bibliography}
 
 \subsection{Default bibliography style (\emph{Unified Style for Linguistics})}
@@ -335,6 +368,7 @@
 \section{Release History}
 
 \begin{itemize}
+  \item 2018/09/03 (v. 1.5)	Introduce \jmacro{subexamples} environment.
   \item 2018/04/26 (v. 1.4)	Fix full date issue in biblatex bibliography style.
   \item 2018/03/02 (v. 1.3)	No change to this class.
   \item 2018/02/13 (v. 1.2)	No change to this class.

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

Modified: trunk/Master/texmf-dist/doc/latex/univie-ling/univie-ling-thesis.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/univie-ling/univie-ling-thesis.tex	2018-09-03 21:13:01 UTC (rev 48566)
+++ trunk/Master/texmf-dist/doc/latex/univie-ling/univie-ling-thesis.tex	2018-09-03 21:13:16 UTC (rev 48567)
@@ -59,7 +59,7 @@
 \author{\texorpdfstring{J\xFCrgen Spitzm\xFCller%
 		\thanks{Please report issues via \protect\url{https://github.com/jspitz/univie-ling}.}}{J\xFCrgen Spitzm\xFCller}}
 
-\date{Version 1.4, 2018/04/26}
+\date{Version 1.5, 2018/09/03}
 
 \maketitle
 
@@ -268,6 +268,39 @@
 \renewcommand*\Meaning[1]{\enquote*{#1}}
 \end{lstlisting}
 
+\section{Linguistic examples and glosses}
+
+The class automatically loads the \textsf{covington} package which provides macros for examples and glosses. Please refer to the \textsf{covington} manual for details.
+
+In addition to \textsf{covington}'s own macros, \uvlt\ defines a \jmacro{subexamples} environment for sub-examples. The code
+\begin{lstlisting}[language={[LaTeX]TeX},basicstyle={\small\ttfamily},frame=single,morekeywords={enquote}]
+\begin{subexamples}
+\item First subexample.
+\item Second subexample.
+\end{subexamples}
+\end{lstlisting}
+will print something like this:
+\begin{enumerate}
+	\item[(1)]
+	\begin{enumerate}
+		\item[(a)] First subexample.
+		\item[(b)] Second subexample.
+	\end{enumerate}
+\end{enumerate}
+as opposed to \textsf{covington}'s
+\begin{lstlisting}[language={[LaTeX]TeX},basicstyle={\small\ttfamily},frame=single,morekeywords={enquote}]
+\begin{examples}
+\item First example.
+\item Second example.
+\end{examples}
+\end{lstlisting}
+which will print:
+\begin{enumerate}
+	\item[(1)] First example.
+	\item[(2)] Second example.
+\end{enumerate}
+An \jcsmacro{item} can also hold glosses.
+
 \section{Bibliography}\label{bibliography}
 
 \subsection{Default bibliography style (\emph{Unified Style for Linguistics})}
@@ -359,6 +392,7 @@
 \section{Release History}
 
 \begin{itemize}
+ \item 2018/09/03 (v. 1.5)	Introduce \jmacro{subexamples} environment.
  \item 2018/04/26 (v. 1.4)	Fix full date issue in biblatex bibliography style.
  \item 2018/03/02 (v. 1.3)	No change to this class.
  \item 2018/02/13 (v. 1.2)	No change to this class.

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

Modified: trunk/Master/texmf-dist/doc/latex/univie-ling/univie-ling-wlg.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/univie-ling/univie-ling-wlg.tex	2018-09-03 21:13:01 UTC (rev 48566)
+++ trunk/Master/texmf-dist/doc/latex/univie-ling/univie-ling-wlg.tex	2018-09-03 21:13:16 UTC (rev 48567)
@@ -59,7 +59,7 @@
 \author{\texorpdfstring{J\xFCrgen Spitzm\xFCller%
 		\thanks{Please report issues via \protect\url{https://github.com/jspitz/univie-ling}.}}{J\xFCrgen Spitzm\xFCller}}
 
-\date{Version 1.4, 2018/04/26}
+\date{Version 1.5, 2018/09/03}
 
 \maketitle
 
@@ -116,7 +116,7 @@
 
 \begin{description}
  \setlength\itemsep{0pt}
- \item{\joption{biblatex=true|false}}: If \joption{true}, \textsf{biblatex} is loaded with a suitable style. This is actually ecnouraged.
+ \item{\joption{biblatex=true|false}}: If \joption{true}, \textsf{biblatex} is loaded with a suitable style. This is actually encouraged.
       See sec.~\ref{bibliography} for details.
  \item{\joption{covington=true|false}}: If \joption{false}, \textsf{covington} is not loaded. Covington is used for numbered examples.
 \end{description}
@@ -189,6 +189,40 @@
 
 Furthermore, the class features a \jcsmacro{versal\{<text>\}} macro to typeset capital text and acronyms (slightly scaled and tracked).
 
+
+\section{Linguistic examples and glosses}
+
+The class automatically loads the \textsf{covington} package which provides macros for examples and glosses. Please refer to the \textsf{covington} manual for details.
+
+In addition to \textsf{covington}'s own macros, \uvlt\ defines a \jmacro{subexamples} environment for sub-examples. The code
+\begin{lstlisting}[language={[LaTeX]TeX},basicstyle={\small\ttfamily},frame=single,morekeywords={enquote}]
+\begin{subexamples}
+\item First subexample.
+\item Second subexample.
+\end{subexamples}
+\end{lstlisting}
+will print something like this:
+\begin{enumerate}
+	\item[(1)]
+    \begin{enumerate}
+	    \item[(a)] First subexample.
+	    \item[(b)] Second subexample.
+    \end{enumerate}
+\end{enumerate}
+as opposed to \textsf{covington}'s
+\begin{lstlisting}[language={[LaTeX]TeX},basicstyle={\small\ttfamily},frame=single,morekeywords={enquote}]
+\begin{examples}
+\item First example.
+\item Second example.
+\end{examples}
+\end{lstlisting}
+which will print:
+\begin{enumerate}
+	\item[(1)] First example.
+	\item[(2)] Second example.
+\end{enumerate}
+An \jcsmacro{item} can also hold glosses.
+
 \section{Bibliography}\label{bibliography}
 
 If the class option \joption{biblatex=true} is set, the \uvlt\ class loads a bibliography style which matches journal style sheet. These conventions draw on the
@@ -204,6 +238,11 @@
 \section{Release History}
 
 \begin{itemize}
+  \item 2018/09/03 (v. 1.5)	
+  \begin{itemize}
+  	\item Introduce \jmacro{subexamples} environment.
+  	\item Fix \joption{expertfonts} option.
+  \end{itemize}
   \item 2018/04/26 (v. 1.4)	Fix full date issue in biblatex bibliography style.
   \item 2018/03/02 (v. 1.3)	Add (CC BY-NC-ND-4.0) license statement to copyright page (via \textsf{doclicense} package).
   \item 2018/02/13 (v. 1.2)	Rename \texttt{wlg.cls} to \texttt{univie-ling-wlg.cls} as per TeXLive request.

Modified: trunk/Master/texmf-dist/tex/latex/univie-ling/univie-ling-expose.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/univie-ling/univie-ling-expose.cls	2018-09-03 21:13:01 UTC (rev 48566)
+++ trunk/Master/texmf-dist/tex/latex/univie-ling/univie-ling-expose.cls	2018-09-03 21:13:16 UTC (rev 48567)
@@ -31,7 +31,7 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{univie-ling-expose}[2018/04/25 v1.4 Univie Linguistic Exposes (JSp)]
+\ProvidesPackage{univie-ling-expose}[2018/09/03 v1.5 Univie Linguistic Exposes (JSp)]
 
 \RequirePackage{xkeyval}
 
@@ -549,6 +549,17 @@
 \ifcovington
 \RequirePackage{covington}
 \renewcommand{\p at equation}[1]{(#1)}
+\newenvironment{subexamples}{%
+    \begin{example}
+    \begin{enumerate}[leftmargin=1.35em]
+    \renewcommand\theenumi{\alph{enumi}}
+    \renewcommand\labelenumi{(\theenumi)}
+    \renewcommand\p at enumi{\theequation\,}%
+}%
+{%
+    \end{enumerate}
+    \end{example}
+}
 \fi
 
 %% =============================================================

Modified: trunk/Master/texmf-dist/tex/latex/univie-ling/univie-ling-paper.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/univie-ling/univie-ling-paper.cls	2018-09-03 21:13:01 UTC (rev 48566)
+++ trunk/Master/texmf-dist/tex/latex/univie-ling/univie-ling-paper.cls	2018-09-03 21:13:16 UTC (rev 48567)
@@ -31,7 +31,7 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{univie-ling-paper}[2018/04/25 v1.4 Univie Linguistic Papers (JSp)]
+\ProvidesPackage{univie-ling-paper}[2018/09/03 v1.5 Univie Linguistic Papers (JSp)]
 
 \RequirePackage{xkeyval}
 
@@ -652,6 +652,17 @@
 \ifcovington
 \RequirePackage{covington}
 \renewcommand{\p at equation}[1]{(#1)}
+\newenvironment{subexamples}{%
+    \begin{example}
+    \begin{enumerate}[leftmargin=1.35em]
+    \renewcommand\theenumi{\alph{enumi}}
+    \renewcommand\labelenumi{(\theenumi)}
+    \renewcommand\p at enumi{\theequation\,}%
+}%
+{%
+    \end{enumerate}
+    \end{example}
+}
 \fi
 
 %% =============================================================

Modified: trunk/Master/texmf-dist/tex/latex/univie-ling/univie-ling-thesis.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/univie-ling/univie-ling-thesis.cls	2018-09-03 21:13:01 UTC (rev 48566)
+++ trunk/Master/texmf-dist/tex/latex/univie-ling/univie-ling-thesis.cls	2018-09-03 21:13:16 UTC (rev 48567)
@@ -31,7 +31,7 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{univie-ling-thesis}[2018/04/25 v1.4 Univie Linguistic Theses (JSp)]
+\ProvidesPackage{univie-ling-thesis}[2018/09/03 v1.5 Univie Linguistic Theses (JSp)]
 
 \RequirePackage{xkeyval}
 
@@ -606,6 +606,17 @@
 \ifcovington
 \RequirePackage{covington}
 \renewcommand{\p at equation}[1]{(#1)}
+\newenvironment{subexamples}{%
+    \begin{example}
+    \begin{enumerate}[leftmargin=1.35em]
+    \renewcommand\theenumi{\alph{enumi}}
+    \renewcommand\labelenumi{(\theenumi)}
+    \renewcommand\p at enumi{\theequation\,}%
+}%
+{%
+    \end{enumerate}
+    \end{example}
+}
 \fi
 
 %% =============================================================

Modified: trunk/Master/texmf-dist/tex/latex/univie-ling/univie-ling-wlg.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/univie-ling/univie-ling-wlg.cls	2018-09-03 21:13:01 UTC (rev 48566)
+++ trunk/Master/texmf-dist/tex/latex/univie-ling/univie-ling-wlg.cls	2018-09-03 21:13:16 UTC (rev 48567)
@@ -32,7 +32,7 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{univie-ling-wlg}[2018/04/25 v1.4 WLG journal layout (JSp)]
+\ProvidesPackage{univie-ling-wlg}[2018/09/03 v1.5 WLG journal layout (JSp)]
 
 
 %% ============================================================
@@ -75,10 +75,10 @@
 % expertfonts=<true|false>
 % Load MinionPro
 \define at boolkey+{wlg}{expertf}[true]{%
-    \ifKV at wlg@covington
-        \covingtontrue
+    \ifKV at wlg@expertf
+        \experttrue
     \else
-        \covingtonfalse
+        \expertfalse
     \fi
 }{%
     \ClassWarning{univie-ling-wlg}{unknown expertfonts value}%
@@ -863,6 +863,17 @@
 \ifcovington
 \RequirePackage{covington}
 \renewcommand{\p at equation}[1]{(#1)}
+\newenvironment{subexamples}{%
+    \begin{example}
+    \begin{enumerate}[leftmargin=1.35em]
+    \renewcommand\theenumi{\alph{enumi}}
+    \renewcommand\labelenumi{(\theenumi)}
+    \renewcommand\p at enumi{\theequation\,}%
+}%
+{%
+    \end{enumerate}
+    \end{example}
+}
 \fi
 
 

Modified: trunk/Master/texmf-dist/tex/latex/univie-ling/univie-ling.bbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/univie-ling/univie-ling.bbx	2018-09-03 21:13:01 UTC (rev 48566)
+++ trunk/Master/texmf-dist/tex/latex/univie-ling/univie-ling.bbx	2018-09-03 21:13:16 UTC (rev 48567)
@@ -36,7 +36,7 @@
 %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-\ProvidesFile{univie-ling.bbx}[2018/04/25 v1.4 biblatex bibliography style]
+\ProvidesFile{univie-ling.bbx}[2018/09/03 v1.5 biblatex bibliography style]
 
 % Load base style (authoryear)
 \RequireBibliographyStyle{authoryear}

Modified: trunk/Master/texmf-dist/tex/latex/univie-ling/univie-ling.cbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/univie-ling/univie-ling.cbx	2018-09-03 21:13:01 UTC (rev 48566)
+++ trunk/Master/texmf-dist/tex/latex/univie-ling/univie-ling.cbx	2018-09-03 21:13:16 UTC (rev 48567)
@@ -34,7 +34,7 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 
-\ProvidesFile{univie-ling.cbx}[2018/04/25 v1.4 biblatex citation style]
+\ProvidesFile{univie-ling.cbx}[2018/09/03 v1.5 biblatex citation style]
 
 \RequireCitationStyle{authoryear}
 



More information about the tex-live-commits mailing list