summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/univie-ling/univie-ling-wlg.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-11-04 20:28:00 +0000
committerKarl Berry <karl@freefriends.org>2018-11-04 20:28:00 +0000
commitb44760ef7d0945c16ec58b85b8820135cb82ac1b (patch)
tree2ec275dea5764fdb72269b2c463ca2b2528ca6e9 /Master/texmf-dist/doc/latex/univie-ling/univie-ling-wlg.tex
parent4859175b4924c3eaef115b2863325a3b0ced5e8d (diff)
univie-ling (4nov18)
git-svn-id: svn://tug.org/texlive/trunk@49080 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/univie-ling/univie-ling-wlg.tex')
-rw-r--r--Master/texmf-dist/doc/latex/univie-ling/univie-ling-wlg.tex55
1 files changed, 19 insertions, 36 deletions
diff --git a/Master/texmf-dist/doc/latex/univie-ling/univie-ling-wlg.tex b/Master/texmf-dist/doc/latex/univie-ling/univie-ling-wlg.tex
index 9b0d70f3e50..34cc01680bc 100644
--- a/Master/texmf-dist/doc/latex/univie-ling/univie-ling-wlg.tex
+++ b/Master/texmf-dist/doc/latex/univie-ling/univie-ling-wlg.tex
@@ -59,7 +59,7 @@
\author{\texorpdfstring{Jürgen Spitzmüller%
\thanks{Please report issues via \protect\url{https://github.com/jspitz/univie-ling}.}}{Jürgen Spitzmüller}}
-\date{Version 1.5, 2018/09/03}
+\date{Version 1.6, 2018/11/04}
\maketitle
@@ -192,36 +192,8 @@ Furthermore, the class features a \jcsmacro{versal\{<text>\}} macro to typeset c
\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.
+The class automatically loads the \textsf{covington} package which provides macros for examples and glosses.
+Please refer to the \textsf{covington} manual \cite{covington} for details.
\section{Bibliography}\label{bibliography}
@@ -235,18 +207,29 @@ A layout for \LyX\footnote{See \url{https://www.lyx.org}.}\ can be retrieved fro
A template is provided as well: \url{https://github.com/jspitz/univie-ling/raw/master/lyx/templates/template-wlg-article.lyx}.
+\clearpage
+
\section{Release History}
\begin{itemize}
- \item 2018/09/03 (v. 1.5)
+ \item 2018/11/04 (v.\,1.6) Remove \jmacro{subexamples} environment as this is now provided by \textsf{covington}.
+ \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.
- \item 2018/02/11 (v. 1.1) Initial release to CTAN.
+ \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.
+ \item 2018/02/11 (v.\,1.1) Initial release to CTAN.
\end{itemize}
+\begin{thebibliography}{1}
+
+ \bibitem{covington} Covington, Michael A. and Spitzmüller, Jürgen:
+ \emph{The covington Package. Macros for Linguistics}. September 7, 2018.
+ \url{http://www.ctan.org/pkg/covington}.
+
+\end{thebibliography}
+
\end{document}