summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/univie-ling/doc/univie-ling-thesis.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-thesis.tex
parent6c5c4d12f5c136357ca758e5e9cb85ee7c4513a4 (diff)
CTAN sync 202111040301
Diffstat (limited to 'macros/latex/contrib/univie-ling/doc/univie-ling-thesis.tex')
-rw-r--r--macros/latex/contrib/univie-ling/doc/univie-ling-thesis.tex31
1 files changed, 29 insertions, 2 deletions
diff --git a/macros/latex/contrib/univie-ling/doc/univie-ling-thesis.tex b/macros/latex/contrib/univie-ling/doc/univie-ling-thesis.tex
index 247ac26797..94e29acbc0 100644
--- a/macros/latex/contrib/univie-ling/doc/univie-ling-thesis.tex
+++ b/macros/latex/contrib/univie-ling/doc/univie-ling-thesis.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
@@ -122,6 +122,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.
\item \textsf{pdfa}: Create PDF/A compliant files.
@@ -215,6 +216,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}
\begin{description}
@@ -258,6 +265,18 @@ the following data in the preamble.
The suitable degree (\emph{Angestrebter akademischer Grad}) is automatically set by the \jcsmacro{thesistype} command, but you can override it with the optional command \jcsmacro{degree\{<custom degree>\}}.
Note that female forms of degrees, where appropriate, are used if you use the class option \joption{fdegree=true} (see sec.~\ref{coptions}).
+
+\section{Declaration}\label{decl}
+
+It is possible to automatically generate a page with a declaration where you declare and sign that you follow research ethics\slash anti-plagiarism rules
+(\emph{Selbst\"andigkeitserkl\"arung}) by means of the command
+
+\begin{lstlisting}[language={[LaTeX]TeX},basicstyle={\small\ttfamily},frame=single,morekeywords={makedeclaration}]
+ \makedeclaration
+\end{lstlisting}
+%
+Such a declaration is needed for BA theses.
+
\section{Semantic markup}\label{markup}
The class defines some basic semantic markup common in linguistics:
@@ -367,11 +386,19 @@ Templates are provided as well:
\section{Release History}
\begin{itemize}
+ \item 2021/11/03 (v.\,1.16)
+ \begin{itemize}
+ \item Add \jcsmacro{makedeclaration} (for BA theses). See sec.~\ref{decl}.
+ \item Adjust font size and margins of BA thesis 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) No change to this class.
\item 2020/11/11 (v.\,1.13) No change to this class.
\item 2020/06/25 (v.\,1.12) No change to this class.
- \item 2020/05/05 (v.\,1.11)\begin{itemize}
+ \item 2020/05/05 (v.\,1.11)
+ \begin{itemize}
\item New option \joption{polyglossia}.
\item New option \joption{pdfa}.
\end{itemize}