summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fithesis/style/mu/ped.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/fithesis/style/mu/ped.dtx')
-rw-r--r--Master/texmf-dist/source/latex/fithesis/style/mu/ped.dtx57
1 files changed, 35 insertions, 22 deletions
diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/ped.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/ped.dtx
index 49c2b643cb1..88e2fb99188 100644
--- a/Master/texmf-dist/source/latex/fithesis/style/mu/ped.dtx
+++ b/Master/texmf-dist/source/latex/fithesis/style/mu/ped.dtx
@@ -1,13 +1,20 @@
% \file{style/mu/fithesis-ped.sty}
+% \changes{v1.0.0}{2021/02/21}{Files were renamed after
+% breaking changes in package loading after PR 438 in \LaTeXe. [VN]}
+% \changes{v1.0.0}{2021/03/19}{Updated urls to show the most recent
+% requirements and recommendations used in preparation of the
+% template. [TV]}
% This is the style file for the theses written at the Faculty of
% Education at the Masaryk University in Brno. It has been prepared
% in accordance with the formal requirements published at the
-% of the faculty\footnote{See \url{https://is.muni.cz/do/ped/VPA^^A
-% N/pokdek/c._1_2015_K_realizaci_zaverecnych_praci.pdf}, and
-% \url{http://moodlinka.ics.muni.cz/course/view.php?id=632}}.
+% of the faculty\footnote{See \url{K_realizaci_zaverecnych_praci^^A
+% __bakalarskych__diplomovych__rigoroznich_a_zaverecnych_praci_CZV_},
+% and standard of the department of Pedagogy
+% \url{http://www.ped.muni.cz/pedagogika/wp-content/uploads/2018^^A
+% /08/standard_zaverecnych_praci_katedra_pedagogiky-opravene3_08.pdf}}.
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fithesis/style/mu/fithesis-ped}[2016/04/18]
+\ProvidesPackage{fithesis/style/mu/fithesis-mu-ped}[2021/04/24]
% \end{macrocode}
% The file defines the color scheme of the respective faculty. Note
% the the color definitions are in RGB, which makes the resulting
@@ -19,27 +26,25 @@
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}
-% The style file configures the title page header to include the
-% department name and the title page content to include the
-% advisor's name.
-% \begin{macrocode}
-\thesis@blocks@titlePage@department@true
-\def\thesis@blocks@titlePage@content{%
- {\thesis@titlePage@Huge\bf\thesis@TeXtitle\par\vfil}\vskip 0.8in
- {\thesis@titlePage@large\sc\thesis@@{typeName}\\[0.3in]}
- {\thesis@titlePage@Large\bf\thesis@author}
- % Typeset the name of the thesis advisor.
- {\thesis@titlePage@large\\[0.3in]
- {\bf\thesis@@{advisorTitle}:} \thesis@advisor}}
-% \end{macrocode}
+% \changes{v1.0.0}{2021/02/26}{^^A
+% The \cs{ifthesis@blocks@titlePage@department@} conditional
+% now defaults to \texttt{true}. [VN]}
+% \changes{v1.0.0}{2021/02/26}{^^A
+% The style files for the Faculty of Education
+% at the Masaryk University in Brno no longer
+% redefine the \cs{thesis@blocks@titlePage@content} macro, which
+% is no longer defined. [VN]}
% Note that there is no direct support for the seminar paper and
% thesis proposal types. If you would like to change the contents
% of the preamble and the postamble, you should modify the
@@ -48,17 +53,25 @@
% All blocks within the autolayout preamble and postamble that are
% not defined within this file are defined in the
% \texttt{style/mu/fithesis-base.sty} file.
+% \changes{v1.0.0}{2021/03/22}{Reorganised the blocks to fit the
+% faculty's requirements. [TV]}
+% \changes{v1.0.0}{2021/04/24}{^^A
+% Change \cs{thesis@facultyLogo},
+% \cs{thesis@blocks@facultyLogo@monochrome}, and
+% \cs{thesis@blocks@facultyLogo@color} to use the new logotype
+% of the Masaryk University in Brno in the correct size and
+% localization. Add \cs{thesis@blocks@seal}. [VN]}
% \begin{macrocode}
\def\thesis@blocks@preamble{%
\thesis@blocks@coverMatter
\thesis@blocks@cover
- \thesis@blocks@titlePage
\thesis@blocks@frontMatter
+ \thesis@blocks@titlePage
+ \thesis@blocks@seal
\thesis@blocks@bibEntry
\thesis@blocks@abstract
+ \thesis@blocks@bibEntryEn
\thesis@blocks@abstractEn
- \thesis@blocks@keywords
- \thesis@blocks@keywordsEn
\thesis@blocks@declaration
\thesis@blocks@thanks
\thesis@blocks@tables}