diff options
author | Karl Berry <karl@freefriends.org> | 2017-01-29 22:33:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-01-29 22:33:28 +0000 |
commit | bd56ba4e78930d918f50e0ca082dea03bc614938 (patch) | |
tree | 84df73201b80141037c0ad9ac86b6f7c8683e632 /Master/texmf-dist/source/latex/fithesis/style | |
parent | e02235dda0e68d2131b9cf111af5448fa125ad58 (diff) |
fithesis (29jan17)
git-svn-id: svn://tug.org/texlive/trunk@43085 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/fithesis/style')
10 files changed, 116 insertions, 36 deletions
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 |