summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fithesis
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-12-03 22:46:34 +0000
committerKarl Berry <karl@freefriends.org>2015-12-03 22:46:34 +0000
commit86cc950723f91a5018990b9fb405dd0dc96803e4 (patch)
treeac5be1e5acbd0fb214ea2407290853d58de67267 /Master/texmf-dist/tex/latex/fithesis
parent01bb97b7cce21d16ac4b2b953469cd66236d58a2 (diff)
fithesis (3dec15)
git-svn-id: svn://tug.org/texlive/trunk@39009 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/fithesis')
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/fithesis3.cls28
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-color.pdfbin15999 -> 15999 bytes
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base.pdfbin15988 -> 15988 bytes
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-color.pdfbin34491 -> 34491 bytes
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ.pdfbin12932 -> 12932 bytes
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-color.pdfbin11808 -> 11808 bytes
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi.pdfbin11624 -> 11624 bytes
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-color.pdfbin12560 -> 12560 bytes
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps.pdfbin11730 -> 11730 bytes
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-color.pdfbin11933 -> 11933 bytes
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss.pdfbin11590 -> 11590 bytes
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-color.pdfbin18971 -> 18971 bytes
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law.pdfbin18435 -> 18435 bytes
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-color.pdfbin11116 -> 11116 bytes
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med.pdfbin10590 -> 10590 bytes
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-color.pdfbin11027 -> 11027 bytes
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped.pdfbin10492 -> 10492 bytes
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-color.pdfbin12736 -> 12736 bytes
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil.pdfbin12180 -> 12180 bytes
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-color.pdfbin25965 -> 25965 bytes
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci.pdfbin25494 -> 25494 bytes
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-base.sty2
22 files changed, 21 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/fithesis/fithesis3.cls b/Master/texmf-dist/tex/latex/fithesis/fithesis3.cls
index 107a9b1662c..a6af90032ee 100644
--- a/Master/texmf-dist/tex/latex/fithesis/fithesis3.cls
+++ b/Master/texmf-dist/tex/latex/fithesis/fithesis3.cls
@@ -50,7 +50,7 @@
%% The names of the source files used are shown above.
%%
\NeedsTeXFormat{LaTeX2e}
-\def\thesis@version{2015/11/30 v0.3.27 fithesis3 MU thesis class}
+\def\thesis@version{2015/12/03 v0.3.28 fithesis3 MU thesis class}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ProvidesClass{fithesis3}[\thesis@version]
@@ -333,7 +333,19 @@
\thesis@loadedtrue
\makeatletter%
\ifx\thesis@locale\empty\else
+ \edef\thesis@locale{\thesis@locale}
\thesis@requireLocale{\thesis@locale}
+ \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}
@@ -357,17 +369,17 @@
\ClassWarning{fithesis3}{File #1 doesn't exist}}}
\def\thesis@input#1{%
\thesis@exists{#1}{\input{#1}}}
-\def\thesis@require#1{%
- \@ifpackageloaded{#1}{}{\RequirePackage{#1}}}
-\def\thesis@requireWithOptions#1{\thesis@exists{#1.sty}{%
- \@ifpackageloaded{#1}{}{\RequirePackageWithOptions{#1}}}}
+\newcommand\thesis@require[2][]{%
+ \@ifpackageloaded{#2}{}{\RequirePackage[#1]{#2}}}
+\newcommand\thesis@requireIfExists[2][]{%
+ \thesis@exists{#2.sty}{\thesis@require[#1]{#2}}}
\def\thesis@requireStyle#1{%
\ifthesis@style@inheritance%
- \thesis@requireWithOptions{\thesis@stylepath fithesis-base}%
- \thesis@requireWithOptions{\thesis@stylepath\thesis@university%
+ \thesis@requireIfExists{\thesis@stylepath fithesis-base}%
+ \thesis@requireIfExists{\thesis@stylepath\thesis@university%
/fithesis-base}
\fi%
- \thesis@requireWithOptions{\thesis@stylepath#1}}
+ \thesis@requireIfExists{\thesis@stylepath#1}}
\def\thesis@requireLocale#1{%
% Ignore redundant requests
\expandafter\ifx\csname thesis@#1@required\endcsname\relax%
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 bdb3dcd141b..79b72780687 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
Binary files 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 42d9a10d03c..d37fdb81b16 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
Binary files 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 e88b5eb9272..8cffa4bf698 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
Binary files 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 a2fb4d23c5f..16b92f8e668 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
Binary files 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 633df970d86..81c4473e5e9 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
Binary files 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 5f0dcee41cc..f316e7a93ac 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
Binary files 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 9a2813ea90e..ec8a3aaa0eb 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
Binary files 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 6b8ee5c13ac..b51653a6e38 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
Binary files 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 83476fda2b1..5e3b8616b37 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
Binary files 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 2e963877d59..b92bba358aa 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
Binary files 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 e97f8410854..5374132285b 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
Binary files 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 bdd5dc179bd..4c03d0b2d32 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
Binary files 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 65f2d0a844f..a4d3e131033 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
Binary files 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 8de0f3cdd17..9dee18f24c6 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
Binary files 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 091a916c1b2..8feaa1a7967 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
Binary files 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 6776bb91f0e..7dd95fe7d41 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
Binary files 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 0aa05a5a0bc..4bd3411ec1c 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
Binary files 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 c58516eeaff..10b7989a3e9 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
Binary files 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 706a4f96c4f..0f5a3d324bb 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
Binary files 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 c1071b91f16..098cabbff61 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
Binary files differ
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 8fcf5a164c9..64e22dbb4ab 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
@@ -93,7 +93,7 @@
\thesis@require{ifxetex}
\thesis@require{ifluatex}
\ifthesis@microtype@
- \thesis@require{microtype}
+ \thesis@require[final,babel]{microtype}
\fi
{\let\x\expandafter
\x\global\x\let\x\ifthesis@xeluatex\csname if%