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

Fixed an invalid font name.

parent 00d0e763
No related branches found
No related tags found
Loading
......@@ -46,15 +46,16 @@
%<*class>
\NeedsTeXFormat{LaTeX2e}
% Define `\thesis@version` and store it in the `VERSION.tex` file \fi
\def\thesis@version{2015/07/07 v0.3.20 fithesis3 MU thesis class}
\def\thesis@version{2015/08/26 v0.3.21 fithesis3 MU thesis class}
% {\newwrite\f\openout\f=VERSION\write\f{\thesis@version}\closeout\f}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% \changes{v0.3.21} {2015/08/26}{Fixed an invalid font name. [VN]}
% \changes{v0.3.20} {2015/07/07}{Removed an extraneous
% \cs{hypersetup} option to eliminate a warning. Performed
% several minor Makefile updates. Updated the technical
% documentation.}
% documentation. [VN]}
% \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
......@@ -67,7 +68,7 @@
% 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.}
% preserves the characters outside ASCII. [VN]}
% \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
......
......@@ -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/27]
\ProvidesPackage{fithesis/style/mu/fithesis-base}[2015/08/26]
\NeedsTeXFormat{LaTeX2e}
% \end{macrocode}
% The file recognizes the following options: \begin{itemize}
......@@ -173,7 +173,7 @@
\thesis@require{unicode-math}
\setmainfont[Ligatures=TeX]{TeX Gyre Pagella}
\setmathfont[math-style=ISO,bold-style=ISO,vargreek-shape=TeX]%
{TG Pagella Math}
{texgyrepagella-math.otf}
\fi
% \end{macrocode}
% The following packages get only loaded, when the document is not
......
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