summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fithesis/style
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/fithesis/style')
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-base.sty14
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-econ.sty55
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-law.sty2
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-med.sty18
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-phil.sty20
5 files changed, 62 insertions, 47 deletions
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 f1d72a64b69..d001ceff63f 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}[2017/06/02]
+\ProvidesPackage{fithesis/style/mu/fithesis-base}[2018/12/25]
\NeedsTeXFormat{LaTeX2e}
\DeclareOption{10pt}{\def\thesis@ptsize{0}}
\DeclareOption{11pt}{\def\thesis@ptsize{1}}
@@ -179,6 +179,12 @@
\ifx\thesis@bibliography@sorting\undefined
\def\thesis@bibliography@sorting{#1}%
\fi}
+\thesis@def@extra[]{bibliography}
+\ifx\thesis@extra@bibliography
+ \thesis@placeholder@extra@bibliography\else
+ \expandafter\thesis@bibliography@setup\expandafter{%
+ \thesis@extra@bibliography}%
+\fi
\newif\ifthesis@bibliography@loaded@
\thesis@bibliography@loaded@false
\newif\ifthesis@bibliography@included@
@@ -215,7 +221,11 @@
\fi
\fi}
\thesis@require{hyperref}
-\hypersetup{pdfborderstyle={/S/U/W 1}} % Less obtrusive borders
+\ifthesis@digital@
+ \hypersetup{pdfborderstyle={/S/U/W 1}}
+\else
+ \hypersetup{hidelinks}
+\fi
\widowpenalty 10000
\clubpenalty 10000
\def\thesis@color@setup#1{%
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 6bd4f59787b..cb591b7ccec 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,7 +50,7 @@
%% The names of the source files used are shown above.
%%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fithesis/style/mu/fithesis-econ}[2018/02/11]
+\ProvidesPackage{fithesis/style/mu/fithesis-econ}[2018/06/11]
\thesis@color@setup{
links={HTML}{F27995},
tableEmph={HTML}{E8B88B},
@@ -108,21 +108,17 @@
\end{minipage}}\\[4em]\thesis@place, \thesis@year}}
\def\thesis@blocks@frontMatter{%
\thesis@blocks@clear
- % In case of double-sided typesetting, change the geometry
- \ifthesis@twoside@
- \newgeometry{top=25mm,bottom=20mm,left=35mm,
- right=15mm, includeheadfoot}
- \fi\pagestyle{empty}
+ \newgeometry{top=25mm,bottom=20mm,left=35mm,
+ right=15mm, includeheadfoot}
+ \pagestyle{empty}
\parindent 1.5em
\setcounter{page}{1}
\pagenumbering{arabic}}
\def\thesis@blocks@mainMatter{%
\thesis@blocks@clear
- % In case of double-sided typesetting, change the geometry
- \ifthesis@twoside@
- \newgeometry{top=25mm,bottom=20mm,left=35mm,
- right=15mm, includeheadfoot}
- \fi\pagestyle{thesisheadings}
+ \newgeometry{top=25mm,bottom=20mm,left=35mm,
+ right=15mm, includeheadfoot}
+ \pagestyle{thesisheadings}
\parindent 1.5em\relax}
\def\thesis@blocks@tables{%
\thesis@blocks@lot
@@ -196,16 +192,33 @@
\fi}
\def\thesis@blocks@bibEntry{%
\thesis@blocks@clear
- \noindent\begin{thesis@newtable@old}{@{}>{\bfseries}ll@{}}
- \thesis@@{bib@author}: & \thesis@author \\
- \thesis@@{bib@thesisTitle}: & \thesis@title \\
- \ifthesis@english\else
- \thesis@@{bib@thesisTitleEn}: & \thesis@titleEn \\
- \fi
- \thesis@@{bib@department}: & \thesis@department \\
- \thesis@@{bib@advisor}: & \thesis@advisor \\
- \thesis@@{bib@year}: & \thesis@year \\
- \end{thesis@newtable@old}}
+ {\let\@A\relax\newlength{\@A}
+ \settowidth{\@A}{{\bf\thesis@@{bib@author}}}
+ \@B=\@A
+ \settowidth{\@A}{{\bf\thesis@@{bib@thesisTitle}}}
+ \ifdim\@A>\@B\@B=\@A\fi
+ \ifthesis@english\else
+ \settowidth{\@A}{{\bf\thesis@@{bib@thesisTitleEn}}}
+ \ifdim\@A>\@B\@B=\@A\fi
+ \fi
+ \settowidth{\@A}{{\bf\thesis@@{bib@department}}}
+ \ifdim\@A>\@B\@B=\@A\fi
+ \settowidth{\@A}{{\bf\thesis@@{bib@advisor}}}
+ \ifdim\@A>\@B\@B=\@A\fi
+ \settowidth{\@A}{{\bf\thesis@@{bib@year}}}
+ \ifdim\@A>\@B\@B=\@A\fi
+ \noindent\begin{thesis@newtable@old}{@{}>{\bfseries}%
+ p{\dimexpr(\@B + \tabcolsep)}%
+ p{\dimexpr(\textwidth - \@B - 2\tabcolsep)}@{}}
+ \thesis@@{bib@author}: & \thesis@author \\
+ \thesis@@{bib@thesisTitle}: & \thesis@title \\
+ \ifthesis@english\else
+ \thesis@@{bib@thesisTitleEn}: & \thesis@titleEn \\
+ \fi
+ \thesis@@{bib@department}: & \thesis@department \\
+ \thesis@@{bib@advisor}: & \thesis@advisor \\
+ \thesis@@{bib@year}: & \thesis@year \\
+ \end{thesis@newtable@old}}}
\def\thesis@blocks@preamble{%
\thesis@blocks@coverMatter
\thesis@blocks@cover
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 a89c3a0f71d..fe255d63990 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
@@ -60,6 +60,8 @@
style=iso-authoryear,
sorting=nyt}
\thesis@bibliography@load
+\thesis@require{chngcntr}
+\counterwithout{footnote}{chapter}
\def\thesis@blocks@cover@header{%
{\sc\thesis@titlePage@Large\thesis@@{facultyLongName}\\%
\thesis@titlePage@large\thesis@department@name\\\vskip 2em}}
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 a18a543302c..3e67da4e738 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,7 +50,7 @@
%% The names of the source files used are shown above.
%%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fithesis/style/mu/fithesis-med}[2018/02/11]
+\ProvidesPackage{fithesis/style/mu/fithesis-med}[2018/06/11]
\thesis@color@setup{
links={HTML}{F58E76},
tableEmph={HTML}{FF9D85},
@@ -108,21 +108,17 @@
\end{minipage}}\\[4em]\thesis@place, \thesis@@{semester}}}
\def\thesis@blocks@frontMatter{%
\thesis@blocks@clear
- % In case of double-sided typesetting, change the geometry
- \ifthesis@twoside@
- \newgeometry{top=25mm,bottom=20mm,left=35mm,
- right=15mm, includeheadfoot}
- \fi\pagestyle{empty}
+ \newgeometry{top=25mm,bottom=20mm,left=35mm,
+ right=15mm, includeheadfoot}
+ \pagestyle{empty}
\parindent 1.5em
\setcounter{page}{1}
\pagenumbering{roman}}
\def\thesis@blocks@mainMatter{%
\thesis@blocks@clear
- % In case of double-sided typesetting, change the geometry
- \ifthesis@twoside@
- \newgeometry{top=25mm,bottom=20mm,left=35mm,
- right=15mm, includeheadfoot}
- \fi\setcounter{page}{1}
+ \newgeometry{top=25mm,bottom=20mm,left=35mm,
+ right=15mm, includeheadfoot}
+ \setcounter{page}{1}
\pagenumbering{arabic}
\pagestyle{thesisheadings}
\parindent 1.5em
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 5bbc70c4a3c..2ee57074d5b 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
@@ -57,7 +57,7 @@
tableOdd={HTML}{EBF6FA},
tableEven={HTML}{D0EBF5}}
\thesis@bibliography@setup{
- style=iso-numeric,
+ style=iso-authoryear,
sorting=nty}
\thesis@bibliography@load
\thesis@blocks@titlePage@department@true
@@ -67,18 +67,12 @@
\def\thesis@department@name{\thesis@@{departmentName}}
\def\thesis@departmentEn@name{\thesis@english@departmentName}
\fi
-\ifx\thesis@department\thesis@departments@kisk
- \def\thesis@blocks@titlePage@content{%
- {\thesis@titlePage@Huge\bf\thesis@TeXtitle\par\vfil}\vskip 0.8in
- {\thesis@titlePage@large\sc\thesis@@{typeName}\\[0.3in]}
- {\thesis@titlePage@Large\bf\thesis@author}
- % If this is a KISK thesis, typeset the name of the thesis
- % advisor.
- \ifx\thesis@department\thesis@departments@kisk
- {\thesis@titlePage@large\\[0.3in]
- {\bf\thesis@@{advisorTitle}:} \thesis@advisor}
- \fi}%
-\fi
+\def\thesis@blocks@titlePage@content{%
+ {\thesis@titlePage@Huge\bf\thesis@TeXtitle\par\vfil}\vskip 0.8in
+ {\thesis@titlePage@large\sc\thesis@@{typeName}\\[0.3in]}
+ {\thesis@titlePage@Large\bf\thesis@author}
+ {\thesis@titlePage@large\\[0.3in]
+ {\bf\thesis@@{advisorTitle}:} \thesis@advisor}}
\def\thesis@blocks@preamble{%
\thesis@blocks@coverMatter
\thesis@blocks@cover