diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/univie-ling/univie-ling-paper.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/univie-ling/univie-ling-paper.tex | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/univie-ling/univie-ling-paper.tex b/Master/texmf-dist/doc/latex/univie-ling/univie-ling-paper.tex index 1eaeb8c50a1..654f4a1c3bd 100644 --- a/Master/texmf-dist/doc/latex/univie-ling/univie-ling-paper.tex +++ b/Master/texmf-dist/doc/latex/univie-ling/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.7, 2018/11/07} +\date{Version 1.8, 2019/01/15} \maketitle @@ -143,12 +143,10 @@ And finally, \emph{Georgia} has been designed particularly for screen reading, n If you want to use it anyway, please consult the aforementioned package's documentation for details. If you (or your instructor) prefer(s) \emph{Times New Roman} over \emph{Palatino}, write to your preamble - \begin{lstlisting}[language={[LaTeX]TeX},basicstyle={\small\ttfamily},frame=single] \usepackage{mathptmx} \end{lstlisting} if you use PostScriptFonts, or - \begin{lstlisting}[language={[LaTeX]TeX},basicstyle={\small\ttfamily},frame=single,morekeywords={setmainfont}] \setmainfont{Times New Roman} \end{lstlisting} @@ -182,7 +180,7 @@ The class provides the following option to set the font handling: the correct choice if you use LaTeX or PDFLaTeX); if \joption{otf} is selected, OpenType fonts are used, the class loads the \textsf{fontspec} package, sets \emph{Palatino} as main font and \emph{Arial} as sans serif font (this is the correct choice if you use XeTeX or LuaTeX; make sure you have the respective fonts installed on your system); - if \joption{none} is selected, finally, the class will not load any font package, and neither \textsf{inputenc} + if \joption{none} is selected, finally, the class will not load any font package at all, and neither \textsf{inputenc} nor \textsf{fontenc} (this choice is useful if you want to control the font handling completely yourself). \end{description} @@ -199,8 +197,9 @@ option (e.\,g., \joption{all=false,microtype=true} will switch off all packages \item{\joption{apa=true|false}}: If \joption{true}, the \textsf{biblatex-apa} style is used when \textsf{biblatex} is loaded. By default, the included \textsf{univie-ling} style is loaded, instead. See sec.~\ref{bibliography} for details. \item{\joption{biblatex=true|false}}: If \joption{false}, \textsf{biblatex} is not loaded. This is useful if you prefer Bib\TeX\ - over \textsf{biblatex}, but also if you do not want to use the \textsf{biblatex-apa} style (and thus want to load \textsf{biblatex} - manually with different options). See sec.~\ref{bibliography} for details. + over \textsf{biblatex}, but also if you neither want to use the preloaded \textsf{univie-ling} style nor the + alternative \textsf{biblatex-apa} style (i.\,e., if you want to load \textsf{biblatex} manually with different options). + See sec.~\ref{bibliography} for details. \item{\joption{caption=true|false}}: If \joption{false}, the \textsf{caption} package is not loaded. This affects the caption layout. \item{\joption{covington=true|false}}: If \joption{false}, \textsf{covington} is not loaded. Covington is used for numbered examples. \item{\joption{microtype=true|false}}: If \joption{false}, \textsf{microtype} is not loaded. @@ -340,6 +339,7 @@ Templates are provided as well: \section{Release History} \begin{itemize} + \item 2019/01/15 (v.\,1.8) Fix encoding of German declaration string. \item 2018/11/07 (v.\,1.7) No change to this class. \item 2018/11/04 (v.\,1.6) Remove \jmacro{subexamples} environment as this is now provided by \textsf{covington}. |