summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/univie-ling/doc/univie-ling-paper.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-11-04 03:01:01 +0000
committerNorbert Preining <norbert@preining.info>2021-11-04 03:01:01 +0000
commite9894be38f76d67f7c8b8e5d16f16e8b14b96f40 (patch)
treed72663aac6223211507c56cdebcde4abfea4e3d3 /macros/latex/contrib/univie-ling/doc/univie-ling-paper.tex
parent6c5c4d12f5c136357ca758e5e9cb85ee7c4513a4 (diff)
CTAN sync 202111040301
Diffstat (limited to 'macros/latex/contrib/univie-ling/doc/univie-ling-paper.tex')
-rw-r--r--macros/latex/contrib/univie-ling/doc/univie-ling-paper.tex16
1 files changed, 14 insertions, 2 deletions
diff --git a/macros/latex/contrib/univie-ling/doc/univie-ling-paper.tex b/macros/latex/contrib/univie-ling/doc/univie-ling-paper.tex
index 6af218292c..94c1edb891 100644
--- a/macros/latex/contrib/univie-ling/doc/univie-ling-paper.tex
+++ b/macros/latex/contrib/univie-ling/doc/univie-ling-paper.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.15, 2021/10/19}
+\date{Version 1.16, 2021/11/03}
\maketitle
@@ -118,8 +118,9 @@ The following packages are required for specific features and loaded by default.
The following package is required for an optional feature (not used by default):
\begin{itemize}
\setlength\itemsep{0pt}
- \item \textsf{fontspec}: Load OpenType fonts (with LuaTeX or XeTeX).
\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}
@@ -211,6 +212,11 @@ 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
@@ -343,6 +349,12 @@ Templates are provided as well:
\section{Release History}
\begin{itemize}
+ \item 2021/11/03 (v.\,1.16)
+ \begin{itemize}
+ \item Adjust font size and margins to dept. standards.
+ \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) Do not overwrite \jmacro{texttype} set by user with default value.
\item 2020/11/11 (v.\,1.13) No change to this class.