From bf8a80959e4fa6f97f44ee0583a5c3ba663ce2c8 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 27 Jan 2023 22:02:53 +0000 Subject: univie-ling (26jan23) git-svn-id: svn://tug.org/texlive/trunk@65651 c570f23f-e606-0410-a88d-b1316a301751 --- .../tex/latex/univie-ling/univie-ling-expose.cls | 5 +- .../tex/latex/univie-ling/univie-ling-handout.cls | 7 +- .../tex/latex/univie-ling/univie-ling-paper.cls | 4 +- .../tex/latex/univie-ling/univie-ling-poster.cls | 954 +++++++++++++++++++++ .../tex/latex/univie-ling/univie-ling-thesis.cls | 9 +- .../tex/latex/univie-ling/univie-ling-wlg.cls | 76 +- .../tex/latex/univie-ling/univie-ling.bbx | 7 +- .../tex/latex/univie-ling/univie-ling.cbx | 7 +- 8 files changed, 1043 insertions(+), 26 deletions(-) create mode 100644 Master/texmf-dist/tex/latex/univie-ling/univie-ling-poster.cls (limited to 'Master/texmf-dist/tex') 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 87859d9e052..32529980b2d 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 @@ -7,6 +7,7 @@ %% -- univie-ling-handout.cls: Class for Handouts %% -- univie-ling-expose.cls: Class for PhD Research Proposals (this file) %% -- univie-ling-paper.cls: Class for student papers +%% -- univie-ling-poster.cls: Class for scientific posters %% -- univie-ling-thesis.cls: Class for BA, MA or PhD theses %% -- univie-ling-wlg.cls: Class for the journal Wiener Linguistische Gazette %% -- univie-logo-sw.pdf: University of Vienna logo @@ -32,7 +33,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{univie-ling-expose}[2022/12/06 v.2.2 Univie Linguistic Exposes (JSp)] +\ProvidesPackage{univie-ling-expose}[2023/01/26 v.2.3 Univie Linguistic Exposes (JSp)] %% ============================================================ @@ -76,6 +77,7 @@ \@uve@microtypefalse } }, + all.default:n = { true }, all.usage:n = preamble, % apa= % Load APA style @@ -120,6 +122,7 @@ \@uve@polyglossiafalse } }, + polyglossia.default:n = { true }, polyglossia.usage:n = preamble, % ref= % Load varioref and prettyref diff --git a/Master/texmf-dist/tex/latex/univie-ling/univie-ling-handout.cls b/Master/texmf-dist/tex/latex/univie-ling/univie-ling-handout.cls index 7c761464f44..5d801959b97 100644 --- a/Master/texmf-dist/tex/latex/univie-ling/univie-ling-handout.cls +++ b/Master/texmf-dist/tex/latex/univie-ling/univie-ling-handout.cls @@ -7,6 +7,8 @@ %% -- univie-ling-handout.cls: Class for Handouts (this file) %% -- univie-ling-expose.cls: Class for PhD Research Proposals %% -- univie-ling-handout.cls: Class for student papers +%% -- univie-ling-paper.cls: Class for student papers +%% -- univie-ling-poster.cls: Class for scientific posters %% -- univie-ling-thesis.cls: Class for BA, MA or PhD theses %% -- univie-ling-wlg.cls: Class for the journal Wiener Linguistische Gazette %% -- univie-logo-sw.pdf: University of Vienna logo @@ -33,7 +35,7 @@ \NeedsTeXFormat{LaTeX2e}[1997/06/01] -\ProvidesClass{univie-ling-handout}[2022/12/06 v.2.2 Univie Ling handout class (JSp)] +\ProvidesClass{univie-ling-handout}[2023/01/26 v.2.3 Univie Ling handout class (JSp)] %% ============================================================ %% CLASS OPTIONS @@ -128,6 +130,7 @@ \@uvh@microtypefalse } }, + all.default:n = { true }, all.usage:n = preamble, % apa= % Load APA style @@ -153,6 +156,7 @@ \def\uvh@printsmalllogo{\includegraphics[height=14mm]{univielogo}} } }, + bwlogo.default:n = { true }, bwlogo.usage:n = preamble, % caption= % Load caption @@ -209,6 +213,7 @@ \@uvh@polyglossiafalse } }, + polyglossia.default:n = { true }, polyglossia.usage:n = preamble, % pplogo= % Print logo on page 2ff. 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 08eb9e55fed..536725e0049 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} -\ProvidesPackage{univie-ling-paper}[2022/12/06 v.2.2 Univie Linguistic Papers (JSp)] +\ProvidesPackage{univie-ling-paper}[2023/01/26 v.2.3 Univie Linguistic Papers (JSp)] %% ============================================================ @@ -77,6 +77,7 @@ \@uvp@microtypefalse } }, + all.default:n = { true }, all.usage:n = preamble, % apa= % Load APA style @@ -121,6 +122,7 @@ \@uvp@polyglossiafalse } }, + polyglossia.default:n = { true }, polyglossia.usage:n = preamble, % ref= % Load varioref and prettyref diff --git a/Master/texmf-dist/tex/latex/univie-ling/univie-ling-poster.cls b/Master/texmf-dist/tex/latex/univie-ling/univie-ling-poster.cls new file mode 100644 index 00000000000..7a688b7f799 --- /dev/null +++ b/Master/texmf-dist/tex/latex/univie-ling/univie-ling-poster.cls @@ -0,0 +1,954 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% File univie-ling-handout +%% +%% Scientific Posters in (Applied) Linguistics at the University of Vienna +%% +%% This file is part of the univie-ling LaTeX bundle, consisting of: +%% -- univie-ling-handout.cls: Class for Handouts (this file) +%% -- univie-ling-expose.cls: Class for PhD Research Proposals +%% -- univie-ling-handout.cls: Class for student papers +%% -- univie-ling-poster.cls: Class for posters +%% -- univie-ling-thesis.cls: Class for BA, MA or PhD theses +%% -- univie-ling-wlg.cls: Class for the journal Wiener Linguistische Gazette +%% -- univie-logo-sw.pdf: University of Vienna logo +%% -- univie-ling-wlg-logo.pdf: Logo of the journal Wiener Linguistische Gazette +%% -- univie-ling.bbx: Biblatex bibliography style +%% -- univie-ling.cbx: Biblatex citation style +%% +%% Author: Juergen Spitzmueller +%% +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3 or later is part of all distributions of LaTeX +%% version 2003/12/01 or later. +%% +%% This work has the LPPL maintenance status "maintained". +%% +%% The Current Maintainer of this work is Juergen Spitzmueller. +%% Please report issues to https://github.com/jspitz/univie-ling/issues +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +\NeedsTeXFormat{LaTeX2e}[1997/06/01] +\ProvidesClass{univie-ling-poster}[2023/01/26 v.2.3 Univie Ling poster class (JSp)] + +%% ============================================================ +%% CLASS OPTIONS +%% ============================================================ + +\newif\if@uvpt@apa\@uvpt@apafalse +\newif\if@uvpt@biblatex\@uvpt@biblatextrue +\newif\if@uvpt@captionp\@uvpt@captionptrue +\newif\if@uvpt@covington\@uvpt@covingtontrue +\newif\if@uvpt@draftmark\@uvpt@draftmarkfalse +\newif\if@uvpt@portrait\@uvpt@portraitfalse +\newif\if@uvpt@microtype\@uvpt@microtypetrue +\newif\if@uvpt@otffonts\@uvpt@otffontsfalse +\newif\if@uvpt@polyglossia\@uvpt@polyglossiafalse +\newif\if@uvpt@pplogo\@uvpt@pplogotrue +\newif\if@uvpt@psfonts\@uvpt@psfontstrue +\newif\if@uvpt@refsp\@uvpt@refsptrue +\newif\if@uvpt@tcolorbox\@uvpt@tcolorboxtrue +\newif\if@uvpt@usefontenc\@uvpt@usefontenctrue +\def\uvpt@fontenc{T1} +\def\uvpt@fontsize{11} +\def\uvpt@papersize{a0} +\def\uvpt@scale{1.4} +\def\uvpt@logoscale{3.42} +\def\uvpt@department@de{Institut f\"ur Sprachwissenschaft} +\def\uvpt@department@en{Department of Linguistics} +\def\uvpt@logo@event@sep{\\[.5em]} +\def\uvpt@event@location@sep{\\[.5em]} +\def\uvpt@location@date@sep{ $\cdot$ } + +% German CD (default) +\def\uvpt@cd@german{ + \def\uvpt@university{Universit\"at Wien} + \def\uvpt@department{\uvpt@department@de} +} +\def\uvpt@cd@english{% + \def\uvpt@university{University of Vienna} + \def\uvpt@department{\uvpt@department@en} +} +\uvpt@cd@german + +% We use l3keys here since (1) LaTeX2e keys are rather +% new and (2) do not provide for choice keys yet. +\ExplSyntaxOn +\keys_define:nn { uvpt } +{ + % all= + % Load all (most) packages + all.code:n = + { \str_if_eq:NNTF { #1 } { true } + { + \@uvpt@biblatextrue + \@uvpt@captionptrue + \@uvpt@refsptrue + \@uvpt@covingtontrue + \@uvpt@microtypetrue + \@uvpt@tcolorboxtrue + }{ + \@uvpt@biblatexfalse + \@uvpt@captionpfalse + \@uvpt@refspfalse + \@uvpt@covingtonfalse + \@uvpt@microtypefalse + \@uvpt@tcolorboxfalse + } + }, + all.default:n = { true }, + all.usage:n = preamble, + % apa= + % Load APA style + apa.legacy_if_set:n = @uvpt@apa, + apa.usage:n = preamble, + % biblatex= + % Load biblatex + biblatex.legacy_if_set:n = @uvpt@biblatex, + biblatex.usage:n = preamble, + % caption= + % Load caption + caption.legacy_if_set:n = @uvpt@captionp, + caption.usage:n = preamble, + % covington= + % Load covington + covington.legacy_if_set:n = @uvpt@covington, + covington.usage:n = preamble, + % fontenc= + % customize font encoding + fontenc.code:n = + { \str_if_eq:NNTF { #1 } { none } + { + \@uvpt@usefontencfalse + }{ + \def\uvpt@fontenc{#1} + } + }, + fontenc.usage:n = preamble, + % fontsize= + % Set base font size + fontsize.tl_set:N = \uvpt@fontsize, + fontsize.usage:n = preamble, + % portrait= + % Set portrait + portrait.legacy_if_set:n = @uvpt@portrait, + portrait.usage:n = preamble, + % microtype= + % Load microtype + microtype.legacy_if_set:n = @uvpt@microtype, + microtype.usage:n = preamble, + % papersize= + % Set paper size + papersize .choice:, + % A0 + papersize / a0 .code:n = { \def\uvpt@papersize{#1} }, + % A1 + papersize / a1 .code:n = { + \def\uvpt@papersize{#1} + \def\uvpt@logoscale{2.42} + }, + % A2 + papersize / a2 .code:n = { + \def\uvpt@papersize{#1} + \def\uvpt@logoscale{1.72} + }, + % A3 + papersize / a3 .code:n = { + \def\uvpt@papersize{#1} + \def\uvpt@logoscale{1.16} + }, + % A4 + papersize / a4 .code:n = { + \def\uvpt@papersize{#1} + \def\uvpt@logoscale{.79} + }, + papersize.usage:n = preamble, + % scale= + scale.code:n = { \def\uvpt@scale{#1} }, + scale.usage:n = preamble, + % polyglossia= + % Load polyglossia + polyglossia.code:n = + { \str_if_eq:NNTF { #1 } { true } + { + \@uvpt@psfontsfalse + \@uvpt@otffontstrue + \@uvpt@polyglossiatrue + }{ + \@uvpt@polyglossiafalse + } + }, + polyglossia.default:n = { true }, + polyglossia.usage:n = preamble, + % ref= + % Load varioref and prettyref + ref.legacy_if_set:n = @uvpt@refsp, + ref.usage:n = preamble, + % cd= + % CD Language + cd .choice:, + % german + cd / german .code:n = { \uvpt@cd@german }, + % english + cd / english .code:n = { \uvpt@cd@english }, + % draftmark= + % Print draftmark + draftmark.legacy_if_set:n = @uvpt@draftmark, + draftmark.usage:n = preamble, + % tcolorbox= + % Load tcolorbox + tcolorbox.legacy_if_set:n = @uvpt@tcolorbox, + tcolorbox.usage:n = preamble, + % fonts= + % Select font scheme + fonts .choice:, + % ps: use PostScript fonts (classic LaTeX) + fonts / ps .code:n = + { \@uvpt@psfontstrue + \@uvpt@otffontsfalse + }, + % otf: use OpenType fonts (fontspec) + fonts / otf .code:n = + { \@uvpt@psfontsfalse + \@uvpt@otffontstrue + }, + % none: Use no font package + fonts / none .code:n = + { \@uvpt@psfontsfalse + \@uvpt@otffontsfalse + }, +} +\ExplSyntaxOff + +% Process + +\IfFormatAtLeastTF{2022-06-01} +{ + \ProcessKeyOptions[uvpt] +}{ + \RequirePackage{l3keys2e} + \ProcessKeysOptions{uvpt} +} + + +%% ============================================================ +%% LOAD REQUIRED BASE CLASS AND PACKAGES +%% ============================================================ + +% Base class: beamer +\PassOptionsToClass{fontsize=\uvpt@fontsize,oneside}{beamer} +\if@uvpt@portrait + \PassOptionsToPackage{orientation=portrait}{beamerposter} +\fi +\PassOptionsToPackage{size=\uvpt@papersize,scale=\uvpt@scale}{beamerposter} + +\LoadClass{beamer}[1997/04/16] + +\mode + +% plus beamerposter +\RequirePackage{etoolbox} +\AtEndPreamble{% + \RequirePackage{beamerposter} +} + +\RequirePackage{amssymb} + +\if@uvpt@psfonts + \if@uvpt@usefontenc + \RequirePackage[\uvpt@fontenc]{fontenc} + \fi + % Source Pro fonts + \RequirePackage[default,osf]{sourceserifpro} + \RequirePackage[osf]{sourcesanspro} + \RequirePackage{sourcecodepro} +\fi + +\if@uvpt@otffonts + \RequirePackage{fontspec} + % Source Pro fonts + \setmainfont{SourceSerifPro}[Numbers=OldStyle] + \setsansfont{SourceSansPro}[Numbers=OldStyle] + \setmonofont{SourceCodePro} +\fi + + +%% ============================================================ +%% FONTS +%% ============================================================ + +\setbeamerfont{title in headline}{size=\veryHuge,parent=structure,series=\bfseries,family=\sffamily} +\setbeamerfont{subtitle in headline}{size=\Large,parent=structure,series=\bfseries,family=\sffamily} +\setbeamerfont{author in headline}{size=\large,series=\mdseries,family=\sffamily} +\setbeamerfont{event title}{size=\large,series=\bfseries,family=\sffamily} +\setbeamerfont{event location}{size=\large,series=\mdseries,family=\sffamily} +\setbeamerfont{event date}{size=\large,series=\mdseries,family=\sffamily} +\setbeamerfont{footline}{size=\small,family=\sffamily} +\setbeamerfont{univieunit}{size=\large,series=\bfseries,family=\sffamily} +\setbeamerfont{block title}{family=\sffamily,size=\large} +\setbeamerfont{block example title}{family=\sffamily,size=\large} +\setbeamerfont{block title alerted}{family=\sffamily,size=\large} + +\RequirePackage{url} +\def\UrlFont{\rmfamily\itshape\color{black}} + +%% ============================================================ +%% COLORS +%% ============================================================ + +\usecolortheme{default} +\definecolor{univie@blue}{RGB}{0,102,153} +\definecolor{univie@grey}{RGB}{102,102,102} +\definecolor{univie@red}{RGB}{179,7,56} +\definecolor{univie@green}{RGB}{17,137,122} +\setbeamercolor{structure}{fg=univie@blue} +\setbeamercolor{univieunit}{fg=univie@grey} +\setbeamercolor{titlelike}{fg=black} +\setbeamercolor{title}{fg=univie@blue} +\setbeamercolor{frametitlelike}{fg=univie@blue} +\setbeamercolor{frametitle}{parent=frametitlelike} +\setbeamercolor{framesubtitle}{parent=frametitle} +\setbeamercolor{mini frame}{parent=structure} +\setbeamercolor{sepline}{fg=univie@grey,bg=univie@grey} +\setbeamercolor{titlebox}{fg=white,bg=univie@blue} +\setbeamercolor{footline}{fg=black} +\setbeamercolor{itemize item}{fg=univie@blue} +\setbeamercolor*{block body}{bg=white,fg=black} +\setbeamercolor*{block title}{fg=white,bg=univie@blue} +\setbeamercolor*{block example body}{bg=white,fg=black} +\setbeamercolor*{block example title}{fg=white,bg=univie@green} +\setbeamercolor*{block body alerted}{bg=white,fg=black} +\setbeamercolor*{block title alerted}{fg=white,bg=univie@red} +\setbeamercolor*{item projected}{fg=white,bg=univie@grey} + + +%% ============================================================ +%% LENGTHS +%% ============================================================ + +\newlength\headeroffset +\newlength\titleoffset +\setlength\headeroffset{7mm} +\setlength\titleoffset{-3.6mm} + +\newlength\beforetitling +\newlength\beforeevent +\newlength\beforetitle +\newlength\beforesubtitle +\newlength\aftertitle +\setlength\beforetitling{18pt} +\setlength\beforeevent{6pt} +\setlength\beforesubtitle{6pt} +\setlength\beforetitle{6pt} +\setlength\aftertitle{18pt} + +% Aux linebreak macro, since \\ is redefined by beamer article +\newcommand*\umbruch[1][]{\linebreak\ifx\@empty#1\else\vspace{#1}\fi} + + +%% ============================================================ +% LOGO +%% ============================================================ + +% Construct matching logo/institute entity +% (size of institute string should equal logo width) +\newsavebox{\uvpt@box@logoplain} +\pgfdeclareimage[width=73mm]{univielogo}{univielogo} +\pgfdeclareimage[width=73mm]{univielogo-bw}{univielogo-sw} +\savebox{\uvpt@box@logoplain}{% + \parbox[t]{100mm}{\pgfuseimage{univielogo}}% +} + +% Scale logo/institute entity for default paper size (A0) +\newsavebox{\uvpt@box@logo} +\sbox{\uvpt@box@logo}{\scalebox{\uvpt@logoscale}{\usebox{\uvpt@box@logoplain}}} + +% Adjust logo positioning for landscape +\newlength\lsoffset +\if@uvpt@portrait\else + \setlength\lsoffset{8cm} + \addtolength\headeroffset{\lsoffset} +\fi + + +%% ============================================================ +%% BASE THEMES +%% ============================================================ + +% Load base inner theme +\useinnertheme{default} + +% Load base outer theme +\useoutertheme{default} + + +%% ============================================================ +%% HEADER & FOOTER +%% ============================================================ + +% Headline +\newlength\titleindent +\newlength\restwidth +\newlength\univieposter@leftmargin +\defbeamertemplate*{headline}{univie} +{% + \if@uvpt@portrait + \setlength\titleindent{.09\paperwidth} + \setlength\restwidth{.991\paperwidth} + \else + \setlength\titleindent{.065\paperwidth} + \setlength\restwidth{.935\paperwidth} + \fi + \begin{columns} + \begin{column}{\titleindent} + \end{column} +    \begin{column}{0.475\textwidth} + \begin{beamercolorbox}[wd=\columnwidth,sep=.028\textwidth]{univieunit} + \usebox{\uvpt@box@logo}\par + \vspace*{.7em}\hspace*{\titleindent}\usebeamerfont{univieunit}\usebeamercolor[fg]{univieunit}\uvpt@department + \end{beamercolorbox} + \end{column} +    \begin{column}{0.48\textwidth} + \begin{beamercolorbox}[wd=\columnwidth,right,sep=\beamer@rightmargin]{} + % Event information + \ifx\inserlogo\@empty\else% + \insertlogo + \ifx\uvpt@eventtitle\@empty\else% + \uvpt@logo@event@sep + \fi + \fi% + \ifx\uvpt@eventtitle\@empty\else% + {\usebeamerfont{event title}\uvpt@eventtitle% + \ifx\uvpt@eventlocation\@empty\else% + \uvpt@event@location@sep + \fi} + \fi% + \ifx\uvpt@eventlocation\@empty\else% + {\usebeamerfont{event location}\uvpt@eventlocation% + \ifx\uvpt@eventdate\@empty\else% + \uvpt@location@date@sep + \fi} + \fi + \ifx\uvpt@eventdate\@empty\else% + {\usebeamerfont{event date}\uvpt@eventdate} + \fi + \end{beamercolorbox} + \end{column} + \end{columns} + \vspace*{-1.8mm} + \begin{beamercolorbox}[sep=.014\textwidth]{titlebox} + \hspace*{\titleindent}\hspace{.013\textwidth}% + \begin{minipage}{.8\textwidth}% + \usebeamerfont{title in headline}\inserttitle\par% + \ifx\insertsubtitle\@empty% + \else% + \vskip.2em% + {\usebeamerfont{subtitle in headline}\insertsubtitle\par}% + \fi% + \ifx\insertauthor\@empty% + \else% + \vskip.4em% + {\usebeamerfont{author in headline}\insertauthor\par} + \fi + \end{minipage} + \end{beamercolorbox} +} + +% Footline +\defbeamertemplate*{footline}{univie} +{% + \begin{beamercolorbox}[wd=\textwidth,ht=.2mm]{sepline} + \end{beamercolorbox} + \vspace*{.25\footheight} + \hspace{\beamer@leftmargin}% + \usebeamerfont{footline}% + \ifx\beamer@shortdate\@empty% + \else + \hspace*{-\univieposter@leftmargin}\hspace{\beamer@rightmargin}\insertshortdate% + \fi + \hfill + \insertshortauthor\hspace*{\beamer@rightmargin} + \vskip2ex +} + + +%% ============================================================ +%% BLOCKS +%% ============================================================ + +% Standard block +\setbeamertemplate{block begin}{% + \vskip.75ex + \begin{beamercolorbox}[rounded=true,colsep=.75ex,leftskip=1cm]{block title}% + \usebeamerfont*{block title}\insertblocktitle + \end{beamercolorbox}% + {\ifbeamercolorempty[bg]{block body}{}{\nointerlineskip\vskip-0.5pt}}% + \usebeamerfont{block body}% + \begin{beamercolorbox}[rounded=true,colsep=.75ex,sep=1ex,leftskip=.3em,vmode]{block body}% + \ifbeamercolorempty[bg]{block body}{\vskip-.25ex}{\vskip-.75ex}\vbox{}% +} +\setbeamertemplate{block end}{% + \end{beamercolorbox} +} + +% Example block +\setbeamertemplate{block example begin}{% + \vskip.75ex + \begin{beamercolorbox}[rounded=true,colsep=.75ex,leftskip=1cm]{block example title}% + \usebeamerfont*{block example title}\insertblocktitle + \end{beamercolorbox}% + {\ifbeamercolorempty[bg]{block example body}{}{\nointerlineskip\vskip-0.5pt}}% + \usebeamerfont{block example body}% + \begin{beamercolorbox}[rounded=true,colsep=.75ex,sep=1ex,leftskip=.3em,vmode]{block example body}% + \ifbeamercolorempty[bg]{block example body}{\vskip-.25ex}{\vskip-.75ex}\vbox{}% +} +\setbeamertemplate{block example end}{% + \end{beamercolorbox} +} + +% Alert block +\setbeamertemplate{block alerted begin}{% + \vskip.75ex + \begin{beamercolorbox}[rounded=true,colsep=.75ex,leftskip=1cm]{block title alerted}% + \usebeamerfont*{block title alerted}\insertblocktitle + \end{beamercolorbox}% + {\ifbeamercolorempty[bg]{block body alerted}{}{\nointerlineskip\vskip-0.5pt}}% + \usebeamerfont{block body alerted}% + \begin{beamercolorbox}[rounded=true,sep=1ex,colsep=.75ex,leftskip=.3em,vmode]{block body alerted}% + \ifbeamercolorempty[bg]{block body alerted}{\vskip-.25ex}{\vskip-.75ex}\vbox{}% +} +\setbeamertemplate{block alerted end}{% + \end{beamercolorbox} +} + +% Aliases + +\newenvironment{bluebox}[1] + {\begin{block}{#1}% + \setbeamercolor{itemize item}{fg=univie@blue}% + \setbeamercolor{item projected}{bg=univie@blue,fg=white}} + {\end{block}} + +\newenvironment{redbox}[1] + {\begin{alertblock}{#1}% + \setbeamercolor{itemize item}{fg=univie@red}% + \setbeamercolor{item projected}{bg=univie@red,fg=white}} + {\end{alertblock}} + +\newenvironment{greenbox}[1] + {\begin{exampleblock}{#1}% + \setbeamercolor{itemize item}{fg=univie@green}% + \setbeamercolor{item projected}{bg=univie@green,fg=white}} + {\end{exampleblock}} + +\if@uvpt@tcolorbox + +\newenvironment{blueframedbox}[1] + {\begin{tcolorbox}[title={#1}]% + \setbeamercolor{itemize item}{fg=univie@blue}% + \setbeamercolor{item projected}{bg=univie@blue,fg=white}} + {\end{tcolorbox}} + +\newenvironment{redframedbox}[1] + {\begin{tcolorbox}[title={#1},colback=univie@red!5!white,colframe=univie@red]% + \setbeamercolor{itemize item}{fg=univie@red}% + \setbeamercolor{item projected}{bg=univie@red,fg=white}} + {\end{tcolorbox}} + +\newenvironment{greenframedbox}[1] + {\begin{tcolorbox}[title={#1},colback=univie@green!5!white,colframe=univie@green]% + \setbeamercolor{itemize item}{fg=univie@green}% + \setbeamercolor{item projected}{bg=univie@green,fg=white}} + {\end{tcolorbox}} + +\fi + + +%% ============================================================ +%% LISTS +%% ============================================================ + +% Increase general list indentation +\setlength\leftmargini{3.5em} + +% Itemize items +\defbeamertemplate*{itemize item}{univie}{% + \raise1.25pt\hbox{\donotcoloroutermaths$\blacktriangleright$}% +} +\defbeamertemplate*{itemize subitem}{univie}{% + \small\raise1.5pt\hbox{\donotcoloroutermaths$\blacktriangleright$}% +} +\defbeamertemplate*{itemize subsubitem}{univie}{% + \small\raise1.5pt\hbox{\donotcoloroutermaths$\blacktriangleright$}% +} + +% Enumerate items +\defbeamertemplate*{enumerate item}{univie} +{% + \raisebox{.2ex}{% + \usebeamerfont*{item projected}% + \usebeamercolor[bg]{item projected}% + \vrule width2.7ex height2ex depth.6ex% + \hskip-2.7ex% + \hbox to2.7ex{% + \hfil% + \color{fg}\insertenumlabel% + \hfil}% + }% +} +[action] +{\setbeamerfont{item projected}{size=\scriptsize}} + +\setbeamercolor{item projected}{bg=univie@blue,fg=white} +\setbeamerfont{item projected}{family=\sffamily} + +% Bibliography +\setbeamertemplate{bibliography item}[triangle] +\renewcommand{\@cite}[2]{\textcolor{structure}{#1\if@tempswa :\,#2\fi}} +\setbeamertemplate{bibliography entry title}{ } +\setbeamertemplate{bibliography entry location}{ } +\setbeamertemplate{bibliography entry note}{ } +\setbeamercolor{bibliography entry author}{use=structure,fg=structure.fg} +\setbeamercolor{bibliography entry title}{use=normal text,fg=normal text.fg} +\setbeamercolor{bibliography entry location}{use=normal text,fg=normal text.fg} +\setbeamercolor{bibliography entry note}{use=normal text,fg=normal text.fg} + + +%% ============================================================ +%% MARGIN +%% ============================================================ + +% Adjust left margin to logo/title indentation +\AtEndPreamble{% + \setlength\univieposter@leftmargin\beamer@leftmargin + \addtolength\univieposter@leftmargin{.0155\paperwidth} + \if@uvpt@portrait + \addtolength\univieposter@leftmargin{.091\paperwidth} + \else + \addtolength\univieposter@leftmargin{.065\paperwidth} + \fi + \setbeamersize{text margin left=\univieposter@leftmargin} +} + + +%% ============================================================ +%% MISC. +%% ============================================================ + +% Date: use leading zeros in month/day (e.g. 01/01/2015) +\newcommand{\leadingzero}[1]{\ifnum #1<10 0\the#1\else\the#1\fi} +\AtBeginDocument{% + \@ifundefined{addto}{}{% + \addto\captionsngerman{\def\datengerman{\def\today{\leadingzero{\day}.\leadingzero{\month}.\the\year}}} + \addto\captionsenglish{\def\dateenglish{\def\today{\leadingzero{\day}/\leadingzero{\month}/\the\year}}} + }% +} + +% Disable beamer navigation symbols +\setbeamertemplate{navigation symbols}{} + +% Numbered sections in toc +\setbeamertemplate{sections in toc}[sections numbered] + +\mode + + + +%% ============================================================ +%% 1 Personal data +%% ============================================================ + +% a.) Department +\newcommand*\department[1]% +{% + \def\uvpt@department{#1} +} + +% b.) Event title +\def\uvpt@eventtitle{} +\newcommand*{\eventtitle}[1]{% + \def\uvpt@eventtitle{#1}% +} + +% c.) Event location +\def\uvpt@eventlocation{} +\newcommand*{\eventlocation}[1]{% + \def\uvpt@eventlocation{#1}% +} + +% d.) Event date +\def\uvpt@eventdate{} +\newcommand*{\eventdate}[1]{% + \def\uvpt@eventdate{#1}% +} + +% e.) Event logo. We re-use beamer's \logo here +\let\eventlogo\logo + +%% ============================================================ +%% LOCALIZATION: +%% ============================================================ + +\RequirePackage{translator} +\languagealias{naustrian}{German} +\deftranslation[to=German]{draft}{ENTWURF} +\deftranslation[to=English]{draft}{DRAFT} +\deftranslation[to=German]{section}{Abschnitt} +\deftranslation[to=English]{section}{section} +\deftranslation[to=German]{footnote}{Anm.} +\deftranslation[to=English]{footnote}{fn.} +\deftranslation[to=German]{example}{Beispiel} +\deftranslation[to=English]{example}{example} + + +%% ============================================================= +%% BOXES: +%% ============================================================= + +\if@uvpt@tcolorbox + +\RequirePackage{tcolorbox} +% TColorbox settings +\tcbset{% + colback=univie@blue!5!white, + colframe=univie@blue, + fontlower=\small\raggedleft, + fonttitle=\sffamily\large, + width=\textwidth, + boxsep=.75ex, + left=1cm% +} + +\fi + + +%% ============================================================= +%% TABLES AND FIGURES: +%% ============================================================= + +\if@uvpt@captionp + \RequirePackage[format=plain, + justification=RaggedRight, + singlelinecheck=false + ]{caption} +\fi + +%% ============================================================= +%% POLYGLOSSIA: +%% ============================================================= + +\if@uvpt@polyglossia + \if@uvpt@captionp + \RequirePackage{ragged2e} + \fi + \RequirePackage{polyglossia} +\else + \RequirePackage{babel}[1997/01/23] +\fi + +%% ============================================================= +%% BIBLIOGRAPHY: +%% ============================================================= + +% Biblatex +\if@uvpt@biblatex + +\if@uvpt@apa +% Load biblatex with apa style +\RequirePackage[% + style=apa, + natbib=true, + sorting=nyvt, + sortcites=true, + backend=biber] +{biblatex} + +% Map localization files to the apa variants +\DeclareLanguageMapping{english}{english-apa} +\DeclareLanguageMapping{german}{german-apa} +\DeclareLanguageMapping{ngerman}{ngerman-apa} +\DeclareLanguageMapping{austrian}{austrian-apa} +\DeclareLanguageMapping{naustrian}{naustrian-apa} + +% Adapt to the DGPs guidelines: +% 1. Use "et al." (rather than "u.a.") in German +% 2. No comma before final and/& in German +% 3. "forthcoming a" rather than "forthcoming-a" +\DefineBibliographyStrings{german}{% + andothers = {et al\adddot}% +} +\DefineBibliographyExtras{german}{% + \def\finalandcomma{}% +} +\DefineBibliographyStrings{ngerman}{% + andothers = {et al\adddot}% +} +\DefineBibliographyExtras{ngerman}{% + \def\finalandcomma{}% +} +\DefineBibliographyStrings{austrian}{% + andothers = {et al\adddot}% +} +\DefineBibliographyExtras{austrian}{% + \def\finalandcomma{}% +} +\DefineBibliographyStrings{naustrian}{% + andothers = {et al\adddot}% +} +\DefineBibliographyExtras{naustrian}{% + \def\finalandcomma{}% +} +\renewcommand{\apashortdash}{~} + +% Change cite command for integrated csquotes env. +\AfterPackage*{csquotes}{\SetCiteCommand{\parencite}} +% Map \citealp to \nptextcite +\let\citealp\nptextcite +% +\else% Unified Style for Linguistics +\RequirePackage[% + style=univie-ling, + sorting=nyvt, + sortcites=true, + backend=biber] +{biblatex} + +% Change cite command for integrated csquotes env. +\AfterPackage*{csquotes}{\SetCiteCommand{\parencite}} + +% End of @uvpt@apa condition +\fi + +\DeclarePrintbibliographyDefaults{title=\uvpt@bibheading} + +% End of @uvpt@biblatex condition +\fi + +% Add indentation to bibliography +\long\def\beamer@biblabeltemplate#1{% + \hspace*{1.1em}\def\insertbiblabel{#1}\usebeamertemplate*{bibliography item}\hfil% +} +\bibhang2em + + +%% ============================================================ +%% MISC. +%% ============================================================ + +% Allow hyphenation after \slash +\def\slash{/\penalty\exhyphenpenalty\hskip\z@skip} + +% Easy way to change bibliography heading +\def\uvpt@bibheading{\refname} +\newcommand*\Bibheading[1]{\def\uvpt@bibheading{#1}} + + +%% ============================================================ +%% FURTHER PACKAGES +%% ============================================================ + +\RequirePackage{array} +\RequirePackage{ifthen} + +% Micro-typographic polishment +\if@uvpt@microtype + \RequirePackage{microtype} +\fi + +% Quote (smaller) +\let\@uvpt@save@quote\quote +\renewcommand*{\quote}{\@uvpt@save@quote\small} + +% Quotation (smaller) +\let\@uvpt@save@quotation\quotation +\renewcommand*{\quotation}{\@uvpt@save@quotation\small} + +% Smart quotes +\RequirePackage{csquotes} +\ExecuteQuoteOptions{autostyle=tryonce,german=guillemets,austrian=guillemets,maxlevel=3} +% Add quotation marks on displayed quotations +% a.) for commands "\blockquote" and related: +\renewcommand{\mkblockquote}[4]{\openautoquote#1\closeautoquote#2#4#3} +% b.) for environments "displayquote" and related: +\renewcommand{\mkbegdispquote}[2]{\textooquote\advance\csq@qlevel\@ne} +\renewcommand{\mkenddispquote}[2]{\textcoquote\csq@qlevel\@ne#1#2} + +% Hyperlinks +\RequirePackage{url} +\newcommand{\urlprefix}{} + +% URLs italic +\def\UrlFont{\rmfamily\itshape} + +% Covington +\if@uvpt@covington + % Rename the beamer example(s) environment + % to avoid warning + \let\example\beamerexample + \let\endexample\endbeamerexample + \let\examples\beamerexamples + \let\endexamples\endbeamerexamples + \let\example\relax + \let\examples\relax + \RequirePackage{covington} + \renewcommand{\p@equation}[1]{(#1)} +\fi + + +%% ============================================================= +%% X-REFS: +%% ============================================================= + +\if@uvpt@refsp + +\AtBeginDocument{% + % Prettyref: + \RequirePackage{prettyref} + \newrefformat{sec}{\translate{section}~\ref{#1}} + \newrefformat{sub}{\translate{section}~\ref{#1}} + \newrefformat{anm}{\translate{footnote}~\ref{#1}} + \newrefformat{app}{\appendixname~\ref{#1}} + \newrefformat{tab}{\tablename~\ref{#1}} + \newrefformat{fig}{\figurename~\ref{#1}} + \newrefformat{exa}{\translate{example}~\ref{#1}} +} + +\fi + + +%% ============================================================= +%% DRAFT: +%% ============================================================= + +\if@uvpt@draftmark + +\RequirePackage{draftwatermark} + +\DraftwatermarkOptions{% + angle=0, + vpos=10pt, + anchor=lt, + fontsize=4ex, + text={\translate{draft} (\today)} +} + +\setbeamercolor{background canvas}{bg=}%transparent canvas + +\fi + +%% ============================================================ +%% Semantic markup +%% ============================================================ + +\newcommand\Expression[1]{\textit{#1}} +\newcommand\Concept[1]{\textsc{#1}} +\newcommand\Meaning[1]{\enquote*{#1}} + +\endinput +%% +%% End of file `univie-ling-poster.cls'. 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 166d8e93d54..527914a7dea 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 @@ -7,6 +7,7 @@ %% -- univie-ling-handout.cls: Class for Handouts %% -- univie-ling-expose.cls: Class for PhD Research Proposals (this file) %% -- univie-ling-thesis.cls: Class for student papers +%% -- univie-ling-poster.cls: Class for scientific posters %% -- univie-ling-thesis.cls: Class for BA, MA or PhD theses %% -- univie-ling-wlg.cls: Class for the journal Wiener Linguistische Gazette %% -- univie-logo-sw.pdf: University of Vienna logo @@ -32,7 +33,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{univie-ling-thesis}[2022/12/06 v.2.2 Univie Linguistic Theses (JSp)] +\ProvidesPackage{univie-ling-thesis}[2023/01/26 v.2.3 Univie Linguistic Theses (JSp)] %% ============================================================ @@ -81,6 +82,7 @@ \@uvt@microtypefalse } }, + all.default:n = { true }, all.usage:n = preamble, % apa= % Load APA style @@ -133,6 +135,7 @@ \@uvt@polyglossiafalse } }, + polyglossia.default:n = { true }, polyglossia.usage:n = preamble, % ref= % Load varioref and prettyref @@ -325,7 +328,7 @@ This includes all drawings, sketches, graphics and internet sources.} \KOMAoptions{fontsize=12pt}% \RequirePackage{geometry} \geometry{tmargin=3cm, bmargin=3cm, lmargin=3cm, rmargin=3cm, footskip=1.5cm} - } + }{} }% } @@ -420,7 +423,7 @@ This includes all drawings, sketches, graphics and internet sources.} \RequirePackage{geometry} -\usepackage{setspace} +\RequirePackage{setspace} \onehalfspacing % Header and pagination: 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 6abba2c5a53..3d1e9816e3a 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 @@ -8,6 +8,7 @@ %% -- univie-ling-handout.cls: Class for Handouts %% -- univie-ling-expose.cls: Class for PhD Research Proposals %% -- univie-ling-paper.cls: Class for student papers +%% -- univie-ling-poster.cls: Class for scientific posters %% -- univie-ling-thesis.cls: Class for BA, MA or PhD theses %% -- univie-ling-wlg.cls: Class for the journal Wiener Linguistische Gazette (this file) %% -- univie-logo-sw.pdf: University of Vienna logo @@ -33,7 +34,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{univie-ling-wlg}[2022/12/06 v.2.2 Univie WLG journal layout (JSp)] +\ProvidesPackage{univie-ling-wlg}[2023/01/26 v.2.3 Univie WLG journal layout (JSp)] %% ============================================================ @@ -47,6 +48,7 @@ \newif\if@wlg@expert\@wlg@expertfalse \newif\if@wlg@titlepage\@wlg@titlepagefalse \newif\if@wlg@specialprint\@wlg@specialprintfalse +\newif\if@wlg@review\@wlg@reviewfalse % We use l3keys here since (1) LaTeX2e keys are rather % new and (2) do not provide for choice keys yet. @@ -68,6 +70,20 @@ % preprint= preprint.legacy_if_set:n = @wlg@preprint, preprint.usage:n = preamble, + % type= + type .choice:, + % paper + type / paper .code:n = + { + \@wlg@reviewfalse + }, + % review + type / review .code:n = + { + \@wlg@reviewtrue + }, + % no val equals paper + type .default:n = {paper}, % peerrev= peerrev.legacy_if_set:n = @wlg@peerrev, peerrev.usage:n = preamble, @@ -241,6 +257,10 @@ \deftranslation[to=English]{argumentation}{argumentation} \deftranslation[to=German]{issue}{Ausgabe} \deftranslation[to=English]{issue}{Issue} +\deftranslation[to=German]{review}{Rezension} +\deftranslation[to=English]{review}{Review} +\deftranslation[to=German]{reviewedby}{Besprochen von} +\deftranslation[to=English]{reviewedby}{Reviewed by} \deftranslation[to=German]{univie}{Universit\"at Wien} \deftranslation[to=English]{univie}{University of Vienna} \deftranslation[to=German]{lingdep}{Institut f\"ur Sprachwissenschaft} @@ -538,6 +558,12 @@ \else \def\and{\texorpdfstring{\unskip\slash}{| }}% \fi + \if@wlg@review + \ifx\@subtitle\@empty\else + \PackageWarning{univie-ling-wlg}{subtitle is not supported with type=review}% + \global\let\@subtitle\@empty% + \fi% + \fi \if@wlg@titlepage \@maketitlepage[#1]% \fi @@ -546,9 +572,15 @@ \global\@wlg@startpagesettrue \fi \rehead{\@@author} - \lohead{\@@title} - \hypersetup{pdfauthor=\@author, - pdftitle={\@@title\ -- WLG \@issue\ (\@pubyear)}} + \translatelet{\@revtitle}{review}% + \lohead{\if@wlg@review\@revtitle\ \enquote{\@@title}\else\@@title\fi} + \if@wlg@review + \hypersetup{pdfauthor=\@author, + pdftitle={\@revtitle\ \enquote{\@@title} -- WLG \@issue\ (\@pubyear)}} + \else + \hypersetup{pdfauthor=\@author, + pdftitle={\@@title\ -- WLG \@issue\ (\@pubyear)}} + \fi \lofoot[\scriptsize\expandafter\url{\wlgurl/fileadmin/user_upload/p_wlg/\@issue\@pubyear/\ljobname.pdf}\\ \translate{published} \@date]{} \par @@ -637,13 +669,15 @@ \vskip 3em \fi \if@wlg@specialprint - {\usekomafont{title}{\@title\par}}% - \vskip 1em - {\ifx\@subtitle\@empty\else\usekomafont{subtitle}{\@subtitle\par}\fi}% + \if@wlg@review + {\usekomafont{review}{\translate{review}\par\vskip .5em}}% + \fi + {\if@wlg@review\usekomafont{reviewtitle}\else\usekomafont{title}\fi{\@title\par}}% + {\ifx\@subtitle\@empty\else\vskip 1em\usekomafont{subtitle}{\@subtitle\par}\fi}% \vskip 2em {% \usekomafont{author}{% - \@author\par + \if@wlg@review\translate{reviewedby}: \fi\@author\par }% }% \vfill @@ -677,6 +711,9 @@ {\ifx\@issuetitle\@empty\else \vskip 1em \usekomafont{date}{\translate{specialissue}\par}% + \if@wlg@review + {\usekomafont{review}{\translate{review}\par}}% + \fi \usekomafont{title}{\@issuetitle\par}% \vskip 3pt {\ifx\@issuesubtitle\@empty\else\usekomafont{subtitle}{\@issuesubtitle\par}\fi}% @@ -742,8 +779,15 @@ } \renewcommand*{\@maketitle}{% - \addcontentsline{toc}{chapter}{\@author\texorpdfstring{\\[5pt]}{: }\@title% - \ifx\@subtitle\empty\else\texorpdfstring{\\}{. }\@subtitle\fi}% + \if@wlg@review + \addcontentsline{toc}{chapter}{\@author\texorpdfstring{\\[5pt]\translate{review}}{: Review}: \@title% + \if@wlg@review\usekomafont{reviewtitle}% + \else\ifx\@subtitle\empty\else\texorpdfstring{\\}{. }\@subtitle\fi\fi}% + \else + \addcontentsline{toc}{chapter}{\@author\texorpdfstring{\\[5pt]}{: }\@title% + \if@wlg@review\usekomafont{reviewtitle}% + \else\ifx\@subtitle\empty\else\texorpdfstring{\\}{. }\@subtitle\fi\fi}% + \fi \next@tdpage \global\@topnum=\z@ \setparsizes{\z@}{\z@}{\z@\@plus 1fil}\par@updaterelative @@ -776,11 +820,13 @@ {\usekomafont{subject}{\@subject \par}}% \vskip 1.5em \fi - {\usekomafont{title}{\@title \par}}% - \vskip .5em - {\ifx\@subtitle\@empty\else\usekomafont{subtitle}\@subtitle\par\fi}% + \if@wlg@review + {\usekomafont{review}{\translate{review}\par}\vskip .5em}% + \fi + {\if@wlg@review\usekomafont{reviewtitle}\else\usekomafont{title}\fi{\@title \par}}% + {\ifx\@subtitle\@empty\else\vskip .5em\usekomafont{subtitle}\@subtitle\par\fi}% \vskip 1em - {\usekomafont{author}{\@author\par}}% + {\usekomafont{author}{\if@wlg@review\translate{reviewedby}: \fi\@author\par}}% {\color{gray}\rule{1\columnwidth}{.7pt}\par}% \end{flushleft}% \begin{flushright} @@ -846,6 +892,8 @@ \setkomafont{subtitle}{\normalsize\normalfont\bfseries} \setkomafont{date}{\normalsize\normalfont\mdseries} \setkomafont{publishers}{\small\mdseries} +\newkomafont{review}{\normalfont\mdseries} +\newkomafont{reviewtitle}{\normalsize\normalfont\bfseries} %% ============================================================= 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 4616550d7e7..bfeff29a089 100644 --- a/Master/texmf-dist/tex/latex/univie-ling/univie-ling.bbx +++ b/Master/texmf-dist/tex/latex/univie-ling/univie-ling.bbx @@ -2,14 +2,15 @@ %% univie-ling.bbx % % This file is part of the univie-ling LaTeX bundle, consisting of: -% -- univie-ling-expose.cls: Class for PhD Research Proposals (this file) +% -- univie-ling-expose.cls: Class for PhD Research Proposals % -- univie-ling-handout.cls: Class for Handouts % -- univie-ling-paper.cls: Class for student papers +% -- univie-ling-poster.cls: Class for scientific posters % -- univie-ling-thesis.cls: Class for BA, MA or PhD theses % -- univie-ling-wlg.cls: Class for the journal Wiener Linguistische Gazette % -- univie-logo-sw.pdf: University of Vienna logo % -- univie-ling-wlg-logo.pdf: Logo of the journal Wiener Linguistische Gazette -% -- univie-ling.bbx: Biblatex bibliography style +% -- univie-ling.bbx: Biblatex bibliography style (this file) % -- univie-ling.cbx: Biblatex citation style % % Author: Jürgen Spitzmüller @@ -37,7 +38,7 @@ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\ProvidesFile{univie-ling.bbx}[2022/12/06 v.2.2 biblatex bibliography style] +\ProvidesFile{univie-ling.bbx}[2023/01/26 v.2.3 biblatex bibliography style] % Load base style (authoryear-comp) \RequireBibliographyStyle{authoryear-comp} 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 07302bfd02b..7521c39930a 100644 --- a/Master/texmf-dist/tex/latex/univie-ling/univie-ling.cbx +++ b/Master/texmf-dist/tex/latex/univie-ling/univie-ling.cbx @@ -2,15 +2,16 @@ %% univie-ling.cbx % % This file is part of the univie-ling LaTeX bundle, consisting of: -% -- univie-ling-expose.cls: Class for PhD Research Proposals (this file) +% -- univie-ling-expose.cls: Class for PhD Research Proposals % -- univie-ling-handout.cls: Class for Handouts % -- univie-ling-paper.cls: Class for student papers +% -- univie-ling-poster.cls: Class for scientific posters % -- univie-ling-thesis.cls: Class for BA, MA or PhD theses % -- univie-ling-wlg.cls: Class for the journal Wiener Linguistische Gazette % -- univie-logo-sw.pdf: University of Vienna logo % -- univie-ling-wlg-logo.pdf: Logo of the journal Wiener Linguistische Gazette % -- univie-ling.bbx: Biblatex bibliography style -% -- univie-ling.cbx: Biblatex citation style +% -- univie-ling.cbx: Biblatex citation style (this file) % % Author: Jürgen Spitzmüller % @@ -35,7 +36,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\ProvidesFile{univie-ling.cbx}[2022/12/06 v.2.2 biblatex citation style] +\ProvidesFile{univie-ling.cbx}[2023/01/26 v.2.3 biblatex citation style] \RequireCitationStyle{authoryear-comp} -- cgit v1.2.3