From bc8259e6e48234cb566e3193b843c53dcce7184b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Novotn=C3=BD?= <witiko@mail.muni.cz> Date: Fri, 26 Mar 2021 12:54:25 +0100 Subject: [PATCH] Make PrF MUNI use ISO 690 author-year bibliography --- style/mu/law.dtx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/style/mu/law.dtx b/style/mu/law.dtx index 8b9045c..5d175ac 100644 --- a/style/mu/law.dtx +++ b/style/mu/law.dtx @@ -13,7 +13,7 @@ % h_dokumentu.pdf}}. % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-mu-law}[2021/02/21] +\ProvidesPackage{fithesis/style/mu/fithesis-mu-law}[2021/03/26] % \end{macrocode} % The file defines the color scheme of the respective faculty. Note % the the color definitions are in RGB, which makes the resulting @@ -25,11 +25,14 @@ tableOdd={HTML}{F2EBF5}, tableEven={HTML}{E5CCED}} % \end{macrocode} -% The bibliography support is enabled. The |authoryear| citations +% The bibliography support is enabled. The |iso-authortitle| citations % are used and the bibliography is sorted by name, year, and title. +% \changes{v1.0.0}{2021/03/26}{^^A +% The Faculty of Law at the Masaryk University in Brno uses the ISO~690 +% author-title citation and reference style. [VN]} % \begin{macrocode} \thesis@bibliography@setup{% - style=iso-authoryear, + style=iso-authortitle, sorting=nyt} \thesis@bibliography@load % \end{macrocode} -- GitLab