summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/univie-ling
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-02-05 21:24:11 +0000
committerKarl Berry <karl@freefriends.org>2022-02-05 21:24:11 +0000
commitf1e81a3aeba249ef91f772aecea8a2147963cbd2 (patch)
treec3735ca1825b372493f8ce7640506fc62fef505c /Master/texmf-dist/tex/latex/univie-ling
parent0db7db3e5510d71010cbf3ddd83a016c60743f08 (diff)
univie-ling (5feb22)
git-svn-id: svn://tug.org/texlive/trunk@61900 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/univie-ling')
-rw-r--r--Master/texmf-dist/tex/latex/univie-ling/univie-ling-expose.cls11
-rw-r--r--Master/texmf-dist/tex/latex/univie-ling/univie-ling-paper.cls16
-rw-r--r--Master/texmf-dist/tex/latex/univie-ling/univie-ling-thesis.cls16
-rw-r--r--Master/texmf-dist/tex/latex/univie-ling/univie-ling-wlg.cls4
-rw-r--r--Master/texmf-dist/tex/latex/univie-ling/univie-ling.bbx6
-rw-r--r--Master/texmf-dist/tex/latex/univie-ling/univie-ling.cbx4
6 files changed, 36 insertions, 21 deletions
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,