Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
feat: add support for biblatex articles
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfrk committed Jun 3, 2020
1 parent 003d8ef commit 4db6dee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/udhbwvst.cls
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,9 @@
\DeclareNameAlias{sortname}{family-given} % authorlastname, authorfirstname
\DeclareFieldFormat*{shorttitle}{\mkbibparens{#1}}
\DeclareFieldFormat{title}{\normalfont{#1}}
\DeclareFieldFormat[article]{title}{\normalfont{#1},}
\DeclareFieldFormat{journaltitle}{\normalfont{#1}}
\DeclareFieldFormat[article]{citetitle}{\normalfont{#1}}
\DeclareFieldFormat{subtitle}{\normalfont{#1}}
\DeclareFieldFormat{url}{\url{#1}} % Removes url prefix
\newcommand{\noyear}{\addcomma \space o\adddot J\adddot}
Expand Down

0 comments on commit 4db6dee

Please sign in to comment.