diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/univie-ling/univie-ling-paper.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/univie-ling/univie-ling-paper.cls | 25 |
1 files changed, 20 insertions, 5 deletions
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 88ec71a6fae..51690011986 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 @@ -32,7 +32,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \NeedsTeXFormat{LaTeX2e}[2022/06/01] -\ProvidesPackage{univie-ling-paper}[2024/06/27 v.2.6 Univie Linguistic Papers (JSp)] +\ProvidesPackage{univie-ling-paper}[2024/09/28 v.2.9 Univie Linguistic Papers (JSp)] %% ============================================================ @@ -296,10 +296,10 @@ This includes all drawings, sketches, graphics and internet sources.} \NewDocumentCommand\weblink{mo}{% \url{#1}% \IfNoValueTF{#2}% - {\ifthenelse{\isempty{\wlg@urldate}}{}{% + {\ifx\wlg@urldate\empty\else% \ \urldate{\wlg@urldate}% - }}% - {\ \urldate{#2}} + \fi}% + {\ \urldate{#2}}% } } @@ -845,7 +845,22 @@ This includes all drawings, sketches, graphics and internet sources.} % End of @uvp@apa condition \fi -% End of @uvp@biblatex condition +\else% @uvt@biblatex condition FALSE + +% Some support for legacy bibtex +\AtBeginDocument{% + \@ifundefined{bibhang}{}{% + \setlength{\bibhang}{\parindent}% + }% + \@ifundefined{bibfont}{}{% + \renewcommand{\bibfont}{\small}% + }% + \@ifundefined{bibsep}{}{% + \setlength\bibsep{0pt}% + }% +} + +% End of @uvt@biblatex condition \fi %% ============================================================= |