summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/univie-ling/doc/univie-ling-expose.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/univie-ling/doc/univie-ling-expose.tex')
-rw-r--r--macros/latex/contrib/univie-ling/doc/univie-ling-expose.tex14
1 files changed, 13 insertions, 1 deletions
diff --git a/macros/latex/contrib/univie-ling/doc/univie-ling-expose.tex b/macros/latex/contrib/univie-ling/doc/univie-ling-expose.tex
index a563962d7e..69dcc75dce 100644
--- a/macros/latex/contrib/univie-ling/doc/univie-ling-expose.tex
+++ b/macros/latex/contrib/univie-ling/doc/univie-ling-expose.tex
@@ -63,7 +63,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.15, 2021/10/19}
+\date{Version 1.16, 2021/11/03}
\maketitle
@@ -126,6 +126,7 @@ The following package is required for an optional feature (not used by default):
\begin{itemize}
\setlength\itemsep{0pt}
\item \textsf{biblatex-apa}: APA style for \textsf{biblatex}.
+ \item \textsf{draftwatermark}: Create a draft mark.
\item \textsf{fontspec}: Load OpenType fonts (with LuaTeX or XeTeX).
\item \textsf{polyglossia}: Multi-language and script support.
\end{itemize}
@@ -197,6 +198,12 @@ option (e.\,g., \joption{all=false,microtype=true} will switch off all packages
of the class (concerning verbose cross references) are omitted.
\end{description}
+
+\subsection{Draft mode}\label{draft}
+
+The option \joption{draftmark=true|false|firstpage} allows you to mark your document as a draft, which is indicated by a watermark (including the current date). This might be useful when sharing preliminary versions with your supervisor.
+With \joption{draftmark=true}, this mark is printed on top of each page. With \joption{draftmark=firstpage}, the draft mark appears on the title page only.
+
\subsection{Further options}
The class builds on \textsf{scrartcl} (KOMA article), which provides many more options to tweak the appearance of your document. You can use
@@ -319,6 +326,11 @@ Templates are provided as well:
\section{Release History}
\begin{description}
+ \item 2021/11/03 (v.\,1.16)
+ \begin{itemize}
+ \item Add option \joption{draftmark}. See sec.~\ref{draft}.
+ \item Fix grouping in \jcsmacro{maketitle}.
+ \end{itemize}
\item 2021/10/19 (v.\,1.15) No change to this class.
\item 2021/09/01 (v.\,1.14) No change to this class.
\item 2020/11/11 (v.\,1.13) No change to this class.