Skip to content
Snippets Groups Projects
Commit 11607468 authored by Vít Novotný's avatar Vít Novotný
Browse files

Added a release note.

parent 52fb9ec0
No related branches found
No related tags found
No related merge requests found
...@@ -56,55 +56,63 @@ ...@@ -56,55 +56,63 @@
\gdef\thesis@version@number{#1} \gdef\thesis@version@number{#1}
\gdef\thesis@version@date{#2} \gdef\thesis@version@date{#2}
\gdef\thesis@version{#2 #1 fithesis3 MU thesis class}} \gdef\thesis@version{#2 #1 fithesis3 MU thesis class}}
\thesis@versiondef{v0.3.39}{2016/05/26}} \thesis@versiondef{v0.3.40}{2016/06/06}}
% {\newwrite\f\openout\f=VERSION\write\f{\thesis@version}\closeout\f} % {\newwrite\f\openout\f=VERSION\write\f{\thesis@version}\closeout\f}
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% \changes{v0.3.40} {2016/06/06}{Fixed \cs{thesis@pages} not
% working properly when the \texttt{autoLayout} key is set to
% \texttt{false}. Added a section on the \textsf{markdown}
% package to the example documents of the Masaryk University in
% Brno. Added the \cs{ifthesis@blocks@assignment@hideIfDigital@}
% conditional to the \texttt{style/mu/fithesis-base.sty} style
% file. [VN]}
% \changes{v0.3.39:2}{2016/05/26}{The \texttt{assignment} key no % \changes{v0.3.39:2}{2016/05/26}{The \texttt{assignment} key no
% longer affects the page numbers and takes into account the % longer affects the page numbers and takes into account the
% \texttt{digital} and \texttt{printed} class options in the % \texttt{digital} and \texttt{printed} class options in the
% style files of the Masaryk University in Brno.} % style files of the Masaryk University in Brno. [VN]}
% \changes{v0.3.39:1}{2016/05/26}{The % \changes{v0.3.39:1}{2016/05/26}{The
% \cs{thesis@blocks@bibliography} now uses an emergency stretch % \cs{thesis@blocks@bibliography} now uses an emergency stretch
% of 3\,em in the style files of the Masaryk University in Brno.} % of 3\,em in the style files of the Masaryk University in Brno.
% [VN]}
% \changes{v0.3.38:2}{2016/05/15}{Fixed \cs{thesis@pages} not % \changes{v0.3.38:2}{2016/05/15}{Fixed \cs{thesis@pages} not
% taking \cs{thesis@postamble} into account. Fixed the chapter % taking \cs{thesis@postamble} into account. Fixed the chapter
% number being printed regardless of secnumdepth by the style % number being printed regardless of secnumdepth by the style
% files of the Masaryk University in Brno. Fixed % files of the Masaryk University in Brno. Fixed
% \cs{thesis@blocks@assignment} being typeset in Czech only % \cs{thesis@blocks@assignment} being typeset in Czech only
% by the style file of the Faculty of Science at the Masaryk % by the style file of the Faculty of Science at the Masaryk
% University in Brno.} % University in Brno. [VN]}
% \changes{v0.3.38:1}{2016/04/18}{The \texttt{bib} key was added % \changes{v0.3.38:1}{2016/04/18}{The \texttt{bib} key was added
% on the \textsf{fithesis3} class level and is supported by the % on the \textsf{fithesis3} class level and is supported by the
% style files of the Masaryk University in Brno.} % style files of the Masaryk University in Brno. [VN]}
% \changes{v0.3.37} {2016/04/12}{The \cs{tableofcontents} in the % \changes{v0.3.37} {2016/04/12}{The \cs{tableofcontents} in the
% style files of the Masaryk University in Brno now correctly % style files of the Masaryk University in Brno now correctly
% handles all tocdepth values. The expansion of \cs{part} also no % handles all tocdepth values. The expansion of \cs{part} also no
% longer results in a \textsf{hyperref}-related error in the % longer results in a \textsf{hyperref}-related error in the
% style files of the Masaryk University in Brno.} % style files of the Masaryk University in Brno. [VN]}
% \changes{v0.3.36} {2016/03/26}{The \cs{thesis@load} macro has % \changes{v0.3.36} {2016/03/26}{The \cs{thesis@load} macro has
% been lifted to the public API as \cs{thesisload}.} % been lifted to the public API as \cs{thesisload}. [VN]}
% \changes{v0.3.35:3}{2016/03/23}{Fixed \cs{l@}\textit{locale} % \changes{v0.3.35:3}{2016/03/23}{Fixed \cs{l@}\textit{locale}
% being possibly undefined in a LuaLaTeX run.} % being possibly undefined in a LuaLaTeX run. [VN]}
% \changes{v0.3.35:2}{2016/03/22}{Added support for seminar papers % \changes{v0.3.35:2}{2016/03/22}{Added support for seminar papers
% on the \textsf{fithesis3} class level. The style files for the % on the \textsf{fithesis3} class level. The style files for the
% faculties of the Masaryk University in Brno do not provide any % faculties of the Masaryk University in Brno do not provide any
% special handling of this thesis type yet.} % special handling of this thesis type yet. [VN]}
% \changes{v0.3.35:1}{2016/03/22}{Added support for the Division of % \changes{v0.3.35:1}{2016/03/22}{Added support for the Division of
% Information and Library Studies of the Faculty of Arts at the % Information and Library Studies of the Faculty of Arts at the
% Masaryk University in Brno. This support is enabled by % Masaryk University in Brno. This support is enabled by
% specifying \cs{thesis@department} to be \texttt{kisk}.} % specifying \cs{thesis@department} to be \texttt{kisk}. [VN]}
% \changes{v0.3.34} {2016/02/24}{Added visual tests of output % \changes{v0.3.34} {2016/02/24}{Added visual tests of output
% PDFs. The \texttt{test/} directory is now also uses the % PDFs. The \texttt{test/} directory is now also uses the
% \textit{university}\texttt{/}\textit{faculty} path scheme % \textit{university}\texttt{/}\textit{faculty} path scheme
% employed by the rest of the package.} % employed by the rest of the package. [VN]}
% \changes{v0.3.33} {2016/02/19}{Added \cs{thesis@patch}.} % \changes{v0.3.33} {2016/02/19}{Added \cs{thesis@patch}. [VN]}
% \changes{v0.3.32} {2016/02/18}{Fixed a regression from % \changes{v0.3.32} {2016/02/18}{Fixed a regression from
% v0.3.27:2 -- The margins in \cs{thesis@blocks@mainMatter} were % v0.3.27:2 -- The margins in \cs{thesis@blocks@mainMatter} were
% corrected in the style files of the Faculty of Economics and % corrected in the style files of the Faculty of Economics and
% Administration and the Faculty of Medicine at the Masaryk % Administration and the Faculty of Medicine at the Masaryk
% University in Brno.} % University in Brno. [VN]}
% \changes{v0.3.31:3}{2016/01/13}{The % \changes{v0.3.31:3}{2016/01/13}{The
% \texttt{style/mu/fithesis-sci.sty} style file redefines % \texttt{style/mu/fithesis-sci.sty} style file redefines
% \cs{thesis@blocks}\texttt{\discretionary{@}{@}{@}declaration} % \cs{thesis@blocks}\texttt{\discretionary{@}{@}{@}declaration}
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
% after \texttt{style/fithesis-base.sty}, regardless of the value % after \texttt{style/fithesis-base.sty}, regardless of the value
% of the |\thesis@style| macro. % of the |\thesis@style| macro.
% \begin{macrocode} % \begin{macrocode}
\ProvidesPackage{fithesis/style/mu/fithesis-base}[2016/05/25] \ProvidesPackage{fithesis/style/mu/fithesis-base}[2016/06/06]
\NeedsTeXFormat{LaTeX2e} \NeedsTeXFormat{LaTeX2e}
% \end{macrocode} % \end{macrocode}
% The file recognizes the following options: \begin{itemize} % The file recognizes the following options: \begin{itemize}
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
% \url{http://www.sci.muni.cz/NW/predpisy/od/OD-2014-05.pdf}}. % \url{http://www.sci.muni.cz/NW/predpisy/od/OD-2014-05.pdf}}.
% \begin{macrocode} % \begin{macrocode}
\NeedsTeXFormat{LaTeX2e} \NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{fithesis/style/mu/fithesis-sci}[2016/05/15] \ProvidesPackage{fithesis/style/mu/fithesis-sci}[2016/06/06]
% \end{macrocode} % \end{macrocode}
% The file defines the color scheme of the respective faculty. % The file defines the color scheme of the respective faculty.
% \begin{macrocode} % \begin{macrocode}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment