diff --git a/Makefile b/Makefile index 77b9cc39a83fb73ed972a0fb15d926ea59a418d9..87f7001d3bb8724de7e880ac12f7ba86dbbc4750 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ SUBMAKES=$(SUBMAKES_REQUIRED) $(SUBMAKES_EXTRA) $(SUBMAKES_TEST) .PHONY: all base complete docs clean dist dist-implode implode \ install install-base install-docs uninstall tests $(SUBMAKES) -CLASSFILES=fithesis.cls fithesis2.cls fithesis3.cls +CLASSFILES=fithesis.cls fithesis2.cls fithesis3.cls fithesis4.cls STYLEFILES=style/*.sty style/*/*.sty style/*/*.clo EPSLOGOS=logo/*/*.eps PDFLOGOS=logo/*/*.pdf diff --git a/README.md b/README.md index c5c5d3798396a404b7aee0e127839a0dad041897..2945e49631e3f540d3515cd0fef861d082545d32 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # About # -`Fithesis3` is a document class for the typesetting of theses at +`Fithesis4` is a document class for the typesetting of theses at the Masaryk University (Brno, Czech Republic). The class has been designed for easy extensibility by style and locale files of other academic institutions. diff --git a/example/mu/example.dtx b/example/mu/example.dtx index e38fcdcc7c98020db5ca3fe17bcafba08aae1dc8..e5cbbb44d2bb282a3934185e873abf9cdfaf30f8 100644 --- a/example/mu/example.dtx +++ b/example/mu/example.dtx @@ -52,7 +52,7 @@ %<*sci> %% <http://mirrors.ctan.org/macros/latex/contrib/fithesis/guide/mu/sci.pdf>. %</sci> -]{fithesis3} +]{fithesis4} %% The following section sets up the locales used in the thesis. %<*pdftex> \usepackage[resetfonts]{cmap} %% We need to load the T2A font encoding diff --git a/fithesis.dtx b/fithesis.dtx index ed9661f5680de91efd897b9055d4926305568127..115ae651f19a83305510c1473a1cec8a36560b27 100644 --- a/fithesis.dtx +++ b/fithesis.dtx @@ -55,8 +55,8 @@ {\def\thesis@versiondef#1#2{ \gdef\thesis@version@number{#1} \gdef\thesis@version@date{#2} - \gdef\thesis@version{#2 #1 fithesis3 MU thesis class}} -\thesis@versiondef{v0.3.51-dev}{2018/06/15}} + \gdef\thesis@version{#2 #1 fithesis4 MU thesis class}} +\thesis@versiondef{v0.4.0-dev}{2018/11/17}} % {\newwrite\f\openout\f=VERSION\write\f{\thesis@version}\closeout\f} % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -416,7 +416,7 @@ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% \title{The \textsf{fithesis3} class for the typesetting of theses written +% \title{The \textsf{fithesis4} class for the typesetting of theses written % at the Masaryk University in Brno} % \author{Daniel Marek, Jan PavloviÄŤ, VĂt NovotnĂ˝, Petr Sojka} % \date{\today} @@ -424,7 +424,7 @@ % % \begin{abstract} % \noindent This document details the design and the implementation -% of the \textsf{fithesis3} document class. It contains technical +% of the \textsf{fithesis4} document class. It contains technical % information for anyone who wishes to extend the class with their % locale or style files. Users who only wish to use the class are % advised to consult the guides distributed along with the class, @@ -439,9 +439,9 @@ % The class requires the class specified in |\thesis@backend|, % whose default value is |[a4paper]{rapport3}|. If a different % base class is desired, it can be specified by redefining -% |\thesis@backend| prior to loading the \textsf{fithesis3} class. +% |\thesis@backend| prior to loading the \textsf{fithesis4} class. % \begin{macrocode} -\ProvidesClass{fithesis3}[\thesis@version] +\ProvidesClass{fithesis4}[\thesis@version] \ifx\thesis@backend\undefined \def\thesis@backend{[a4paper]{rapport3}} \fi\expandafter\LoadClass\thesis@backend @@ -786,7 +786,7 @@ % The \marg{\texttt{department}=name} pair sets the name of the % department, at which the thesis is being written, to % \textit{name}. Unlike the university and faculty identifiers, -% \textsf{fithesis3} does not prescribe the format of the +% \textsf{fithesis4} does not prescribe the format of the % \textit{name}; the style files may internally parse it, or % typeset it as-is. The \textit{name} is stored within the % |\thesis@department| macro. @@ -1627,7 +1627,7 @@ % \begin{macrocode} \def\thesis@exists#1#2{% \IfFileExists{#1}{#2}{% - \ClassWarning{fithesis3}{File #1 doesn't exist}}} + \ClassWarning{fithesis4}{File #1 doesn't exist}}} % \end{macrocode} % \end{macro}\begin{macro}{\thesis@input} % The |\thesis@input|\marg{file} macro inputs the given @@ -1820,7 +1820,7 @@ % The |\thesis@patch|\oarg{versions}\oarg{patch} macro expands % \textit{patch}, if |\thesis@version|\texttt{\discretionary{@}^^A % {@}{@}}|number| (defined at the top of the file -% \texttt{fithesis3.cls}) matches any of the comma-delimited +% \texttt{fithesis4.cls}) matches any of the comma-delimited % \textit{versions}. This macro enables the simple deployment of % version-targeted patches. % \begin{macrocode} @@ -1847,13 +1847,13 @@ %<*oldclass1> \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{oldfithesis1}[2015/03/04 old fithesis will load fithesis3 MU thesis class] +\ProvidesClass{oldfithesis1}[2015/03/04 old fithesis will load fithesis2 MU thesis class] \ClassWarning{oldfithesis1}{% You are using the fithesis class, which has been deprecated. - The fithesis3 class will be used instead. + The fithesis2 class will be used instead. For more information, see <http://www.fi.muni.cz/tech/unix/tex/fithesis.xhtml>% -}\LoadClass{fithesis3} +}\LoadClass{fithesis2} %</oldclass1> % @@ -1869,6 +1869,19 @@ }\LoadClass{fithesis3} %</oldclass2> +% +%<*oldclass3> + +\NeedsTeXFormat{LaTeX2e} +\ProvidesClass{oldfithesis3}[2018/11/17 old fithesis3 will load fithesis4 MU thesis class] + +\ClassWarning{oldfithesis3}{% + You are using the fithesis3 class, which has been deprecated. + The fithesis4 class will be used instead. + For more information, see <http://www.fi.muni.cz/tech/unix/tex/fithesis.xhtml>% +}\LoadClass{fithesis4} + +%</oldclass3> % \fi % % \subsection{Locale files} diff --git a/fithesis.ins b/fithesis.ins index c9aaccfbeea0bfdbc51fabf70362f5bf21e45163..df561dfb44069dc4152c39687e248d316ccda70f 100644 --- a/fithesis.ins +++ b/fithesis.ins @@ -1,5 +1,6 @@ \input ./LICENSE \generate{\file{fithesis.cls}{\from{fithesis.dtx}{oldclass1}} \file{fithesis2.cls}{\from{fithesis.dtx}{oldclass2}} - \file{fithesis3.cls}{\from{fithesis.dtx}{class}}} + \file{fithesis3.cls}{\from{fithesis.dtx}{oldclass3}} + \file{fithesis4.cls}{\from{fithesis.dtx}{class}}} \endbatchfile diff --git a/guide/mu/guide.bib b/guide/mu/guide.bib index 5244480fd263dfe97ef2de449d13a679cc235264..e46276820aadeed2d5086531f853910beb7b1746 100644 --- a/guide/mu/guide.bib +++ b/guide/mu/guide.bib @@ -43,12 +43,9 @@ month={June}, url={http://mirror.ctan.org/info/czech/latex-pro-pragmatiky/latex-pro-pragmatiky.pdf}, urldate={2015-05-03}} -@manual{novotny15, +@manual{novotny19, author={VĂt NovotnĂ˝ and Daniel Marek and Jan PavloviÄŤ and Petr Sojka}, - title={The \textsf{fithesis3} class for the typesetting of theses + title={The \textsf{fithesis4} class for the typesetting of theses written at the Masaryk University in Brno}, - place={Brno}, - year={2015}, - url={http://mirrors.ctan.org/macros/latex/contrib/fithesis/fithesis.pdf}, - urldate={2015-11-11}} + place={Brno}} diff --git a/guide/mu/guide.dtx b/guide/mu/guide.dtx index b8f74355e9b77ec871b8e2dcb48ff4d9f30b9c26..ff1eff0f1ae6847c19fbf1fba1b0d0eb5e998b92 100644 --- a/guide/mu/guide.dtx +++ b/guide/mu/guide.dtx @@ -1,5 +1,5 @@ % \begin{macrocode} -\documentclass[digital,nocover,nolot]{fithesis3} +\documentclass[digital,nocover,nolot]{fithesis4} \usepackage[english]{babel} \usepackage{hologo} \usepackage{fancyvrb} @@ -8,13 +8,13 @@ \usepackage{tabularx} \makeatletter \thesissetup{ - title=A fithesis3 user guide for the \thesis@english@facultyName, - TeXtitle=A \textit{fithesis3} user guide\medskip\\\Large for the + title=A fithesis4 user guide for the \thesis@english@facultyName, + TeXtitle=A \textit{fithesis4} user guide\medskip\\\Large for the \thesis@english@facultyName, extra={ - titleCs=PĹ™ĂruÄŤka šablony fithesis3 pro + titleCs=PĹ™ĂruÄŤka šablony fithesis4 pro PĹ™ĂrodovÄ›deckou fakultu, - TeXtitleCs=PĹ™ĂruÄŤka šablony \textit{fithesis3}\medskip\\ pro + TeXtitleCs=PĹ™ĂruÄŤka šablony \textit{fithesis4}\medskip\\ pro PĹ™ĂrodovÄ›deckou fakultu, }, type=bc, @@ -46,26 +46,26 @@ TeXkeywordsCs={závÄ›reÄŤnĂ© práce, sazba, \LaTeX{}}, }, abstract={% - \textsf{Fithesis3} is a \LaTeX{} document class, which + \textsf{Fithesis4} is a \LaTeX{} document class, which streamlines the typesetting of the mandatory parts of theses, so - that the author can focus at content alone. \textsf{Fithesis3} + that the author can focus at content alone. \textsf{Fithesis4} can be used to write theses in various languages across the faculties of the \thesis@english@universityName. This document describes the installation of the - \textsf{fithesis3} class, its configuration and its use at the + \textsf{fithesis4} class, its configuration and its use at the \thesis@english@facultyName. As a demonstration of its capabilities, this document was typeset using the - \textsf{fithesis3} class.}, + \textsf{fithesis4} class.}, extra={ abstractCs={ - \textsf{Fithesis3} je šablona pro formát \LaTeX{}, která + \textsf{Fithesis4} je šablona pro formát \LaTeX{}, která usnadĹuje pĹ™Ăpravu povinnĂ˝ch částĂ závÄ›reÄŤnĂ˝ch pracĂ, aby se - autor mohl soustĹ™edit pouze na obsah. \textsf{Fithesis3} lze + autor mohl soustĹ™edit pouze na obsah. \textsf{Fithesis4} lze pouĹľĂt pro pĹ™Ăpravu závÄ›reÄŤnĂ˝ch pracĂ v rĹŻznĂ˝ch jazycĂch napĹ™ĂÄŤ fakultami Masarykovy Univerzity. - Dokument popisuje instalaci šablony \textsf{fithesis3}, jejĂ + Dokument popisuje instalaci šablony \textsf{fithesis4}, jejĂ konfiguraci a pouĹľitĂ na PĹ™ĂrodovÄ›deckĂ© fakultÄ›. Pomocà šablony byl pĹ™ipraven i tento dokument. }, @@ -80,9 +80,9 @@ \begin{document} \makeatletter\thesis@preamble\makeatother \chapter{Introduction} - To use the \textsf{fithesis3} class, you can use an online + To use the \textsf{fithesis4} class, you can use an online \LaTeX{} editor, such as Overleaf,% - \footnote{Overleaf \textsf{fithesis3} + \footnote{Overleaf \textsf{fithesis4} %<*sci> and \textsf{sci.muni.thesis} %</sci> @@ -91,7 +91,7 @@ which allows you to skip the installation described in Section \ref{sec:install} completely. %<*sci> - Beside \textsf{fithesis3}, the \textsf{sci.muni.thesis} \LaTeX\ + Beside \textsf{fithesis4}, the \textsf{sci.muni.thesis} \LaTeX\ package, as well as templates for common word processors, can likewise be used for the preparation of theses at the \makeatletter\thesis@english@facultyName\makeatother.\footnote{% @@ -182,7 +182,7 @@ installs a Perl interpreter by default. \subsection{Installing packages}\label{sec:req-packages} - In order to function properly, \textsf{fithesis3} needs the + In order to function properly, \textsf{fithesis4} needs the following packages packages to be installed in your \TeX\ distribution: \textsf{keyval}, \textsf{etoolbox}, \textsf{ifxetex}, \textsf{ifluatex}, \textsf{inputenc}, @@ -262,7 +262,7 @@ resolve these dependencies manually by inspecting the documentation of each package.} - If you wish to use a newer version of \textsf{fithesis3} than the + If you wish to use a newer version of \textsf{fithesis4} than the one that is available in your \TeX\ distribution, you should download a file named \texttt{fithesis.tds.zip} containing the version of the package you wish to use and place it in a root @@ -283,14 +283,14 @@ \section{Picking a \TeX\ engine} There are several programs, called \TeX\ engines, that you can - use to typeset \textsf{fithesis3} \LaTeX{} source files into + use to typeset \textsf{fithesis4} \LaTeX{} source files into displayable \textsc{pdf} documents. The ones we will discuss are \hologo{pdfTeX} and \Hologo{LuaTeX}. \Hologo{pdfTeX} is the more conservative choice and most \TeX\ editors use \hologo{pdfTeX} as the default \TeX\ engine. The main advantage \Hologo{LuaTeX} over \hologo{pdfTeX} for a - \textsf{fithesis3} user is the ability to use standard OpenType + \textsf{fithesis4} user is the ability to use standard OpenType and TrueType fonts installed on your system, whereas \hologo{pdfTeX} is confined to the fonts installed in your \TeX\ distribution. @@ -301,12 +301,12 @@ at \url{http://mirrors.ctan.org/macros/latex/contrib/fontspec/fontspec.pdf}.} should provide you with the relevant information. If you are only going to use the fonts present in the \TeX{} distribution or - if you do not intend to change the preset \textsf{fithesis3} + if you do not intend to change the preset \textsf{fithesis4} fonts at all, you can safely use \hologo{pdfTeX}, which is currently also considerably faster than \Hologo{LuaTeX}. - \section{Creating and typesetting a \textsf{fithesis3} document} - Before using the \textsf{fithesis3} class, it is useful to be + \section{Creating and typesetting a \textsf{fithesis4} document} + Before using the \textsf{fithesis4} class, it is useful to be familiar with the \LaTeX{} typesetting system. A good way to get started is to read one of the introductory texts in English \parencite{veryshortlatex,shortlatex,longlatex,latex} or in Czech @@ -315,7 +315,7 @@ courses taught at the \makeatletter\thesis@english@universityName \makeatother\ is also helpful. - To become familiar with \textsf{fithesis3}, you are encouraged to + To become familiar with \textsf{fithesis4}, you are encouraged to inspect the example documents \makeatletter \texttt{\thesis@faculty-pdflatex.pdf} and \texttt{\thesis@faculty-lualatex.pdf} as well as their \LaTeX{} @@ -323,7 +323,7 @@ and \texttt{\thesis@faculty-lualatex.tex}. The example documents are distributed along with the package inside the \texttt{example/} directory.\footnote{The example - \textsf{fithesis3} documents are also available online at + \textsf{fithesis4} documents are also available online at \url{http://mirror.ctan.org/macros/latex/contrib/fithesis/example/mu} To typeset the example documents, you need to download the \texttt{example.bib} file as well, as it contains the @@ -334,7 +334,7 @@ as the basis for your thesis. If you are using an online editor, such as Overleaf% - \footnote{Overleaf \textsf{fithesis3} templates are located at + \footnote{Overleaf \textsf{fithesis4} templates are located at \url{http://www.overleaf.com/gallery/tagged/muni}.}, \LaTeX{} source files will be typeset automatically, as you edit them. The \TeX{} engine can be selected inside the @@ -383,16 +383,16 @@ \chapter{Configuration} This chapter provides a full list of the settings that can be - used to set up and customize the \textsf{fithesis3} class. + used to set up and customize the \textsf{fithesis4} class. \section{Setting the class options} - At the beginning of a \textsf{fithesis3} \LaTeX{} source file, + At the beginning of a \textsf{fithesis4} \LaTeX{} source file, the command \begin{minted}{latex} -\documentclass[option1, option2, ..., optionN]{fithesis3} +\documentclass[option1, option2, ..., optionN]{fithesis4} \end{minted} is used. The following list summarizes the options that are - supported by the \textsf{fithesis3} class and their meaning. + supported by the \textsf{fithesis4} class and their meaning. Options that are enabled by default are {\makeatletter % This macro formats a default class option. @@ -481,7 +481,7 @@ This option sets the roman text font family and the mathematical font family to Palatino. \item[nopalatino] - This option prevents \textsf{fithesis3} from setting up the + This option prevents \textsf{fithesis4} from setting up the fonts. The user must set the fonts manually in the preamble of the document. %<*fi> @@ -508,7 +508,7 @@ To use Math Time and \TeX\ Gyre Termes within your thesis, the preamble of your document should look as follows: \begin{minted}{latex} -\documentclass[nopalatino, ...]{fithesis3} +\documentclass[nopalatino, ...]{fithesis4} \usepackage{cmap} \usepackage[T1]{fontenc} \usepackage{tgtermes} @@ -540,7 +540,7 @@ } which results in visually more pleasing paragraphs of text. \item[nomicrotype] - This option prevents \textsf{fithesis3} from setting up + This option prevents \textsf{fithesis4} from setting up microtypographic extensions. \item[table] This option redefines some of the \LaTeX{} table environments @@ -594,7 +594,7 @@ } \end{minted} into the preamble of your thesis. The following list summarizes - the keys and values that are recognized by the \textsf{fithesis3} + the keys and values that are recognized by the \textsf{fithesis4} class and are meaningful for the \makeatletter \thesis@english@facultyName\makeatother. @@ -747,7 +747,7 @@ \texttt{path/to/first/file.bib, path/to/second/file.bib,} \ldots \end{center} - When this key is specified, the \textsf{fithesis3} class will + When this key is specified, the \textsf{fithesis4} class will automatically typeset a bibliography section.\footnote{ The bibliography will be typeset according to the \textsc{ISO} 690:2010 standard using the @@ -797,7 +797,7 @@ } \end{minted} into the preamble of your thesis. The following list summarizes - the keys and values that are recognized by the \textsf{fithesis3} + the keys and values that are recognized by the \textsf{fithesis4} class and are meaningful for the \makeatletter \thesis@english@facultyName\makeatother. \begin{description} @@ -853,31 +853,31 @@ \end{description} %</sci,econ> The complete list of metadata keys can be found in Section 2.2 of - the technical documentation of the \textsf{fithesis3} class - \cite{novotny15}.} + the technical documentation of the \textsf{fithesis4} class + \cite{novotny19}.} \chapter{Advanced usage} This chapter contains a couple of tips for the advanced user, who may wand to configure the class beyond what the class options and the metadata settings offer. An understanding of how the main - routine of \textsf{fithesis3} works is beneficial. The main + routine of \textsf{fithesis4} works is beneficial. The main routine is documented in Section 2.4 of the technical - documentation of the \textsf{fithesis3} class \cite{novotny15}. + documentation of the \textsf{fithesis4} class \cite{novotny19}. \section{Throubleshooting option clashes} If you need to load a \texttt{package} with a specific set of \texttt{options} and the package happens to be required by the - \textsf{fithesis3} class, as specified in Section + \textsf{fithesis4} class, as specified in Section \ref{sec:req-packages}, you may experience an option clash error. If this error occurs, prepend \mintinline{latex}{\PassOptionsToPackage{options}{package}} before the - \mintinline{latex}{\documentclass[...]{fithesis3}} command. If you need to + \mintinline{latex}{\documentclass[...]{fithesis4}} command. If you need to configure the package, you can do that anywhere after the document preamble. If the package needs to be configured within the preamble, you can load the - \textsf{fithesis3} style files prematurely using the + \textsf{fithesis4} style files prematurely using the \mintinline{latex}{\thesisload} command as follows: \begin{minted}{latex} -\documentclass[...]{fithesis3} +\documentclass[...]{fithesis4} %% The preamble \thesisload %% Here goes the package configuration. @@ -886,13 +886,13 @@ \end{document} \end{minted} Note that only a small portion of the packages loaded by - \textsf{fithesis3} is loaded with a specific set of options. The + \textsf{fithesis4} is loaded with a specific set of options. The rest of the packages is \emph{lazy-loaded} (loaded only if the user hasn't already loaded them), in which case no clash is possible. \section{Overriding changes made by style and locale files} - The \textsf{fithesis3} style files are loaded immediately before + The \textsf{fithesis4} style files are loaded immediately before the beginning of your document and may change values you would like to set by yourself, such as the \LaTeX\ \texttt{tocdepth} and \texttt{secnumdepth} counters. Locale files are also loaded @@ -904,7 +904,7 @@ files prematurely using the \mintinline{latex}{\thesisload} command as follows: \begin{minted}{latex} -\documentclass[...]{fithesis3} +\documentclass[...]{fithesis4} %% The preamble \thesisload %% Here go your changes. @@ -931,7 +931,7 @@ mandatory parts of the thesis, you may disable it using the \texttt{autoLayout} metadata key: \begin{minted}{latex} -\documentclass[...]{fithesis3} +\documentclass[...]{fithesis4} \thesissetup{ %<*econ> faculty=econ, @@ -970,7 +970,7 @@ matter of the thesis (see Figure \ref{fig:example02}). You can now manually insert the preamble and the postamble: \begin{minted}{latex} -\documentclass[...]{fithesis3} +\documentclass[...]{fithesis4} \thesissetup{ %<*econ> faculty=econ, @@ -1034,7 +1034,7 @@ beginning of the document and the list of tables at the end of the document, we would use the following code: \begin{minted}{latex} -\documentclass[...]{fithesis3} +\documentclass[...]{fithesis4} \thesissetup{ %<*econ> faculty=econ, @@ -1078,15 +1078,15 @@ \end{document} \end{minted} The available blocks are documented in Section 3.5 of the - technical documentation of the \textsf{fithesis3} class - \cite{novotny15}. + technical documentation of the \textsf{fithesis4} class + \cite{novotny19}. \section{Replacing the backend} {\makeatletter\newcommand\thguide@backend[2][]{#2} % This macro typesets the used backend class. \def\thguide@@backend{\expandafter\thguide@backend\thesis@backend} \let\ea\expandafter - \textsf{Fithesis3} operates on top of the + \textsf{Fithesis4} operates on top of the \textsf{\thguide@@backend} class, which defines much of the document design. To change the backend class, you need to redefine the value of \mintinline{latex}{\thesis@backend} from the default @@ -1097,7 +1097,7 @@ \end{center} to a different value. This assignment needs to be performed prior to the \mintinline{latex}{\documentclass} command. If you wanted - to change the backend class of \textsf{fithesis3} to the + to change the backend class of \textsf{fithesis4} to the KOMA-Script \textsf{screprt} with the \texttt{a4paper} option, your document would begin as follows:} \begin{minted}{latex} @@ -1106,7 +1106,7 @@ \makeatletter \def\thesis@backend{[a4paper]{scrreprt}} \makeatother -\documentclass[...]{fithesis3} +\documentclass[...]{fithesis4} %% Here goes the rest of the document. \end{minted} The \mintinline{latex}{\ChapFont} and diff --git a/guide/mu/resources/empty.tex b/guide/mu/resources/empty.tex index 24b5785a58e113338d0573b2a7ea066b8c0b2fe0..af9feaf12279fbb505460b8234a4bd8d5f87c457 100644 --- a/guide/mu/resources/empty.tex +++ b/guide/mu/resources/empty.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{ faculty=fi, autoLayout=false} diff --git a/style/mu/base.dtx b/style/mu/base.dtx index 3c34a6cb0ee65fb1d5d3349a69422d3c0395da47..5baeaa7a757b8cc95db5533bc4bc6ac7b5a78081 100644 --- a/style/mu/base.dtx +++ b/style/mu/base.dtx @@ -109,7 +109,7 @@ % the very end of the preamble, there would either be a great % chance of an option clash, or the option would have to be % passed to the \textsf{xcolor} package before the preamble -% from the body of the \textsf{fithesis3} class thus breaking +% from the body of the \textsf{fithesis4} class thus breaking % the encapsulation. Naming the option \texttt{table} forces % the option to be processed by the \textsf{xcolor} package as % well and it is therefore an elegant solution to the problem diff --git a/test/mu/compare/base-10pt.tex b/test/mu/compare/base-10pt.tex index 83fbc62cf9c6695281067a3d7bb7466c81fffe43..2d8b019923d0b62b24d2704b366c6849e412eaff 100644 --- a/test/mu/compare/base-10pt.tex +++ b/test/mu/compare/base-10pt.tex @@ -1,4 +1,4 @@ -\documentclass[10pt]{fithesis3} +\documentclass[10pt]{fithesis4} \begin{document} foo bar \end{document} diff --git a/test/mu/compare/base-11pt.tex b/test/mu/compare/base-11pt.tex index 94189f3175b191fedca4907776162e27f3c5ff08..faf89dc85ca398a0ca3216a24694950292a0b6b4 100644 --- a/test/mu/compare/base-11pt.tex +++ b/test/mu/compare/base-11pt.tex @@ -1,4 +1,4 @@ -\documentclass[11pt]{fithesis3} +\documentclass[11pt]{fithesis4} \begin{document} foo bar \end{document} diff --git a/test/mu/compare/base-12pt.tex b/test/mu/compare/base-12pt.tex index d1f181e426ddfaa5f2274dc572e8e6ddfba0fb71..060c455779bf788e4309b6dc30a32ec957770051 100644 --- a/test/mu/compare/base-12pt.tex +++ b/test/mu/compare/base-12pt.tex @@ -1,4 +1,4 @@ -\documentclass[12pt]{fithesis3} +\documentclass[12pt]{fithesis4} \begin{document} foo bar \end{document} diff --git a/test/mu/compare/base-digital.tex b/test/mu/compare/base-digital.tex index ec0d90f1abd911dfbee29645183ea871ef365099..edb4217ca1691d2b4b724a21413db2187f07b302 100644 --- a/test/mu/compare/base-digital.tex +++ b/test/mu/compare/base-digital.tex @@ -1,4 +1,4 @@ -\documentclass[digital]{fithesis3} +\documentclass[digital]{fithesis4} \begin{document} foo bar \end{document} diff --git a/test/mu/compare/base-printed.tex b/test/mu/compare/base-printed.tex index bb7bb4618b5aabf5052bce7c9d8c0e2f89b6ae07..b29806db25439d9fa62956658af3a36ac2df1a25 100644 --- a/test/mu/compare/base-printed.tex +++ b/test/mu/compare/base-printed.tex @@ -1,4 +1,4 @@ -\documentclass[printed]{fithesis3} +\documentclass[printed]{fithesis4} \begin{document} foo bar \end{document} diff --git a/test/mu/compare/econ-bibliography-solicited.tex b/test/mu/compare/econ-bibliography-solicited.tex index 57048340340619827db53a5f33f283d197a8be6e..ab00596eeec2374c25bd5c52cb931a72ab3a4795 100644 --- a/test/mu/compare/econ-bibliography-solicited.tex +++ b/test/mu/compare/econ-bibliography-solicited.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{ faculty=econ, bib=../../../example/mu/example.bib} diff --git a/test/mu/compare/econ-bibliography-unsolicited.tex b/test/mu/compare/econ-bibliography-unsolicited.tex index 7bc55916e16204086956329d922c568f57a607b9..40b66b7636cffb5c679d3aa576954a5d103173d2 100644 --- a/test/mu/compare/econ-bibliography-unsolicited.tex +++ b/test/mu/compare/econ-bibliography-unsolicited.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{ faculty=econ, bib=../../../example/mu/example.bib} diff --git a/test/mu/compare/econ-czech.tex b/test/mu/compare/econ-czech.tex index 474265c6b567c1810a325fd4b9b76f289c5e4362..0336ecd22554a740f837b2ce5520e73a73ff8994 100644 --- a/test/mu/compare/econ-czech.tex +++ b/test/mu/compare/econ-czech.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/econ-english.tex b/test/mu/compare/econ-english.tex index 1c3fd08239d723352b9e2f3872e22c2729aaca55..f138052650ea0fa16cbc34d30ba0345479e1283f 100644 --- a/test/mu/compare/econ-english.tex +++ b/test/mu/compare/econ-english.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/econ-oldtable.tex b/test/mu/compare/econ-oldtable.tex index 0581273c31d1e16bdc5754ed9e5c4b7a867f399f..d4241c820c19660c561079c49f1e41a2b3ad7fad 100644 --- a/test/mu/compare/econ-oldtable.tex +++ b/test/mu/compare/econ-oldtable.tex @@ -1,4 +1,4 @@ -\documentclass[oldtable,color]{fithesis3} +\documentclass[oldtable,color]{fithesis4} \usepackage{tabularx} \usepackage{tabu} \thesissetup{faculty=econ} diff --git a/test/mu/compare/econ-slovak.tex b/test/mu/compare/econ-slovak.tex index cc9f829a9732c90de4c1e04f0e638efc227dc253..ad55bcfa2a7b0966b0f4a74016a259a44ce3c00a 100644 --- a/test/mu/compare/econ-slovak.tex +++ b/test/mu/compare/econ-slovak.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/econ-table.tex b/test/mu/compare/econ-table.tex index e4650f2a392a81e414a3dd8b4ab771a7bd0f1a67..0baf45c6755992b037f31f83213c80a84ff94b17 100644 --- a/test/mu/compare/econ-table.tex +++ b/test/mu/compare/econ-table.tex @@ -1,4 +1,4 @@ -\documentclass[table,color]{fithesis3} +\documentclass[table,color]{fithesis4} \usepackage{tabu} \thesissetup{faculty=econ} \begin{document} diff --git a/test/mu/compare/fi-bibliography-solicited.tex b/test/mu/compare/fi-bibliography-solicited.tex index ae6c8142a2225a81c3b0e039ffff00d9f4fc2fa1..b20eddff074b0b3d0b13b1773709c0c15c16fd9a 100644 --- a/test/mu/compare/fi-bibliography-solicited.tex +++ b/test/mu/compare/fi-bibliography-solicited.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{ faculty=fi, bib=../../../example/mu/example.bib} diff --git a/test/mu/compare/fi-bibliography-unsolicited.tex b/test/mu/compare/fi-bibliography-unsolicited.tex index bcec6d80005bb37ff86e5d88338e947dbcf7ea88..0ca887e1c30dc05ba167f1341d085c3cd7412aa2 100644 --- a/test/mu/compare/fi-bibliography-unsolicited.tex +++ b/test/mu/compare/fi-bibliography-unsolicited.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{ faculty=fi, bib=../../../example/mu/example.bib} diff --git a/test/mu/compare/fi-color.tex b/test/mu/compare/fi-color.tex index 6eabc71ccd3787168983131bb616c00dd8224c7f..cbbc821d99a598987def90146845dbcd32ff344d 100644 --- a/test/mu/compare/fi-color.tex +++ b/test/mu/compare/fi-color.tex @@ -1,4 +1,4 @@ -\documentclass[color]{fithesis3} +\documentclass[color]{fithesis4} \thesissetup{faculty=fi} \begin{document} foo bar diff --git a/test/mu/compare/fi-czech-female.tex b/test/mu/compare/fi-czech-female.tex index 33111f1e16efd940502dc73c7a43e17f6f2c21df..38f63c59dbb6a8fae895d1fc331b53e2c0c15b1b 100644 --- a/test/mu/compare/fi-czech-female.tex +++ b/test/mu/compare/fi-czech-female.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/fi-czech-male.tex b/test/mu/compare/fi-czech-male.tex index 32eda099531774692b72e173d738b212b632b31a..6d3f8ff5d734821b6c19b79adef251f104150ddd 100644 --- a/test/mu/compare/fi-czech-male.tex +++ b/test/mu/compare/fi-czech-male.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/fi-czech.tex b/test/mu/compare/fi-czech.tex index 85b9da7b83f638e94575151ed0e2b0f05a0732da..f707c1e675e4cbb3eea44872210fd11b816a7704 100644 --- a/test/mu/compare/fi-czech.tex +++ b/test/mu/compare/fi-czech.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/fi-digital-emptyassignment.tex b/test/mu/compare/fi-digital-emptyassignment.tex index 4c406bc8168da2063a1ab538b690c14462f2c7d3..3c6ba7ab2e46d355538108acec1426587dca9bac 100644 --- a/test/mu/compare/fi-digital-emptyassignment.tex +++ b/test/mu/compare/fi-digital-emptyassignment.tex @@ -1,4 +1,4 @@ -\documentclass[digital]{fithesis3} +\documentclass[digital]{fithesis4} \thesissetup{assignment = {}} \begin{document} \end{document} diff --git a/test/mu/compare/fi-digital-noassignment.tex b/test/mu/compare/fi-digital-noassignment.tex index 1a849dce6a0f5ebbebe8585758c68510d9d4118a..afde2503ee073c48b4604c8a3e824f710837a4e8 100644 --- a/test/mu/compare/fi-digital-noassignment.tex +++ b/test/mu/compare/fi-digital-noassignment.tex @@ -1,3 +1,3 @@ -\documentclass[digital]{fithesis3} +\documentclass[digital]{fithesis4} \begin{document} \end{document} diff --git a/test/mu/compare/fi-digital-someassignment.tex b/test/mu/compare/fi-digital-someassignment.tex index 7f2c49a3879f5f5174d88bb9d505c4dd53944ba8..1ebda3899b88e83c341f01ca331e875e0166d264 100644 --- a/test/mu/compare/fi-digital-someassignment.tex +++ b/test/mu/compare/fi-digital-someassignment.tex @@ -1,4 +1,4 @@ -\documentclass[digital]{fithesis3} +\documentclass[digital]{fithesis4} \thesissetup{% assignment = {resources/blindtext, resources/blindtext}} \begin{document} diff --git a/test/mu/compare/fi-english.tex b/test/mu/compare/fi-english.tex index 007658302ac9ac645dd6e4418cbb718d78b1800c..579998427ef948236348fe264135a240426c2c33 100644 --- a/test/mu/compare/fi-english.tex +++ b/test/mu/compare/fi-english.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/fi-oldtable.tex b/test/mu/compare/fi-oldtable.tex index c5bd068f65fe26ed5815c7a5e83216153d4b9f1b..191a4c5a5b2be1ed17bfe6a59836fd71f0ce708c 100644 --- a/test/mu/compare/fi-oldtable.tex +++ b/test/mu/compare/fi-oldtable.tex @@ -1,4 +1,4 @@ -\documentclass[oldtable,color]{fithesis3} +\documentclass[oldtable,color]{fithesis4} \usepackage{tabularx} \usepackage{tabu} \thesissetup{faculty=fi} diff --git a/test/mu/compare/fi-printed-emptyassignment.tex b/test/mu/compare/fi-printed-emptyassignment.tex index f524de717860000dffaacb63d3a0a94d10724749..0176b63f790ff9764d846ea1aeaab65ad0c818b2 100644 --- a/test/mu/compare/fi-printed-emptyassignment.tex +++ b/test/mu/compare/fi-printed-emptyassignment.tex @@ -1,4 +1,4 @@ -\documentclass[printed]{fithesis3} +\documentclass[printed]{fithesis4} \thesissetup{assignment = {}} \begin{document} \end{document} diff --git a/test/mu/compare/fi-printed-noassignment.tex b/test/mu/compare/fi-printed-noassignment.tex index faf630a18f10b5b06bcad17d130003cc06e4f5e3..a9cc0909477208e5d970a90921957ca5424389ea 100644 --- a/test/mu/compare/fi-printed-noassignment.tex +++ b/test/mu/compare/fi-printed-noassignment.tex @@ -1,3 +1,3 @@ -\documentclass[printed]{fithesis3} +\documentclass[printed]{fithesis4} \begin{document} \end{document} diff --git a/test/mu/compare/fi-printed-someassignment-oneside.tex b/test/mu/compare/fi-printed-someassignment-oneside.tex index 6813f4f4a5e4e9a1ea394fcc518eeefd87e98801..8727944c49b5306eb15fa95b0258fd2e8ecd969e 100644 --- a/test/mu/compare/fi-printed-someassignment-oneside.tex +++ b/test/mu/compare/fi-printed-someassignment-oneside.tex @@ -1,4 +1,4 @@ -\documentclass[printed,oneside]{fithesis3} +\documentclass[printed,oneside]{fithesis4} \thesissetup{% assignment = {resources/blindtext, resources/blindtext}} \begin{document} diff --git a/test/mu/compare/fi-printed-someassignment-twoside.tex b/test/mu/compare/fi-printed-someassignment-twoside.tex index 550e2b6b6ddd6d29126226cd2857b8552412f2c2..1c5e656aad3de007f3a554cd0421db8720cccc55 100644 --- a/test/mu/compare/fi-printed-someassignment-twoside.tex +++ b/test/mu/compare/fi-printed-someassignment-twoside.tex @@ -1,4 +1,4 @@ -\documentclass[printed,twoside]{fithesis3} +\documentclass[printed,twoside]{fithesis4} \thesissetup{% assignment = {resources/blindtext, resources/blindtext}} \begin{document} diff --git a/test/mu/compare/fi-proposal.tex b/test/mu/compare/fi-proposal.tex index 7a4d565dbf0081fda493bf1c0ef02bb96fcb7f59..05d45e442a6ea441e8f8da130280067920a5dd90 100644 --- a/test/mu/compare/fi-proposal.tex +++ b/test/mu/compare/fi-proposal.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \thesissetup{ faculty=fi, type=prop} diff --git a/test/mu/compare/fi-rigorous.tex b/test/mu/compare/fi-rigorous.tex index 8e75a17cdd0faefb2e27a80d4ccf03f73e840ab3..5e6eb01426f2e5daaae0a768201ff791e4cb234a 100644 --- a/test/mu/compare/fi-rigorous.tex +++ b/test/mu/compare/fi-rigorous.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \thesissetup{ faculty=fi, type=r} diff --git a/test/mu/compare/fi-slovak-female.tex b/test/mu/compare/fi-slovak-female.tex index 70a32689dab24035f6459bbb13ed1ef6df8ee731..4ae4aee2742e0e10a3bae17daeb1bf6ca9059690 100644 --- a/test/mu/compare/fi-slovak-female.tex +++ b/test/mu/compare/fi-slovak-female.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/fi-slovak-male.tex b/test/mu/compare/fi-slovak-male.tex index d0e35e2c84ccb0d8de90d7700c6ea8357cb6ee7f..67bdfad0c007b1ba8abf1483d6cf56d65f038d81 100644 --- a/test/mu/compare/fi-slovak-male.tex +++ b/test/mu/compare/fi-slovak-male.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/fi-slovak.tex b/test/mu/compare/fi-slovak.tex index ccb911fc1a4f8cb966da2ef4b235427e5908fdd0..0c2eb82250c16a853814730321002ed3c9492a46 100644 --- a/test/mu/compare/fi-slovak.tex +++ b/test/mu/compare/fi-slovak.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/fi-table.tex b/test/mu/compare/fi-table.tex index b3f65e6e8aea9927fbba48ea2bad29b2b7bb26e0..e12a34f8254583bf1504869ee7a55096152b37ba 100644 --- a/test/mu/compare/fi-table.tex +++ b/test/mu/compare/fi-table.tex @@ -1,4 +1,4 @@ -\documentclass[table,color]{fithesis3} +\documentclass[table,color]{fithesis4} \usepackage{tabu} \thesissetup{faculty=fi} \begin{document} diff --git a/test/mu/compare/fsps-bibliography-solicited.tex b/test/mu/compare/fsps-bibliography-solicited.tex index 8ca760b7b25d5fc36947e98f77c0e0bca4241af2..2103e5acf719c6124b432dd57b28dabe89b22a29 100644 --- a/test/mu/compare/fsps-bibliography-solicited.tex +++ b/test/mu/compare/fsps-bibliography-solicited.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{ faculty=fsps, bib=../../../example/mu/example.bib} diff --git a/test/mu/compare/fsps-bibliography-unsolicited.tex b/test/mu/compare/fsps-bibliography-unsolicited.tex index 6049b4d48fefa936a519bc84d3f8b531b8f2549e..ab62f3a8bee24b8a1c417fb95c5feeb806061e39 100644 --- a/test/mu/compare/fsps-bibliography-unsolicited.tex +++ b/test/mu/compare/fsps-bibliography-unsolicited.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{ faculty=fsps, bib=../../../example/mu/example.bib} diff --git a/test/mu/compare/fsps-czech.tex b/test/mu/compare/fsps-czech.tex index e9b2c4b8343dc66a1d0ae1c7390e6b9e94852e07..da3fdd63b16ce6d06dbeab534cec8ea97650681b 100644 --- a/test/mu/compare/fsps-czech.tex +++ b/test/mu/compare/fsps-czech.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/fsps-english.tex b/test/mu/compare/fsps-english.tex index d8803b2dc5eeb20de93964c40cad74a97ebe7703..136150a43f38d2a46ba7818d86ebb5e07c1a64a5 100644 --- a/test/mu/compare/fsps-english.tex +++ b/test/mu/compare/fsps-english.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/fsps-oldtable.tex b/test/mu/compare/fsps-oldtable.tex index 42eab65bc75b02d4a5961df607e1d3baf1e272c6..34d8f995290616437e6314e68e370b33a9bc08ae 100644 --- a/test/mu/compare/fsps-oldtable.tex +++ b/test/mu/compare/fsps-oldtable.tex @@ -1,4 +1,4 @@ -\documentclass[oldtable,color]{fithesis3} +\documentclass[oldtable,color]{fithesis4} \usepackage{tabularx} \usepackage{tabu} \thesissetup{faculty=fsps} diff --git a/test/mu/compare/fsps-slovak.tex b/test/mu/compare/fsps-slovak.tex index 0f4066df54b32bc7bb542dfe3d16b7a058b90b01..4ccc891fc716655beb0c67f2147d9dc37979f97c 100644 --- a/test/mu/compare/fsps-slovak.tex +++ b/test/mu/compare/fsps-slovak.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/fsps-table.tex b/test/mu/compare/fsps-table.tex index 0162c4751d0f916f31cec53a4cb1168345e4c4af..3fa905e6481b04ed34cfcf93369138b45a4bc2e0 100644 --- a/test/mu/compare/fsps-table.tex +++ b/test/mu/compare/fsps-table.tex @@ -1,4 +1,4 @@ -\documentclass[table,color]{fithesis3} +\documentclass[table,color]{fithesis4} \usepackage{tabu} \thesissetup{faculty=fsps} \begin{document} diff --git a/test/mu/compare/fss-bibliography-solicited.tex b/test/mu/compare/fss-bibliography-solicited.tex index 4a369a6a663e29d4b7d74b5afd3b50f2286afd97..9d3dcc1b7b507b12228d07ad4b0fd1b2a29ff07d 100644 --- a/test/mu/compare/fss-bibliography-solicited.tex +++ b/test/mu/compare/fss-bibliography-solicited.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{ faculty=fss, bib=../../../example/mu/example.bib} diff --git a/test/mu/compare/fss-bibliography-unsolicited.tex b/test/mu/compare/fss-bibliography-unsolicited.tex index a365d23b82a380fbf34059f0f3a7453f177e70a5..7fb8ffed3e96effa0e052080cae85609d89c8e17 100644 --- a/test/mu/compare/fss-bibliography-unsolicited.tex +++ b/test/mu/compare/fss-bibliography-unsolicited.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{ faculty=fss, bib=../../../example/mu/example.bib} diff --git a/test/mu/compare/fss-czech-female.tex b/test/mu/compare/fss-czech-female.tex index 34fd39b140454f95aac01a09a7e1e53379efce3f..4479b4ec105757599bbec09615a1f7c36a6d34b3 100644 --- a/test/mu/compare/fss-czech-female.tex +++ b/test/mu/compare/fss-czech-female.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/fss-czech-male.tex b/test/mu/compare/fss-czech-male.tex index 4403db874881b5fb55888c3a57d3b37a453ac763..55832f679a861c8d03ca6da94ee662221fd164c6 100644 --- a/test/mu/compare/fss-czech-male.tex +++ b/test/mu/compare/fss-czech-male.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/fss-czech.tex b/test/mu/compare/fss-czech.tex index 96388a75f3d25a0ff027f8208baaaffef17079cb..989a5e2dd6b7c4393559bdc0398a66246c7b124b 100644 --- a/test/mu/compare/fss-czech.tex +++ b/test/mu/compare/fss-czech.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/fss-english.tex b/test/mu/compare/fss-english.tex index 88a0a28255a0a957b1e9c81e615fa9086d904935..03820b5c9d3f319c3daacadd6399284f82646832 100644 --- a/test/mu/compare/fss-english.tex +++ b/test/mu/compare/fss-english.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/fss-oldtable.tex b/test/mu/compare/fss-oldtable.tex index 622ab5a405a0fcd9f4c2ba3f5fa8b01c8dfd5a18..2d4d7884e84f2f0f7053fffb90587d76ef397aae 100644 --- a/test/mu/compare/fss-oldtable.tex +++ b/test/mu/compare/fss-oldtable.tex @@ -1,4 +1,4 @@ -\documentclass[oldtable,color]{fithesis3} +\documentclass[oldtable,color]{fithesis4} \usepackage{tabularx} \usepackage{tabu} \thesissetup{faculty=fss} diff --git a/test/mu/compare/fss-slovak-female.tex b/test/mu/compare/fss-slovak-female.tex index 2bc3eedc1095817cefbc31648a8fcd94925a0533..3774e1b7976fc8c9ff44011eafd15228d2b4026a 100644 --- a/test/mu/compare/fss-slovak-female.tex +++ b/test/mu/compare/fss-slovak-female.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/fss-slovak-male.tex b/test/mu/compare/fss-slovak-male.tex index 393c6d51778797528bdaf619ca108cd8376b5de9..816fb3e53e0603191bd0b9f95e8dcb318ced482f 100644 --- a/test/mu/compare/fss-slovak-male.tex +++ b/test/mu/compare/fss-slovak-male.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/fss-slovak.tex b/test/mu/compare/fss-slovak.tex index f06abb307e81fa9d555e7876b81f4720f2d60779..88c66b6bb9b5f61d195103f4ef2f01af637af1fb 100644 --- a/test/mu/compare/fss-slovak.tex +++ b/test/mu/compare/fss-slovak.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/fss-table.tex b/test/mu/compare/fss-table.tex index 749e491133716b4ed8b3ba38d2c1ed2efef67de8..89bab311541fc214599113857f51aa21b01dd669 100644 --- a/test/mu/compare/fss-table.tex +++ b/test/mu/compare/fss-table.tex @@ -1,4 +1,4 @@ -\documentclass[table,color]{fithesis3} +\documentclass[table,color]{fithesis4} \usepackage{tabu} \thesissetup{faculty=fss} \begin{document} diff --git a/test/mu/compare/law-bibliography-solicited.tex b/test/mu/compare/law-bibliography-solicited.tex index a217d3025260befe57ebdc5235098d6484c7a52e..a24b3a807e775a5bda5f92e9a8cdc9070a79eee1 100644 --- a/test/mu/compare/law-bibliography-solicited.tex +++ b/test/mu/compare/law-bibliography-solicited.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{ faculty=law, bib=../../../example/mu/example.bib} diff --git a/test/mu/compare/law-bibliography-unsolicited.tex b/test/mu/compare/law-bibliography-unsolicited.tex index f50c895898ca038147d4e70fc4ad5a32b3a77c7b..8daf04ba74d52cb3b0bb5b949ccd23cb785d0646 100644 --- a/test/mu/compare/law-bibliography-unsolicited.tex +++ b/test/mu/compare/law-bibliography-unsolicited.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{ faculty=law, bib=../../../example/mu/example.bib} diff --git a/test/mu/compare/law-czech.tex b/test/mu/compare/law-czech.tex index e8b0c77a6a5302ef05915fad208d221b2db9c41c..1932e7b7fce4e27ae063028805c63068b77f6f28 100644 --- a/test/mu/compare/law-czech.tex +++ b/test/mu/compare/law-czech.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/law-english.tex b/test/mu/compare/law-english.tex index b1510bb3d4b0efe8d0d2d70ad41d3a19373abff3..5dc6d4d033d864e69b72f12fa5c02f0158cc81ae 100644 --- a/test/mu/compare/law-english.tex +++ b/test/mu/compare/law-english.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/law-oldtable.tex b/test/mu/compare/law-oldtable.tex index c3a376ef3b8f3935576dfeaf17d6985d116dfc5b..029e84fa3bf9a3cf244a9604c6f8d9dc09907aba 100644 --- a/test/mu/compare/law-oldtable.tex +++ b/test/mu/compare/law-oldtable.tex @@ -1,4 +1,4 @@ -\documentclass[oldtable,color]{fithesis3} +\documentclass[oldtable,color]{fithesis4} \usepackage{tabularx} \usepackage{tabu} \thesissetup{faculty=law} diff --git a/test/mu/compare/law-slovak.tex b/test/mu/compare/law-slovak.tex index 81430b91412a652b11bf092501f96ff6e610bfc6..0b650a4944ff91b3a2497602bf58113d98710602 100644 --- a/test/mu/compare/law-slovak.tex +++ b/test/mu/compare/law-slovak.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/law-table.tex b/test/mu/compare/law-table.tex index 771c36166eb612d42e93a0a10223dd5004adf0f2..933563d660964d80d5568a6613532fb0bd48c5d3 100644 --- a/test/mu/compare/law-table.tex +++ b/test/mu/compare/law-table.tex @@ -1,4 +1,4 @@ -\documentclass[table,color]{fithesis3} +\documentclass[table,color]{fithesis4} \usepackage{tabu} \thesissetup{faculty=law} \begin{document} diff --git a/test/mu/compare/med-bibliography-solicited.tex b/test/mu/compare/med-bibliography-solicited.tex index 3665538f1269ee6c653a589dc0603d4461789b75..9f1f7ec1a706d4ae2ba0d9bea3aff2becf8d857f 100644 --- a/test/mu/compare/med-bibliography-solicited.tex +++ b/test/mu/compare/med-bibliography-solicited.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{ faculty=med, bib=../../../example/mu/example.bib} diff --git a/test/mu/compare/med-bibliography-unsolicited.tex b/test/mu/compare/med-bibliography-unsolicited.tex index 6a3a7a786c883533bebd6c3e5ddfc1de22427c0d..5c6b4fdc6af5f9b31255dc85e79d4c99da9c04e6 100644 --- a/test/mu/compare/med-bibliography-unsolicited.tex +++ b/test/mu/compare/med-bibliography-unsolicited.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{ faculty=med, bib=../../../example/mu/example.bib} diff --git a/test/mu/compare/med-czech.tex b/test/mu/compare/med-czech.tex index 238611475192283a76f03b329462cfaea345c870..872b9096213cb0c19fe439d9b8e12edb565103a5 100644 --- a/test/mu/compare/med-czech.tex +++ b/test/mu/compare/med-czech.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/med-english.tex b/test/mu/compare/med-english.tex index e4476e5f71860817646b68273df6335592e0a748..f4e664d4455a60a33434f949d17de203357939ff 100644 --- a/test/mu/compare/med-english.tex +++ b/test/mu/compare/med-english.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/med-oldtable.tex b/test/mu/compare/med-oldtable.tex index cdc464bafdb435bc84d4602bc16577f5cab6111a..6bd78a9d387a840fabd04002b042627e9f5bf77a 100644 --- a/test/mu/compare/med-oldtable.tex +++ b/test/mu/compare/med-oldtable.tex @@ -1,4 +1,4 @@ -\documentclass[oldtable,color]{fithesis3} +\documentclass[oldtable,color]{fithesis4} \usepackage{tabularx} \usepackage{tabu} \thesissetup{faculty=med} diff --git a/test/mu/compare/med-slovak.tex b/test/mu/compare/med-slovak.tex index e2dbc133b66eafae8a464c5bf47356f65e0b7dff..3a9da83757fd5f392fdeccdb1f0c3ba40e8d9dcc 100644 --- a/test/mu/compare/med-slovak.tex +++ b/test/mu/compare/med-slovak.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/med-table.tex b/test/mu/compare/med-table.tex index 74d247fcc59881263f1b610e5d5b246b7ae6ba0a..80ec6b5e91e674567a7fa73fc4f749dcb9fa02a6 100644 --- a/test/mu/compare/med-table.tex +++ b/test/mu/compare/med-table.tex @@ -1,4 +1,4 @@ -\documentclass[table,color]{fithesis3} +\documentclass[table,color]{fithesis4} \usepackage{tabu} \thesissetup{faculty=med} \begin{document} diff --git a/test/mu/compare/ped-bibliography-solicited.tex b/test/mu/compare/ped-bibliography-solicited.tex index 5851daaf70ba691aace2b8ff177bb35152459d39..5f7f25d13d67b9e7cc4a73a185c96a259c193fab 100644 --- a/test/mu/compare/ped-bibliography-solicited.tex +++ b/test/mu/compare/ped-bibliography-solicited.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{ faculty=ped, bib=../../../example/mu/example.bib} diff --git a/test/mu/compare/ped-bibliography-unsolicited.tex b/test/mu/compare/ped-bibliography-unsolicited.tex index 17452fed1aef1003c9a5bee923c83d3d00226f81..206f195faa4142513ac822c70012c64884389782 100644 --- a/test/mu/compare/ped-bibliography-unsolicited.tex +++ b/test/mu/compare/ped-bibliography-unsolicited.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{ faculty=ped, bib=../../../example/mu/example.bib} diff --git a/test/mu/compare/ped-czech.tex b/test/mu/compare/ped-czech.tex index f9ecf3efd71f8f88d5ed4bf73a8a969f16f8d80a..28f1c870c0f59d056885365e10576ea98bfdaa4a 100644 --- a/test/mu/compare/ped-czech.tex +++ b/test/mu/compare/ped-czech.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/ped-english.tex b/test/mu/compare/ped-english.tex index 4c5fe4575b1e02cc1cc4bc51db26124338642cbf..6c9ff6ef0914266ec3767e6ce35ba4befe52993c 100644 --- a/test/mu/compare/ped-english.tex +++ b/test/mu/compare/ped-english.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/ped-oldtable.tex b/test/mu/compare/ped-oldtable.tex index 0272f1376657cce38f7514efaea7819399b57473..9b819f7bf8dbe38edbdff18c79b42bc881b47127 100644 --- a/test/mu/compare/ped-oldtable.tex +++ b/test/mu/compare/ped-oldtable.tex @@ -1,4 +1,4 @@ -\documentclass[oldtable,color]{fithesis3} +\documentclass[oldtable,color]{fithesis4} \usepackage{tabularx} \usepackage{tabu} \thesissetup{faculty=ped} diff --git a/test/mu/compare/ped-slovak.tex b/test/mu/compare/ped-slovak.tex index 8b27dfe99044be57a1dbe372476eea7e3085fb0f..ee83dbed082ccf6f10cf307d47c902cf10c1cd9e 100644 --- a/test/mu/compare/ped-slovak.tex +++ b/test/mu/compare/ped-slovak.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/ped-table.tex b/test/mu/compare/ped-table.tex index fd8a223a48410aebfb4e1fd7493661004e440c9e..1cf7b1e6174dd154ace44c7cdd10e3d778552fb3 100644 --- a/test/mu/compare/ped-table.tex +++ b/test/mu/compare/ped-table.tex @@ -1,4 +1,4 @@ -\documentclass[table,color]{fithesis3} +\documentclass[table,color]{fithesis4} \usepackage{tabu} \thesissetup{faculty=ped} \begin{document} diff --git a/test/mu/compare/phil-bibliography-solicited.tex b/test/mu/compare/phil-bibliography-solicited.tex index ff32e0dab7396465b5fa3cebb4104bec8664f236..a8738406062fef7bc72151e220fbde4c3bbb9de7 100644 --- a/test/mu/compare/phil-bibliography-solicited.tex +++ b/test/mu/compare/phil-bibliography-solicited.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{ faculty=phil, bib=../../../example/mu/example.bib} diff --git a/test/mu/compare/phil-bibliography-unsolicited.tex b/test/mu/compare/phil-bibliography-unsolicited.tex index 493285489104d7c9f7e1859ea2b4ed15e0d6c881..3eac8f8518e2dfb83e2e9c5906c09adc881e41a5 100644 --- a/test/mu/compare/phil-bibliography-unsolicited.tex +++ b/test/mu/compare/phil-bibliography-unsolicited.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{ faculty=phil, bib=../../../example/mu/example.bib} diff --git a/test/mu/compare/phil-czech-female.tex b/test/mu/compare/phil-czech-female.tex index e70e64701550874d39138bf557933ed19c857aab..ca0eb3ce7f5117c5292ef9e3baec79c0b774f8a2 100644 --- a/test/mu/compare/phil-czech-female.tex +++ b/test/mu/compare/phil-czech-female.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/phil-czech-male.tex b/test/mu/compare/phil-czech-male.tex index 3ccf22513df3d5ce3ab03177994225180dcd1b60..7fa89cd040d705c40b7f75458ac548ed1c385079 100644 --- a/test/mu/compare/phil-czech-male.tex +++ b/test/mu/compare/phil-czech-male.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/phil-czech.tex b/test/mu/compare/phil-czech.tex index a3196943d638f0ef50d542fa7773959e87d0501d..6d57d89a1aa8bf5cbc6f2db8327f73e3d34a1c4a 100644 --- a/test/mu/compare/phil-czech.tex +++ b/test/mu/compare/phil-czech.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/phil-english.tex b/test/mu/compare/phil-english.tex index 2e8ada01e1e2e7cbcc96df4b504ed1f5d76cdacf..aa1fe57c9a8d618ddf23f7a970b9e1a39960fc7e 100644 --- a/test/mu/compare/phil-english.tex +++ b/test/mu/compare/phil-english.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/phil-kisk-czech-female.tex b/test/mu/compare/phil-kisk-czech-female.tex index 774b7be73ae167d4c5709411550c67b904620ac3..c5eb8d07b6dfb2235c8b7e3c42590329fb197009 100644 --- a/test/mu/compare/phil-kisk-czech-female.tex +++ b/test/mu/compare/phil-kisk-czech-female.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/phil-kisk-czech-male.tex b/test/mu/compare/phil-kisk-czech-male.tex index d7bc93c28fce0cb14203ca03b3e51585028c0404..c91f2f049e9803e98b5c63a706f4b78dbba3be2a 100644 --- a/test/mu/compare/phil-kisk-czech-male.tex +++ b/test/mu/compare/phil-kisk-czech-male.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/phil-kisk-czech.tex b/test/mu/compare/phil-kisk-czech.tex index 3f0d9ccc1bfd681cb202a52af55da379d353db8b..a59f392f6b7734b2f3b306dfd1d005d3b13d735e 100644 --- a/test/mu/compare/phil-kisk-czech.tex +++ b/test/mu/compare/phil-kisk-czech.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/phil-kisk-english.tex b/test/mu/compare/phil-kisk-english.tex index d3ece46e1ba5163ec74d626a1bbed248599e2798..4d4c8750005f05bfbc3d032df2b3dc193a81a104 100644 --- a/test/mu/compare/phil-kisk-english.tex +++ b/test/mu/compare/phil-kisk-english.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/phil-kisk-slovak-female.tex b/test/mu/compare/phil-kisk-slovak-female.tex index f66be46dc68d7fba8530e739b6286b84358563b9..fc36ba12a85ba2971c47e54123ea753c4058cb2d 100644 --- a/test/mu/compare/phil-kisk-slovak-female.tex +++ b/test/mu/compare/phil-kisk-slovak-female.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/phil-kisk-slovak-male.tex b/test/mu/compare/phil-kisk-slovak-male.tex index 843e65d1db86ad7a4902edfda0d7805a87f34493..9729558f5e7d1d0a8a46556ca59a7f835dce4c1f 100644 --- a/test/mu/compare/phil-kisk-slovak-male.tex +++ b/test/mu/compare/phil-kisk-slovak-male.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/phil-kisk-slovak.tex b/test/mu/compare/phil-kisk-slovak.tex index 1a9fa75c84f072bd5450477baa9b1fa843d33884..05f445ee967a9141f849d7aecfea2085d648d3e7 100644 --- a/test/mu/compare/phil-kisk-slovak.tex +++ b/test/mu/compare/phil-kisk-slovak.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/phil-oldtable.tex b/test/mu/compare/phil-oldtable.tex index 85c63f2b8689dfd0c649c8fd7dd42f2ed78f5967..1c7fb0f407f953cab367375bdb13e043bcc8b41b 100644 --- a/test/mu/compare/phil-oldtable.tex +++ b/test/mu/compare/phil-oldtable.tex @@ -1,4 +1,4 @@ -\documentclass[oldtable,color]{fithesis3} +\documentclass[oldtable,color]{fithesis4} \usepackage{tabularx} \usepackage{tabu} \thesissetup{faculty=phil} diff --git a/test/mu/compare/phil-slovak-female.tex b/test/mu/compare/phil-slovak-female.tex index 8a5c7bb1f333a6e31df089a6accc78c0f73c4914..439ea4a6eb2241cadcee9a7eb5ac563b81fafad7 100644 --- a/test/mu/compare/phil-slovak-female.tex +++ b/test/mu/compare/phil-slovak-female.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/phil-slovak-male.tex b/test/mu/compare/phil-slovak-male.tex index e776d8c962374114c5a6f127009572ae346da05d..7c463798a6fd08d1333e30f28fd5b3de6286f27a 100644 --- a/test/mu/compare/phil-slovak-male.tex +++ b/test/mu/compare/phil-slovak-male.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/phil-slovak.tex b/test/mu/compare/phil-slovak.tex index 53edd2893f2b10d5a267650a1e3386d761769af9..72b9c98acb88e4b378f83279426e5aded446bb61 100644 --- a/test/mu/compare/phil-slovak.tex +++ b/test/mu/compare/phil-slovak.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/phil-table.tex b/test/mu/compare/phil-table.tex index 77cbc6d9bd55d0f9a25a3ec710b0262132c89a73..80a03ccaa5b61a77bf730f9b69af6607c38417a5 100644 --- a/test/mu/compare/phil-table.tex +++ b/test/mu/compare/phil-table.tex @@ -1,4 +1,4 @@ -\documentclass[table,color]{fithesis3} +\documentclass[table,color]{fithesis4} \usepackage{tabu} \thesissetup{faculty=phil} \begin{document} diff --git a/test/mu/compare/sci-bibliography-solicited.tex b/test/mu/compare/sci-bibliography-solicited.tex index 4dcad2a213309c605de2db8281cf16b133deda87..052a67c8eec1ea33896efff228cf7bd61531baf2 100644 --- a/test/mu/compare/sci-bibliography-solicited.tex +++ b/test/mu/compare/sci-bibliography-solicited.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{ faculty=sci, bib=../../../example/mu/example.bib} diff --git a/test/mu/compare/sci-bibliography-unsolicited.tex b/test/mu/compare/sci-bibliography-unsolicited.tex index dcff5cc0c653bd03f0ac9bdd1f60a2a5b7488c77..dc62c3671e2e85d30c13399f86eeb7c11c5051c9 100644 --- a/test/mu/compare/sci-bibliography-unsolicited.tex +++ b/test/mu/compare/sci-bibliography-unsolicited.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{ faculty=sci, bib=../../../example/mu/example.bib} diff --git a/test/mu/compare/sci-color.tex b/test/mu/compare/sci-color.tex index dd767a5bec91fb9ac429ef805b840325ed278830..21a53f24cc0f50bbced026de494b691cd1aeb806 100644 --- a/test/mu/compare/sci-color.tex +++ b/test/mu/compare/sci-color.tex @@ -1,4 +1,4 @@ -\documentclass[color]{fithesis3} +\documentclass[color]{fithesis4} \thesissetup{ faculty=sci} \begin{document} diff --git a/test/mu/compare/sci-czech-female.tex b/test/mu/compare/sci-czech-female.tex index 0a73ed87d6e265172c6216c8b8d467b047c22699..ebfe6963f374fb3179fc7832e176ab75e0b9e3d1 100644 --- a/test/mu/compare/sci-czech-female.tex +++ b/test/mu/compare/sci-czech-female.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/sci-czech-male.tex b/test/mu/compare/sci-czech-male.tex index 11ea4088f66556c4fc4b4c52991d4c645f6b79e9..c17d886e36c528e79ff4370ba3fbd1104baf51d6 100644 --- a/test/mu/compare/sci-czech-male.tex +++ b/test/mu/compare/sci-czech-male.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/sci-czech.tex b/test/mu/compare/sci-czech.tex index 2eeaf29a5585db5353e2d2c43ca842423d0e6211..5265cc452d8ec92281f9e9cac35fff0f30947afd 100644 --- a/test/mu/compare/sci-czech.tex +++ b/test/mu/compare/sci-czech.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/sci-digital-emptyassignment.tex b/test/mu/compare/sci-digital-emptyassignment.tex index 4e07fffdcc538c91a4a154e0a33613f0a6145071..ae50c1fa8dc8bb5ef5be5884b7b42c207b070f4f 100644 --- a/test/mu/compare/sci-digital-emptyassignment.tex +++ b/test/mu/compare/sci-digital-emptyassignment.tex @@ -1,4 +1,4 @@ -\documentclass[digital]{fithesis3} +\documentclass[digital]{fithesis4} \thesissetup{ faculty = sci, assignment = {}} diff --git a/test/mu/compare/sci-digital-noassignment.tex b/test/mu/compare/sci-digital-noassignment.tex index fdea4cc4a5a8c1ce8441adcfa9b8ef54dd6c9c08..3b7a2006d648573b5ec2ba1c035a84872f2d58f9 100644 --- a/test/mu/compare/sci-digital-noassignment.tex +++ b/test/mu/compare/sci-digital-noassignment.tex @@ -1,4 +1,4 @@ -\documentclass[digital]{fithesis3} +\documentclass[digital]{fithesis4} \thesissetup{faculty = sci} \begin{document} \end{document} diff --git a/test/mu/compare/sci-digital-someassignment-oneside.tex b/test/mu/compare/sci-digital-someassignment-oneside.tex index b27c09632aabfe4acbb543b964f43572f87deaec..0309b19041b64be2fdb1ec1da24f8f909ce318c7 100644 --- a/test/mu/compare/sci-digital-someassignment-oneside.tex +++ b/test/mu/compare/sci-digital-someassignment-oneside.tex @@ -1,4 +1,4 @@ -\documentclass[digital,oneside]{fithesis3} +\documentclass[digital,oneside]{fithesis4} \thesissetup{% faculty = sci, assignment = {resources/blindtext, resources/blindtext}} diff --git a/test/mu/compare/sci-digital-someassignment-twoside.tex b/test/mu/compare/sci-digital-someassignment-twoside.tex index 495865fa7773e7b0f1d86a70dfb553823c258119..3081809b445b4273cfa1e40fd26d9f36b5ea6c95 100644 --- a/test/mu/compare/sci-digital-someassignment-twoside.tex +++ b/test/mu/compare/sci-digital-someassignment-twoside.tex @@ -1,4 +1,4 @@ -\documentclass[digital,twoside]{fithesis3} +\documentclass[digital,twoside]{fithesis4} \thesissetup{% faculty = sci, assignment = {resources/blindtext, resources/blindtext}} diff --git a/test/mu/compare/sci-english.tex b/test/mu/compare/sci-english.tex index 5adc7727f8f8990d96c36ef76cc066c823963eed..7f3c13d6a3d9d3ecf9b144b186ba688a87198be5 100644 --- a/test/mu/compare/sci-english.tex +++ b/test/mu/compare/sci-english.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/sci-oldtable.tex b/test/mu/compare/sci-oldtable.tex index c611487bc9ded4ad7922154d7ba8a9cf5491eb22..d60ae7e587929b4c842b8f2c537b0f8f29faba67 100644 --- a/test/mu/compare/sci-oldtable.tex +++ b/test/mu/compare/sci-oldtable.tex @@ -1,4 +1,4 @@ -\documentclass[oldtable,color]{fithesis3} +\documentclass[oldtable,color]{fithesis4} \usepackage{tabularx} \usepackage{tabu} \thesissetup{faculty=sci} diff --git a/test/mu/compare/sci-printed-emptyassignment.tex b/test/mu/compare/sci-printed-emptyassignment.tex index bd6524e24e9fd062da256955545a962833b64136..76d424b0b6e642abf3ca97884dfce1407faef9ef 100644 --- a/test/mu/compare/sci-printed-emptyassignment.tex +++ b/test/mu/compare/sci-printed-emptyassignment.tex @@ -1,4 +1,4 @@ -\documentclass[printed]{fithesis3} +\documentclass[printed]{fithesis4} \thesissetup{ faculty = sci, assignment = {}} diff --git a/test/mu/compare/sci-printed-noassignment.tex b/test/mu/compare/sci-printed-noassignment.tex index f8a45e7097a02286fea2c6bb2dfbaba527807469..7b04eb6b2ba3c031b9e3cb279c25795605862c93 100644 --- a/test/mu/compare/sci-printed-noassignment.tex +++ b/test/mu/compare/sci-printed-noassignment.tex @@ -1,4 +1,4 @@ -\documentclass[printed]{fithesis3} +\documentclass[printed]{fithesis4} \thesissetup{faculty = sci} \begin{document} \end{document} diff --git a/test/mu/compare/sci-printed-someassignment-oneside.tex b/test/mu/compare/sci-printed-someassignment-oneside.tex index ae2506d2758bd735e0d105568d59055c27101833..7b05c23223d913c7f09d72a12d284de4ebc417e3 100644 --- a/test/mu/compare/sci-printed-someassignment-oneside.tex +++ b/test/mu/compare/sci-printed-someassignment-oneside.tex @@ -1,4 +1,4 @@ -\documentclass[printed,oneside]{fithesis3} +\documentclass[printed,oneside]{fithesis4} \thesissetup{% faculty = sci, assignment = {resources/blindtext, resources/blindtext}} diff --git a/test/mu/compare/sci-printed-someassignment-twoside.tex b/test/mu/compare/sci-printed-someassignment-twoside.tex index 97895896b05757d5dad15cb9de1b2b69820bccb7..e12e1b65b27dfbe0a38c4bad6494f2a10e00e533 100644 --- a/test/mu/compare/sci-printed-someassignment-twoside.tex +++ b/test/mu/compare/sci-printed-someassignment-twoside.tex @@ -1,4 +1,4 @@ -\documentclass[printed,twoside]{fithesis3} +\documentclass[printed,twoside]{fithesis4} \thesissetup{% faculty = sci, assignment = {resources/blindtext, resources/blindtext}} diff --git a/test/mu/compare/sci-rigorous.tex b/test/mu/compare/sci-rigorous.tex index 317631a5415b85f45d7d2af28bcb91b5de9e291f..3c321439684f1123197a6d60f82809bdc2913faf 100644 --- a/test/mu/compare/sci-rigorous.tex +++ b/test/mu/compare/sci-rigorous.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/sci-slovak-female.tex b/test/mu/compare/sci-slovak-female.tex index 32508865f24b1cbff219bbc06181f891be0155e0..30910223d0bd69d186ea312f5d62513accbcec9c 100644 --- a/test/mu/compare/sci-slovak-female.tex +++ b/test/mu/compare/sci-slovak-female.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/sci-slovak-male.tex b/test/mu/compare/sci-slovak-male.tex index 676a5e7029c518209b595d66b070cea8b0958110..92c471c645ef236a3fabb004033a07df6b04766a 100644 --- a/test/mu/compare/sci-slovak-male.tex +++ b/test/mu/compare/sci-slovak-male.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/sci-slovak.tex b/test/mu/compare/sci-slovak.tex index 7757b11fc8b3ec566051a1ae8bbad7dd3f9e3c4d..dc125f864e6563b4a3c9f5b7b999401333663d73 100644 --- a/test/mu/compare/sci-slovak.tex +++ b/test/mu/compare/sci-slovak.tex @@ -1,4 +1,4 @@ -\documentclass[monochrome]{fithesis3} +\documentclass[monochrome]{fithesis4} \usepackage{ifluatex} \ifluatex \usepackage{polyglossia} diff --git a/test/mu/compare/sci-table.tex b/test/mu/compare/sci-table.tex index 2d5ca51b8c732054c9cdd956eeb2cbcb24b5b94b..34fb765dbbb4bd47fb401647a9b2d51da1c54d3d 100644 --- a/test/mu/compare/sci-table.tex +++ b/test/mu/compare/sci-table.tex @@ -1,4 +1,4 @@ -\documentclass[table,color]{fithesis3} +\documentclass[table,color]{fithesis4} \usepackage{tabu} \thesissetup{faculty=sci} \begin{document} diff --git a/test/mu/compare/toc-01.tex b/test/mu/compare/toc-01.tex index 9c5e75ec346afe0e6068dff8e4504ef6d8466894..69ae3f113b5a4710d1254f9ad006eb35c27277de 100644 --- a/test/mu/compare/toc-01.tex +++ b/test/mu/compare/toc-01.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{autoLayout = false} \thesisload \setcounter{tocdepth}{-2} diff --git a/test/mu/compare/toc-02.tex b/test/mu/compare/toc-02.tex index c69b1d3bf5d096e0fd4d75a717e29cd4ed7f8c6c..52676dcb3a7eebe01e3f09888762e88fda988e6c 100644 --- a/test/mu/compare/toc-02.tex +++ b/test/mu/compare/toc-02.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{autoLayout = false} \thesisload \setcounter{tocdepth}{-1} diff --git a/test/mu/compare/toc-03.tex b/test/mu/compare/toc-03.tex index c5162451169bacbee6a10d246a198fc527258724..15084e120fdb6ea614ba510fd74e8173ef282e51 100644 --- a/test/mu/compare/toc-03.tex +++ b/test/mu/compare/toc-03.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{autoLayout = false} \thesisload \setcounter{tocdepth}{-1} diff --git a/test/mu/compare/toc-04.tex b/test/mu/compare/toc-04.tex index 613fd496e66eee844afae493143057b56331462c..5bcdcc846cb557448f98fb92837a936717580087 100644 --- a/test/mu/compare/toc-04.tex +++ b/test/mu/compare/toc-04.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{autoLayout = false} \thesisload \setcounter{tocdepth}{0} diff --git a/test/mu/compare/toc-05.tex b/test/mu/compare/toc-05.tex index 94ecc66bdf3037ec6ad1702ebe842f4daac1aabf..6a15403e87b796f27a543b41e81ada02cad55507 100644 --- a/test/mu/compare/toc-05.tex +++ b/test/mu/compare/toc-05.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{autoLayout = false} \thesisload \setcounter{tocdepth}{0} diff --git a/test/mu/compare/toc-06.tex b/test/mu/compare/toc-06.tex index 62f6634f022a6b026f65edb0e6e19ed32816b353..ed5383da01570cf34665b94882f3bdb7b7433e7c 100644 --- a/test/mu/compare/toc-06.tex +++ b/test/mu/compare/toc-06.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{autoLayout = false} \thesisload \setcounter{tocdepth}{0} diff --git a/test/mu/compare/toc-07.tex b/test/mu/compare/toc-07.tex index 03184383011531ab79b07a692f682125a737a54b..b31ae029e3679991cf3c0fce33c58fbf277dbabf 100644 --- a/test/mu/compare/toc-07.tex +++ b/test/mu/compare/toc-07.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{autoLayout = false} \thesisload \setcounter{tocdepth}{1} diff --git a/test/mu/compare/toc-08.tex b/test/mu/compare/toc-08.tex index 61622b8a7412a3800327de4cc9e2e4ebf684ba8f..a51bcdc07c6c9fa2b6fcbdd3f6d6ac82bbabcd66 100644 --- a/test/mu/compare/toc-08.tex +++ b/test/mu/compare/toc-08.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{autoLayout = false} \thesisload \setcounter{tocdepth}{1} diff --git a/test/mu/compare/toc-09.tex b/test/mu/compare/toc-09.tex index e8e7a79e833ff7dd5739f2c7141dc50613819037..73df10b1f0e9b2daf16554b077f3de0f9b1efd69 100644 --- a/test/mu/compare/toc-09.tex +++ b/test/mu/compare/toc-09.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{autoLayout = false} \thesisload \setcounter{tocdepth}{1} diff --git a/test/mu/compare/toc-10.tex b/test/mu/compare/toc-10.tex index c533930643965c33c452321c781fe8d0541cf2f9..e53d9e5b972b8655a6dc0555fd593a0a23d220f1 100644 --- a/test/mu/compare/toc-10.tex +++ b/test/mu/compare/toc-10.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{autoLayout = false} \thesisload \setcounter{tocdepth}{1} diff --git a/test/mu/compare/toc-11.tex b/test/mu/compare/toc-11.tex index 7f29c5ad8c307acbd4eed9234ea3ed6c8959fad7..6ae7e0019dccb77d6a03594cdbcdbf536fa6e723 100644 --- a/test/mu/compare/toc-11.tex +++ b/test/mu/compare/toc-11.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{autoLayout = false} \thesisload \setcounter{tocdepth}{2} diff --git a/test/mu/compare/toc-12.tex b/test/mu/compare/toc-12.tex index 62fbfbe689d39aa497cea8b0ba6addcea12edf23..bf679ef73d6e80c04a071ea553367d320c500a66 100644 --- a/test/mu/compare/toc-12.tex +++ b/test/mu/compare/toc-12.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{autoLayout = false} \thesisload \setcounter{tocdepth}{2} diff --git a/test/mu/compare/toc-13.tex b/test/mu/compare/toc-13.tex index d5d872bac6c555850fea94ae8fc878be3d1fb040..469c8e9e1977a64a7e3b002709ff3d3692e47df5 100644 --- a/test/mu/compare/toc-13.tex +++ b/test/mu/compare/toc-13.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{autoLayout = false} \thesisload \setcounter{tocdepth}{2} diff --git a/test/mu/compare/toc-14.tex b/test/mu/compare/toc-14.tex index d694a162f02b6048c9faf5ba9c63e20cd808e64d..b809b2d0384cedd3b401e0a44db2e7d7aeedd124 100644 --- a/test/mu/compare/toc-14.tex +++ b/test/mu/compare/toc-14.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{autoLayout = false} \thesisload \setcounter{tocdepth}{2} diff --git a/test/mu/compare/toc-15.tex b/test/mu/compare/toc-15.tex index 9d51bf476a23baa03106462be771328af1d6ef81..944afb66fdb5351b70f19cad0ec3f853bcc292c7 100644 --- a/test/mu/compare/toc-15.tex +++ b/test/mu/compare/toc-15.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{autoLayout = false} \thesisload \setcounter{tocdepth}{2} diff --git a/test/mu/compare/toc-16.tex b/test/mu/compare/toc-16.tex index 6f6f79d562433ce12c2711fa0fbd568414e35db7..ab2266d7074b2ef2bf5ca7ec1bfe9eb5e6ccc2bd 100644 --- a/test/mu/compare/toc-16.tex +++ b/test/mu/compare/toc-16.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{autoLayout = false} \thesisload \setcounter{tocdepth}{3} diff --git a/test/mu/compare/toc-17.tex b/test/mu/compare/toc-17.tex index 11a66b125dec86c5ab751720b627de541f7a321f..7b39eaf456bca29ae94b486f1ec8674f09664884 100644 --- a/test/mu/compare/toc-17.tex +++ b/test/mu/compare/toc-17.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{autoLayout = false} \thesisload \setcounter{tocdepth}{3} diff --git a/test/mu/compare/toc-18.tex b/test/mu/compare/toc-18.tex index 138677823542985a510321f5704e590819b25ec3..688f5836f3b75527ebf4079cdafea5cb7319c7c8 100644 --- a/test/mu/compare/toc-18.tex +++ b/test/mu/compare/toc-18.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{autoLayout = false} \thesisload \setcounter{tocdepth}{3} diff --git a/test/mu/compare/toc-19.tex b/test/mu/compare/toc-19.tex index 8fcfe1bff2e1df026853a5533ae1ef808a1bf023..a99865bd0a8da9145b591fe9a9ba9a38901f3496 100644 --- a/test/mu/compare/toc-19.tex +++ b/test/mu/compare/toc-19.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{autoLayout = false} \thesisload \setcounter{tocdepth}{3} diff --git a/test/mu/compare/toc-20.tex b/test/mu/compare/toc-20.tex index cf8cff08a3bcd498af4afdc97d8baffe6d14b525..45bbb0e5a4c8cbf84849ff14effdc86d3d2323ac 100644 --- a/test/mu/compare/toc-20.tex +++ b/test/mu/compare/toc-20.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{autoLayout = false} \thesisload \setcounter{tocdepth}{3} diff --git a/test/mu/compare/toc-21.tex b/test/mu/compare/toc-21.tex index 871793870cb68ddda6c73a7b171da577be8660d6..190375f284c5c110c36c598f0fc382c36be27bc5 100644 --- a/test/mu/compare/toc-21.tex +++ b/test/mu/compare/toc-21.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{autoLayout = false} \thesisload \setcounter{tocdepth}{3} diff --git a/test/mu/compare/toc-22.tex b/test/mu/compare/toc-22.tex index 03ac4f4266e4f88c7561de01c409755d3a6a33ba..6b19f4aa0413922c46a5b8d4423c4728da6f9051 100644 --- a/test/mu/compare/toc-22.tex +++ b/test/mu/compare/toc-22.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{autoLayout = false} \thesisload \setcounter{tocdepth}{4} diff --git a/test/mu/compare/toc-23.tex b/test/mu/compare/toc-23.tex index 1cba1daae039a9575fb2301a093e7327b9d44b1f..ad7373a7ecf1f55daf183dde8352c594e1d4c63b 100644 --- a/test/mu/compare/toc-23.tex +++ b/test/mu/compare/toc-23.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{autoLayout = false} \thesisload \setcounter{tocdepth}{4} diff --git a/test/mu/compare/toc-24.tex b/test/mu/compare/toc-24.tex index 41615e1b304e58015f0e5d10cd9e38619f0db86c..45720f58920f97356920cd0bc0694b982aa0c16d 100644 --- a/test/mu/compare/toc-24.tex +++ b/test/mu/compare/toc-24.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{autoLayout = false} \thesisload \setcounter{tocdepth}{4} diff --git a/test/mu/compare/toc-25.tex b/test/mu/compare/toc-25.tex index 7742bf891eaf2d6a7362d942d4aec40419cc6c3d..cf4a9497b5b5ce9c426ffb7df02bb2672cacd044 100644 --- a/test/mu/compare/toc-25.tex +++ b/test/mu/compare/toc-25.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{autoLayout = false} \thesisload \setcounter{tocdepth}{4} diff --git a/test/mu/compare/toc-26.tex b/test/mu/compare/toc-26.tex index 4ed8943575038254f540536ae565228002c36e34..a1cba432774ded2af55e2795c98a37b52251d496 100644 --- a/test/mu/compare/toc-26.tex +++ b/test/mu/compare/toc-26.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{autoLayout = false} \thesisload \setcounter{tocdepth}{4} diff --git a/test/mu/compare/toc-27.tex b/test/mu/compare/toc-27.tex index db2fb59001d573cc7f6c5ed598799805bdb0c046..9ff65397c895c2ff4ef341565f870308c4fe9840 100644 --- a/test/mu/compare/toc-27.tex +++ b/test/mu/compare/toc-27.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{autoLayout = false} \thesisload \setcounter{tocdepth}{4} diff --git a/test/mu/compare/toc-28.tex b/test/mu/compare/toc-28.tex index e06a2ef19e2f6b9c69f4b6f58ce5ecbfe4923197..6a24a3a5d4302eb2aa8a2fba96be25be85514944 100644 --- a/test/mu/compare/toc-28.tex +++ b/test/mu/compare/toc-28.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{autoLayout = false} \thesisload \setcounter{tocdepth}{4} diff --git a/test/parse-date.tex b/test/parse-date.tex index 24d17760ece4b5944ba30cebc6ae364598c83432..4a598fab9194ff7b43e5c41eabd1c2bb12027b4a 100644 --- a/test/parse-date.tex +++ b/test/parse-date.tex @@ -1,4 +1,4 @@ -\documentclass{fithesis3} +\documentclass{fithesis4} \thesissetup{autoLayout=false} \begin{document}\makeatletter % Unit tests for the `\thesis@parseDate` function.