Commit 2c1154d7 authored by witiko's avatar witiko
Browse files

The weekly (TeXLive) release.

parent 10b52f5a
Loading
Loading
Loading
Loading
+14 −1
Original line number Diff line number Diff line
@@ -46,11 +46,24 @@
%<*class>
\NeedsTeXFormat{LaTeX2e}
% Define `\thesis@version` and store it in the `VERSION.tex` file \fi
\def\thesis@version{2015/06/24 v0.3.18 fithesis3 MU thesis class}
\def\thesis@version{2015/06/27 v0.3.19 fithesis3 MU thesis class}
% {\newwrite\f\openout\f=VERSION\write\f{\thesis@version}\closeout\f}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 
% \changes{v0.3.19}  {2015/06/27}{Updated the license. Added the
%   \texttt{fithesis-} prefix to locale files. Proof-read and
%   updated the documentation. Encapsulated the
%   \texttt{localeInheritance} and \texttt{styleInheritance}
%   setters. Added the \cs{thesis@selectLocale}\texttt{\{...\}},
%   which acts as a replacement for
%   \cs{def}\cs{thesis@locale}\texttt{\{...\}}, which also switches
%   hyphenation patterns. The macro definitions inside locale files
%   are now global to account for the fact that it now makes sense
%   to include locale files on-site (and therefore possibly inside
%   a group) using the \cs{thesis@selectLocale}. The class files
%   are now generated using the XeTeX engine, which
%   preserves the characters outside ASCII.}
% \changes{v0.3.18}  {2015/06/24}{A bulk of changes required to submit
%   the document class to CTAN: Changed the structure of the output
%   \texttt{fithesis3.ctan.zip} archive. Updated the license
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
% after \texttt{style/fithesis-base.sty}, regardless of the value
% of the |\thesis@style| macro.
%    \begin{macrocode}
\ProvidesPackage{fithesis/style/mu/fithesis-base}[2015/06/26]
\ProvidesPackage{fithesis/style/mu/fithesis-base}[2015/06/27]
\NeedsTeXFormat{LaTeX2e}
%    \end{macrocode}
% The file recognizes the following options: \begin{itemize}
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
% 363/Smernice2014-9.pdf}}.
%    \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{fithesis/style/mu/fithesis-econ}[2015/06/26]
\ProvidesPackage{fithesis/style/mu/fithesis-econ}[2015/06/27]
%    \end{macrocode}
% The file defines the color scheme of the respective faculty.
%    \begin{macrocode}
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
% \url{http://www.fi.muni.cz/docs/BP_DP_na_FI.pdf}}.
%    \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{fithesis/style/mu/fithesis-fi}[2015/06/23]
\ProvidesPackage{fithesis/style/mu/fithesis-fi}[2015/06/27]
%    \end{macrocode}
% The file defines the color scheme of the respective faculty.
%    \begin{macrocode}
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
% muni.cz/~korvas/pokyny_k_zaverecne_praci.doc}}.
%    \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{fithesis/style/mu/fithesis-fss}[2015/06/23]
\ProvidesPackage{fithesis/style/mu/fithesis-fss}[2015/06/27]
%    \end{macrocode}
% The file defines the color scheme of the respective faculty.
%    \begin{macrocode}
Loading