summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/univie-ling/doc/univie-ling-thesis.tex
diff options
context:
space:
mode:
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.tex21
1 files changed, 15 insertions, 6 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 f8d5656e74..d181c6cc78 100644
--- a/macros/latex/contrib/univie-ling/doc/univie-ling-thesis.tex
+++ b/macros/latex/contrib/univie-ling/doc/univie-ling-thesis.tex
@@ -30,7 +30,7 @@
% macros
\newcommand*\uvlt{\textsf{univie-ling-thesis}}
-\providecommand{\LyX}{L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
+\providecommand{\LyX}{\texorpdfstring{L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}{LyX}}
% improve layout
\tolerance 1414
@@ -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.20, 2022/09/08}
+\date{Version 2.0, 2022/10/02}
\maketitle
@@ -82,7 +82,7 @@ packages (such as \textsf{covington}) are pre-loaded. As documented later, howev
a bibliography style of your choice and load alternative packages.
The design matches as closely as necessary the standards set up by the university. This particularly concerns the
-title page, which follows the recommendations specified by the \emph{StudienServiceCenter}.\footnote{%
+title page, which follows the recommendations specified by the \emph{StudienServiceCenter}.\footnote{\raggedright%
See \url{http://ssc-philkultur.univie.ac.at/studium/masterstudien/abgabe-der-masterarbeit} for master's theses,
\url{http://ssc-philkultur.univie.ac.at/studium/doktoratsstudium-neu-792-xxx/dissertation} for doctoral theses <25.\,01.\,2017>.}
@@ -96,11 +96,11 @@ The following class and packages are required and loaded by \uvlt:
\item \textsf{csquotes}: Context sensitive quotations.
\item \textsf{geometry}: Page layout settings.
\item \textsf{graphicx}: Graphic support.
+ \item \textsf{l3keys}: Key-value interface for class options.
\item \textsf{scrlayer-scrpage}: Page header settings.
\item \textsf{setspace}: Line spacing adjustments.
- \item \textsf{translations}: Localization machinery.
+ \item \textsf{translator}: Localization machinery.
\item \textsf{url}: Support for typesetting URLs.
- \item \textsf{xkeyval}: Key-value interface for class options.
\end{itemize}
The following packages are required for specific features and loaded by default. However, the loading can be individually and generally omitted (see sec.~\ref{coptions}):
\begin{itemize}
@@ -278,7 +278,7 @@ the following data in the preamble.
\item{\jcsmacro{supervisor\{<name>\}}}: Title and name of your (main) supervisor.
\item{\jcsmacro{cosupervisor\{<name>\}}}: Title and name of your co-supervisor.
\end{description}
-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>\}}.
+The suitable degree (\emph{Angestrebter akademischer Grad} in German) 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}).
@@ -392,16 +392,25 @@ Furthermore, a step-by-step guide to PDF/A generation with PDFLaTeX and \textsf{
A layout for \LyX\footnote{See \url{https://www.lyx.org}.}\ can be retrieved from \url{https://github.com/jspitz/univie-ling/raw/master/lyx/layouts/univie-ling-thesis.layout}.
Templates are provided as well:
+\begin{flushleft}
\begin{itemize}
\item English template:\\
\url{https://github.com/jspitz/univie-ling/raw/master/lyx/templates/template-univie-ling-thesis-english.lyx}
\item German template:\\
\url{https://github.com/jspitz/univie-ling/raw/master/lyx/templates/template-univie-ling-thesis-deutsch.lyx}
\end{itemize}
+\end{flushleft}
\section{Release History}
\begin{itemize}
+ \item 2022/10/02 (v.\,2.0)
+ \begin{itemize}
+ \item Use \textsf{l3keys} rather than \textsf{xkeyval} for key-value option handling.
+ \item Fix some \textsf{varioref} definitions.
+ \item Use \textsf{translator} instead of \textsf{translations} for localization.
+ \item Various small class cleanups.
+ \end{itemize}
\item 2022/09/08 (v.\,1.20)
\begin{itemize}
\item Load \textsf{varioref} AtBeginDocument.