From 5f70b2c1fb388056ec31bb162ff177ff3b7b49fa Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 15 May 2016 22:10:27 +0000 Subject: fithesis (15may16) git-svn-id: svn://tug.org/texlive/trunk@41162 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/fithesis/fithesis3.cls | 40 +++++++------ .../latex/fithesis/logo/mu/fithesis-base-color.pdf | Bin 15999 -> 15999 bytes .../tex/latex/fithesis/logo/mu/fithesis-base.pdf | Bin 15988 -> 15988 bytes .../latex/fithesis/logo/mu/fithesis-econ-color.pdf | Bin 34491 -> 34491 bytes .../tex/latex/fithesis/logo/mu/fithesis-econ.pdf | Bin 12932 -> 12932 bytes .../latex/fithesis/logo/mu/fithesis-fi-color.pdf | Bin 11808 -> 11808 bytes .../tex/latex/fithesis/logo/mu/fithesis-fi.pdf | Bin 11624 -> 11624 bytes .../latex/fithesis/logo/mu/fithesis-fsps-color.pdf | Bin 12560 -> 12560 bytes .../tex/latex/fithesis/logo/mu/fithesis-fsps.pdf | Bin 11730 -> 11730 bytes .../latex/fithesis/logo/mu/fithesis-fss-color.pdf | Bin 11933 -> 11933 bytes .../tex/latex/fithesis/logo/mu/fithesis-fss.pdf | Bin 11590 -> 11590 bytes .../latex/fithesis/logo/mu/fithesis-law-color.pdf | Bin 18971 -> 18971 bytes .../tex/latex/fithesis/logo/mu/fithesis-law.pdf | Bin 18435 -> 18435 bytes .../latex/fithesis/logo/mu/fithesis-med-color.pdf | Bin 11116 -> 11116 bytes .../tex/latex/fithesis/logo/mu/fithesis-med.pdf | Bin 10590 -> 10590 bytes .../latex/fithesis/logo/mu/fithesis-ped-color.pdf | Bin 11027 -> 11027 bytes .../tex/latex/fithesis/logo/mu/fithesis-ped.pdf | Bin 10492 -> 10492 bytes .../latex/fithesis/logo/mu/fithesis-phil-color.pdf | Bin 12736 -> 12736 bytes .../tex/latex/fithesis/logo/mu/fithesis-phil.pdf | Bin 12180 -> 12180 bytes .../latex/fithesis/logo/mu/fithesis-sci-color.pdf | Bin 25965 -> 25965 bytes .../tex/latex/fithesis/logo/mu/fithesis-sci.pdf | Bin 25494 -> 25494 bytes .../tex/latex/fithesis/style/mu/fithesis-10.clo | 7 ++- .../tex/latex/fithesis/style/mu/fithesis-11.clo | 7 ++- .../tex/latex/fithesis/style/mu/fithesis-12.clo | 7 ++- .../tex/latex/fithesis/style/mu/fithesis-base.sty | 62 ++++++++++++++++++++- .../tex/latex/fithesis/style/mu/fithesis-econ.sty | 7 ++- .../tex/latex/fithesis/style/mu/fithesis-fi.sty | 8 ++- .../tex/latex/fithesis/style/mu/fithesis-fsps.sty | 8 ++- .../tex/latex/fithesis/style/mu/fithesis-fss.sty | 8 ++- .../tex/latex/fithesis/style/mu/fithesis-law.sty | 7 ++- .../tex/latex/fithesis/style/mu/fithesis-med.sty | 8 ++- .../tex/latex/fithesis/style/mu/fithesis-ped.sty | 8 ++- .../tex/latex/fithesis/style/mu/fithesis-phil.sty | 15 +++-- .../tex/latex/fithesis/style/mu/fithesis-sci.sty | 11 +++- 34 files changed, 161 insertions(+), 42 deletions(-) (limited to 'Master/texmf-dist/tex/latex/fithesis') diff --git a/Master/texmf-dist/tex/latex/fithesis/fithesis3.cls b/Master/texmf-dist/tex/latex/fithesis/fithesis3.cls index 26c0c6dc8b3..aacc189264f 100644 --- a/Master/texmf-dist/tex/latex/fithesis/fithesis3.cls +++ b/Master/texmf-dist/tex/latex/fithesis/fithesis3.cls @@ -54,7 +54,7 @@ \gdef\thesis@version@number{#1} \gdef\thesis@version@date{#2} \gdef\thesis@version{#2 #1 fithesis3 MU thesis class}} -\thesis@versiondef{v0.3.37}{2016/04/12}} +\thesis@versiondef{v0.3.38}{2016/05/15}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ProvidesClass{fithesis3}[\thesis@version] @@ -315,6 +315,8 @@ \long\def\thesis@thanks{#1}} \define@key{thesis}{assignment}{% \def\thesis@assignmentFiles{#1}} +\define@key{thesis}{bib}{% + \def\thesis@bibFiles{#1}} \newif\ifthesis@auto\thesis@autotrue \define@key{thesis}{autoLayout}[true]{% \def\@true{true}% @@ -339,7 +341,7 @@ \long\def\thesislong#1#2{% \csname KV@thesis@#1\endcsname{#2}} \newif\ifthesis@loaded\thesis@loadedfalse -\AtEndPreamble{\thesisload} +\BeforeBeginEnvironment{document}{\thesisload} \def\thesis@load{\thesisload} \def\thesisload{% \ifthesis@loaded\else @@ -348,26 +350,26 @@ \ifx\thesis@locale\empty\else \edef\thesis@locale{\thesis@locale} \thesis@requireLocale{\thesis@locale} + \fi \ifluatex \ltx@ifpackageloaded{babel}{}{ % See \RequirePackage[base]{babel}} \fi - \ifx\languagename\empty\else - \begingroup - \edef\@doclocale{\languagename}% - \ifx\@doclocale\thesis@locale - \endgroup - \AtBeginDocument{% - \thesis@selectLocale{\thesis@locale}}% - \else - \endgroup - \fi - \fi - \fi \ifx\thesis@style\empty\else \thesis@requireStyle{\thesis@style} \fi + \ifx\languagename\empty\else + \begingroup + \edef\@doclocale{\languagename}% + \ifx\@doclocale\thesis@locale + \endgroup + \AtBeginDocument{% + \thesis@selectLocale{\thesis@locale}}% + \else + \endgroup + \fi + \fi \thesis@require{hyperref} \hypersetup{ unicode=true, @@ -378,7 +380,9 @@ pdfcreator=\thesis@version} \ifthesis@auto \AtBeginDocument{\thesis@preamble} - \AtEndDocument{\thesis@postamble} + \AtEndDocument{% + \thesis@postamble + \write\@auxout{\noexpand\gdef\noexpand\thesis@pages{\thepage}}} \fi \makeatother \fi} @@ -440,12 +444,12 @@ \expandafter\@gobbletwo \fi \thesis@tail#2}% -\AtEndDocument{\write\@auxout{\noexpand\gdef\noexpand\thesis@pages{\thepage}}} \ifx\thesis@pages\undefined\def\thesis@pages{??}\fi -\AtEndPreamble{\thesis@require{csquotes}} \def\thesis@selectLocale#1{% \edef\thesis@locale{#1}% - \csq@setstyle{\thesis@@{csquotesStyle}}% + \ltx@ifpackageloaded{csquotes}{% + \csq@setstyle{\thesis@@{csquotesStyle}}% + }{}% \ltx@ifpackageloaded{polyglossia}{% \selectlanguage{\thesis@locale} }{% 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 index ab29f55ba88..da7401e8844 100644 Binary files a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-color.pdf and b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-color.pdf differ 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 index 4e596ba8687..f186ad21381 100644 Binary files a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base.pdf and b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base.pdf differ 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 index 3c795574e59..d4b7541a27c 100644 Binary files a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-color.pdf and b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-color.pdf differ 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 index ab56953db52..8202e405b12 100644 Binary files a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ.pdf and b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ.pdf differ 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 index 2f3fc1e721b..5569990b707 100644 Binary files a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-color.pdf and b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-color.pdf differ 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 index 8ddfeebd45f..424d6338f1e 100644 Binary files a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi.pdf and b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi.pdf differ 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 index 74f0accbb91..237ef2db4f0 100644 Binary files a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-color.pdf and b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-color.pdf differ 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 index dc6003efcd0..8ab56beb27e 100644 Binary files a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps.pdf and b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps.pdf differ 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 index dfbce6ee081..73d1e284959 100644 Binary files a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-color.pdf and b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-color.pdf differ 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 index ae7e31dd576..6fd5f7fc6b4 100644 Binary files a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss.pdf and b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss.pdf differ 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 index fc5797d3881..471be6856f5 100644 Binary files a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-color.pdf and b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-color.pdf differ 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 index 895252b2ddd..6a4a3d443aa 100644 Binary files a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law.pdf and b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law.pdf differ 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 index ff6939fdf9e..fbdaeceb62c 100644 Binary files a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-color.pdf and b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-color.pdf differ 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 index 3853afe54ce..ebdfdaa2784 100644 Binary files a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med.pdf and b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med.pdf differ 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 index 88c9617df78..545653e483e 100644 Binary files a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-color.pdf and b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-color.pdf differ 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 index 14e71c0da14..aaeee131b53 100644 Binary files a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped.pdf and b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped.pdf differ 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 index 194a0d0f3da..6a71b57cfe4 100644 Binary files a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-color.pdf and b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-color.pdf differ 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 index d99192755e2..288cde8881e 100644 Binary files a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil.pdf and b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil.pdf differ 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 index 6ad65dd3234..fb15b14b77b 100644 Binary files a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-color.pdf and b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-color.pdf differ 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 index 4a0e95b57f0..d4a4b328b49 100644 Binary files a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci.pdf and b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci.pdf differ diff --git a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-10.clo b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-10.clo index 68367fbca65..619e6e77a7d 100644 --- a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-10.clo +++ b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-10.clo @@ -49,7 +49,7 @@ %% %% The names of the source files used are shown above. %% -\ProvidesFile{fithesis/style/mu/fithesis-10.clo}[2016/01/07] +\ProvidesFile{fithesis/style/mu/fithesis-10.clo}[2016/05/15] \renewcommand{\normalsize}{\fontsize\@xpt{12}\selectfont \abovedisplayskip 10\p@ plus2\p@ minus5\p@ @@ -175,12 +175,13 @@ \def\@makechapterhead#1{{% \setlength\parindent{\z@}% \setlength\parskip {\z@}% + \Large \ChapFont \ifnum \c@secnumdepth >\m@ne \par\nobreak \vskip 10\p@ - \fi - \Large \ChapFont \thechapter{} \space #1\par + \thechapter{} \space + \fi #1\par \nobreak \vskip 20\p@}} diff --git a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-11.clo b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-11.clo index 73a189b5c89..86cc7c2384d 100644 --- a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-11.clo +++ b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-11.clo @@ -49,7 +49,7 @@ %% %% The names of the source files used are shown above. %% -\ProvidesFile{fithesis/style/mu/fithesis-11.clo}[2016/01/07] +\ProvidesFile{fithesis/style/mu/fithesis-11.clo}[2016/05/15] \renewcommand{\normalsize}{\fontsize\@xipt{14}\selectfont \abovedisplayskip 11\p@ plus3\p@ minus6\p@ @@ -174,12 +174,13 @@ \def\@makechapterhead#1{{% \setlength\parindent{\z@}% \setlength\parskip {\z@}% + \Large \ChapFont \ifnum \c@secnumdepth >\m@ne \par\nobreak \vskip 10\p@ - \fi - \Large \ChapFont \thechapter{} \space #1\par + \thechapter{} \space + \fi #1\par \nobreak \vskip 20\p@}} diff --git a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-12.clo b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-12.clo index 7537c363ff5..57504b72174 100644 --- a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-12.clo +++ b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-12.clo @@ -49,7 +49,7 @@ %% %% The names of the source files used are shown above. %% -\ProvidesFile{fithesis/style/mu/fithesis-12.clo}[2016/01/07] +\ProvidesFile{fithesis/style/mu/fithesis-12.clo}[2016/05/15] \def\thesis@titlePage@normalsize{\fontsize\@xiipt{14.5}% \selectfont\abovedisplayskip 12\p@ plus3\p@ minus7\p@ @@ -151,12 +151,13 @@ \def\@makechapterhead#1{{% \setlength\parindent{\z@}% \setlength\parskip {\z@}% + \Large \ChapFont \ifnum \c@secnumdepth >\m@ne \par\nobreak \vskip 10\p@ - \fi - \Large \ChapFont \thechapter{} \space #1\par + \thechapter{} \space + \fi #1\par \nobreak \vskip 20\p@}} diff --git a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-base.sty b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-base.sty index 7204eb72455..ccb1c020c46 100644 --- a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-base.sty +++ b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-base.sty @@ -49,7 +49,7 @@ %% %% The names of the source files used are shown above. %% -\ProvidesPackage{fithesis/style/mu/fithesis-base}[2016/04/12] +\ProvidesPackage{fithesis/style/mu/fithesis-base}[2016/04/18] \NeedsTeXFormat{LaTeX2e} \DeclareOption{10pt}{\def\thesis@ptsize{0}} \DeclareOption{11pt}{\def\thesis@ptsize{1}} @@ -157,6 +157,59 @@ {\endthesis@newtable@oldtabu} \fi \fi +\newif\ifthesis@bibliography@ +\thesis@bibliography@false +\ifx\thesis@bibFiles\undefined\else + {\edef\@bibList{\thesis@bibFiles}% + \ifx\@bibList\empty\else + \global\thesis@bibliography@true + \fi} +\fi +\def\thesis@bibliography@setup#1{% + \setkeys{thesis@bibliography}{#1}} +\define@key{thesis@bibliography}{style}{% + \ifx\thesis@bibliography@style\undefined + \def\thesis@bibliography@style{#1}% + \fi} +\define@key{thesis@bibliography}{sorting}{% + \ifx\thesis@bibliography@sorting\undefined + \def\thesis@bibliography@sorting{#1}% + \fi} +\newif\ifthesis@bibliography@loaded@ + \thesis@bibliography@loaded@false +\newif\ifthesis@bibliography@included@ + \thesis@bibliography@included@false +\def\thesis@bibliography@load{% + \ifthesis@bibliography@ + \ifthesis@bibliography@loaded@\else + \thesis@bibliography@loaded@true + % Load csquotes and BibLaTeX. + \thesis@require{csquotes} + \thesis@bibliography@setup{ + style = iso-numeric, + sorting = none} + \thesis@require[ + backend=biber, + style=\thesis@bibliography@style, + sorting=\thesis@bibliography@sorting, + autolang=other, + sortlocale=auto]{biblatex} + % Load the bibliography databases. + {\edef\@bibList{\thesis@bibFiles}% + \def\@inject##1,{% + \def\@args{##1}\def\@relax{\relax}% + \ifx\@args\@relax\else + % Trim leading spaces. + \edef\@trimmed{\romannumeral-`\.##1}% + \addbibresource\@trimmed + \expandafter\@inject\fi}% + \expandafter\@inject\@bibList,\relax,}% + \let\thesis@printbibliography@old\printbibliography + \def\printbibliography{% + \global\thesis@bibliography@included@true + \thesis@printbibliography@old} + \fi + \fi} \thesis@require{hyperref} \hypersetup{pdfborderstyle={/S/U/W 1}} % Less obtrusive borders \widowpenalty 10000 @@ -405,6 +458,13 @@ \thesis@pages\ \thesis@@{bib@pages}. \thesis@@{advisorTitle}: \thesis@advisor \thesis@blocks@clearRight} +\def\thesis@blocks@bibliography{% + \ifthesis@bibliography@loaded@ + \ifthesis@bibliography@included@\else + \thesis@blocks@clear + \printbibliography[heading=bibintoc]% + \fi + \fi} \setcounter{tocdepth}{2} \setcounter{secnumdepth}{2} diff --git a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-econ.sty b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-econ.sty index e30885a6792..1b40789e92a 100644 --- a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-econ.sty +++ b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-econ.sty @@ -50,12 +50,16 @@ %% The names of the source files used are shown above. %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-econ}[2016/02/18] +\ProvidesPackage{fithesis/style/mu/fithesis-econ}[2016/04/18] \thesis@color@setup{ links={HTML}{F27995}, tableEmph={HTML}{E8B88B}, tableOdd={HTML}{F5ECEB}, tableEven={HTML}{EBD8D5}} +\thesis@bibliography@setup{ + style=iso-authoryear, + sorting=nty} +\thesis@bibliography@load \thesis@require{tikz} \thesis@require{geometry} \geometry{top=25mm,bottom=20mm,left=25mm,right=25mm,includeheadfoot} @@ -151,6 +155,7 @@ \thesis@blocks@thanks \thesis@blocks@toc} \def\thesis@blocks@postamble{% + \thesis@blocks@bibliography \thesis@blocks@tables} \endinput %% diff --git a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-fi.sty b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-fi.sty index 68e8427b259..53da5cce13c 100644 --- a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-fi.sty +++ b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-fi.sty @@ -50,12 +50,16 @@ %% The names of the source files used are shown above. %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-fi}[2016/01/07] +\ProvidesPackage{fithesis/style/mu/fithesis-fi}[2016/04/18] \thesis@color@setup{ links={HTML}{FFD451}, tableEmph={HTML}{FFD451}, tableOdd={HTML}{FFF9E5}, tableEven={HTML}{FFECB3}} +\thesis@bibliography@setup{ + style=iso-numeric, + sorting=none} +\thesis@bibliography@load \ifx\thesis@type\thesis@bachelors\else \ifx\thesis@type\thesis@masters\else \thesis@blocks@assignment@false @@ -107,6 +111,8 @@ \thesis@blocks@abstract \thesis@blocks@keywords \thesis@blocks@tables} +\def\thesis@blocks@postamble{% + \thesis@blocks@bibliography} \endinput %% %% End of file `fithesis-fi.sty'. diff --git a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-fsps.sty b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-fsps.sty index 929f1f8af01..8dc6b3cfb2c 100644 --- a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-fsps.sty +++ b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-fsps.sty @@ -50,12 +50,16 @@ %% The names of the source files used are shown above. %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-fsps}[2015/12/08] +\ProvidesPackage{fithesis/style/mu/fithesis-fsps}[2016/04/18] \thesis@color@setup{ links={HTML}{93BCF5}, tableEmph={HTML}{A8BDE3}, tableOdd={HTML}{EBEFF5}, tableEven={HTML}{D1DAEB}} +\thesis@bibliography@setup{ + style=iso-authoryear, + sorting=nty} +\thesis@bibliography@load \thesis@blocks@titlePage@field@true \def\thesis@blocks@preamble{% \thesis@blocks@coverMatter @@ -65,6 +69,8 @@ \thesis@blocks@declaration \thesis@blocks@thanks \thesis@blocks@tables} +\def\thesis@blocks@postamble{% + \thesis@blocks@bibliography} \endinput %% %% End of file `fithesis-fsps.sty'. diff --git a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-fss.sty b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-fss.sty index 39060f25a71..b2f11892d10 100644 --- a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-fss.sty +++ b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-fss.sty @@ -50,12 +50,16 @@ %% The names of the source files used are shown above. %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-fss}[2015/12/08] +\ProvidesPackage{fithesis/style/mu/fithesis-fss}[2016/04/18] \thesis@color@setup{ links={HTML}{58EDD7}, tableEmph={HTML}{69D6C6}, tableOdd={HTML}{E3F1EE}, tableEven={HTML}{C5E3DF}} +\thesis@bibliography@setup{ + style=iso-authoryear, + sorting=nty} +\thesis@bibliography@load \def\thesis@blocks@frontMatter{% \pagestyle{plain} \parindent 1.5em @@ -75,6 +79,8 @@ \thesis@blocks@declaration \thesis@blocks@thanks \thesis@blocks@tables} +\def\thesis@blocks@postamble{% + \thesis@blocks@bibliography} \endinput %% %% End of file `fithesis-fss.sty'. diff --git a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-law.sty b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-law.sty index c2f47369974..ca2af1cb923 100644 --- a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-law.sty +++ b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-law.sty @@ -50,12 +50,16 @@ %% The names of the source files used are shown above. %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-law}[2016/03/22] +\ProvidesPackage{fithesis/style/mu/fithesis-law}[2016/04/18] \thesis@color@setup{ links={HTML}{CF86EB}, tableEmph={HTML}{D39BE8}, tableOdd={HTML}{F2EBF5}, tableEven={HTML}{E5CCED}} +\thesis@bibliography@setup{% + style=iso-authoryear, + sorting=nyt} +\thesis@bibliography@load \def\thesis@blocks@cover@header{% {\sc\thesis@titlePage@Large\thesis@@{facultyLongName}\\% \thesis@titlePage@large\thesis@department@name\\\vskip 2em}} @@ -84,6 +88,7 @@ \thesis@blocks@thanks \thesis@blocks@tables} \def\thesis@blocks@postamble{% + \thesis@blocks@bibliography \thesis@blocks@assignment} \endinput %% diff --git a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-med.sty b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-med.sty index 4dfca1d93a9..cb38188ef9e 100644 --- a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-med.sty +++ b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-med.sty @@ -50,12 +50,16 @@ %% The names of the source files used are shown above. %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-med}[2016/03/22] +\ProvidesPackage{fithesis/style/mu/fithesis-med}[2016/04/18] \thesis@color@setup{ links={HTML}{F58E76}, tableEmph={HTML}{FF9D85}, tableOdd={HTML}{FFF5F6}, tableEven={HTML}{FFDEDF}} +\thesis@bibliography@setup{% + style=iso-authoryear, + sorting=ynt} +\thesis@bibliography@load \thesis@require{tikz} \thesis@require{geometry} \thesis@require{setspace} @@ -138,6 +142,8 @@ \thesis@blocks@declaration \thesis@blocks@thanks \thesis@blocks@tables} +\def\thesis@blocks@postamble{% + \thesis@blocks@bibliography} \endinput %% %% End of file `fithesis-med.sty'. diff --git a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-ped.sty b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-ped.sty index 1c83a87864f..e2bd590e696 100644 --- a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-ped.sty +++ b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-ped.sty @@ -50,12 +50,16 @@ %% The names of the source files used are shown above. %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-ped}[2016/03/22] +\ProvidesPackage{fithesis/style/mu/fithesis-ped}[2016/04/18] \thesis@color@setup{ links={HTML}{FFA02F}, tableEmph={HTML}{FFBB6B}, tableOdd={HTML}{FFF1E0}, tableEven={HTML}{FFDEB7}} +\thesis@bibliography@setup{ + style=iso-numeric, + sorting=nty} +\thesis@bibliography@load \thesis@blocks@titlePage@department@true \def\thesis@blocks@titlePage@content{% {\thesis@titlePage@Huge\bf\thesis@TeXtitle\par\vfil}\vskip 0.8in @@ -77,6 +81,8 @@ \thesis@blocks@declaration \thesis@blocks@thanks \thesis@blocks@tables} +\def\thesis@blocks@postamble{% + \thesis@blocks@bibliography} \endinput %% %% End of file `fithesis-ped.sty'. diff --git a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-phil.sty b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-phil.sty index 2cda5f434d1..0290a2027f3 100644 --- a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-phil.sty +++ b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-phil.sty @@ -50,12 +50,16 @@ %% The names of the source files used are shown above. %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-phil}[2016/03/22] +\ProvidesPackage{fithesis/style/mu/fithesis-phil}[2016/04/18] \thesis@color@setup{ links={HTML}{6FCEF2}, tableEmph={HTML}{78CEF0}, tableOdd={HTML}{EBF6FA}, tableEven={HTML}{D0EBF5}} +\thesis@bibliography@setup{ + style=iso-numeric, + sorting=nty} +\thesis@bibliography@load \thesis@blocks@titlePage@department@true \thesis@blocks@titlePage@field@true \def\thesis@departments@kisk{kisk} @@ -94,11 +98,12 @@ \else \thesis@blocks@tables \fi} -\ifx\thesis@department\thesis@departments@kisk - \def\thesis@blocks@postamble{% +\def\thesis@blocks@postamble{% + \ifx\thesis@department\thesis@departments@kisk \thesis@blocks@lot - \thesis@blocks@lof} -\fi + \thesis@blocks@lof + \fi + \thesis@blocks@bibliography} \endinput %% %% End of file `fithesis-phil.sty'. diff --git a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-sci.sty b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-sci.sty index 44053e8a6b2..0252d38f26e 100644 --- a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-sci.sty +++ b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-sci.sty @@ -50,12 +50,16 @@ %% The names of the source files used are shown above. %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-sci}[2016/03/22] +\ProvidesPackage{fithesis/style/mu/fithesis-sci}[2016/05/15] \thesis@color@setup{ links={HTML}{20E366}, tableEmph={HTML}{8EDEAA}, tableOdd={HTML}{EDF7F1}, tableEven={HTML}{CCEDD8}} +\thesis@bibliography@setup{ + style=iso-numeric, + sorting=none} +\thesis@bibliography@load \thesis@requireLocale{czech} \thesis@require{tikz} \thesis@require{changepage} @@ -276,11 +280,14 @@ \thesis@blocks@bibEntry \thesis@blocks@bibEntryEn \thesis@blocks@abstract - \thesis@blocks@abstractEn + \thesis@blocks@abstractEn} \thesis@blocks@assignment + {\thesis@selectLocale{czech}% \thesis@blocks@thanks \thesis@blocks@declaration \thesis@blocks@tables}} +\def\thesis@blocks@postamble{% + \thesis@blocks@bibliography} \endinput %% %% End of file `fithesis-sci.sty'. -- cgit v1.2.3