diff options
author | Karl Berry <karl@freefriends.org> | 2021-10-18 19:50:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-10-18 19:50:06 +0000 |
commit | 952a23f6d119d5b45fe738f1c23cb95668b37667 (patch) | |
tree | cbdb1db6824ae76d03d2e9115e5723291b4395f0 | |
parent | b6c67ad0856449e51a22add69b5c29dc448710a9 (diff) |
fithesis (18oct21)
git-svn-id: svn://tug.org/texlive/trunk@60795 c570f23f-e606-0410-a88d-b1316a301751
95 files changed, 77 insertions, 69 deletions
diff --git a/Master/texmf-dist/doc/latex/fithesis/fithesis.pdf b/Master/texmf-dist/doc/latex/fithesis/fithesis.pdf Binary files differindex d36fce38e68..e176e1d46e3 100644 --- a/Master/texmf-dist/doc/latex/fithesis/fithesis.pdf +++ b/Master/texmf-dist/doc/latex/fithesis/fithesis.pdf diff --git a/Master/texmf-dist/source/latex/fithesis/VERSION.tex b/Master/texmf-dist/source/latex/fithesis/VERSION.tex index 5c64eb1e87e..0dfaee26216 100644 --- a/Master/texmf-dist/source/latex/fithesis/VERSION.tex +++ b/Master/texmf-dist/source/latex/fithesis/VERSION.tex @@ -1 +1 @@ -2021/07/18 v1.0.1 fithesis4 MU thesis class +2021/10/17 v1.0.2 fithesis4 MU thesis class diff --git a/Master/texmf-dist/source/latex/fithesis/fithesis.dtx b/Master/texmf-dist/source/latex/fithesis/fithesis.dtx index b4f24e63daf..53632b0a041 100644 --- a/Master/texmf-dist/source/latex/fithesis/fithesis.dtx +++ b/Master/texmf-dist/source/latex/fithesis/fithesis.dtx @@ -57,7 +57,7 @@ \gdef\thesis@version@number{#1} \gdef\thesis@version@date{#2} \gdef\thesis@version{#2 #1 fithesis4 MU thesis class}} -\thesis@versiondef{v1.0.1}{2021/07/18}} +\thesis@versiondef{v1.0.2}{2021/10/17}} % {\newwrite\f\openout\f=VERSION\write\f{\thesis@version}\closeout\f} % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx index 6a17ea26fa5..a6c43b158d3 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx @@ -127,7 +127,7 @@ \DeclareOption{nolot}{\let\thesis@blocks@lot\relax} \DeclareOption{lot}{\let\thesis@blocks@lot\listoftables} % \end{macrocode} -% \item\texttt{lot}, \texttt{nolot} -- The \DescribeMacro{^^A +% \item\texttt{lof}, \texttt{nolof} -- The \DescribeMacro{^^A % \thesis@blocks@lof}|\thesis@blocks@lof| macro will be defined % as either |\listoffigures| or |\relax|, respectively. As a % side effect, the |\listoffigures| either is or isn't going to 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 88e2fb99188..6e0e223daa9 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/ped.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/ped.dtx @@ -7,14 +7,16 @@ % 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{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}}. +% of the faculty\footnote{See \url{https://is.muni.cz/do/mu/Uredni_^^A +% deska/Predpisy_MU/Pedagogicka_fakulta/Pokyny/PD2015-01/K_realizac^^A +% _ i_zaverecnych_praci__bakalarskych__diplomovych__rigoroznich_a_z^^A +% averecnych_praci_CZV__2021-06-10_09-07-51.pdf}, and the standard of +% the department of Pedagogy \url{http://www.ped.muni.cz/pedagogika^^A +% /wp-content/uploads/2018/08/standard_zaverecnych_praci_katedra_pe^^A +% dagogiky-opravene3_08.pdf}}. % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-mu-ped}[2021/04/24] +\ProvidesPackage{fithesis/style/mu/fithesis-mu-ped}[2021/10/17] % \end{macrocode} % The file defines the color scheme of the respective faculty. Note % the the color definitions are in RGB, which makes the resulting @@ -31,9 +33,15 @@ % \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]} +% \changes{v1.0.2}{2021/10/17}{^^A +% The Faculty of Education at the Masaryk University in Brno +% uses the ISO 690 citation and reference style, since the +% \textsf{biblatex-apa} package does not support Czech and +% Slovak. The |iso-authoryear| citations are used and the +% bibliography is sorted by name, title, and year. [VN]} % \begin{macrocode} \thesis@bibliography@setup{ - style=apa, + style=iso-authoryear, sorting=nty} \thesis@bibliography@load % \end{macrocode} diff --git a/Master/texmf-dist/tex/latex/fithesis/fithesis4.cls b/Master/texmf-dist/tex/latex/fithesis/fithesis4.cls index 27bfbb91b61..986c2776a65 100644 --- a/Master/texmf-dist/tex/latex/fithesis/fithesis4.cls +++ b/Master/texmf-dist/tex/latex/fithesis/fithesis4.cls @@ -55,7 +55,7 @@ \gdef\thesis@version@number{#1} \gdef\thesis@version@date{#2} \gdef\thesis@version{#2 #1 fithesis4 MU thesis class}} -\thesis@versiondef{v1.0.1}{2021/07/18}} +\thesis@versiondef{v1.0.2}{2021/10/17}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ProvidesClass{fithesis4}[\thesis@version] diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-color.pdf Binary files differindex e161090deff..257f1977088 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-czech-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-czech-color.pdf Binary files differindex e8741a78bf8..db177929967 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-czech-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-czech-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-czech.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-czech.pdf Binary files differindex c61c0e83e9c..735d952686b 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-czech.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-czech.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-english-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-english-color.pdf Binary files differindex d0f5880cc26..09691f37d83 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-english-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-english-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-english.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-english.pdf Binary files differindex f8a0806875b..0509a96a9ca 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-english.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-english.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-slovak-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-slovak-color.pdf Binary files differindex e8741a78bf8..db177929967 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-slovak-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-slovak-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-slovak.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-slovak.pdf Binary files differindex c61c0e83e9c..735d952686b 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-slovak.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-slovak.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base.pdf Binary files differindex ea965eef67f..fd398ee22f6 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-color.pdf Binary files differindex 8e8887ec546..d9edafa2233 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-czech-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-czech-color.pdf Binary files differindex 0bde682c1fb..f80ea85a60f 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-czech-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-czech-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-czech.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-czech.pdf Binary files differindex f2a72c38de3..a641af60b99 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-czech.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-czech.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-english-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-english-color.pdf index 63f761a9b0b..e55fa246629 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-english-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-english-color.pdf @@ -36,11 +36,11 @@ endobj <?adobe-xap-filters esc="CRLF"?> <x:xmpmeta xmlns:x='adobe:ns:meta/' x:xmptk='XMP toolkit 2.9.1-13, framework 1.6'> <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:iX='http://ns.adobe.com/iX/1.0/'> -<rdf:Description rdf:about="" xmlns:pdf='http://ns.adobe.com/pdf/1.3/' pdf:Producer='GPL Ghostscript 9.53.3'/> -<rdf:Description rdf:about="" xmlns:xmp='http://ns.adobe.com/xap/1.0/'><xmp:ModifyDate>2021-07-18T20:55:03Z</xmp:ModifyDate> -<xmp:CreateDate>2021-07-18T20:55:03Z</xmp:CreateDate> +<rdf:Description rdf:about="" xmlns:pdf='http://ns.adobe.com/pdf/1.3/' pdf:Producer='GPL Ghostscript 9.54.0'/> +<rdf:Description rdf:about="" xmlns:xmp='http://ns.adobe.com/xap/1.0/'><xmp:ModifyDate>2021-10-17T20:47:16Z</xmp:ModifyDate> +<xmp:CreateDate>2021-10-17T20:47:16Z</xmp:CreateDate> <xmp:CreatorTool>cairo 1.16.0 (https://cairographics.org)</xmp:CreatorTool></rdf:Description> -<rdf:Description rdf:about="" xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/' xapMM:DocumentID='uuid:f9252231-2026-11f7-0000-154c32fa293f'/> +<rdf:Description rdf:about="" xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/' xapMM:DocumentID='uuid:f66309cc-67a7-11f7-0000-154c32fa293f'/> <rdf:Description rdf:about="" xmlns:dc='http://purl.org/dc/elements/1.1/' dc:format='application/pdf'><dc:title><rdf:Alt><rdf:li xml:lang='x-default'>Untitled</rdf:li></rdf:Alt></dc:title></rdf:Description> </rdf:RDF> </x:xmpmeta> @@ -50,9 +50,9 @@ endobj endstream endobj 2 0 obj -<</Producer(GPL Ghostscript 9.53.3) -/CreationDate(D:20210718205503Z00'00') -/ModDate(D:20210718205503Z00'00') +<</Producer(GPL Ghostscript 9.54.0) +/CreationDate(D:20211017204716Z00'00') +/ModDate(D:20211017204716Z00'00') /Creator(cairo 1.16.0 \(https://cairographics.org\))>>endobj xref 0 8 @@ -66,7 +66,7 @@ xref 0000001274 00000 n trailer << /Size 8 /Root 1 0 R /Info 2 0 R -/ID [<3884ACC246E12C00728F1F742413D21F><3884ACC246E12C00728F1F742413D21F>] +/ID [<40DA1DA992658F4FF4BFC98AEAF5041F><40DA1DA992658F4FF4BFC98AEAF5041F>] >> startxref 2722 diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-english.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-english.pdf index b90e3faf4ed..381a5fae09a 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-english.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-english.pdf @@ -38,11 +38,11 @@ endobj <?adobe-xap-filters esc="CRLF"?> <x:xmpmeta xmlns:x='adobe:ns:meta/' x:xmptk='XMP toolkit 2.9.1-13, framework 1.6'> <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:iX='http://ns.adobe.com/iX/1.0/'> -<rdf:Description rdf:about="" xmlns:pdf='http://ns.adobe.com/pdf/1.3/' pdf:Producer='GPL Ghostscript 9.53.3'/> -<rdf:Description rdf:about="" xmlns:xmp='http://ns.adobe.com/xap/1.0/'><xmp:ModifyDate>2021-07-18T20:55:09Z</xmp:ModifyDate> -<xmp:CreateDate>2021-07-18T20:55:09Z</xmp:CreateDate> +<rdf:Description rdf:about="" xmlns:pdf='http://ns.adobe.com/pdf/1.3/' pdf:Producer='GPL Ghostscript 9.54.0'/> +<rdf:Description rdf:about="" xmlns:xmp='http://ns.adobe.com/xap/1.0/'><xmp:ModifyDate>2021-10-17T20:47:21Z</xmp:ModifyDate> +<xmp:CreateDate>2021-10-17T20:47:21Z</xmp:CreateDate> <xmp:CreatorTool>cairo 1.16.0 (https://cairographics.org)</xmp:CreatorTool></rdf:Description> -<rdf:Description rdf:about="" xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/' xapMM:DocumentID='uuid:fcb8a931-2026-11f7-0000-405625604fdf'/> +<rdf:Description rdf:about="" xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/' xapMM:DocumentID='uuid:f95dfa4c-67a7-11f7-0000-405625604fdf'/> <rdf:Description rdf:about="" xmlns:dc='http://purl.org/dc/elements/1.1/' dc:format='application/pdf'><dc:title><rdf:Alt><rdf:li xml:lang='x-default'>Untitled</rdf:li></rdf:Alt></dc:title></rdf:Description> </rdf:RDF> </x:xmpmeta> @@ -52,9 +52,9 @@ endobj endstream endobj 2 0 obj -<</Producer(GPL Ghostscript 9.53.3) -/CreationDate(D:20210718205509Z00'00') -/ModDate(D:20210718205509Z00'00') +<</Producer(GPL Ghostscript 9.54.0) +/CreationDate(D:20211017204721Z00'00') +/ModDate(D:20211017204721Z00'00') /Creator(cairo 1.16.0 \(https://cairographics.org\))>>endobj xref 0 8 @@ -68,7 +68,7 @@ xref 0000001268 00000 n trailer << /Size 8 /Root 1 0 R /Info 2 0 R -/ID [<CECDA215757378D74D4D29A3FC9C5ADE><CECDA215757378D74D4D29A3FC9C5ADE>] +/ID [<561CF86F93CEDC183EB3DEB7DCEDC00A><561CF86F93CEDC183EB3DEB7DCEDC00A>] >> startxref 2716 diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-slovak-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-slovak-color.pdf Binary files differindex 0bde682c1fb..f80ea85a60f 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-slovak-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-slovak-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-slovak.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-slovak.pdf Binary files differindex f2a72c38de3..a641af60b99 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-slovak.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-slovak.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ.pdf Binary files differindex 11537c4700c..d62468248d1 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-color.pdf Binary files differindex 3bebc977df3..9b6e0f0c0f9 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-czech-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-czech-color.pdf Binary files differindex b3c03dd838d..85841239298 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-czech-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-czech-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-czech.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-czech.pdf Binary files differindex d958a4fd27f..482cc07f7b7 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-czech.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-czech.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-english-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-english-color.pdf index 0eb456f74f1..daaa98c007b 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-english-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-english-color.pdf @@ -39,11 +39,11 @@ endobj <?adobe-xap-filters esc="CRLF"?> <x:xmpmeta xmlns:x='adobe:ns:meta/' x:xmptk='XMP toolkit 2.9.1-13, framework 1.6'> <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:iX='http://ns.adobe.com/iX/1.0/'> -<rdf:Description rdf:about="" xmlns:pdf='http://ns.adobe.com/pdf/1.3/' pdf:Producer='GPL Ghostscript 9.53.3'/> -<rdf:Description rdf:about="" xmlns:xmp='http://ns.adobe.com/xap/1.0/'><xmp:ModifyDate>2021-07-18T20:55:03Z</xmp:ModifyDate> -<xmp:CreateDate>2021-07-18T20:55:03Z</xmp:CreateDate> +<rdf:Description rdf:about="" xmlns:pdf='http://ns.adobe.com/pdf/1.3/' pdf:Producer='GPL Ghostscript 9.54.0'/> +<rdf:Description rdf:about="" xmlns:xmp='http://ns.adobe.com/xap/1.0/'><xmp:ModifyDate>2021-10-17T20:47:17Z</xmp:ModifyDate> +<xmp:CreateDate>2021-10-17T20:47:17Z</xmp:CreateDate> <xmp:CreatorTool>cairo 1.16.0 (https://cairographics.org)</xmp:CreatorTool></rdf:Description> -<rdf:Description rdf:about="" xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/' xapMM:DocumentID='uuid:f9252231-2026-11f7-0000-0cd1ffe59fda'/> +<rdf:Description rdf:about="" xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/' xapMM:DocumentID='uuid:f6fba04c-67a7-11f7-0000-0cd1ffe59fda'/> <rdf:Description rdf:about="" xmlns:dc='http://purl.org/dc/elements/1.1/' dc:format='application/pdf'><dc:title><rdf:Alt><rdf:li xml:lang='x-default'>Untitled</rdf:li></rdf:Alt></dc:title></rdf:Description> </rdf:RDF> </x:xmpmeta> @@ -53,9 +53,9 @@ endobj endstream endobj 2 0 obj -<</Producer(GPL Ghostscript 9.53.3) -/CreationDate(D:20210718205503Z00'00') -/ModDate(D:20210718205503Z00'00') +<</Producer(GPL Ghostscript 9.54.0) +/CreationDate(D:20211017204717Z00'00') +/ModDate(D:20211017204717Z00'00') /Creator(cairo 1.16.0 \(https://cairographics.org\))>>endobj xref 0 8 @@ -69,7 +69,7 @@ xref 0000000973 00000 n trailer << /Size 8 /Root 1 0 R /Info 2 0 R -/ID [<9940A6F61BA705D5DF4C62C35870625A><9940A6F61BA705D5DF4C62C35870625A>] +/ID [<31196CD0E4DB25BDCE8DAC5BF33AA38D><31196CD0E4DB25BDCE8DAC5BF33AA38D>] >> startxref 2421 diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-english.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-english.pdf Binary files differindex ab59ee1674e..23be5648986 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-english.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-english.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-slovak-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-slovak-color.pdf Binary files differindex b3c03dd838d..85841239298 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-slovak-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-slovak-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-slovak.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-slovak.pdf Binary files differindex d958a4fd27f..482cc07f7b7 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-slovak.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-slovak.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi.pdf Binary files differindex 52639a4df6a..af68121d879 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-color.pdf Binary files differindex 3f84f51b841..d0a3949eaba 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-czech-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-czech-color.pdf Binary files differindex 76070f10405..dedb28198e0 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-czech-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-czech-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-czech.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-czech.pdf Binary files differindex 43c76a513ba..c86c207e3de 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-czech.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-czech.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-english-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-english-color.pdf Binary files differindex e854f08d11d..c8673b52461 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-english-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-english-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-english.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-english.pdf Binary files differindex f93287cde09..739be37c738 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-english.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-english.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-slovak-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-slovak-color.pdf Binary files differindex 76070f10405..dedb28198e0 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-slovak-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-slovak-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-slovak.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-slovak.pdf Binary files differindex 43c76a513ba..c86c207e3de 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-slovak.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-slovak.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps.pdf Binary files differindex 2480a44f75b..720f54e9de6 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-color.pdf Binary files differindex ad6045c8689..f89cba17099 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-czech-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-czech-color.pdf Binary files differindex b70dc82c356..007775a16b9 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-czech-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-czech-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-czech.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-czech.pdf Binary files differindex aa123c69e2b..564a3b8b64e 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-czech.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-czech.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-english-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-english-color.pdf Binary files differindex 6381148acfc..5d7fc27007e 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-english-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-english-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-english.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-english.pdf Binary files differindex 0b5d3d57ba9..c38a7b90324 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-english.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-english.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-slovak-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-slovak-color.pdf Binary files differindex b70dc82c356..007775a16b9 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-slovak-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-slovak-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-slovak.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-slovak.pdf Binary files differindex aa123c69e2b..564a3b8b64e 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-slovak.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-slovak.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss.pdf Binary files differindex e165326897d..88123ca498c 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-color.pdf Binary files differindex 52af6886e70..e0c41d60ca1 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-czech-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-czech-color.pdf Binary files differindex 3b3063b99d0..5d322deffa9 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-czech-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-czech-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-czech.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-czech.pdf Binary files differindex d7840922782..8644f897657 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-czech.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-czech.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-english-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-english-color.pdf index e27356789d7..851f77bf599 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-english-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-english-color.pdf @@ -38,11 +38,11 @@ endobj <?adobe-xap-filters esc="CRLF"?> <x:xmpmeta xmlns:x='adobe:ns:meta/' x:xmptk='XMP toolkit 2.9.1-13, framework 1.6'> <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:iX='http://ns.adobe.com/iX/1.0/'> -<rdf:Description rdf:about="" xmlns:pdf='http://ns.adobe.com/pdf/1.3/' pdf:Producer='GPL Ghostscript 9.53.3'/> -<rdf:Description rdf:about="" xmlns:xmp='http://ns.adobe.com/xap/1.0/'><xmp:ModifyDate>2021-07-18T20:55:05Z</xmp:ModifyDate> -<xmp:CreateDate>2021-07-18T20:55:05Z</xmp:CreateDate> +<rdf:Description rdf:about="" xmlns:pdf='http://ns.adobe.com/pdf/1.3/' pdf:Producer='GPL Ghostscript 9.54.0'/> +<rdf:Description rdf:about="" xmlns:xmp='http://ns.adobe.com/xap/1.0/'><xmp:ModifyDate>2021-10-17T20:47:18Z</xmp:ModifyDate> +<xmp:CreateDate>2021-10-17T20:47:18Z</xmp:CreateDate> <xmp:CreatorTool>cairo 1.16.0 (https://cairographics.org)</xmp:CreatorTool></rdf:Description> -<rdf:Description rdf:about="" xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/' xapMM:DocumentID='uuid:fa564f31-2026-11f7-0000-34f87372f395'/> +<rdf:Description rdf:about="" xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/' xapMM:DocumentID='uuid:f79436cc-67a7-11f7-0000-34f87372f395'/> <rdf:Description rdf:about="" xmlns:dc='http://purl.org/dc/elements/1.1/' dc:format='application/pdf'><dc:title><rdf:Alt><rdf:li xml:lang='x-default'>Untitled</rdf:li></rdf:Alt></dc:title></rdf:Description> </rdf:RDF> </x:xmpmeta> @@ -52,9 +52,9 @@ endobj endstream endobj 2 0 obj -<</Producer(GPL Ghostscript 9.53.3) -/CreationDate(D:20210718205505Z00'00') -/ModDate(D:20210718205505Z00'00') +<</Producer(GPL Ghostscript 9.54.0) +/CreationDate(D:20211017204718Z00'00') +/ModDate(D:20211017204718Z00'00') /Creator(cairo 1.16.0 \(https://cairographics.org\))>>endobj xref 0 8 @@ -68,7 +68,7 @@ xref 0000001049 00000 n trailer << /Size 8 /Root 1 0 R /Info 2 0 R -/ID [<6FDBBDA31FD9B31FECF88C02E37CC2E1><6FDBBDA31FD9B31FECF88C02E37CC2E1>] +/ID [<55332FD948AF9B42F387E093B1930D59><55332FD948AF9B42F387E093B1930D59>] >> startxref 2497 diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-english.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-english.pdf index 2ee9b9e0e02..c21da086781 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-english.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-english.pdf @@ -42,11 +42,11 @@ endobj <?adobe-xap-filters esc="CRLF"?> <x:xmpmeta xmlns:x='adobe:ns:meta/' x:xmptk='XMP toolkit 2.9.1-13, framework 1.6'> <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:iX='http://ns.adobe.com/iX/1.0/'> -<rdf:Description rdf:about="" xmlns:pdf='http://ns.adobe.com/pdf/1.3/' pdf:Producer='GPL Ghostscript 9.53.3'/> -<rdf:Description rdf:about="" xmlns:xmp='http://ns.adobe.com/xap/1.0/'><xmp:ModifyDate>2021-07-18T20:55:11Z</xmp:ModifyDate> -<xmp:CreateDate>2021-07-18T20:55:11Z</xmp:CreateDate> +<rdf:Description rdf:about="" xmlns:pdf='http://ns.adobe.com/pdf/1.3/' pdf:Producer='GPL Ghostscript 9.54.0'/> +<rdf:Description rdf:about="" xmlns:xmp='http://ns.adobe.com/xap/1.0/'><xmp:ModifyDate>2021-10-17T20:47:23Z</xmp:ModifyDate> +<xmp:CreateDate>2021-10-17T20:47:23Z</xmp:CreateDate> <xmp:CreatorTool>cairo 1.16.0 (https://cairographics.org)</xmp:CreatorTool></rdf:Description> -<rdf:Description rdf:about="" xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/' xapMM:DocumentID='uuid:fde9d631-2026-11f7-0000-8cce1a9cd185'/> +<rdf:Description rdf:about="" xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/' xapMM:DocumentID='uuid:fa8f274c-67a7-11f7-0000-8cce1a9cd185'/> <rdf:Description rdf:about="" xmlns:dc='http://purl.org/dc/elements/1.1/' dc:format='application/pdf'><dc:title><rdf:Alt><rdf:li xml:lang='x-default'>Untitled</rdf:li></rdf:Alt></dc:title></rdf:Description> </rdf:RDF> </x:xmpmeta> @@ -56,9 +56,9 @@ endobj endstream endobj 2 0 obj -<</Producer(GPL Ghostscript 9.53.3) -/CreationDate(D:20210718205511Z00'00') -/ModDate(D:20210718205511Z00'00') +<</Producer(GPL Ghostscript 9.54.0) +/CreationDate(D:20211017204723Z00'00') +/ModDate(D:20211017204723Z00'00') /Creator(cairo 1.16.0 \(https://cairographics.org\))>>endobj xref 0 8 @@ -72,7 +72,7 @@ xref 0000001045 00000 n trailer << /Size 8 /Root 1 0 R /Info 2 0 R -/ID [<AACE22FE7B975E2A200F94746397C10E><AACE22FE7B975E2A200F94746397C10E>] +/ID [<21FD358098839F82AC496F160C142ED4><21FD358098839F82AC496F160C142ED4>] >> startxref 2493 diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-slovak-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-slovak-color.pdf Binary files differindex 3b3063b99d0..5d322deffa9 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-slovak-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-slovak-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-slovak.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-slovak.pdf Binary files differindex d7840922782..8644f897657 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-slovak.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-slovak.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law.pdf Binary files differindex 030b05dde2f..d8b514082f9 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-color.pdf Binary files differindex 055c89a047f..9bd2d504af7 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-czech-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-czech-color.pdf Binary files differindex b4fbb9c34a8..cfafe11228d 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-czech-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-czech-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-czech.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-czech.pdf Binary files differindex 5f8dcb4caa6..76785f033f6 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-czech.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-czech.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-english-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-english-color.pdf Binary files differindex 7934ab9d541..319583eebb4 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-english-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-english-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-english.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-english.pdf Binary files differindex 9f1df5a076e..cc5ae850288 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-english.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-english.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-slovak-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-slovak-color.pdf Binary files differindex b4fbb9c34a8..cfafe11228d 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-slovak-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-slovak-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-slovak.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-slovak.pdf Binary files differindex 5f8dcb4caa6..76785f033f6 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-slovak.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-slovak.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med.pdf Binary files differindex 4d7b1d3e466..272e62aa367 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-color.pdf Binary files differindex 5f42f831f36..df3714c2e8e 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-czech-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-czech-color.pdf Binary files differindex 6d15ec8a51b..928e3996682 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-czech-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-czech-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-czech.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-czech.pdf Binary files differindex 5b32fc42fef..608f3ed3e31 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-czech.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-czech.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-english-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-english-color.pdf index 658fe24a958..6b0a967117d 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-english-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-english-color.pdf @@ -37,11 +37,11 @@ endobj <?adobe-xap-filters esc="CRLF"?> <x:xmpmeta xmlns:x='adobe:ns:meta/' x:xmptk='XMP toolkit 2.9.1-13, framework 1.6'> <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:iX='http://ns.adobe.com/iX/1.0/'> -<rdf:Description rdf:about="" xmlns:pdf='http://ns.adobe.com/pdf/1.3/' pdf:Producer='GPL Ghostscript 9.53.3'/> -<rdf:Description rdf:about="" xmlns:xmp='http://ns.adobe.com/xap/1.0/'><xmp:ModifyDate>2021-07-18T20:55:06Z</xmp:ModifyDate> -<xmp:CreateDate>2021-07-18T20:55:06Z</xmp:CreateDate> +<rdf:Description rdf:about="" xmlns:pdf='http://ns.adobe.com/pdf/1.3/' pdf:Producer='GPL Ghostscript 9.54.0'/> +<rdf:Description rdf:about="" xmlns:xmp='http://ns.adobe.com/xap/1.0/'><xmp:ModifyDate>2021-10-17T20:47:19Z</xmp:ModifyDate> +<xmp:CreateDate>2021-10-17T20:47:19Z</xmp:CreateDate> <xmp:CreatorTool>cairo 1.16.0 (https://cairographics.org)</xmp:CreatorTool></rdf:Description> -<rdf:Description rdf:about="" xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/' xapMM:DocumentID='uuid:faeee5b1-2026-11f7-0000-f305b9a28578'/> +<rdf:Description rdf:about="" xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/' xapMM:DocumentID='uuid:f82ccd4c-67a7-11f7-0000-f305b9a28578'/> <rdf:Description rdf:about="" xmlns:dc='http://purl.org/dc/elements/1.1/' dc:format='application/pdf'><dc:title><rdf:Alt><rdf:li xml:lang='x-default'>Untitled</rdf:li></rdf:Alt></dc:title></rdf:Description> </rdf:RDF> </x:xmpmeta> @@ -51,9 +51,9 @@ endobj endstream endobj 2 0 obj -<</Producer(GPL Ghostscript 9.53.3) -/CreationDate(D:20210718205506Z00'00') -/ModDate(D:20210718205506Z00'00') +<</Producer(GPL Ghostscript 9.54.0) +/CreationDate(D:20211017204719Z00'00') +/ModDate(D:20211017204719Z00'00') /Creator(cairo 1.16.0 \(https://cairographics.org\))>>endobj xref 0 8 @@ -67,7 +67,7 @@ xref 0000001143 00000 n trailer << /Size 8 /Root 1 0 R /Info 2 0 R -/ID [<E474F21A7DDAE37F578EA0E69C91D254><E474F21A7DDAE37F578EA0E69C91D254>] +/ID [<3D23766A4C9CE113BE0885DB676F8FD4><3D23766A4C9CE113BE0885DB676F8FD4>] >> startxref 2591 diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-english.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-english.pdf Binary files differindex 70fcabfe104..e21f13c40d7 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-english.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-english.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-slovak-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-slovak-color.pdf Binary files differindex 6d15ec8a51b..928e3996682 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-slovak-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-slovak-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-slovak.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-slovak.pdf Binary files differindex 5b32fc42fef..608f3ed3e31 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-slovak.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-slovak.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped.pdf Binary files differindex 48c07f90a72..fb9a5ecfc6f 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-pharm-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-pharm-color.pdf Binary files differindex 82e3f5ad116..6283436cc29 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-pharm-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-pharm-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-pharm-czech-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-pharm-czech-color.pdf Binary files differindex 9559ac56d22..53cc5e2ec72 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-pharm-czech-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-pharm-czech-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-pharm-czech.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-pharm-czech.pdf Binary files differindex 7b89a317dc6..4fe8f626ed1 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-pharm-czech.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-pharm-czech.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-pharm-english-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-pharm-english-color.pdf Binary files differindex 88c51b74cb6..d390a724e1d 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-pharm-english-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-pharm-english-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-pharm-english.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-pharm-english.pdf Binary files differindex 2718e6dc20f..ae0341515c4 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-pharm-english.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-pharm-english.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-pharm-slovak-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-pharm-slovak-color.pdf Binary files differindex 9559ac56d22..53cc5e2ec72 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-pharm-slovak-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-pharm-slovak-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-pharm-slovak.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-pharm-slovak.pdf Binary files differindex 7b89a317dc6..4fe8f626ed1 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-pharm-slovak.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-pharm-slovak.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-pharm.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-pharm.pdf Binary files differindex f0dc05b65ef..fde9998208c 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-pharm.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-pharm.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-color.pdf Binary files differindex 334888892c1..3df1faa6541 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-czech-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-czech-color.pdf Binary files differindex 818b7f1dd8c..33d878816b4 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-czech-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-czech-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-czech.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-czech.pdf Binary files differindex 57fb501f0ce..f6b15e0a0ca 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-czech.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-czech.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-english-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-english-color.pdf Binary files differindex 4000ca595e0..0d62d0db441 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-english-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-english-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-english.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-english.pdf index f5776d01470..f2df1f8b07b 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-english.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-english.pdf @@ -38,11 +38,11 @@ endobj <?adobe-xap-filters esc="CRLF"?> <x:xmpmeta xmlns:x='adobe:ns:meta/' x:xmptk='XMP toolkit 2.9.1-13, framework 1.6'> <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:iX='http://ns.adobe.com/iX/1.0/'> -<rdf:Description rdf:about="" xmlns:pdf='http://ns.adobe.com/pdf/1.3/' pdf:Producer='GPL Ghostscript 9.53.3'/> -<rdf:Description rdf:about="" xmlns:xmp='http://ns.adobe.com/xap/1.0/'><xmp:ModifyDate>2021-07-18T20:55:13Z</xmp:ModifyDate> -<xmp:CreateDate>2021-07-18T20:55:13Z</xmp:CreateDate> +<rdf:Description rdf:about="" xmlns:pdf='http://ns.adobe.com/pdf/1.3/' pdf:Producer='GPL Ghostscript 9.54.0'/> +<rdf:Description rdf:about="" xmlns:xmp='http://ns.adobe.com/xap/1.0/'><xmp:ModifyDate>2021-10-17T20:47:25Z</xmp:ModifyDate> +<xmp:CreateDate>2021-10-17T20:47:25Z</xmp:CreateDate> <xmp:CreatorTool>cairo 1.16.0 (https://cairographics.org)</xmp:CreatorTool></rdf:Description> -<rdf:Description rdf:about="" xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/' xapMM:DocumentID='uuid:ff1b0331-2026-11f7-0000-799a052027ef'/> +<rdf:Description rdf:about="" xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/' xapMM:DocumentID='uuid:fbc0544c-67a7-11f7-0000-799a052027ef'/> <rdf:Description rdf:about="" xmlns:dc='http://purl.org/dc/elements/1.1/' dc:format='application/pdf'><dc:title><rdf:Alt><rdf:li xml:lang='x-default'>Untitled</rdf:li></rdf:Alt></dc:title></rdf:Description> </rdf:RDF> </x:xmpmeta> @@ -52,9 +52,9 @@ endobj endstream endobj 2 0 obj -<</Producer(GPL Ghostscript 9.53.3) -/CreationDate(D:20210718205513Z00'00') -/ModDate(D:20210718205513Z00'00') +<</Producer(GPL Ghostscript 9.54.0) +/CreationDate(D:20211017204725Z00'00') +/ModDate(D:20211017204725Z00'00') /Creator(cairo 1.16.0 \(https://cairographics.org\))>>endobj xref 0 8 @@ -68,7 +68,7 @@ xref 0000001364 00000 n trailer << /Size 8 /Root 1 0 R /Info 2 0 R -/ID [<271CEF740125D4DCE22469EE726BB1FF><271CEF740125D4DCE22469EE726BB1FF>] +/ID [<80B8898B86BD65AA05E219B06B1C67C8><80B8898B86BD65AA05E219B06B1C67C8>] >> startxref 2812 diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-slovak-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-slovak-color.pdf Binary files differindex 818b7f1dd8c..33d878816b4 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-slovak-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-slovak-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-slovak.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-slovak.pdf Binary files differindex 57fb501f0ce..f6b15e0a0ca 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-slovak.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-slovak.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil.pdf Binary files differindex 4b0d5f15871..c3364b32491 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-color.pdf Binary files differindex 2fe356e7349..b021508c514 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-czech-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-czech-color.pdf Binary files differindex e290678dd6f..cf28aaa69c4 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-czech-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-czech-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-czech.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-czech.pdf Binary files differindex b6b11e08d45..44efaf8bb73 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-czech.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-czech.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-english-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-english-color.pdf Binary files differindex 8059d8872bf..7e919ea306a 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-english-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-english-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-english.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-english.pdf Binary files differindex 55a99a2ec41..9115eba1c40 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-english.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-english.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-slovak-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-slovak-color.pdf Binary files differindex e290678dd6f..cf28aaa69c4 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-slovak-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-slovak-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-slovak.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-slovak.pdf Binary files differindex b6b11e08d45..44efaf8bb73 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-slovak.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-slovak.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci.pdf Binary files differindex dae22707957..81801bfc2c6 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-mu-ped.sty b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-mu-ped.sty index 97056143241..6ce0f5dc9e4 100644 --- a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-mu-ped.sty +++ b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-mu-ped.sty @@ -51,14 +51,14 @@ %% The names of the source files used are shown above. %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-mu-ped}[2021/04/24] +\ProvidesPackage{fithesis/style/mu/fithesis-mu-ped}[2021/10/17] \thesis@color@setup{ links={HTML}{FFA02F}, tableEmph={HTML}{FFBB6B}, tableOdd={HTML}{FFF1E0}, tableEven={HTML}{FFDEB7}} \thesis@bibliography@setup{ - style=apa, + style=iso-authoryear, sorting=nty} \thesis@bibliography@load \def\thesis@blocks@preamble{% |