diff --git a/fithesis.dtx b/fithesis.dtx
index bfda069bcfeddc0043408bb0b803a37a386f82d6..3cafacd93cfa6b92f9caa13d40317b60ce5dc246 100644
--- a/fithesis.dtx
+++ b/fithesis.dtx
@@ -56,7 +56,7 @@
   \gdef\thesis@version@number{#1}
   \gdef\thesis@version@date{#2}
   \gdef\thesis@version{#2 #1 fithesis3 MU thesis class}}
-\thesis@versiondef{v0.3.51}{2020/03/09}}
+\thesis@versiondef{v1.0.0-dev}{2021/02/21}}
 % {\newwrite\f\openout\f=VERSION\write\f{\thesis@version}\closeout\f}
 %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -896,13 +896,15 @@
 % \subsubsection{The \texttt{style} key}
 % The \marg{\texttt{style}=filename} pair sets the filename of the
 % style file to be used to \textit{filename}. The \textit{filename}
-% is stored within the |\thesis@style| macro, whose
-% implicit value is |\thesis@university/fithesis-\thesis@faculty|.
+% is stored within the |\thesis@style| macro, whose implicit value is
+% |\thesis@university/fithesis-\thesis@university-\thesis@faculty|.
 % When the \textit{filename} is an empty token string, no style
 % files will be loaded during the main routine (see Section
 % \ref{sec:thesisload}).
+% \changes{v1.0.0}{2021/02/21}{File were renamed after
+%   breaking changes in package loading after PR 438 in \LaTeXe. [VN]}
 %    \begin{macrocode}
-\def\thesis@style{\thesis@university/fithesis-\thesis@faculty}
+\def\thesis@style{\thesis@university/fithesis-\thesis@university-\thesis@faculty}
 \define@key{thesis}{style}{%
   \def\thesis@style{#1}}
 %    \end{macrocode}
@@ -1656,9 +1658,11 @@
 % If inheritance is enabled for style files, then the
 % |\thesis@requireStyle|\marg{style} macro sequentially
 % loads each of the following files, provided they exist:
+% \changes{v1.0.0}{2021/02/21}{File were renamed after
+%   breaking changes in package loading after PR 438 in \LaTeXe. [VN]}
 % \begin{enumerate}
 %   \item|\thesis@stylepath fithesis-base.sty|
-%   \item|\thesis@stylepath\thesis@university/fithesis-base.sty|
+%   \item|\thesis@stylepath\thesis@university/fithesis-\thesis@university-base.sty|
 %   \item|\thesis@stylepath| \textit{style}|.sty|
 % \end{enumerate}If inheritance is disabled for style files, then
 % only the last listed file is loaded. The \texttt{fithesis-}
@@ -1669,7 +1673,7 @@
   \ifthesis@style@inheritance
     \thesis@requireIfExists{\thesis@stylepath fithesis-base}%
     \thesis@requireIfExists{\thesis@stylepath\thesis@university
-      /fithesis-base}
+      /fithesis-\thesis@university-base}
   \fi
   \thesis@requireIfExists{\thesis@stylepath#1}}
 %    \end{macrocode}
diff --git a/style/mu/Makefile b/style/mu/Makefile
index 6d43d8eab216ba76b7c220003b56efd2318ad429..eb91ae19db7f60b9d8b7adbfd4b021a188c19a92 100644
--- a/style/mu/Makefile
+++ b/style/mu/Makefile
@@ -1,9 +1,9 @@
 LOGS=base.log fi.log sci.log phil.log ped.log fss.log law.log \
 	econ.log med.log fsps.log
-OUTPUT=fithesis-base.sty fithesis-1[012].clo fithesis-fi.sty \
-	fithesis-sci.sty fithesis-phil.sty fithesis-ped.sty \
-	fithesis-fss.sty fithesis-law.sty fithesis-econ.sty \
-	fithesis-med.sty fithesis-fsps.sty
+OUTPUT=fithesis-mu-base.sty fithesis-mu-1[012].clo fithesis-mu-fi.sty \
+	fithesis-mu-sci.sty fithesis-mu-phil.sty fithesis-mu-ped.sty \
+	fithesis-mu-fss.sty fithesis-mu-law.sty fithesis-mu-econ.sty \
+	fithesis-mu-med.sty fithesis-mu-fsps.sty
 
 # These targets create all the locale files.
 all: explode
diff --git a/style/mu/base.dtx b/style/mu/base.dtx
index 3c34a6cb0ee65fb1d5d3349a69422d3c0395da47..51898073c7e753079e1a9d1b84b33969f02fed0d 100644
--- a/style/mu/base.dtx
+++ b/style/mu/base.dtx
@@ -1,13 +1,15 @@
 % \iffalse
 %<*base>
 % \fi\file{style/mu/fithesis-base.sty}\label{sec:fithesis-mu-base}
+% \changes{v1.0.0}{2021/02/21}{File were renamed after
+%   breaking changes in package loading after PR 438 in \LaTeXe. [VN]}
 % This is the base style file for theses written at the Masaryk
 % University in Brno. When inheritance is enabled for style files,
 % this file is always the second style file to be loaded right
 % after \texttt{style/fithesis-base.sty}, regardless of the value
 % of the |\thesis@style| macro.
 %    \begin{macrocode}
-\ProvidesPackage{fithesis/style/mu/fithesis-base}[2018/12/25]
+\ProvidesPackage{fithesis/style/mu/fithesis-mu-base}[2021/02/21]
 \NeedsTeXFormat{LaTeX2e}
 %    \end{macrocode}
 % The file recognizes the following options: \begin{itemize}
@@ -1081,8 +1083,8 @@
 % The rest of the file comprises redefinitions of \LaTeX\ commands
 % and private \texttt{rapport3} class macros altering the layout of
 % the resulting document. Depending on the type size of 10, 11 or
-% 12 points, either the \texttt{fithesis-10.clo},
-% \texttt{fithesis-11.clo} or \texttt{fithesis-12.clo} file is
+% 12 points, either the \texttt{fithesis-mu-10.clo},
+% \texttt{fithesis-mu-11.clo} or \texttt{fithesis-mu-12.clo} file is
 % loaded from the |\thesis@stylepath| |mu| directory, respectively.
 %    \begin{macrocode}
 % Table of contents will contain sectioning commands up to
@@ -1092,7 +1094,11 @@
 % Sections up to \subsection will be numbered.
 \setcounter{secnumdepth}{2}
 
-% Load the `fithesis-1*.clo` size option.
+%    \end{macrocode}
+% \changes{v1.0.0}{2021/02/21}{File were renamed after
+%   breaking changes in package loading after PR 438 in \LaTeXe. [VN]}
+%    \begin{macrocode}
+% Load the `fithesis-mu-1*.clo` size option.
 \input\thesis@stylepath mu/fithesis-1\thesis@ptsize.clo\relax
 
 % Define the running heading style.
@@ -1215,13 +1221,15 @@
 %    \end{macrocode}\iffalse
 %</base>
 % \fi\file{style/mu/fithesis-10.clo}
+% \changes{v1.0.0}{2021/02/21}{File were renamed after
+%   breaking changes in package loading after PR 438 in \LaTeXe. [VN]}
 % This file is conditionally loaded by the
 % \texttt{style/mu/base.sty} file to redefine the page geometry to
 % match the type size of 10 points.
 %    \begin{macrocode}
 %<*opt>
 %<*10pt>
-\ProvidesFile{fithesis/style/mu/fithesis-10.clo}[2016/05/15]
+\ProvidesFile{fithesis/style/mu/fithesis-mu-10.clo}[2021/02/21]
 
 \renewcommand{\normalsize}{\fontsize\@xpt{12}\selectfont
 \abovedisplayskip 10\p@ plus2\p@ minus5\p@
@@ -1259,12 +1267,14 @@
 %</10pt>
 %    \end{macrocode}
 % \file{style/mu/fithesis-11.clo}
+% \changes{v1.0.0}{2021/02/21}{File were renamed after
+%   breaking changes in package loading after PR 438 in \LaTeXe. [VN]}
 % This file is conditionally loaded by the
 % \texttt{style/mu/base.sty} file to redefine the page geometry to
 % match the type size of 11 points.
 %    \begin{macrocode}
 %<*11pt>
-\ProvidesFile{fithesis/style/mu/fithesis-11.clo}[2016/05/15]
+\ProvidesFile{fithesis/style/mu/fithesis-mu-11.clo}[2021/02/21]
 
 \renewcommand{\normalsize}{\fontsize\@xipt{14}\selectfont
 \abovedisplayskip 11\p@ plus3\p@ minus6\p@
@@ -1302,6 +1312,8 @@
 %</11pt>
 %    \end{macrocode}
 % \file{style/mu/fithesis-12.clo}
+% \changes{v1.0.0}{2021/02/21}{File were renamed after
+%   breaking changes in package loading after PR 438 in \LaTeXe. [VN]}
 % This file is conditionally loaded by the
 % \texttt{style/mu/base.sty} file to redefine the page geometry to
 % match the type size of 12 points. The type dimensions defined by
@@ -1333,7 +1345,7 @@
 % should remain constant regardless of the font size setting.
 %    \begin{macrocode}
 %<*12pt>
-\ProvidesFile{fithesis/style/mu/fithesis-12.clo}[2016/05/15]
+\ProvidesFile{fithesis/style/mu/fithesis-mu-12.clo}[2021/02/21]
 %</12pt>
 
 \def\thesis@titlePage@normalsize{\fontsize\@xiipt{14.5}%
diff --git a/style/mu/base.ins b/style/mu/base.ins
index d73cfb271b943c6efd34b46fe354f3a4a3f755b3..eb86511e558d1638ae2e216463a90528ea60adb5 100644
--- a/style/mu/base.ins
+++ b/style/mu/base.ins
@@ -1,6 +1,6 @@
 \input ../../LICENSE
-\generate{\file{fithesis-base.sty}{\from{base.dtx}{base}}
-          \file{fithesis-10.clo}{\from{base.dtx}{opt,10pt}}
-          \file{fithesis-11.clo}{\from{base.dtx}{opt,11pt}}
-          \file{fithesis-12.clo}{\from{base.dtx}{opt,12pt}}}
+\generate{\file{fithesis-mu-base.sty}{\from{base.dtx}{base}}
+          \file{fithesis-mu-10.clo}{\from{base.dtx}{opt,10pt}}
+          \file{fithesis-mu-11.clo}{\from{base.dtx}{opt,11pt}}
+          \file{fithesis-mu-12.clo}{\from{base.dtx}{opt,12pt}}}
 \endbatchfile
diff --git a/style/mu/econ.dtx b/style/mu/econ.dtx
index da1bef6fcc705973a9a137a5aadd921d9326d4c5..c6de0fa78808f3709b56ff9d6a16598267760832 100644
--- a/style/mu/econ.dtx
+++ b/style/mu/econ.dtx
@@ -1,4 +1,6 @@
 % \file{style/mu/fithesis-econ.sty}
+% \changes{v1.0.0}{2021/02/21}{File were renamed after
+%   breaking changes in package loading after PR 438 in \LaTeXe. [VN]}
 % This is the style file for the theses written at the Faculty of
 % Economics and Administration at the Masaryk University in Brno.
 % It has been prepared in accordance with the formal requirements
@@ -11,7 +13,7 @@
 % zaverecnych_pracich_2017.docx}}.
 %    \begin{macrocode}
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fithesis/style/mu/fithesis-econ}[2018/06/11]
+\ProvidesPackage{fithesis/style/mu/fithesis-mu-econ}[2021/02/21]
 %    \end{macrocode}
 % The file defines the color scheme of the respective faculty. Note
 % the the color definitions are in RGB, which makes the resulting
diff --git a/style/mu/econ.ins b/style/mu/econ.ins
index a6689764cf4fa696eb7b1f79d56174658fc40d56..955297f6ed90e9f2f80dc12dfe62e648741ee747 100644
--- a/style/mu/econ.ins
+++ b/style/mu/econ.ins
@@ -1,3 +1,3 @@
 \input ../../LICENSE
-\generate{\file{fithesis-econ.sty}{\from{econ.dtx}{}}}
+\generate{\file{fithesis-mu-econ.sty}{\from{econ.dtx}{}}}
 \endbatchfile
diff --git a/style/mu/fi.dtx b/style/mu/fi.dtx
index 28a15307439cc90eea5ba501ffa564cf81195c74..4d14dc45f0538c707157f2b6f8c9286c63a0814e 100644
--- a/style/mu/fi.dtx
+++ b/style/mu/fi.dtx
@@ -1,4 +1,6 @@
 % \file{style/mu/fithesis-fi.sty}
+% \changes{v1.0.0}{2021/02/21}{File were renamed after
+%   breaking changes in package loading after PR 438 in \LaTeXe. [VN]}
 % This is the style file for the theses written at the Faculty of
 % Informatics at the Masaryk University in Brno. It has been
 % prepared in accordance with the formal requirements published at
@@ -8,7 +10,7 @@
 % \url{http://www.fi.muni.cz/docs/BP_DP_na_FI.pdf}.}.
 %    \begin{macrocode}
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fithesis/style/mu/fithesis-fi}[2016/04/18]
+\ProvidesPackage{fithesis/style/mu/fithesis-mu-fi}[2021/02/21]
 %    \end{macrocode}
 % The file defines the color scheme of the respective faculty. Note
 % the the color definitions are in RGB, which makes the resulting
diff --git a/style/mu/fi.ins b/style/mu/fi.ins
index ccf95062180fc9f21e4ab64c006d209ae1cb8c69..2bf4970abf2ac356c03ab83acac12b2d29ffbdf2 100644
--- a/style/mu/fi.ins
+++ b/style/mu/fi.ins
@@ -1,3 +1,3 @@
 \input ../../LICENSE
-\generate{\file{fithesis-fi.sty}{\from{fi.dtx}{}}}
+\generate{\file{fithesis-mu-fi.sty}{\from{fi.dtx}{}}}
 \endbatchfile
diff --git a/style/mu/fsps.dtx b/style/mu/fsps.dtx
index 9efba78442fc766f89b1d568cedbca9efddf0b74..93afdc84c23f1c13f381560ba3f6f449b86dc4b7 100644
--- a/style/mu/fsps.dtx
+++ b/style/mu/fsps.dtx
@@ -1,4 +1,6 @@
 % \file{style/mu/fithesis-fsps.sty}
+% \changes{v1.0.0}{2021/02/21}{File were renamed after
+%   breaking changes in package loading after PR 438 in \LaTeXe. [VN]}
 % This is the style file for the theses written at the Faculty of
 % Sports Studies at the Masaryk University in Brno. It has been
 % prepared in accordance with the formal requirements published at
@@ -7,7 +9,7 @@
 % 5-2013.pdf}}.
 %    \begin{macrocode}
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fithesis/style/mu/fithesis-fsps}[2018/02/11]
+\ProvidesPackage{fithesis/style/mu/fithesis-mu-fsps}[2021/02/21]
 %    \end{macrocode}
 % The file defines the color scheme of the respective faculty. Note
 % the the color definitions are in RGB, which makes the resulting
diff --git a/style/mu/fsps.ins b/style/mu/fsps.ins
index cc6eba67fde55bac6a57dd9d98e1276ad66fddf1..2456ad8427b54dd207c89fce10b4de6d16b5a362 100644
--- a/style/mu/fsps.ins
+++ b/style/mu/fsps.ins
@@ -1,3 +1,3 @@
 \input ../../LICENSE
-\generate{\file{fithesis-fsps.sty}{\from{fsps.dtx}{}}}
+\generate{\file{fithesis-mu-fsps.sty}{\from{fsps.dtx}{}}}
 \endbatchfile
diff --git a/style/mu/fss.dtx b/style/mu/fss.dtx
index 820f180eea08f233925644548a216838d73a2377..23fad7684f964e241fba397f1f5d81e9af62185a 100644
--- a/style/mu/fss.dtx
+++ b/style/mu/fss.dtx
@@ -1,4 +1,6 @@
 % \file{style/mu/fithesis-fss.sty}
+% \changes{v1.0.0}{2021/02/21}{File were renamed after
+%   breaking changes in package loading after PR 438 in \LaTeXe. [VN]}
 % This is the style file for the theses written at the Faculty of
 % Social Studies at the Masaryk University in Brno. Since there
 % exists no faculty-wide formal requirement or recommendation,^^A
@@ -15,7 +17,7 @@
 % modification by the individual departments.
 %    \begin{macrocode}
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fithesis/style/mu/fithesis-fss}[2016/04/18]
+\ProvidesPackage{fithesis/style/mu/fithesis-mu-fss}[2021/02/21]
 %    \end{macrocode}
 % The file defines the color scheme of the respective faculty. Note
 % the the color definitions are in RGB, which makes the resulting
diff --git a/style/mu/fss.ins b/style/mu/fss.ins
index 8a2df3b0b9acb9f8d0ec0b041d2ceb68948eba50..6031dcc548868f29b625981e22ed5b9a7b78917d 100644
--- a/style/mu/fss.ins
+++ b/style/mu/fss.ins
@@ -1,3 +1,3 @@
 \input ../../LICENSE
-\generate{\file{fithesis-fss.sty}{\from{fss.dtx}{}}}
+\generate{\file{fithesis-mu-fss.sty}{\from{fss.dtx}{}}}
 \endbatchfile
diff --git a/style/mu/law.dtx b/style/mu/law.dtx
index fb02d5dde025563bc6a14dcd2c80e4389c1540f0..d473050afb54cc51c8f53208b75f3a955634890c 100644
--- a/style/mu/law.dtx
+++ b/style/mu/law.dtx
@@ -1,4 +1,6 @@
 % \file{style/mu/fithesis-law.sty}
+% \changes{v1.0.0}{2021/02/21}{File were renamed after
+%   breaking changes in package loading after PR 438 in \LaTeXe. [VN]}
 % This is the style file for the theses written at the Faculty of
 % Law at the Masaryk University in Brno. It has been prepared in
 % accordance with the formal requirements published at the
@@ -7,7 +9,7 @@
 % .cz/do/law/ud/predp/smer/S-04-2013_O_citacich_dokumentu.pdf}}.
 %    \begin{macrocode}
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fithesis/style/mu/fithesis-law}[2017/05/21]
+\ProvidesPackage{fithesis/style/mu/fithesis-mu-law}[2021/02/21]
 %    \end{macrocode}
 % The file defines the color scheme of the respective faculty. Note
 % the the color definitions are in RGB, which makes the resulting
diff --git a/style/mu/law.ins b/style/mu/law.ins
index c688afd3ec63273cc0f55ae451fe44f1aa9b625e..4f0d34b3eab9aa759dfd7efdb2de70f6e4a7f7c5 100644
--- a/style/mu/law.ins
+++ b/style/mu/law.ins
@@ -1,3 +1,3 @@
 \input ../../LICENSE
-\generate{\file{fithesis-law.sty}{\from{law.dtx}{}}}
+\generate{\file{fithesis-mu-law.sty}{\from{law.dtx}{}}}
 \endbatchfile
diff --git a/style/mu/med.dtx b/style/mu/med.dtx
index 812e4c7273d4b7b66f51f3a3d411e70ef13b5e32..e16557c1826eb3fe9292a461fd81751c9039d017 100644
--- a/style/mu/med.dtx
+++ b/style/mu/med.dtx
@@ -1,4 +1,6 @@
 % \file{style/mu/fithesis-med.sty}
+% \changes{v1.0.0}{2021/02/21}{File were renamed after
+%   breaking changes in package loading after PR 438 in \LaTeXe. [VN]}
 % This is the style file for the theses written at the Faculty of
 % Medicine at the Masaryk University in Brno. It has been prepared
 % in accordance with the formal requirements published at the
@@ -7,7 +9,7 @@
 % ZITOSTI_ZAVERECNE_PRACE.doc}}.
 %    \begin{macrocode}
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fithesis/style/mu/fithesis-med}[2018/06/11]
+\ProvidesPackage{fithesis/style/mu/fithesis-mu-med}[2021/02/21]
 %    \end{macrocode}
 % The file defines the color scheme of the respective faculty. Note
 % the the color definitions are in RGB, which makes the resulting
diff --git a/style/mu/med.ins b/style/mu/med.ins
index 7f59c26c1de67c70b877d2e2825309aa89eb2079..944e6d9a9bbeff6064a9de9411beab6b662dab33 100644
--- a/style/mu/med.ins
+++ b/style/mu/med.ins
@@ -1,3 +1,3 @@
 \input ../../LICENSE
-\generate{\file{fithesis-med.sty}{\from{med.dtx}{}}}
+\generate{\file{fithesis-mu-med.sty}{\from{med.dtx}{}}}
 \endbatchfile
diff --git a/style/mu/ped.dtx b/style/mu/ped.dtx
index 49c2b643cb1054a9d925d8ebeb10ad4e37a62679..509652a17abb67222b4a7e624e172da50ba2767c 100644
--- a/style/mu/ped.dtx
+++ b/style/mu/ped.dtx
@@ -1,4 +1,6 @@
 % \file{style/mu/fithesis-ped.sty}
+% \changes{v1.0.0}{2021/02/21}{File were renamed after
+%   breaking changes in package loading after PR 438 in \LaTeXe. [VN]}
 % This is the style file for the theses written at the Faculty of
 % Education at the Masaryk University in Brno. It has been prepared
 % in accordance with the formal requirements published at the
@@ -7,7 +9,7 @@
 % \url{http://moodlinka.ics.muni.cz/course/view.php?id=632}}.
 %    \begin{macrocode}
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fithesis/style/mu/fithesis-ped}[2016/04/18]
+\ProvidesPackage{fithesis/style/mu/fithesis-mu-ped}[2021/02/21]
 %    \end{macrocode}
 % The file defines the color scheme of the respective faculty. Note
 % the the color definitions are in RGB, which makes the resulting
diff --git a/style/mu/ped.ins b/style/mu/ped.ins
index 802f987d456b74b7e1edbc834bd249a845cb7922..380e8a7b50bc01de9dacef81a215a92cef390dab 100644
--- a/style/mu/ped.ins
+++ b/style/mu/ped.ins
@@ -1,3 +1,3 @@
 \input ../../LICENSE
-\generate{\file{fithesis-ped.sty}{\from{ped.dtx}{}}}
+\generate{\file{fithesis-mu-ped.sty}{\from{ped.dtx}{}}}
 \endbatchfile
diff --git a/style/mu/phil.dtx b/style/mu/phil.dtx
index 2c95f1396724a7b7448caba72a391c7d0e198d7c..792b64d568815291941d27ebef0005ccd1a453d7 100644
--- a/style/mu/phil.dtx
+++ b/style/mu/phil.dtx
@@ -1,4 +1,6 @@
 % \file{style/mu/fithesis-phil.sty}
+% \changes{v1.0.0}{2021/02/21}{File were renamed after
+%   breaking changes in package loading after PR 438 in \LaTeXe. [VN]}
 % This is the style file for the theses written at the Faculty of
 % Arts at the Masaryk University in Brno. It has been prepared in
 % accordance with the formal requirements published at the website
@@ -6,7 +8,7 @@
 % racoviste/SO/vzory_praci/Vzor_bakalarske_prace.pdf}}.
 %    \begin{macrocode}
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fithesis/style/mu/fithesis-phil}[2016/04/18]
+\ProvidesPackage{fithesis/style/mu/fithesis-mu-phil}[2021/02/21]
 %    \end{macrocode}
 % The file defines the color scheme of the respective faculty. Note
 % the the color definitions are in RGB, which makes the resulting
diff --git a/style/mu/phil.ins b/style/mu/phil.ins
index 0f6b211ca3e003012ecb626c26f6d8ad1977c91c..46fc767cdf9fc19548b263b0c387bbdbf46416d8 100644
--- a/style/mu/phil.ins
+++ b/style/mu/phil.ins
@@ -1,3 +1,3 @@
 \input ../../LICENSE
-\generate{\file{fithesis-phil.sty}{\from{phil.dtx}{}}}
+\generate{\file{fithesis-mu-phil.sty}{\from{phil.dtx}{}}}
 \endbatchfile
diff --git a/style/mu/sci.dtx b/style/mu/sci.dtx
index db7059fbec51ef5784a5133a59ab0f1a95a9da21..376983fabdec440c7011a02948a71258e8ba0490 100644
--- a/style/mu/sci.dtx
+++ b/style/mu/sci.dtx
@@ -1,4 +1,6 @@
 % \file{style/mu/fithesis-sci.sty}
+% \changes{v1.0.0}{2021/02/21}{File were renamed after
+%   breaking changes in package loading after PR 438 in \LaTeXe. [VN]}
 % This is the style file for the theses written at the Faculty of
 % Science at the Masaryk University in Brno. It has been
 % prepared in accordance with the formal requirements published at
@@ -8,7 +10,7 @@
 % y}}.
 %    \begin{macrocode}
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fithesis/style/mu/fithesis-sci}[2017/06/02]
+\ProvidesPackage{fithesis/style/mu/fithesis-mu-sci}[2021/02/21]
 %    \end{macrocode}
 % The file defines the color scheme of the respective faculty. Note
 % the the color definitions are in RGB, which makes the resulting
diff --git a/style/mu/sci.ins b/style/mu/sci.ins
index 2911d8b6e8143032016d3cd3d485b41b6d6387b3..17d41cc9c0b58e255728ac24d6bd71a1f66bafeb 100644
--- a/style/mu/sci.ins
+++ b/style/mu/sci.ins
@@ -1,3 +1,3 @@
 \input ../../LICENSE
-\generate{\file{fithesis-sci.sty}{\from{sci.dtx}{}}}
+\generate{\file{fithesis-mu-sci.sty}{\from{sci.dtx}{}}}
 \endbatchfile