diff options
103 files changed, 234 insertions, 189 deletions
diff --git a/Master/texmf-dist/doc/latex/fithesis/fithesis.pdf b/Master/texmf-dist/doc/latex/fithesis/fithesis.pdf Binary files differindex ebe64879862..d36fce38e68 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 a73c6a0baab..5c64eb1e87e 100644 --- a/Master/texmf-dist/source/latex/fithesis/VERSION.tex +++ b/Master/texmf-dist/source/latex/fithesis/VERSION.tex @@ -1 +1 @@ -2021/05/24 v1.0.0 fithesis4 MU thesis class +2021/07/18 v1.0.1 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 842b36127e4..b4f24e63daf 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.0}{2021/05/24}} +\thesis@versiondef{v1.0.1}{2021/07/18}} % {\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 f5cf38721cf..6a17ea26fa5 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx @@ -1303,7 +1303,7 @@ % breaking changes in package loading after PR 438 in \LaTeXe. [VN]} % \begin{macrocode} % Load the `fithesis-mu-1*.clo` size option. -\input\thesis@stylepath mu/fithesis-1\thesis@ptsize.clo\relax +\input\thesis@stylepath mu/fithesis-mu-1\thesis@ptsize.clo\relax % Define the running heading style. \def\ps@thesisheadings{% diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx index ae3b199a775..a05cacf39ca 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx @@ -123,7 +123,7 @@ % \end{macro}\begin{macro}{\thesis@blocks@mainMatter} % The |\thesis@blocks@mainMatter| macro sets up the style % of the main matter of the thesis. The page numbering doesn't -% reset at the beginning of the main thesis as per the formal +% reset at the beginning of the main matter as per the formal % requirements. % \begin{macrocode} \def\thesis@blocks@mainMatter{% diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/fsps.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/fsps.dtx index 7082d5220b9..30437fc417d 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/fsps.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/fsps.dtx @@ -12,7 +12,7 @@ % y_vypracovani_ZP_bc-mgr-rig.pdf}}. % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-mu-fsps}[2021/04/24] +\ProvidesPackage{fithesis/style/mu/fithesis-mu-fsps}[2021/07/18] % \end{macrocode} % The file defines the color scheme of the respective faculty. Note % the the color definitions are in RGB, which makes the resulting @@ -62,24 +62,30 @@ % The |\thesis@blocks@frontMatter| macro sets up the style of the % front matter of the thesis. The leading is adjusted in % accordance with the requirements of the faculty. +% \changes{v1.0.1}{2021/07/18}{^^A +% Display page numbers for the Faculty of Sports Studies starting +% with the table of contents. [VN]} % \begin{macrocode} \def\thesis@blocks@frontMatter{% \thesis@blocks@clear - \pagestyle{plain} + \pagestyle{empty} \parindent 1.5em \setcounter{page}{1} - \pagenumbering{roman} + \pagenumbering{arabic} \onehalfspacing} % \end{macrocode} % \end{macro}\begin{macro}{\thesis@blocks@mainMatter} % The |\thesis@blocks@mainMatter| macro sets up the style % of the main matter of the thesis. The leading is adjusted in -% accordance with the requirements of the faculty. +% accordance with the requirements of the faculty. The page +% numbering doesn't reset at the beginning of the main thesis in +% accordance with the formal requirements of the faculty. +% \changes{v1.0.1}{2021/07/18}{^^A +% Display page numbers for the Faculty of Sports Studies starting +% with the table of contents. [VN]} % \begin{macrocode} \def\thesis@blocks@mainMatter{% \thesis@blocks@clear - \setcounter{page}{1} - \pagenumbering{arabic} \pagestyle{thesisheadings} \parindent 1.5em \onehalfspacing} @@ -160,7 +166,14 @@ \thesis@blocks@bibEntryEn \thesis@blocks@abstractEn \thesis@blocks@thanks - \thesis@blocks@tables} +% \end{macrocode} +% \changes{v1.0.1}{2021/07/18}{^^A +% Display page numbers for the Faculty of Sports Studies starting +% with the table of contents. [VN]} +% \begin{macrocode} + \thesis@blocks@clear + \pagestyle{plain} + \thesis@blocks@tables} \def\thesis@blocks@postamble{% \thesis@blocks@bibliography} % \end{macrocode} diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/law.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/law.dtx index 38aa08c95c4..e7355d36340 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/law.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/law.dtx @@ -13,7 +13,7 @@ % h_dokumentu.pdf}}. % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-mu-law}[2021/04/24] +\ProvidesPackage{fithesis/style/mu/fithesis-mu-law}[2021/07/18] % \end{macrocode} % The file defines the color scheme of the respective faculty. Note % the the color definitions are in RGB, which makes the resulting @@ -91,11 +91,15 @@ % \begin{macro}{\thesis@blocks@frontMatter} % The |\thesis@blocks@frontMatter| macro sets up the style % of the front matter of the thesis. The page numbering is arabic -% in accordance with the formal requirements of the faculty. +% in accordance with the formal requirements of the faculty and +% it is hidden. +% \changes{v1.0.1}{2021/07/18}{^^A +% Display page numbers for the Faculty of Law starting with +% the declaration. [VN]} % \begin{macrocode} \def\thesis@blocks@frontMatter{% \thesis@blocks@clear - \pagestyle{plain} + \pagestyle{empty} \parindent 1.5em \setcounter{page}{1} \pagenumbering{arabic}} @@ -135,7 +139,15 @@ \thesis@blocks@frontMatter \thesis@blocks@titlePage \thesis@blocks@seal - \thesis@blocks@declaration +% \end{macrocode} +% \changes{v1.0.1}{2021/07/18}{^^A +% Display page numbers for the Faculty of Law starting with +% the declaration. [VN]} +% \begin{macrocode} + \thesis@blocks@clear + \pagestyle{plain} + \setcounter{page}{1} + \thesis@blocks@declaration \thesis@blocks@clear \thesis@blocks@abstract \thesis@blocks@keywords diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/med.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/med.dtx index aa514412e52..e3503425f82 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/med.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/med.dtx @@ -15,7 +15,7 @@ % akulte_MU.pdf}}. % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-mu-med}[2021/04/24] +\ProvidesPackage{fithesis/style/mu/fithesis-mu-med}[2021/07/18] % \end{macrocode} % The file defines the color scheme of the respective faculty. Note % the the color definitions are in RGB, which makes the resulting @@ -159,19 +159,22 @@ \pagestyle{empty} \parindent 1.5em \setcounter{page}{1} - \pagenumbering{roman}} + \pagenumbering{arabic}} % \end{macrocode} % \end{macro}\begin{macro}{\thesis@blocks@mainMatter} % The |\thesis@blocks@mainMatter| macro sets up the style % of the main matter of the thesis. The leading is adjusted in -% accordance with the requirements of the faculty. +% accordance with the requirements of the faculty. The page +% numbering doesn't reset at the beginning of the main thesis in +% accordance with the formal requirements of the faculty. +% \changes{v1.0.1}{2021/07/18}{^^A +% Display page numbers for the Faculty of Medicine starting with +% the declaration. [VN]} % \begin{macrocode} \def\thesis@blocks@mainMatter{% \thesis@blocks@clear \newgeometry{top=25mm,bottom=20mm,left=35mm, right=15mm, includeheadfoot} - \setcounter{page}{1} - \pagenumbering{arabic} \pagestyle{thesisheadings} \parindent 1.5em \onehalfspacing} @@ -200,7 +203,15 @@ \thesis@blocks@frontMatter \thesis@blocks@titlePage \thesis@blocks@seal - \thesis@blocks@declaration +% \end{macrocode} +% \changes{v1.0.1}{2021/07/18}{^^A +% Display page numbers for the Faculty of Medicine starting with +% the declaration. [VN]} +% \begin{macrocode} + \thesis@blocks@clear + \pagestyle{plain} + \setcounter{page}{1} + \thesis@blocks@declaration \thesis@blocks@clear \thesis@blocks@abstract \thesis@blocks@keywords diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/sci.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/sci.dtx index 106fec51971..b66d576af32 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/sci.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/sci.dtx @@ -12,7 +12,7 @@ % _-_Pokyny_pro_vypracovani_bc._dipl._a_rigor.praci.pdf}}. % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-mu-sci}[2021/04/24] +\ProvidesPackage{fithesis/style/mu/fithesis-mu-sci}[2021/07/18] % \end{macrocode} % The file defines the color scheme of the respective faculty. Note % the the color definitions are in RGB, which makes the resulting @@ -80,13 +80,29 @@ % of the front matter front matter of the thesis. The front matter % is typeset without any visible numbering, as mandated by the % formal requirements of the faculty. +% \changes{v1.0.1}{2021/07/18}{^^A +% Display page numbers for the Faculty of Science starting with +% the table of contents. [VN]} % \begin{macrocode} \def\thesis@blocks@frontMatter{% \thesis@blocks@clear \pagestyle{empty} \parindent 1.5em \setcounter{page}{1} - \pagenumbering{roman}} + \pagenumbering{arabic}} +% \end{macrocode} +% The |\thesis@blocks@mainMatter| macro sets up the style +% of the main matter of the thesis. The page numbering doesn't +% reset at the beginning of the main thesis in accordance with the +% formal requirements of the faculty. +% \changes{v1.0.1}{2021/07/18}{^^A +% Display page numbers for the Faculty of Science starting with +% the table of contents. [VN]} +% \begin{macrocode} +\def\thesis@blocks@mainMatter{% + \thesis@blocks@clear + \pagestyle{thesisheadings} + \parindent 1.5em\relax} % \end{macrocode} % \end{macro} % \changes{v1.0.0}{2018/11/18}{^^A @@ -117,9 +133,15 @@ \thesis@blocks@titlePage \thesis@blocks@seal \ifx\thesis@type\thesis@proposal - \thesis@blocks@toc +% \end{macrocode} +% \changes{v1.0.1}{2021/07/18}{^^A +% Display page numbers for the Faculty of Science starting with +% the table of contents. [VN]} +% \begin{macrocode} + \thesis@blocks@clear + \pagestyle{plain} + \thesis@blocks@toc \else - \thesis@blocks@seal \thesis@blocks@bibEntry \thesis@blocks@bibEntryEn \thesis@blocks@clear @@ -129,7 +151,14 @@ \thesis@blocks@assignment \thesis@blocks@thanks \thesis@blocks@declaration - \thesis@blocks@tables +% \end{macrocode} +% \changes{v1.0.1}{2021/07/18}{^^A +% Display page numbers for the Faculty of Science starting with +% the table of contents. [VN]} +% \begin{macrocode} + \thesis@blocks@clear + \pagestyle{plain} + \thesis@blocks@tables \fi} \def\thesis@blocks@postamble{% \thesis@blocks@bibliography} diff --git a/Master/texmf-dist/tex/latex/fithesis/fithesis4.cls b/Master/texmf-dist/tex/latex/fithesis/fithesis4.cls index 03cf0d52198..27bfbb91b61 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.0}{2021/05/24}} +\thesis@versiondef{v1.0.1}{2021/07/18}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \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 20c7bfd1584..e161090deff 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 04d6d8669e1..e8741a78bf8 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 9379d822ae0..c61c0e83e9c 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 d277158c401..d0f5880cc26 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 496d3860086..f8a0806875b 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 04d6d8669e1..e8741a78bf8 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 9379d822ae0..c61c0e83e9c 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 7d44a399cdc..ea965eef67f 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 18dddfbe285..8e8887ec546 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 e428038e827..0bde682c1fb 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 41eebf58668..f2a72c38de3 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 Binary files differindex 94bb7165659..63f761a9b0b 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 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 Binary files differindex 9a3ee1aeb89..b90e3faf4ed 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 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 e428038e827..0bde682c1fb 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 41eebf58668..f2a72c38de3 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 32ae4c9e961..11537c4700c 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 9f7446e12f3..3bebc977df3 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 5d318c6fd08..b3c03dd838d 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 295fefea288..d958a4fd27f 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 199f108ca8b..0eb456f74f1 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 @@ -1,18 +1,22 @@ %PDF-1.5 %쏢 +%%Invocation: gs -q -dSAFER -dNOPAUSE -dBATCH -dCompatibilityLevel=1.5 -sDEVICE=pdfwrite -sOutputFile=? -dPDFSETTINGS#/prepress -dMaxSubsetPct=100 -dSubsetFonts=true -dEmbedAllFonts=true -dAutoRotatePages#/None - 5 0 obj <</Length 6 0 R/Filter /FlateDecode>> stream -xmSIn0@Y.AC,vbymDD??/Y/FTA[̄Q$_dA`!BQhqJT݃(!{dT24 y$M'ΤIRHYٺJd#l,-Ckhؙؓ1fH_{qI'(-fTgZv,*`YΙ`ţ81xr5O_,}tS-ꢌ|'=|VdӚ>!ӼԅqP$Jj́eKؗmJl 3KnQ'XQq[H[ϋv_}f^zt@ZTh+ u1eǰE^nvKԗYf~1LF#d þìgSş0^uu`pWo)'S\G[0endstream +xmS9r0 +~(<g\;;AI3R)q5@wPR@5W,?߿Ilw2T;435hH-3rDA.Y- +YgFGڀJvF)wU!fG~?kj +]Y889ސ3{Gf=G6oylJY
<<yo~M7@QS^|qZqiO_t~Pi]BS۸Gj݀A's*cfpBIJKq'vWY%f, +v:/$ͭW13o= c-:(j{G=!&+c+3ʭNb)^>7F}<x:a8v}Nj-0^
UOQOy3#IbOendstream endobj 6 0 obj -427 +421 endobj 4 0 obj <</Type/Page/MediaBox [0 0 75 51] /Parent 3 0 R /Resources<</ProcSet[/PDF] -/ExtGState 8 0 R >> /Contents 5 0 R >> @@ -25,29 +29,22 @@ endobj endobj 1 0 obj <</Type /Catalog /Pages 3 0 R -/Metadata 9 0 R +/Metadata 7 0 R >> endobj 7 0 obj -<</Type/ExtGState -/OPM 1>>endobj -8 0 obj -<</R7 -7 0 R>> -endobj -9 0 obj <</Type/Metadata -/Subtype/XML/Length 1366>>stream +/Subtype/XML/Length 1194>>stream <?xpacket begin='' id='W5M0MpCehiHzreSzNTczkc9d'?> <?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='uuid:b6d43543-f571-11f6-0000-9fa60c12f712' xmlns:pdf='http://ns.adobe.com/pdf/1.3/' pdf:Producer='GPL Ghostscript 9.27'/> -<rdf:Description rdf:about='uuid:b6d43543-f571-11f6-0000-9fa60c12f712' xmlns:xmp='http://ns.adobe.com/xap/1.0/'><xmp:ModifyDate>2021-05-25T14:31:44+02:00</xmp:ModifyDate> -<xmp:CreateDate>2021-05-25T14:31:44+02:00</xmp:CreateDate> +<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> <xmp:CreatorTool>cairo 1.16.0 (https://cairographics.org)</xmp:CreatorTool></rdf:Description> -<rdf:Description rdf:about='uuid:b6d43543-f571-11f6-0000-9fa60c12f712' xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/' xapMM:DocumentID='uuid:b6d43543-f571-11f6-0000-9fa60c12f712'/> -<rdf:Description rdf:about='uuid:b6d43543-f571-11f6-0000-9fa60c12f712' 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: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: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,26 +53,24 @@ endobj endstream endobj 2 0 obj -<</Producer(GPL Ghostscript 9.27) -/CreationDate(D:20210525143144+02'00') -/ModDate(D:20210525143144+02'00') +<</Producer(GPL Ghostscript 9.53.3) +/CreationDate(D:20210718205503Z00'00') +/ModDate(D:20210718205503Z00'00') /Creator(cairo 1.16.0 \(https://cairographics.org\))>>endobj xref -0 10 +0 8 0000000000 65535 f +0000000909 00000 n +0000002243 00000 n +0000000850 00000 n +0000000738 00000 n +0000000228 00000 n 0000000719 00000 n -0000002295 00000 n -0000000660 00000 n -0000000531 00000 n -0000000015 00000 n -0000000512 00000 n -0000000783 00000 n -0000000824 00000 n -0000000853 00000 n +0000000973 00000 n trailer -<< /Size 10 /Root 1 0 R /Info 2 0 R -/ID [<A058DA2EF5C2CC23D7A3CD1EC99A6B5A><A058DA2EF5C2CC23D7A3CD1EC99A6B5A>] +<< /Size 8 /Root 1 0 R /Info 2 0 R +/ID [<9940A6F61BA705D5DF4C62C35870625A><9940A6F61BA705D5DF4C62C35870625A>] >> startxref -2471 +2421 %%EOF 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 f05dd621499..ab59ee1674e 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 5d318c6fd08..b3c03dd838d 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 295fefea288..d958a4fd27f 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 18315dc6329..52639a4df6a 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 0ce9c629187..3f84f51b841 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 861d66d86cf..76070f10405 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 21937d8c3ae..43c76a513ba 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 1655c82bbf3..e854f08d11d 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 226db0636d7..f93287cde09 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 861d66d86cf..76070f10405 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 21937d8c3ae..43c76a513ba 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 e850081ed23..2480a44f75b 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 198128cddb9..ad6045c8689 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 050cd56b1f8..b70dc82c356 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 7aa54a92b88..aa123c69e2b 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 a5c30908df5..6381148acfc 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 40a56535a6f..0b5d3d57ba9 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 050cd56b1f8..b70dc82c356 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 7aa54a92b88..aa123c69e2b 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 244ce6bebc5..e165326897d 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 c3c4f2b894b..52af6886e70 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 a6ed2295368..3b3063b99d0 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 7020a5f5f3a..d7840922782 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 75b134b465a..e27356789d7 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 @@ -1,23 +1,21 @@ %PDF-1.5 %쏢 +%%Invocation: gs -q -dSAFER -dNOPAUSE -dBATCH -dCompatibilityLevel=1.5 -sDEVICE=pdfwrite -sOutputFile=? -dPDFSETTINGS#/prepress -dMaxSubsetPct=100 -dSubsetFonts=true -dEmbedAllFonts=true -dAutoRotatePages#/None - 5 0 obj <</Length 6 0 R/Filter /FlateDecode>> stream -xmTKv#1@!c\!o/Ƌd uێTը2ex~?USLf =+ao?Weo:`7Ռ -&0Bf U1iZVMUnCX+PۢI1(Ĕٻ*37Q#qWP[qShN!Ya I00N=AGf
]ީ{>Xs8J8#"+wip -hy -O8kZ:K-/RKhFK%f@y(ŶuUqX#Vp:B/"zYK ->#sK{.D
8T=?s8m\;x6WW˷pCG"Wcy:C(`!poϣ[lwPilۂ:>;W4*%}4k@!12q^y&skHlc,)_Boa\`BkA_? -endstream +xmTK s +.z @ǘ3OE#@I:/S$3ex~ӂ +w?bJEow{m%}֠qvZ"@$F, ;M˪IM`-һ+@LB1sSe?w7l5^ɇydZ3e>3"ZrOS?]U@$S_|^)_l9_F+5T9$FUaͯ@[/Jn +Md-*$
::]q2{xpYB4h-wlo6.!DvcupsDQ#B2ƟG]cܪضu|vJi4UKWiրBbd⼄L8fXK({ٓ¸<ЅrCp?? endstream endobj 6 0 obj -505 +497 endobj 4 0 obj <</Type/Page/MediaBox [0 0 75 51] /Parent 3 0 R /Resources<</ProcSet[/PDF] -/ExtGState 8 0 R >> /Contents 5 0 R >> @@ -30,29 +28,22 @@ endobj endobj 1 0 obj <</Type /Catalog /Pages 3 0 R -/Metadata 9 0 R +/Metadata 7 0 R >> endobj 7 0 obj -<</Type/ExtGState -/OPM 1>>endobj -8 0 obj -<</R7 -7 0 R>> -endobj -9 0 obj <</Type/Metadata -/Subtype/XML/Length 1366>>stream +/Subtype/XML/Length 1194>>stream <?xpacket begin='' id='W5M0MpCehiHzreSzNTczkc9d'?> <?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='uuid:b76ccbc3-f571-11f6-0000-7968753fd431' xmlns:pdf='http://ns.adobe.com/pdf/1.3/' pdf:Producer='GPL Ghostscript 9.27'/> -<rdf:Description rdf:about='uuid:b76ccbc3-f571-11f6-0000-7968753fd431' xmlns:xmp='http://ns.adobe.com/xap/1.0/'><xmp:ModifyDate>2021-05-25T14:31:45+02:00</xmp:ModifyDate> -<xmp:CreateDate>2021-05-25T14:31:45+02:00</xmp:CreateDate> +<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> <xmp:CreatorTool>cairo 1.16.0 (https://cairographics.org)</xmp:CreatorTool></rdf:Description> -<rdf:Description rdf:about='uuid:b76ccbc3-f571-11f6-0000-7968753fd431' xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/' xapMM:DocumentID='uuid:b76ccbc3-f571-11f6-0000-7968753fd431'/> -<rdf:Description rdf:about='uuid:b76ccbc3-f571-11f6-0000-7968753fd431' 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: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: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> @@ -61,26 +52,24 @@ endobj endstream endobj 2 0 obj -<</Producer(GPL Ghostscript 9.27) -/CreationDate(D:20210525143145+02'00') -/ModDate(D:20210525143145+02'00') +<</Producer(GPL Ghostscript 9.53.3) +/CreationDate(D:20210718205505Z00'00') +/ModDate(D:20210718205505Z00'00') /Creator(cairo 1.16.0 \(https://cairographics.org\))>>endobj xref -0 10 +0 8 0000000000 65535 f -0000000797 00000 n -0000002373 00000 n -0000000738 00000 n -0000000609 00000 n -0000000015 00000 n -0000000590 00000 n -0000000861 00000 n -0000000902 00000 n -0000000931 00000 n +0000000985 00000 n +0000002319 00000 n +0000000926 00000 n +0000000814 00000 n +0000000228 00000 n +0000000795 00000 n +0000001049 00000 n trailer -<< /Size 10 /Root 1 0 R /Info 2 0 R -/ID [<DA4E4F5ACC68B0A699CC5C18E20BC8A9><DA4E4F5ACC68B0A699CC5C18E20BC8A9>] +<< /Size 8 /Root 1 0 R /Info 2 0 R +/ID [<6FDBBDA31FD9B31FECF88C02E37CC2E1><6FDBBDA31FD9B31FECF88C02E37CC2E1>] >> startxref -2549 +2497 %%EOF 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 70360aed425..2ee9b9e0e02 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 @@ -1,21 +1,25 @@ %PDF-1.5 %쏢 +%%Invocation: gs -q -dSAFER -dNOPAUSE -dBATCH -dCompatibilityLevel=1.5 -sDEVICE=pdfwrite -sOutputFile=? -dPDFSETTINGS#/prepress -dMaxSubsetPct=100 -dSubsetFonts=true -dEmbedAllFonts=true -dAutoRotatePages#/None - 5 0 obj <</Length 6 0 R/Filter /FlateDecode>> stream -xmTKrc!s -.E3WHxFxv\^@}e8~q~?iߟg%"z]v[NSkP8;QPjk#`
RUeE$\y $0D.-һ+@L=B1sS/e^?we7lUpwdOHJv;{l籡;z·<#3²R>u]%O}62XZpRlypkZtȗ*[Ro\%j3 DbuUq!ƭ't:7b -'e
-.Ituvv R'nסʴѱG-6siZ5-m,!DvcFupsDQ-B+2ʟW]SLgPiLۂ:>W4*Kg>iրBbx\y'uϵY~1/`n0'ns.WP Uendstream +xmTKv#!s +.=}cNjx1Dy%Jq Ͽdسf~M.|O-T3sT+TD9ETpiYQ7 W|^; #VE7bPzw")gU!fng⮠:]Cԝò +I`az2ao<6tyVt`8qpFXV +UgS?-U@'杧h| +ǻO|!Ai?F5T9$F0ۭ51nX˹{WeXo,kWgp~p$iбHݟ>^*ړ;GǞ| +̥Akgs||/zl< ;͵E[k|(^uN9UA1m8l_ +hw/9_Y +s p$<fK({ؓX`Bk!I8ҟ!endstream endobj 6 0 obj -501 +493 endobj 4 0 obj <</Type/Page/MediaBox [0 0 75 51] /Parent 3 0 R /Resources<</ProcSet[/PDF] -/ExtGState 8 0 R >> /Contents 5 0 R >> @@ -28,29 +32,22 @@ endobj endobj 1 0 obj <</Type /Catalog /Pages 3 0 R -/Metadata 9 0 R +/Metadata 7 0 R >> endobj 7 0 obj -<</Type/ExtGState -/OPM 1>>endobj -8 0 obj -<</R7 -7 0 R>> -endobj -9 0 obj <</Type/Metadata -/Subtype/XML/Length 1366>>stream +/Subtype/XML/Length 1194>>stream <?xpacket begin='' id='W5M0MpCehiHzreSzNTczkc9d'?> <?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='uuid:b8056243-f571-11f6-0000-8964d0135dce' xmlns:pdf='http://ns.adobe.com/pdf/1.3/' pdf:Producer='GPL Ghostscript 9.27'/> -<rdf:Description rdf:about='uuid:b8056243-f571-11f6-0000-8964d0135dce' xmlns:xmp='http://ns.adobe.com/xap/1.0/'><xmp:ModifyDate>2021-05-25T14:31:46+02:00</xmp:ModifyDate> -<xmp:CreateDate>2021-05-25T14:31:46+02:00</xmp:CreateDate> +<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> <xmp:CreatorTool>cairo 1.16.0 (https://cairographics.org)</xmp:CreatorTool></rdf:Description> -<rdf:Description rdf:about='uuid:b8056243-f571-11f6-0000-8964d0135dce' xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/' xapMM:DocumentID='uuid:b8056243-f571-11f6-0000-8964d0135dce'/> -<rdf:Description rdf:about='uuid:b8056243-f571-11f6-0000-8964d0135dce' 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: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: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> @@ -59,26 +56,24 @@ endobj endstream endobj 2 0 obj -<</Producer(GPL Ghostscript 9.27) -/CreationDate(D:20210525143146+02'00') -/ModDate(D:20210525143146+02'00') +<</Producer(GPL Ghostscript 9.53.3) +/CreationDate(D:20210718205511Z00'00') +/ModDate(D:20210718205511Z00'00') /Creator(cairo 1.16.0 \(https://cairographics.org\))>>endobj xref -0 10 +0 8 0000000000 65535 f -0000000793 00000 n -0000002369 00000 n -0000000734 00000 n -0000000605 00000 n -0000000015 00000 n -0000000586 00000 n -0000000857 00000 n -0000000898 00000 n -0000000927 00000 n +0000000981 00000 n +0000002315 00000 n +0000000922 00000 n +0000000810 00000 n +0000000228 00000 n +0000000791 00000 n +0000001045 00000 n trailer -<< /Size 10 /Root 1 0 R /Info 2 0 R -/ID [<0F379EB62D2EF398BD7100DAC37B9F74><0F379EB62D2EF398BD7100DAC37B9F74>] +<< /Size 8 /Root 1 0 R /Info 2 0 R +/ID [<AACE22FE7B975E2A200F94746397C10E><AACE22FE7B975E2A200F94746397C10E>] >> startxref -2545 +2493 %%EOF 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 a6ed2295368..3b3063b99d0 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 7020a5f5f3a..d7840922782 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 19f22756126..030b05dde2f 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 b4f012cfb2a..055c89a047f 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 22ef7301230..b4fbb9c34a8 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 a7e9b7a2da0..5f8dcb4caa6 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 0b5c13dfa09..7934ab9d541 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 f4fd15e7cda..9f1df5a076e 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 22ef7301230..b4fbb9c34a8 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 a7e9b7a2da0..5f8dcb4caa6 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 a7b73f5f021..4d7b1d3e466 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 8a62183dd55..5f42f831f36 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 f1c9d2ed21a..6d15ec8a51b 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 20aa3938ec2..5b32fc42fef 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 b907a45f362..658fe24a958 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 @@ -1,21 +1,20 @@ %PDF-1.5 %쏢 +%%Invocation: gs -q -dSAFER -dNOPAUSE -dBATCH -dCompatibilityLevel=1.5 -sDEVICE=pdfwrite -sOutputFile=? -dPDFSETTINGS#/prepress -dMaxSubsetPct=100 -dSubsetFonts=true -dEmbedAllFonts=true -dAutoRotatePages#/None - 5 0 obj <</Length 6 0 R/Filter /FlateDecode>> stream -xmTYn[1)tVJ$GJ^a͘ˈD}?~/,Vz{L)>J VOgj3*q$9J52',BӔd،|BVv>;Gzf3)TҷD'.ve?2IJ2'w%;zRӹ(
Wuri2Dw/n!![' 炰~fkG]͔%w
É;lOy? -4j:W3b+(=)$f{42zZO}4kYE}\V}+<)i^4u_J"*5p`sxV$|1vCaEYcEt4F9".' BJ
,SJWq?lzTd -3psc o[(ts}{7fmdSJ>|ftʜLbG -Uy
ŗdžδ3g%s/Wu,W+*
h*cn,C7;,ٕmOǁ'[Ѳy/D, \ݖH^U[rEendstream +xmTK[!s +NB|cLfHHo<rLioL1WXPzߟkSJ V/gj3*q$9J52'7,BӔd،|BVv>;?gzf3)TҷD'nvm?2IJ2'w%;zRӹ(
Wuri2Dwo!4 [ 炰~fkG]͔%wÉ;l/< +4j:W3b+(=)$f{42zZO}4kYEnFՎA˅j H//%O8W9|(V[οߡU_Wm4kXQXxQ_NcI1PmTӕEd:J]{CnunṿmnB;ufЬlj^QGY R5C*/aC֙v>Q앢d{媽ٞb_߳45zb6-{Ze{mefۘ%utxU-[FT>^mm8 _?PCendstream endobj 6 0 obj -599 +591 endobj 4 0 obj <</Type/Page/MediaBox [0 0 75 51] /Parent 3 0 R /Resources<</ProcSet[/PDF] -/ExtGState 8 0 R >> /Contents 5 0 R >> @@ -28,29 +27,22 @@ endobj endobj 1 0 obj <</Type /Catalog /Pages 3 0 R -/Metadata 9 0 R +/Metadata 7 0 R >> endobj 7 0 obj -<</Type/ExtGState -/OPM 1>>endobj -8 0 obj -<</R7 -7 0 R>> -endobj -9 0 obj <</Type/Metadata -/Subtype/XML/Length 1366>>stream +/Subtype/XML/Length 1194>>stream <?xpacket begin='' id='W5M0MpCehiHzreSzNTczkc9d'?> <?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='uuid:b76ccbc3-f571-11f6-0000-d7d0ff20555e' xmlns:pdf='http://ns.adobe.com/pdf/1.3/' pdf:Producer='GPL Ghostscript 9.27'/> -<rdf:Description rdf:about='uuid:b76ccbc3-f571-11f6-0000-d7d0ff20555e' xmlns:xmp='http://ns.adobe.com/xap/1.0/'><xmp:ModifyDate>2021-05-25T14:31:45+02:00</xmp:ModifyDate> -<xmp:CreateDate>2021-05-25T14:31:45+02:00</xmp:CreateDate> +<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> <xmp:CreatorTool>cairo 1.16.0 (https://cairographics.org)</xmp:CreatorTool></rdf:Description> -<rdf:Description rdf:about='uuid:b76ccbc3-f571-11f6-0000-d7d0ff20555e' xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/' xapMM:DocumentID='uuid:b76ccbc3-f571-11f6-0000-d7d0ff20555e'/> -<rdf:Description rdf:about='uuid:b76ccbc3-f571-11f6-0000-d7d0ff20555e' 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: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: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> @@ -59,26 +51,24 @@ endobj endstream endobj 2 0 obj -<</Producer(GPL Ghostscript 9.27) -/CreationDate(D:20210525143145+02'00') -/ModDate(D:20210525143145+02'00') +<</Producer(GPL Ghostscript 9.53.3) +/CreationDate(D:20210718205506Z00'00') +/ModDate(D:20210718205506Z00'00') /Creator(cairo 1.16.0 \(https://cairographics.org\))>>endobj xref -0 10 +0 8 0000000000 65535 f -0000000891 00000 n -0000002467 00000 n -0000000832 00000 n -0000000703 00000 n -0000000015 00000 n -0000000684 00000 n -0000000955 00000 n -0000000996 00000 n -0000001025 00000 n +0000001079 00000 n +0000002413 00000 n +0000001020 00000 n +0000000908 00000 n +0000000228 00000 n +0000000889 00000 n +0000001143 00000 n trailer -<< /Size 10 /Root 1 0 R /Info 2 0 R -/ID [<3E31EE51A297FD1A52BE45509BC9023B><3E31EE51A297FD1A52BE45509BC9023B>] +<< /Size 8 /Root 1 0 R /Info 2 0 R +/ID [<E474F21A7DDAE37F578EA0E69C91D254><E474F21A7DDAE37F578EA0E69C91D254>] >> startxref -2643 +2591 %%EOF 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 f4580cb142f..70fcabfe104 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 f1c9d2ed21a..6d15ec8a51b 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 20aa3938ec2..5b32fc42fef 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 4d96f923a29..48c07f90a72 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 5bc8ef33acb..82e3f5ad116 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 ab283de288e..9559ac56d22 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 d1335beb0b7..7b89a317dc6 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 6180ef97fbf..88c51b74cb6 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 fabb9554be4..2718e6dc20f 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 ab283de288e..9559ac56d22 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 d1335beb0b7..7b89a317dc6 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 529dbb72827..f0dc05b65ef 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 21c923d74d0..334888892c1 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 6804d470c67..818b7f1dd8c 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 10cf6dea8e4..57fb501f0ce 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 13ef2a2692a..4000ca595e0 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 Binary files differindex decfacdeecc..f5776d01470 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 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 6804d470c67..818b7f1dd8c 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 10cf6dea8e4..57fb501f0ce 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 9c3bf69d3ef..4b0d5f15871 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 23fbfcf75cf..2fe356e7349 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 2e85baed949..e290678dd6f 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 375830daa94..b6b11e08d45 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 30eec953077..8059d8872bf 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 bcb6d39d406..55a99a2ec41 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 2e85baed949..e290678dd6f 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 375830daa94..b6b11e08d45 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 16fb5fce9d1..dae22707957 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-base.sty b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-mu-base.sty index 9b42f9bf8d8..31cf55ab0d5 100644 --- a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-mu-base.sty +++ b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-mu-base.sty @@ -622,7 +622,7 @@ \setcounter{secnumdepth}{2} -\input\thesis@stylepath mu/fithesis-1\thesis@ptsize.clo\relax +\input\thesis@stylepath mu/fithesis-mu-1\thesis@ptsize.clo\relax \def\ps@thesisheadings{% \def\chaptermark##1{% diff --git a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-mu-fsps.sty b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-mu-fsps.sty index 2c2fed3e1f1..2ee4a1fcfa0 100644 --- a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-mu-fsps.sty +++ b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-mu-fsps.sty @@ -51,7 +51,7 @@ %% The names of the source files used are shown above. %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-mu-fsps}[2021/04/24] +\ProvidesPackage{fithesis/style/mu/fithesis-mu-fsps}[2021/07/18] \thesis@color@setup{ links={HTML}{93BCF5}, tableEmph={HTML}{A8BDE3}, @@ -68,15 +68,13 @@ \setlength{\parindent}{1.25cm} \def\thesis@blocks@frontMatter{% \thesis@blocks@clear - \pagestyle{plain} + \pagestyle{empty} \parindent 1.5em \setcounter{page}{1} - \pagenumbering{roman} + \pagenumbering{arabic} \onehalfspacing} \def\thesis@blocks@mainMatter{% \thesis@blocks@clear - \setcounter{page}{1} - \pagenumbering{arabic} \pagestyle{thesisheadings} \parindent 1.5em \onehalfspacing} @@ -115,7 +113,9 @@ \thesis@blocks@bibEntryEn \thesis@blocks@abstractEn \thesis@blocks@thanks - \thesis@blocks@tables} + \thesis@blocks@clear + \pagestyle{plain} + \thesis@blocks@tables} \def\thesis@blocks@postamble{% \thesis@blocks@bibliography} \endinput diff --git a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-mu-law.sty b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-mu-law.sty index 3611a3267f4..b65a25ed348 100644 --- a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-mu-law.sty +++ b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-mu-law.sty @@ -51,7 +51,7 @@ %% The names of the source files used are shown above. %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-mu-law}[2021/04/24] +\ProvidesPackage{fithesis/style/mu/fithesis-mu-law}[2021/07/18] \thesis@color@setup{ links={HTML}{CF86EB}, tableEmph={HTML}{D39BE8}, @@ -97,7 +97,7 @@ } \def\thesis@blocks@frontMatter{% \thesis@blocks@clear - \pagestyle{plain} + \pagestyle{empty} \parindent 1.5em \setcounter{page}{1} \pagenumbering{arabic}} @@ -111,7 +111,10 @@ \thesis@blocks@frontMatter \thesis@blocks@titlePage \thesis@blocks@seal - \thesis@blocks@declaration + \thesis@blocks@clear + \pagestyle{plain} + \setcounter{page}{1} + \thesis@blocks@declaration \thesis@blocks@clear \thesis@blocks@abstract \thesis@blocks@keywords diff --git a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-mu-med.sty b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-mu-med.sty index d01ddbf8b93..1b94342115b 100644 --- a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-mu-med.sty +++ b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-mu-med.sty @@ -51,7 +51,7 @@ %% The names of the source files used are shown above. %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-mu-med}[2021/04/24] +\ProvidesPackage{fithesis/style/mu/fithesis-mu-med}[2021/07/18] \thesis@color@setup{ links={HTML}{F58E76}, tableEmph={HTML}{FF9D85}, @@ -134,13 +134,11 @@ \pagestyle{empty} \parindent 1.5em \setcounter{page}{1} - \pagenumbering{roman}} + \pagenumbering{arabic}} \def\thesis@blocks@mainMatter{% \thesis@blocks@clear \newgeometry{top=25mm,bottom=20mm,left=35mm, right=15mm, includeheadfoot} - \setcounter{page}{1} - \pagenumbering{arabic} \pagestyle{thesisheadings} \parindent 1.5em \onehalfspacing} @@ -150,7 +148,10 @@ \thesis@blocks@frontMatter \thesis@blocks@titlePage \thesis@blocks@seal - \thesis@blocks@declaration + \thesis@blocks@clear + \pagestyle{plain} + \setcounter{page}{1} + \thesis@blocks@declaration \thesis@blocks@clear \thesis@blocks@abstract \thesis@blocks@keywords diff --git a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-mu-sci.sty b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-mu-sci.sty index 625ccfc691f..604ec07ac04 100644 --- a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-mu-sci.sty +++ b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-mu-sci.sty @@ -51,7 +51,7 @@ %% The names of the source files used are shown above. %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-mu-sci}[2021/04/24] +\ProvidesPackage{fithesis/style/mu/fithesis-mu-sci}[2021/07/18] \thesis@color@setup{ links={HTML}{20E366}, tableEmph={HTML}{8EDEAA}, @@ -70,7 +70,11 @@ \pagestyle{empty} \parindent 1.5em \setcounter{page}{1} - \pagenumbering{roman}} + \pagenumbering{arabic}} +\def\thesis@blocks@mainMatter{% + \thesis@blocks@clear + \pagestyle{thesisheadings} + \parindent 1.5em\relax} \def\thesis@blocks@preamble{ \thesis@blocks@coverMatter \thesis@blocks@cover @@ -78,9 +82,10 @@ \thesis@blocks@titlePage \thesis@blocks@seal \ifx\thesis@type\thesis@proposal - \thesis@blocks@toc + \thesis@blocks@clear + \pagestyle{plain} + \thesis@blocks@toc \else - \thesis@blocks@seal \thesis@blocks@bibEntry \thesis@blocks@bibEntryEn \thesis@blocks@clear @@ -90,7 +95,9 @@ \thesis@blocks@assignment \thesis@blocks@thanks \thesis@blocks@declaration - \thesis@blocks@tables + \thesis@blocks@clear + \pagestyle{plain} + \thesis@blocks@tables \fi} \def\thesis@blocks@postamble{% \thesis@blocks@bibliography} |