From c45a19613c612ac12765ce275a6805d387bc5e82 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:52:10 +0100 Subject: [PATCH] Make PdF MUNI use APA bibliography --- style/mu/ped.dtx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/style/mu/ped.dtx b/style/mu/ped.dtx index 8c34e69..52b6531 100644 --- a/style/mu/ped.dtx +++ b/style/mu/ped.dtx @@ -14,7 +14,7 @@ % /08/standard_zaverecnych_praci_katedra_pedagogiky-opravene3_08.pdf}}. % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-mu-ped}[2021/02/26] +\ProvidesPackage{fithesis/style/mu/fithesis-mu-ped}[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 @@ -26,11 +26,14 @@ tableOdd={HTML}{FFF1E0}, tableEven={HTML}{FFDEB7}} % \end{macrocode} -% The bibliography support is enabled. The |numeric| citations are +% The bibliography support is enabled. The |apa| citations are % used and the bibliography is sorted by name, title, and year. +% \changes{v1.0.0}{2021/03/26}{^^A +% The Faculty of Education at the Masaryk University in Brno +% uses the APA citation and reference style. [VN]} % \begin{macrocode} \thesis@bibliography@setup{ - style=iso-numeric, + style=apa, sorting=nty} \thesis@bibliography@load % \end{macrocode} -- GitLab