From bd56ba4e78930d918f50e0ca082dea03bc614938 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 29 Jan 2017 22:33:28 +0000 Subject: fithesis (29jan17) git-svn-id: svn://tug.org/texlive/trunk@43085 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/source/latex/fithesis/LICENSE.tex | 2 +- .../texmf-dist/source/latex/fithesis/fithesis.dtx | 10 ++- .../source/latex/fithesis/locale/czech.dtx | 42 ++++++++---- .../source/latex/fithesis/locale/english.dtx | 21 ++++-- .../source/latex/fithesis/locale/slovak.dtx | 42 ++++++++---- .../source/latex/fithesis/style/mu/base.dtx | 3 +- .../source/latex/fithesis/style/mu/econ.dtx | 9 ++- .../source/latex/fithesis/style/mu/fi.dtx | 77 ++++++++++++++-------- .../source/latex/fithesis/style/mu/fsps.dtx | 9 ++- .../source/latex/fithesis/style/mu/fss.dtx | 9 ++- .../source/latex/fithesis/style/mu/law.dtx | 9 ++- .../source/latex/fithesis/style/mu/med.dtx | 9 ++- .../source/latex/fithesis/style/mu/ped.dtx | 9 ++- .../source/latex/fithesis/style/mu/phil.dtx | 9 ++- .../source/latex/fithesis/style/mu/sci.dtx | 9 ++- 15 files changed, 201 insertions(+), 68 deletions(-) (limited to 'Master/texmf-dist/source/latex') diff --git a/Master/texmf-dist/source/latex/fithesis/LICENSE.tex b/Master/texmf-dist/source/latex/fithesis/LICENSE.tex index aa4ff3442cc..d25555f573b 100644 --- a/Master/texmf-dist/source/latex/fithesis/LICENSE.tex +++ b/Master/texmf-dist/source/latex/fithesis/LICENSE.tex @@ -1,7 +1,7 @@ \input docstrip.tex \preamble -Copyright 1998--2016 Daniel Marek (DM), Jan Pavlovič (JP), +Copyright 1998--2017 Daniel Marek (DM), Jan Pavlovič (JP), Vít Novotný (VN), Petr Sojka (PS) http://www.fi.muni.cz/tech/unix/tex/fithesis.xhtml Faculty of Informatics, Masaryk University (Brno, Czech Republic) diff --git a/Master/texmf-dist/source/latex/fithesis/fithesis.dtx b/Master/texmf-dist/source/latex/fithesis/fithesis.dtx index 408373e8543..48851b10765 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.41a}{2016/12/10}} +\thesis@versiondef{v0.3.42}{2017/01/28}} % {\newwrite\f\openout\f=VERSION\write\f{\thesis@version}\closeout\f} % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % +% \changes{v0.3.42} {2017/01/28}{Documented that all color +% settings are done in the \textsc{rgb} colorspace, which makes +% the color option suitable mostly for the digital versions of +% fithesis documents rather than for printing. Added the thesis +% proposal thesis type. [VN]} % \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 @@ -674,6 +679,7 @@ % Seminar paper & \texttt{sem} \\ % Bachelor's thesis & \texttt{bc} \\ % Master's thesis & \texttt{mgr} \\ +% Thesis proposal & \texttt{prop} \\ % Doctoral thesis & \texttt{d} \\ % Rigorous thesis & \texttt{r} \\\bottomrule % \end{tabular}\end{center} @@ -683,6 +689,7 @@ % the \DescribeMacro{\thesis@sempaper}|\thesis@sempaper|, % \DescribeMacro{\thesis@bachelors}|\thesis@bachelors|, % \DescribeMacro{\thesis@masters}|\thesis@masters|, +% \DescribeMacro{\thesis@proposal}|\thesis@proposal|, % \DescribeMacro{\thesis@doctoral}|\thesis@doctoral| and % \DescribeMacro{\thesis@rigorous}|\thesis@rigorous| macros % containing the corresponding \textit{type} values are available @@ -691,6 +698,7 @@ \def\thesis@sempaper{sem} \def\thesis@bachelors{bc} \def\thesis@masters{mgr} +\def\thesis@proposal{prop} \def\thesis@doctoral{d} \def\thesis@rigorous{r} \let\thesis@type\thesis@bachelors diff --git a/Master/texmf-dist/source/latex/fithesis/locale/czech.dtx b/Master/texmf-dist/source/latex/fithesis/locale/czech.dtx index bd67af3ecd7..5bb0313d706 100644 --- a/Master/texmf-dist/source/latex/fithesis/locale/czech.dtx +++ b/Master/texmf-dist/source/latex/fithesis/locale/czech.dtx @@ -50,34 +50,50 @@ \gdef\thesis@czech@thanksTitle{Poděkování} \gdef\thesis@czech@declarationTitle{Prohlášení} \gdef\thesis@czech@idTitle{ID} +\gdef\thesis@czech@typeName@sempaper{Seminární práce} +\gdef\thesis@czech@typeName@bachelors{Bakalářská práce} +\gdef\thesis@czech@typeName@masters{Diplomová práce} +\gdef\thesis@czech@typeName@proposal{Teze závěrečné práce} +\gdef\thesis@czech@typeName@doctoral{Disertační práce} +\gdef\thesis@czech@typeName@rigorous{Rigorózní práce} \gdef\thesis@czech@typeName{% \ifx\thesis@type\thesis@sempaper - Seminární práce% + \thesis@czech@typeName@sempaper \else\ifx\thesis@type\thesis@bachelors - Bakalářská práce% + \thesis@czech@typeName@bachelors \else\ifx\thesis@type\thesis@masters - Diplomová práce% + \thesis@czech@typeName@masters + \else\ifx\thesis@type\thesis@proposal + \thesis@czech@typeName@proposal \else\ifx\thesis@type\thesis@doctoral - Disertační práce% + \thesis@czech@typeName@doctoral \else\ifx\thesis@type\thesis@rigorous - Rigorózní práce% + \thesis@czech@typeName@rigorous \else <>% - \fi\fi\fi\fi\fi} + \fi\fi\fi\fi\fi\fi} +\gdef\thesis@czech@typeName@akuzativ@sempaper{Seminární práci} +\gdef\thesis@czech@typeName@akuzativ@bachelors{Bakalářskou práci} +\gdef\thesis@czech@typeName@akuzativ@masters{Diplomovou práci} +\gdef\thesis@czech@typeName@akuzativ@proposal{Tezi závěrečné práce} +\gdef\thesis@czech@typeName@akuzativ@doctoral{Disertační práci} +\gdef\thesis@czech@typeName@akuzativ@rigorous{Rigorózní práci} \gdef\thesis@czech@typeName@akuzativ{% \ifx\thesis@type\thesis@sempaper - Seminární práci% + \thesis@czech@typeName@akuzativ@sempaper \else\ifx\thesis@type\thesis@bachelors - Bakalářskou práci% + \thesis@czech@typeName@akuzativ@bachelors \else\ifx\thesis@type\thesis@masters - Diplomovou práci% + \thesis@czech@typeName@akuzativ@masters + \else\ifx\thesis@type\thesis@proposal + \thesis@czech@typeName@akuzativ@proposal \else\ifx\thesis@type\thesis@doctoral - Disertační práci% + \thesis@czech@typeName@akuzativ@doctoral \else\ifx\thesis@type\thesis@rigorous - Rigorózní práci% + \thesis@czech@typeName@akuzativ@rigorous \else <>% - \fi\fi\fi\fi\fi} + \fi\fi\fi\fi\fi\fi} % \end{macrocode}\iffalse % % \fi\file{locale/mu/fithesis-czech.def} @@ -239,6 +255,8 @@ % Ostatní \gdef\thesis@czech@advisorSignature{Podpis vedoucího} +\gdef\thesis@czech@typeName@proposal{Teze disertační práce} +\gdef\thesis@czech@typeName@akuzativ@proposal{Tezi disertační práce} % \end{macrocode}\iffalse % % \fi\file{locale/mu/phil/fithesis-czech.def} diff --git a/Master/texmf-dist/source/latex/fithesis/locale/english.dtx b/Master/texmf-dist/source/latex/fithesis/locale/english.dtx index 703b34db837..29e5cc1226f 100644 --- a/Master/texmf-dist/source/latex/fithesis/locale/english.dtx +++ b/Master/texmf-dist/source/latex/fithesis/locale/english.dtx @@ -39,20 +39,28 @@ \gdef\thesis@english@thanksTitle{Acknowledgement} \gdef\thesis@english@declarationTitle{Declaration} \gdef\thesis@english@idTitle{ID} +\gdef\thesis@english@typeName@sempaper{Seminar Paper} +\gdef\thesis@english@typeName@bachelors{Bachelor's Thesis} +\gdef\thesis@english@typeName@masters{Master's Thesis} +\gdef\thesis@english@typeName@proposal{Thesis Proposal} +\gdef\thesis@english@typeName@doctoral{Doctoral Thesis} +\gdef\thesis@english@typeName@rigorous{Rigorous Thesis} \gdef\thesis@english@typeName{% \ifx\thesis@type\thesis@sempaper - Seminar Paper% + \thesis@english@typeName@sempaper \else\ifx\thesis@type\thesis@bachelors - Bachelor's Thesis% + \thesis@english@typeName@bachelors \else\ifx\thesis@type\thesis@masters - Master's Thesis% + \thesis@english@typeName@masters + \else\ifx\thesis@type\thesis@proposal + \thesis@english@typeName@proposal \else\ifx\thesis@type\thesis@doctoral - Doctoral Thesis% + \thesis@english@typeName@doctoral \else\ifx\thesis@type\thesis@rigorous - Rigorous Thesis% + \thesis@english@typeName@rigorous \else <>% - \fi\fi\fi\fi\fi} + \fi\fi\fi\fi\fi\fi} % \end{macrocode}\iffalse % % \fi\file{locale/mu/fithesis-english.def} @@ -204,6 +212,7 @@ % Others \gdef\thesis@english@advisorSignature{Signature of Thesis \thesis@english@advisorTitle} +\gdef\thesis@english@typeName@proposal{Ph.D. Thesis Proposal} % \end{macrocode}\iffalse % % \fi\file{locale/mu/phil/fithesis-english.def} diff --git a/Master/texmf-dist/source/latex/fithesis/locale/slovak.dtx b/Master/texmf-dist/source/latex/fithesis/locale/slovak.dtx index 32c5f67f6e1..04ca0e8b539 100644 --- a/Master/texmf-dist/source/latex/fithesis/locale/slovak.dtx +++ b/Master/texmf-dist/source/latex/fithesis/locale/slovak.dtx @@ -50,34 +50,50 @@ \gdef\thesis@slovak@thanksTitle{Poďakovanie} \gdef\thesis@slovak@declarationTitle{Prehlásenie} \gdef\thesis@slovak@idTitle{ID} +\gdef\thesis@slovak@typeName@sempaper{Seminárna práca} +\gdef\thesis@slovak@typeName@bachelors{Bakalárska práca} +\gdef\thesis@slovak@typeName@masters{Diplomová práca} +\gdef\thesis@slovak@typeName@proposal{Tézy záverečnej práce} +\gdef\thesis@slovak@typeName@doctoral{Dizertačná práca} +\gdef\thesis@slovak@typeName@rigorous{Rigorózna práca} \gdef\thesis@slovak@typeName{% \ifx\thesis@type\thesis@sempaper - Seminárna práca% + \thesis@slovak@typeName@sempaper \else\ifx\thesis@type\thesis@bachelors - Bakalárska práca% + \thesis@slovak@typeName@bachelors \else\ifx\thesis@type\thesis@masters - Diplomová práca% + \thesis@slovak@typeName@masters + \else\ifx\thesis@type\thesis@proposal + \thesis@slovak@typeName@proposal \else\ifx\thesis@type\thesis@doctoral - Dizertačná práca% + \thesis@slovak@typeName@doctoral \else\ifx\thesis@type\thesis@rigorous - Rigorózna práca% + \thesis@slovak@typeName@rigorous \else <>% - \fi\fi\fi\fi\fi} + \fi\fi\fi\fi\fi\fi} +\gdef\thesis@slovak@typeName@akuzativ@sempaper{Seminárnu prácu} +\gdef\thesis@slovak@typeName@akuzativ@bachelors{Bakalársku prácu} +\gdef\thesis@slovak@typeName@akuzativ@masters{Diplomovú prácu} +\gdef\thesis@slovak@typeName@akuzativ@proposal{Tézy záverečnej práce} +\gdef\thesis@slovak@typeName@akuzativ@doctoral{Dizertačnú prácu} +\gdef\thesis@slovak@typeName@akuzativ@rigorous{Rigoróznu prácu} \gdef\thesis@slovak@typeName@akuzativ{% \ifx\thesis@type\thesis@sempaper - Seminárnu prácu% + \thesis@slovak@typeName@akuzativ@sempaper \else\ifx\thesis@type\thesis@bachelors - Bakalársku prácu% + \thesis@slovak@typeName@akuzativ@bachelors \else\ifx\thesis@type\thesis@masters - Diplomovú prácu% + \thesis@slovak@typeName@akuzativ@masters + \else\ifx\thesis@type\thesis@proposal + \thesis@slovak@typeName@akuzativ@proposal \else\ifx\thesis@type\thesis@doctoral - Dizertačnú prácu% + \thesis@slovak@typeName@akuzativ@doctoral \else\ifx\thesis@type\thesis@rigorous - Rigoróznu prácu% + \thesis@slovak@typeName@akuzativ@rigorous \else <>% - \fi\fi\fi\fi\fi} + \fi\fi\fi\fi\fi\fi} % \end{macrocode}\iffalse % % \fi\file{locale/mu/fithesis-slovak.def} @@ -241,6 +257,8 @@ % Rôzne \gdef\thesis@slovak@advisorSignature{Podpis vedúceho} +\gdef\thesis@slovak@typeName@proposal{Tézy dizertačnej práce} +\gdef\thesis@slovak@typeName@akuzativ@proposal{Tézy dizertačnej práce} % \end{macrocode}\iffalse % % \fi\file{locale/mu/phil/fithesis-slovak.def} 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 08b7f3352f2..4b7c80a7fcc 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx @@ -236,8 +236,7 @@ \thesis@require{fontspec} \thesis@require{unicode-math} \setmainfont[Ligatures=TeX]{TeX Gyre Pagella} - \setmathfont[math-style=ISO,bold-style=ISO,vargreek-shape=TeX]% - {texgyrepagella-math.otf} + \setmathfont[math-style=ISO,bold-style=ISO]{texgyrepagella-math.otf} \fi % \end{macrocode} % The following packages get only loaded, when the document is not 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 54ed2207dca..2464e35d51b 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx @@ -9,7 +9,9 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{fithesis/style/mu/fithesis-econ}[2016/04/18] % \end{macrocode} -% The file defines the color scheme of the respective faculty. +% The file defines the color scheme of the respective faculty. Note +% the the color definitions are in RGB, which makes the resulting +% files generally unsuitable for printing. % \begin{macrocode} \thesis@color@setup{ links={HTML}{F27995}, @@ -157,6 +159,11 @@ \listoffigures} \fi % \end{macrocode} +% Note that there is no direct support for the seminar paper and +% thesis proposal types. If you would like to change the contents +% of the preamble and the postamble, you should modify the +% |\thesis@blocks@preamble| and |\thesis@blocks@postamble| macros. +% % All blocks within the autolayout preamble that are not defined % within this file are defined in the % \texttt{style/mu/fithesis-base.sty} file. diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/fi.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/fi.dtx index d3eaf50c73d..e1fc1e28c93 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/fi.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/fi.dtx @@ -8,7 +8,9 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{fithesis/style/mu/fithesis-fi}[2016/04/18] % \end{macrocode} -% The file defines the color scheme of the respective faculty. +% The file defines the color scheme of the respective faculty. Note +% the the color definitions are in RGB, which makes the resulting +% files generally unsuitable for printing. % \begin{macrocode} \thesis@color@setup{ links={HTML}{FFD451}, @@ -28,8 +30,9 @@ % thesis assignment in accordance with the formal requirements of % the faculty. % \begin{macrocode} -\ifx\thesis@type\thesis@bachelors\else -\ifx\thesis@type\thesis@masters\else +\ifx\thesis@type\thesis@rigorous + \thesis@blocks@assignment@false +\else\ifx\thesis@type\thesis@doctoral \thesis@blocks@assignment@false \fi\fi % \end{macrocode} @@ -44,30 +47,38 @@ % signature field typeset in the case of rigorous theses % \end{itemize} % \begin{macrocode} +\def\thesis@blocks@advisor{% + {\thesis@titlePage@large\\[0.3in] + {\bf\thesis@@{advisorTitle}:} \thesis@advisor}} \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 rigorous thesis, typeset the name of the - % thesis advisor. + % If this is a rigorous thesis or a PhD thesis proposal, + % typeset the name of the thesis advisor. \ifx\thesis@type\thesis@rigorous - {\thesis@titlePage@large\\[0.3in] - {\bf\thesis@@{advisorTitle}:} \thesis@advisor} - \fi}% + \thesis@blocks@advisor + \else\ifx\thesis@type\thesis@proposal + \thesis@blocks@advisor + \fi\fi}% +\def\thesis@blocks@advisorSignature{% + \let\@A\relax\newlength{\@A} + \settowidth{\@A}{\thesis@@{advisorSignature}} + \setlength{\@A}{\@A+1cm} + \hfill\raisebox{-0.5em}{\parbox{\@A}{ + \centering + \rule{\@A}{1pt}\\ + \thesis@@{advisorSignature} + }}}% \def\thesis@blocks@titlePage@footer{% {\thesis@titlePage@large\thesis@place, \thesis@@{semester} - % If this is a rigorous thesis, create space for the advisor's - % signature + % If this is a rigorous thesis or a PhD thesis proposal, + % create space for the advisor's signature. \ifx\thesis@type\thesis@rigorous - \let\@A\relax\newlength{\@A} - \settowidth{\@A}{\thesis@@{advisorSignature}} - \setlength{\@A}{\@A+1cm} - \hfill\raisebox{-0.5em}{\parbox{\@A}{ - \centering - \rule{\@A}{1pt}\\ - \thesis@@{advisorSignature} - }} - \fi}} + \thesis@blocks@advisorSignature + \else\ifx\thesis@type\thesis@proposal + \thesis@blocks@advisorSignature + \fi\fi}} % \end{macrocode} % \end{macro}\begin{macro}{\thesis@blocks@declaration} % The |\thesis@blocks@declaration| macro typesets the @@ -88,6 +99,16 @@ \end{alwayssingle}} % \end{macrocode} % \end{macro} +% In Ph.D. theses, only the table of contents will be typeset in +% the front matter as per the formal requirements of the +% faculty\footnote{See +% \url{http://is.muni.cz/www/2575/dtedi/index_en.html}}. +% +% Note that there is no direct support for the seminar paper type. +% If you would like to change the contents of the preamble and the +% postamble, you should modify the |\thesis@blocks@preamble| and +% |\thesis@blocks@postamble| macros. +% % All blocks within the autolayout preamble and postamble that are % not defined within this file are defined in the % \texttt{style/mu/fithesis-base.sty} file. @@ -97,13 +118,17 @@ \thesis@blocks@cover \thesis@blocks@titlePage \thesis@blocks@frontMatter - \thesis@blocks@assignment - \thesis@blocks@declaration - \thesis@blocks@thanks - \thesis@blocks@clearRight - \thesis@blocks@abstract - \thesis@blocks@keywords - \thesis@blocks@tables} + \ifx\thesis@type\thesis@proposal + \thesis@blocks@toc + \else + \thesis@blocks@assignment + \thesis@blocks@declaration + \thesis@blocks@thanks + \thesis@blocks@clearRight + \thesis@blocks@abstract + \thesis@blocks@keywords + \thesis@blocks@tables + \fi} \def\thesis@blocks@postamble{% \thesis@blocks@bibliography} % \end{macrocode} 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 930c56f1003..3f5781f3df0 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/fsps.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/fsps.dtx @@ -8,7 +8,9 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{fithesis/style/mu/fithesis-fsps}[2016/04/18] % \end{macrocode} -% The file defines the color scheme of the respective faculty. +% The file defines the color scheme of the respective faculty. Note +% the the color definitions are in RGB, which makes the resulting +% files generally unsuitable for printing. % \begin{macrocode} \thesis@color@setup{ links={HTML}{93BCF5}, @@ -29,6 +31,11 @@ % \begin{macrocode} \thesis@blocks@titlePage@field@true % \end{macrocode} +% Note that there is no direct support for the seminar paper and +% thesis proposal types. If you would like to change the contents +% of the preamble and the postamble, you should modify the +% |\thesis@blocks@preamble| and |\thesis@blocks@postamble| macros. +% % All blocks within the autolayout preamble and postamble that are % not defined within this file are defined in the % \texttt{style/mu/fithesis-base.sty} file. diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/fss.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/fss.dtx index 4bfd9115d5d..bea5704bce9 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/fss.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/fss.dtx @@ -18,7 +18,9 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{fithesis/style/mu/fithesis-fss}[2016/04/18] % \end{macrocode} -% The file defines the color scheme of the respective faculty. +% The file defines the color scheme of the respective faculty. Note +% the the color definitions are in RGB, which makes the resulting +% files generally unsuitable for printing. % \begin{macrocode} \thesis@color@setup{ links={HTML}{58EDD7}, @@ -45,6 +47,11 @@ \pagenumbering{roman}} % \end{macrocode} % \end{macro} +% Note that there is no direct support for the seminar paper and +% thesis proposal types. If you would like to change the contents +% of the preamble and the postamble, you should modify the +% |\thesis@blocks@preamble| and |\thesis@blocks@postamble| macros. +% % All blocks within the autolayout preamble and postamble that are % not defined within this file are defined in the % \texttt{style/mu/fithesis-base.sty} file. 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 fbbdad13869..f33a162ed51 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/law.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/law.dtx @@ -8,7 +8,9 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{fithesis/style/mu/fithesis-law}[2016/04/18] % \end{macrocode} -% The file defines the color scheme of the respective faculty. +% The file defines the color scheme of the respective faculty. Note +% the the color definitions are in RGB, which makes the resulting +% files generally unsuitable for printing. % \begin{macrocode} \thesis@color@setup{ links={HTML}{CF86EB}, @@ -62,6 +64,11 @@ \parindent 1.5em\relax} % \end{macrocode} % \end{macro} +% Note that there is no direct support for the seminar paper and +% thesis proposal types. If you would like to change the contents +% of the preamble and the postamble, you should modify the +% |\thesis@blocks@preamble| and |\thesis@blocks@postamble| macros. +% % All blocks within the autolayout preamble that are not defined % within this file are defined in the % \texttt{style/mu/fithesis-base.sty} file. 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 80068611230..e4a795dcf07 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/med.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/med.dtx @@ -9,7 +9,9 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{fithesis/style/mu/fithesis-med}[2016/04/18] % \end{macrocode} -% The file defines the color scheme of the respective faculty. +% The file defines the color scheme of the respective faculty. Note +% the the color definitions are in RGB, which makes the resulting +% files generally unsuitable for printing. % \begin{macrocode} \thesis@color@setup{ links={HTML}{F58E76}, @@ -133,6 +135,11 @@ \onehalfspacing} % \end{macrocode} % \end{macro} +% Note that there is no direct support for the seminar paper and +% thesis proposal types. If you would like to change the contents +% of the preamble and the postamble, you should modify the +% |\thesis@blocks@preamble| and |\thesis@blocks@postamble| macros. +% % All blocks within the autolayout preamble and postamble that are % not defined within this file are defined in the % \texttt{style/mu/fithesis-base.sty} file. diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/ped.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/ped.dtx index de71a5641db..120d0bc4222 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/ped.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/ped.dtx @@ -8,7 +8,9 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{fithesis/style/mu/fithesis-ped}[2016/04/18] % \end{macrocode} -% The file defines the color scheme of the respective faculty. +% The file defines the color scheme of the respective faculty. Note +% the the color definitions are in RGB, which makes the resulting +% files generally unsuitable for printing. % \begin{macrocode} \thesis@color@setup{ links={HTML}{FFA02F}, @@ -37,6 +39,11 @@ {\thesis@titlePage@large\\[0.3in] {\bf\thesis@@{advisorTitle}:} \thesis@advisor}} % \end{macrocode} +% Note that there is no direct support for the seminar paper and +% thesis proposal types. If you would like to change the contents +% of the preamble and the postamble, you should modify the +% |\thesis@blocks@preamble| and |\thesis@blocks@postamble| macros. +% % All blocks within the autolayout preamble and postamble that are % not defined within this file are defined in the % \texttt{style/mu/fithesis-base.sty} file. diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/phil.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/phil.dtx index 3a23d4204d9..8f02f5d4e50 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/phil.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/phil.dtx @@ -8,7 +8,9 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{fithesis/style/mu/fithesis-phil}[2016/04/18] % \end{macrocode} -% The file defines the color scheme of the respective faculty. +% The file defines the color scheme of the respective faculty. Note +% the the color definitions are in RGB, which makes the resulting +% files generally unsuitable for printing. % \begin{macrocode} \thesis@color@setup{ links={HTML}{6FCEF2}, @@ -70,6 +72,11 @@ \fi % \end{macrocode} % \end{macro} +% Note that there is no direct support for the seminar paper and +% thesis proposal types. If you would like to change the contents +% of the preamble and the postamble, you should modify the +% |\thesis@blocks@preamble| and |\thesis@blocks@postamble| macros. +% % All blocks within the autolayout preamble and postamble that are % not defined within this file are defined in the % \texttt{style/mu/fithesis-base.sty} file. 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 e0bbdbe4b88..2ecd4da33ce 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/sci.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/sci.dtx @@ -8,7 +8,9 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{fithesis/style/mu/fithesis-sci}[2016/06/06] % \end{macrocode} -% The file defines the color scheme of the respective faculty. +% The file defines the color scheme of the respective faculty. Note +% the the color definitions are in RGB, which makes the resulting +% files generally unsuitable for printing. % \begin{macrocode} \thesis@color@setup{ links={HTML}{20E366}, @@ -362,6 +364,11 @@ \end{alwayssingle}} % \end{macrocode} % \end{macro} +% Note that there is no direct support for the seminar paper and +% thesis proposal types. If you would like to change the contents +% of the preamble and the postamble, you should modify the +% |\thesis@blocks@preamble| and |\thesis@blocks@postamble| macros. +% % All blocks within the autolayout preamble and postamble that are % not defined within this file are defined in the % \texttt{style/mu/fithesis-base.sty} file. The entire front matter -- cgit v1.2.3