diff options
32 files changed, 14 insertions, 21 deletions
diff --git a/Master/texmf-dist/doc/latex/fithesis/fithesis.pdf b/Master/texmf-dist/doc/latex/fithesis/fithesis.pdf Binary files differindex d4413a4b078..703d00a3518 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/doc/latex/fithesis/guide/mu/econ.pdf b/Master/texmf-dist/doc/latex/fithesis/guide/mu/econ.pdf Binary files differindex 1bae9dae6a7..76106e6c059 100644 --- a/Master/texmf-dist/doc/latex/fithesis/guide/mu/econ.pdf +++ b/Master/texmf-dist/doc/latex/fithesis/guide/mu/econ.pdf diff --git a/Master/texmf-dist/doc/latex/fithesis/guide/mu/fi.pdf b/Master/texmf-dist/doc/latex/fithesis/guide/mu/fi.pdf Binary files differindex e3850c3bb70..fa7038dbc1f 100644 --- a/Master/texmf-dist/doc/latex/fithesis/guide/mu/fi.pdf +++ b/Master/texmf-dist/doc/latex/fithesis/guide/mu/fi.pdf diff --git a/Master/texmf-dist/doc/latex/fithesis/guide/mu/fsps.pdf b/Master/texmf-dist/doc/latex/fithesis/guide/mu/fsps.pdf Binary files differindex 7ae3d03a5ea..c05aa5ef72e 100644 --- a/Master/texmf-dist/doc/latex/fithesis/guide/mu/fsps.pdf +++ b/Master/texmf-dist/doc/latex/fithesis/guide/mu/fsps.pdf diff --git a/Master/texmf-dist/doc/latex/fithesis/guide/mu/fss.pdf b/Master/texmf-dist/doc/latex/fithesis/guide/mu/fss.pdf Binary files differindex 1cbf1e8a62a..01732cc9331 100644 --- a/Master/texmf-dist/doc/latex/fithesis/guide/mu/fss.pdf +++ b/Master/texmf-dist/doc/latex/fithesis/guide/mu/fss.pdf diff --git a/Master/texmf-dist/doc/latex/fithesis/guide/mu/law.pdf b/Master/texmf-dist/doc/latex/fithesis/guide/mu/law.pdf Binary files differindex e0ccd94eb1f..39df6d21ee3 100644 --- a/Master/texmf-dist/doc/latex/fithesis/guide/mu/law.pdf +++ b/Master/texmf-dist/doc/latex/fithesis/guide/mu/law.pdf diff --git a/Master/texmf-dist/doc/latex/fithesis/guide/mu/med.pdf b/Master/texmf-dist/doc/latex/fithesis/guide/mu/med.pdf Binary files differindex 4e0de5f025d..a9a6234d072 100644 --- a/Master/texmf-dist/doc/latex/fithesis/guide/mu/med.pdf +++ b/Master/texmf-dist/doc/latex/fithesis/guide/mu/med.pdf diff --git a/Master/texmf-dist/doc/latex/fithesis/guide/mu/ped.pdf b/Master/texmf-dist/doc/latex/fithesis/guide/mu/ped.pdf Binary files differindex eb2e91dc7f0..86b82d340c2 100644 --- a/Master/texmf-dist/doc/latex/fithesis/guide/mu/ped.pdf +++ b/Master/texmf-dist/doc/latex/fithesis/guide/mu/ped.pdf diff --git a/Master/texmf-dist/doc/latex/fithesis/guide/mu/phil.pdf b/Master/texmf-dist/doc/latex/fithesis/guide/mu/phil.pdf Binary files differindex 5a97b948302..4ef2a66b9b6 100644 --- a/Master/texmf-dist/doc/latex/fithesis/guide/mu/phil.pdf +++ b/Master/texmf-dist/doc/latex/fithesis/guide/mu/phil.pdf diff --git a/Master/texmf-dist/doc/latex/fithesis/guide/mu/sci.pdf b/Master/texmf-dist/doc/latex/fithesis/guide/mu/sci.pdf Binary files differindex ec61ee01d5a..f1191acf9cc 100644 --- a/Master/texmf-dist/doc/latex/fithesis/guide/mu/sci.pdf +++ b/Master/texmf-dist/doc/latex/fithesis/guide/mu/sci.pdf diff --git a/Master/texmf-dist/source/latex/fithesis/fithesis.dtx b/Master/texmf-dist/source/latex/fithesis/fithesis.dtx index 7a82aced31f..9e8a4f73dc5 100644 --- a/Master/texmf-dist/source/latex/fithesis/fithesis.dtx +++ b/Master/texmf-dist/source/latex/fithesis/fithesis.dtx @@ -56,11 +56,16 @@ \gdef\thesis@version@number{#1} \gdef\thesis@version@date{#2} \gdef\thesis@version{#2 #1 fithesis3 MU thesis class}} -\thesis@versiondef{v0.3.40}{2016/06/06}} +\thesis@versiondef{v0.3.41}{2016/08/17}} % {\newwrite\f\openout\f=VERSION\write\f{\thesis@version}\closeout\f} % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % +% \changes{v0.3.41} {2016/08/17}{Removed the arbitrary limitation +% of \cs{thesissetup}, which prevented it from accepting +% multi-paragraph values. The \cs{thesislong} macro is therefore +% no longer necessary, but kept around for backwards +% compatibility. [VN]} % \changes{v0.3.40} {2016/06/06}{Fixed \cs{thesis@pages} not % working properly when the \texttt{autoLayout} key is set to % \texttt{false}. Added a section on the \textsf{markdown} @@ -456,14 +461,8 @@ % key-value pairs as defined by the \textsf{keyval} package. This % macro needs to be included prior to the beginning of a \LaTeX\ % document. When used, the \textit{keyvals} are processed. -% -% Note that the values passed to the |\thesissetup| public macro -% may only contain one paragraph of text. If you wish to set -% multiple paragraphs of text as the value, you need to use -% the |\thesislong| public macro (see Section -% \ref{sec:thesislong}). % \begin{macrocode} -\def\thesissetup#1{% +\long\def\thesissetup#1{% \setkeys{thesis}{#1}} % \end{macrocode} % \subsubsection{The \texttt{basePath} key} @@ -1279,21 +1278,15 @@ % \end{macrocode} % \subsection{The \cs{thesislong} macro}\label{sec:thesislong} % \begin{macro}{\thesislong} -% The public macro |\thesislong|\marg{key}\marg{value}, where -% \textit{value} may contain multiple paragraphs of text, can be -% used as an alternative to the |\thesissetup| public macro, which -% only permits a single paragraph as the \textit{value}, for the -% following \textit{key}s: -% \begin{compactitem} -% \item\texttt{abstract} -% \item\texttt{abstractEn} -% \item\texttt{thanks} -% \item\texttt{declaration} -% \end{compactitem} +% The public macro |\thesislong|\marg{key}\marg{value}, can be +% used as an alternative to the |\thesissetup{|\meta{key}% +% | = |\marg{value}|}| public macro: % \begin{macrocode} \long\def\thesislong#1#2{% \csname KV@thesis@#1\endcsname{#2}} % \end{macrocode} +% This macro is a relict of the time when |\thesissetup| did not +% accept multi-paragraph input. % \end{macro} % \subsection{The \cs{thesisload} macro}\label{sec:thesisload} % \begin{macro}{\thesisload} diff --git a/Master/texmf-dist/tex/latex/fithesis/fithesis3.cls b/Master/texmf-dist/tex/latex/fithesis/fithesis3.cls index 128c6f267a9..358de92c2fb 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.40}{2016/06/06}} +\thesis@versiondef{v0.3.41}{2016/08/17}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ProvidesClass{fithesis3}[\thesis@version] @@ -69,7 +69,7 @@ \ifxetex\else\ifluatex\else \RequirePackage[utf8]{inputenc} \fi\fi -\def\thesissetup#1{% +\long\def\thesissetup#1{% \setkeys{thesis}{#1}} \def\thesis@basepath{fithesis/} \define@key{thesis}{basePath}{% 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 1483351028e..0e24799351e 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.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base.pdf Binary files differindex cc8e7dad5f1..713339f6457 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 6f710680150..9454a07f4b8 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.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ.pdf Binary files differindex 6fdabecc471..af90b32751e 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 22a3080a990..cb2a9afa309 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.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi.pdf Binary files differindex c6346d3d934..8792e9db2a4 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 ba5decdd950..2e3519ba11c 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.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps.pdf Binary files differindex b464a283471..43ccd451590 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 3e269bab111..1df46d31ba0 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.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss.pdf Binary files differindex eda13b56c76..71f9a24ef33 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 885f656f85f..389f3dd8066 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.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law.pdf Binary files differindex 7d18c552f3c..58d330fcce0 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 e213e3bd3af..18ef48220ae 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.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med.pdf Binary files differindex 863d239467a..c703b151ee8 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 bec3f002a3a..f1ae19f2a44 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.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped.pdf Binary files differindex 1349b43a9d8..db4e111ffda 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-phil-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-color.pdf Binary files differindex b4cb70a893f..48b7ef3a4b3 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.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil.pdf Binary files differindex 8608f6923d6..f369ae4cf19 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 7c1fb39b2b3..2dd8509f74f 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.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci.pdf Binary files differindex 70dfbc61736..7233f615b54 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 |