From 421788c062a43d8c13306971c77a92be90ee6b9b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 2 Mar 2018 22:42:35 +0000 Subject: univie-ling (2mar18) git-svn-id: svn://tug.org/texlive/trunk@46790 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/univie-ling/README | 8 +++++ .../templates/template-expose-deutsch.pdf | Bin 111661 -> 111863 bytes .../univie-ling/templates/template-wlg-article.pdf | Bin 218751 -> 224787 bytes .../doc/latex/univie-ling/univie-ling-expose.pdf | Bin 441951 -> 441869 bytes .../doc/latex/univie-ling/univie-ling-expose.tex | 37 +++++++++++++++------ .../doc/latex/univie-ling/univie-ling-paper.pdf | Bin 436420 -> 436445 bytes .../doc/latex/univie-ling/univie-ling-paper.tex | 3 +- .../doc/latex/univie-ling/univie-ling-thesis.pdf | Bin 440493 -> 440515 bytes .../doc/latex/univie-ling/univie-ling-thesis.tex | 7 ++-- .../doc/latex/univie-ling/univie-ling-wlg.pdf | Bin 325317 -> 325726 bytes .../doc/latex/univie-ling/univie-ling-wlg.tex | 3 +- 11 files changed, 42 insertions(+), 16 deletions(-) (limited to 'Master/texmf-dist/doc/latex') diff --git a/Master/texmf-dist/doc/latex/univie-ling/README b/Master/texmf-dist/doc/latex/univie-ling/README index 45099f0c4ab..2757b3efe48 100644 --- a/Master/texmf-dist/doc/latex/univie-ling/README +++ b/Master/texmf-dist/doc/latex/univie-ling/README @@ -80,6 +80,14 @@ also have a look at the example files. == CHANGES == +V. 1.3 (2018-03-02): + - Use \mknormrange to support range normalization in cbx file + (requires biblatex 3.11; backwards compatibility provided). + - univie-ling.bbx: + * Fix whitespace issue in @inproceedings entry. + * Specify date output details (era, uncertain etc.). + - Add license to wlg copyright page (uses doclicense package) + V. 1.2 (2018-02-13): - Rename wlg.cls to univie-ling-wlg.cls per TeXLive request. diff --git a/Master/texmf-dist/doc/latex/univie-ling/templates/template-expose-deutsch.pdf b/Master/texmf-dist/doc/latex/univie-ling/templates/template-expose-deutsch.pdf index 5b66d77e5d5..2b5487ec58f 100644 Binary files a/Master/texmf-dist/doc/latex/univie-ling/templates/template-expose-deutsch.pdf and b/Master/texmf-dist/doc/latex/univie-ling/templates/template-expose-deutsch.pdf differ diff --git a/Master/texmf-dist/doc/latex/univie-ling/templates/template-wlg-article.pdf b/Master/texmf-dist/doc/latex/univie-ling/templates/template-wlg-article.pdf index cc91a38a567..3f2849c4b84 100644 Binary files a/Master/texmf-dist/doc/latex/univie-ling/templates/template-wlg-article.pdf and b/Master/texmf-dist/doc/latex/univie-ling/templates/template-wlg-article.pdf differ diff --git a/Master/texmf-dist/doc/latex/univie-ling/univie-ling-expose.pdf b/Master/texmf-dist/doc/latex/univie-ling/univie-ling-expose.pdf index a53d8473da1..18c2dd10b5e 100644 Binary files a/Master/texmf-dist/doc/latex/univie-ling/univie-ling-expose.pdf and b/Master/texmf-dist/doc/latex/univie-ling/univie-ling-expose.pdf differ diff --git a/Master/texmf-dist/doc/latex/univie-ling/univie-ling-expose.tex b/Master/texmf-dist/doc/latex/univie-ling/univie-ling-expose.tex index 53302d1d059..2cde93e98b2 100644 --- a/Master/texmf-dist/doc/latex/univie-ling/univie-ling-expose.tex +++ b/Master/texmf-dist/doc/latex/univie-ling/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.2, 2018/02/13} +\date{Version 1.3, 2018/03/02} \maketitle @@ -308,16 +308,31 @@ Templates are provided as well: \section{Release History} -\begin{itemize} - \item 2018/02/13 (v. 1.2): No change to this class. - \item 2018/02/11 (v. 1.1): No change to this class. - \item 2018/02/08 (v. 1.0): Switch default bibliography style (from APA to Unified). Initial release to CTAN. - \item 2016/05/05 (v. 0.7): Fix comma after \emph{et al.} with \textsf{biblatex-apa}. - \item 2016/04/30 (v. 0.6): Set proper citation command for csquotes' integrated environments; improve templates. - \item 2016/03/23 (v. 0.5): Fix the output of German multi-name citations (DGPs guidelines); - extend documentation of bibliographic features. - \item 2016/01/29 (v. 0.4): Initial release. -\end{itemize} +\begin{description} + \item 2018/03/02 (v. 1.3) No change to this class. + \item 2018/02/13 (v. 1.2) No change to this class. + \item 2018/02/11 (v. 1.1) No change to this class. + \item 2018/02/08 (v. 1.0) + \begin{itemize} + \item Switch default bibliography style (from APA to Unified). + \item Initial release to CTAN. + \end{itemize} + \item 2016/05/05 (v. 0.7) + \begin{itemize} + \item Fix comma after \emph{et al.} with \textsf{biblatex-apa}. + \end{itemize} + \item 2016/04/30 (v. 0.6) + \begin{itemize} + \item Set proper citation command for csquotes' integrated environments. + \item Improve templates. + \end{itemize} + \item 2016/03/23 (v. 0.5) + \begin{itemize} + \item Fix the output of German multi-name citations (DGPs guidelines). + \item Extend documentation of bibliographic features. + \end{itemize} + \item 2016/01/29 (v. 0.4) Initial release. +\end{description} \begin{thebibliography}{1} diff --git a/Master/texmf-dist/doc/latex/univie-ling/univie-ling-paper.pdf b/Master/texmf-dist/doc/latex/univie-ling/univie-ling-paper.pdf index 65d37297088..4e56742fc7d 100644 Binary files a/Master/texmf-dist/doc/latex/univie-ling/univie-ling-paper.pdf and b/Master/texmf-dist/doc/latex/univie-ling/univie-ling-paper.pdf differ 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 a8bb44e4297..606991a0fe6 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.2, 2018/02/13} +\date{Version 1.3, 2018/03/02} \maketitle @@ -335,6 +335,7 @@ Templates are provided as well: \section{Release History} \begin{itemize} + \item 2018/03/02 (v. 1.3) No change to this class. \item 2018/02/13 (v. 1.2) No change to this class. \item 2018/02/11 (v. 1.1) No change to this class. \item 2018/02/08 (v. 1.0) diff --git a/Master/texmf-dist/doc/latex/univie-ling/univie-ling-thesis.pdf b/Master/texmf-dist/doc/latex/univie-ling/univie-ling-thesis.pdf index 1ffcb716ef6..0874d351dca 100644 Binary files a/Master/texmf-dist/doc/latex/univie-ling/univie-ling-thesis.pdf and b/Master/texmf-dist/doc/latex/univie-ling/univie-ling-thesis.pdf differ diff --git a/Master/texmf-dist/doc/latex/univie-ling/univie-ling-thesis.tex b/Master/texmf-dist/doc/latex/univie-ling/univie-ling-thesis.tex index 6bc91cb875f..0c0f6f0ad06 100644 --- a/Master/texmf-dist/doc/latex/univie-ling/univie-ling-thesis.tex +++ b/Master/texmf-dist/doc/latex/univie-ling/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.2, 2018/02/13} +\date{Version 1.3, 2018/03/02} \maketitle @@ -359,6 +359,7 @@ Templates are provided as well: \section{Release History} \begin{itemize} + \item 2018/03/02 (v. 1.3) No change to this class. \item 2018/02/13 (v. 1.2) No change to this class. \item 2018/02/11 (v. 1.1) No change to this class. \item 2018/02/08 (v. 1.0) @@ -366,7 +367,7 @@ Templates are provided as well: \item Switch default bibliography style (from APA to Unified). \item Initial release to CTAN. \end{itemize} - \item 2016/05/05 (v. 0.9 ) + \item 2016/05/05 (v. 0.9) \begin{itemize} \item Fix comma after \emph{et al.} with \textsf{biblatex-apa}. \end{itemize} @@ -389,7 +390,7 @@ Templates are provided as well: \item Fix the PDF logo for PDF/A output. \item Extend documentation of PDF/A production. \end{itemize} - \item 2016/01/25 (v. 0.4): First (documented) release. + \item 2016/01/25 (v. 0.4) First (documented) release. \begin{itemize} \item Title page layout has been adapted to the new (bilingual) standards. \item add \joption{bachelor} thesis type. diff --git a/Master/texmf-dist/doc/latex/univie-ling/univie-ling-wlg.pdf b/Master/texmf-dist/doc/latex/univie-ling/univie-ling-wlg.pdf index c40c7ae8d2e..647c5e7150b 100644 Binary files a/Master/texmf-dist/doc/latex/univie-ling/univie-ling-wlg.pdf and b/Master/texmf-dist/doc/latex/univie-ling/univie-ling-wlg.pdf differ diff --git a/Master/texmf-dist/doc/latex/univie-ling/univie-ling-wlg.tex b/Master/texmf-dist/doc/latex/univie-ling/univie-ling-wlg.tex index 20257124198..a7e47d943ab 100644 --- a/Master/texmf-dist/doc/latex/univie-ling/univie-ling-wlg.tex +++ b/Master/texmf-dist/doc/latex/univie-ling/univie-ling-wlg.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.2, 2018/02/13} +\date{Version 1.3, 2018/03/02} \maketitle @@ -204,6 +204,7 @@ A template is provided as well: \url{https://github.com/jspitz/univie-ling/raw/m \section{Release History} \begin{itemize} + \item 2018/03/02 (v. 1.3) Add (CC BY-NC-ND-4.0) license statement to copyright page (via \textsf{doclicense} package). \item 2018/02/13 (v. 1.2) Rename \texttt{wlg.cls} to \texttt{univie-ling-wlg.cls} as per TeXLive request. \item 2018/02/11 (v. 1.1) Initial release to CTAN. \end{itemize} -- cgit v1.2.3