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-09-03 21:13:16 +0000
committerKarl Berry <karl@freefriends.org>2018-09-03 21:13:16 +0000
commit58a234fa3ade348318dca1e7dda75b251a7635ce (patch)
treeebfa1102ea7000aafd753b69f74436fbd57d6e7c /Master/texmf-dist/doc/latex/univie-ling/univie-ling-wlg.tex
parenta2ccafd92ea630542d85873ed29d47dcd386a865 (diff)
univie-ling (3sep18)
git-svn-id: svn://tug.org/texlive/trunk@48567 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.tex43
1 files changed, 41 insertions, 2 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 b6ad80f31bb..9b0d70f3e50 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.4, 2018/04/26}
+\date{Version 1.5, 2018/09/03}
\maketitle
@@ -116,7 +116,7 @@ and crucial if you need an alternative package that conflicts with one of the pr
\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 @@ You can redefine each of these commands, if needed, like this:
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 @@ A template is provided as well: \url{https://github.com/jspitz/univie-ling/raw/m
\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.