From f1e81a3aeba249ef91f772aecea8a2147963cbd2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 5 Feb 2022 21:24:11 +0000 Subject: univie-ling (5feb22) git-svn-id: svn://tug.org/texlive/trunk@61900 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/univie-ling/README | 17 +++++++++++++++++ .../univie-ling/templates/template-wlg-article.pdf | Bin 248395 -> 249650 bytes .../univie-ling/templates/template-wlg-article.tex | 3 +++ .../doc/latex/univie-ling/univie-ling-expose.pdf | Bin 455929 -> 456033 bytes .../doc/latex/univie-ling/univie-ling-expose.tex | 7 ++++++- .../doc/latex/univie-ling/univie-ling-paper.pdf | Bin 450528 -> 450553 bytes .../doc/latex/univie-ling/univie-ling-paper.tex | 7 ++++++- .../doc/latex/univie-ling/univie-ling-thesis.pdf | Bin 455739 -> 455886 bytes .../doc/latex/univie-ling/univie-ling-thesis.tex | 11 ++++++++--- .../doc/latex/univie-ling/univie-ling-wlg.pdf | Bin 340706 -> 340866 bytes .../doc/latex/univie-ling/univie-ling-wlg.tex | 4 +++- .../tex/latex/univie-ling/univie-ling-expose.cls | 11 +++++++---- .../tex/latex/univie-ling/univie-ling-paper.cls | 16 +++++++++++----- .../tex/latex/univie-ling/univie-ling-thesis.cls | 16 +++++++++++----- .../tex/latex/univie-ling/univie-ling-wlg.cls | 4 ++-- .../tex/latex/univie-ling/univie-ling.bbx | 6 +++--- .../tex/latex/univie-ling/univie-ling.cbx | 4 ++-- 17 files changed, 79 insertions(+), 27 deletions(-) diff --git a/Master/texmf-dist/doc/latex/univie-ling/README b/Master/texmf-dist/doc/latex/univie-ling/README index 1c366d3da19..eca71ea0222 100644 --- a/Master/texmf-dist/doc/latex/univie-ling/README +++ b/Master/texmf-dist/doc/latex/univie-ling/README @@ -80,6 +80,23 @@ also have a look at the example files. == CHANGES == +V. 1.17 (2022-02-05): + - univie-ling-wlg: + * Allow to set fixed publication date via \date in titling + - univie-ling-paper: + * Fix "apa" option + * Omit quotation marks when title is empty + - univie-ling-thesis: + * Fix "apa" option + * Omit quotation marks when title is empty + - univie-ling-expose: + * Fix "apa" option + * Omit quotation marks when title is empty + - univie-ling.{bbx,cbx}: + * Draw on authoryear-comp rather than uncompressed + version (in line with major journal's interpretation + of the unified style sheet) + V. 1.16 (2021-11-03): - univie-ling-paper: * Adjust font size and margins to dept. standards. 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 5e0dc5db2c4..e517aeab349 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/templates/template-wlg-article.tex b/Master/texmf-dist/doc/latex/univie-ling/templates/template-wlg-article.tex index 536237d1b16..7dfaefb9a01 100644 --- a/Master/texmf-dist/doc/latex/univie-ling/templates/template-wlg-article.tex +++ b/Master/texmf-dist/doc/latex/univie-ling/templates/template-wlg-article.tex @@ -42,6 +42,9 @@ \title{Aufsatztitel} \subtitle{Untertitel} +% This lets you set a fixed publication date (by default, \today is used) +% \date{12. Dezember 2021} + \maketitle \begin{abstract} 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 0f5a089f735..6b4989c489e 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 69dcc75dce1..12648969239 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.16, 2021/11/03} +\date{Version 1.17, 2022/02/05} \maketitle @@ -326,6 +326,11 @@ Templates are provided as well: \section{Release History} \begin{description} + \item 2022/02/05 (v.\,1.17) + \begin{itemize} + \item Fix option \joption{apa}. + \item Omit quotation marks when title is empty. + \end{itemize} \item 2021/11/03 (v.\,1.16) \begin{itemize} \item Add option \joption{draftmark}. See sec.~\ref{draft}. 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 d663dae8700..9d557a76c46 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 94c1edb8910..4bf7eca5a67 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.16, 2021/11/03} +\date{Version 1.17, 2022/02/05} \maketitle @@ -349,6 +349,11 @@ Templates are provided as well: \section{Release History} \begin{itemize} + \item 2022/02/05 (v.\,1.17) + \begin{itemize} + \item Fix option \joption{apa}. + \item Omit quotation marks when title is empty. + \end{itemize} \item 2021/11/03 (v.\,1.16) \begin{itemize} \item Adjust font size and margins to dept. standards. 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 76ef6f22f57..ad101a880f6 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 94e29acbc04..633af563246 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.16, 2021/11/03} +\date{Version 1.17, 2022/02/05} \maketitle @@ -386,8 +386,13 @@ Templates are provided as well: \section{Release History} \begin{itemize} - \item 2021/11/03 (v.\,1.16) - \begin{itemize} + \item 2022/02/05 (v.\,1.17) + \begin{itemize} + \item Fix option \joption{apa}. + \item Omit quotation marks when title is empty. + \end{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}. 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 ab3e009ac49..b30af6669ae 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 9380a29f8c9..32c0c0c6a62 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.16, 2021/11/03} +\date{Version 1.17, 2022/02/05} \maketitle @@ -174,6 +174,7 @@ In general, the data for the editorial board should be set/changed in a local co specifies the gender) \item{\jcsmacro{title\{\}}}: Title of the paper. \item{\jcsmacro{subtitle\{<subtitle>\}}}: Subtitle. + \item{\jcsmacro{date\{<date>\}}}: Date of publication (optional; by default the date when the PDF file was processed is used). \end{description} Use \jfcsmacro{maketitle} to set the title after the above settings have been made. @@ -232,6 +233,7 @@ A template is provided as well: \url{https://github.com/jspitz/univie-ling/raw/m \raggedright \begin{itemize} + \item 2022/02/05 (v.\,1.17) Allow to set fixed publication date via \jcsmacro{date} in titling. \item 2021/11/03 (v.\,1.16) No change to this class. \item 2021/10/19 (v.\,1.15) Allow for slanted/bold IPA. \item 2021/09/01 (v.\,1.14) Update editorial board. diff --git a/Master/texmf-dist/tex/latex/univie-ling/univie-ling-expose.cls b/Master/texmf-dist/tex/latex/univie-ling/univie-ling-expose.cls index da8d92a1bfc..ec67e415cf6 100644 --- a/Master/texmf-dist/tex/latex/univie-ling/univie-ling-expose.cls +++ b/Master/texmf-dist/tex/latex/univie-ling/univie-ling-expose.cls @@ -31,7 +31,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{univie-ling-expose}[2021/11/03 v1.16 Univie Linguistic Exposes (JSp)] +\ProvidesPackage{univie-ling-expose}[2022/02/05 v1.17 Univie Linguistic Exposes (JSp)] \RequirePackage{xkeyval} @@ -85,7 +85,7 @@ % apa=<true|false> % Load APA style \define@boolkey+{uvt}{apa}[true]{% - \ifKV@uvt@biblatex + \ifKV@uvt@apa \apatrue \else \apafalse @@ -459,8 +459,11 @@ \vspace{2\baselineskip} \begin{center} {\usekomafont{tpcaption}\GetTranslation{tpcaption}\par} - {\usekomafont{title}{\enquote{\@title% - \ifx\@subtitle\@empty\else\\\@subtitle\fi}\par}}% + {\ifx\@title\@empty\else + \usekomafont{title}{\enquote{\@title% + \ifx\@subtitle\@empty\else\\\@subtitle\fi}\par}% + \fi + } \vskip 2em {% {\usekomafont{tpcaption}\GetTranslation{author}\par} diff --git a/Master/texmf-dist/tex/latex/univie-ling/univie-ling-paper.cls b/Master/texmf-dist/tex/latex/univie-ling/univie-ling-paper.cls index 3c06667d6e8..aea817c74f9 100644 --- a/Master/texmf-dist/tex/latex/univie-ling/univie-ling-paper.cls +++ b/Master/texmf-dist/tex/latex/univie-ling/univie-ling-paper.cls @@ -31,7 +31,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{univie-ling-paper}[2021/11/03 v1.16 Univie Linguistic Papers (JSp)] +\ProvidesPackage{univie-ling-paper}[2022/02/05 v1.17 Univie Linguistic Papers (JSp)] \RequirePackage{xkeyval} @@ -86,7 +86,7 @@ % apa=<true|false> % Load APA style \define@boolkey+{uvt}{apa}[true]{% - \ifKV@uvt@biblatex + \ifKV@uvt@apa \apatrue \else \apafalse @@ -508,9 +508,15 @@ This includes all drawings, sketches, graphics and internet sources.} {\usekomafont{subject}{\@subject\par}}% \vskip 3em \fi - {\usekomafont{title}{\enquote{\@title% - \ifx\@subtitle\@empty\else\\\@subtitle\fi}\par}}% - {\ifx\@course\@empty\else\vskip 2em\usekomafont{course}{\lectypeverb\par\emph{\@course}\par(\lecsemshort~\@semester)\par}\fi}% + {\ifx\@title\@empty\else + \usekomafont{title}{\enquote{\@title% + \ifx\@subtitle\@empty\else\\\@subtitle\fi}\par}% + \fi + }% + {\ifx\@course\@empty\else\vskip 2em% + \usekomafont{course}{\lectypeverb\par\emph{\@course}\par(\lecsemshort~\@semester)\par}% + \fi% + }% \vskip 2em {% \GetTranslation{author}\par diff --git a/Master/texmf-dist/tex/latex/univie-ling/univie-ling-thesis.cls b/Master/texmf-dist/tex/latex/univie-ling/univie-ling-thesis.cls index ce9906f50d8..f0db1544358 100644 --- a/Master/texmf-dist/tex/latex/univie-ling/univie-ling-thesis.cls +++ b/Master/texmf-dist/tex/latex/univie-ling/univie-ling-thesis.cls @@ -31,7 +31,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{univie-ling-thesis}[2021/11/03 v1.16 Univie Linguistic Theses (JSp)] +\ProvidesPackage{univie-ling-thesis}[2022/02/05 v1.17 Univie Linguistic Theses (JSp)] \RequirePackage{xkeyval} @@ -88,7 +88,7 @@ % apa=<true|false> % Load APA style \define@boolkey+{uvt}{apa}[true]{% - \ifKV@uvt@biblatex + \ifKV@uvt@apa \apatrue \else \apafalse @@ -554,9 +554,15 @@ This includes all drawings, sketches, graphics and internet sources.} \vspace{2\baselineskip} \begin{center} {\usekomafont{tpcaption}Titel der \@thesistype\,/\,Title of the \@thesistype@en\par} - {\usekomafont{title}{\enquote{\@title% - \ifx\@subtitle\@empty\else\\\@subtitle\fi}\par}}% - {\ifx\@volume\@empty\else\vskip 1em\usekomafont{baende}{Band \@volume\ von \@volumes\ Bänden\,/\,volume \@volume\ of \@volumes\ volumes}\fi}% + {\ifx\@title\@empty\else + \usekomafont{title}{\enquote{\@title% + \ifx\@subtitle\@empty\else\\\@subtitle\fi}\par}% + \fi + }% + {\ifx\@volume\@empty\else% + \vskip 1em\usekomafont{baende}{Band \@volume\ von \@volumes\ Bänden\,/\,volume \@volume\ of \@volumes\ volumes}% + \fi% + }% \vskip 2em {% {\usekomafont{tpcaption}verfasst von\,/\,submitted by\par} diff --git a/Master/texmf-dist/tex/latex/univie-ling/univie-ling-wlg.cls b/Master/texmf-dist/tex/latex/univie-ling/univie-ling-wlg.cls index e95c3507f5d..3a2db181094 100644 --- a/Master/texmf-dist/tex/latex/univie-ling/univie-ling-wlg.cls +++ b/Master/texmf-dist/tex/latex/univie-ling/univie-ling-wlg.cls @@ -32,7 +32,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{univie-ling-wlg}[2021/11/03 v1.16 WLG journal layout (JSp)] +\ProvidesPackage{univie-ling-wlg}[2022/02/05 v1.17 WLG journal layout (JSp)] %% ============================================================ @@ -508,7 +508,7 @@ pdfborder={0 0 0} \hypersetup{pdfauthor=\@author, pdftitle={\@@title\ -- WLG \@issue\ (\@pubyear)}} \lofoot[\scriptsize\expandafter\url{\wlgurl/fileadmin/user_upload/p_wlg/\@issue\@pubyear/\ljobname.pdf}\\ - \translate{published} \today]{} + \translate{published} \@date]{} \par \@tempcnta=% #1% diff --git a/Master/texmf-dist/tex/latex/univie-ling/univie-ling.bbx b/Master/texmf-dist/tex/latex/univie-ling/univie-ling.bbx index 7b378e5c1ee..f4f50472d05 100644 --- a/Master/texmf-dist/tex/latex/univie-ling/univie-ling.bbx +++ b/Master/texmf-dist/tex/latex/univie-ling/univie-ling.bbx @@ -36,10 +36,10 @@ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\ProvidesFile{univie-ling.bbx}[2021/11/03 v1.16 biblatex bibliography style] +\ProvidesFile{univie-ling.bbx}[2022/02/05 v1.17 biblatex bibliography style] -% Load base style (authoryear) -\RequireBibliographyStyle{authoryear} +% Load base style (authoryear-comp) +\RequireBibliographyStyle{authoryear-comp} % Bibliography Options \ExecuteBibliographyOptions{ diff --git a/Master/texmf-dist/tex/latex/univie-ling/univie-ling.cbx b/Master/texmf-dist/tex/latex/univie-ling/univie-ling.cbx index a6c94afa828..9ff80e98f3b 100644 --- a/Master/texmf-dist/tex/latex/univie-ling/univie-ling.cbx +++ b/Master/texmf-dist/tex/latex/univie-ling/univie-ling.cbx @@ -34,9 +34,9 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\ProvidesFile{univie-ling.cbx}[2021/11/03 v1.16 biblatex citation style] +\ProvidesFile{univie-ling.cbx}[2022/02/05 v1.17 biblatex citation style] -\RequireCitationStyle{authoryear} +\RequireCitationStyle{authoryear-comp} \ExecuteBibliographyOptions{% labeldateparts, -- cgit v1.2.3