Skip to content
Snippets Groups Projects
Unverified Commit c45a1961 authored by Vít Starý Novotný's avatar Vít Starý Novotný
Browse files

Make PdF MUNI use APA bibliography

parent a88e3131
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
% /08/standard_zaverecnych_praci_katedra_pedagogiky-opravene3_08.pdf}}. % /08/standard_zaverecnych_praci_katedra_pedagogiky-opravene3_08.pdf}}.
% \begin{macrocode} % \begin{macrocode}
\NeedsTeXFormat{LaTeX2e} \NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{fithesis/style/mu/fithesis-mu-ped}[2021/02/26] \ProvidesPackage{fithesis/style/mu/fithesis-mu-ped}[2021/03/26]
% \end{macrocode} % \end{macrocode}
% The file defines the color scheme of the respective faculty. Note % The file defines the color scheme of the respective faculty. Note
% the the color definitions are in RGB, which makes the resulting % the the color definitions are in RGB, which makes the resulting
...@@ -26,11 +26,14 @@ ...@@ -26,11 +26,14 @@
tableOdd={HTML}{FFF1E0}, tableOdd={HTML}{FFF1E0},
tableEven={HTML}{FFDEB7}} tableEven={HTML}{FFDEB7}}
% \end{macrocode} % \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. % 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} % \begin{macrocode}
\thesis@bibliography@setup{ \thesis@bibliography@setup{
style=iso-numeric, style=apa,
sorting=nty} sorting=nty}
\thesis@bibliography@load \thesis@bibliography@load
% \end{macrocode} % \end{macrocode}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment