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
No related merge requests found
...@@ -46,15 +46,16 @@ ...@@ -46,15 +46,16 @@
%<*class> %<*class>
\NeedsTeXFormat{LaTeX2e} \NeedsTeXFormat{LaTeX2e}
% Define `\thesis@version` and store it in the `VERSION.tex` file \fi % 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} % {\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 % \changes{v0.3.20} {2015/07/07}{Removed an extraneous
% \cs{hypersetup} option to eliminate a warning. Performed % \cs{hypersetup} option to eliminate a warning. Performed
% several minor Makefile updates. Updated the technical % several minor Makefile updates. Updated the technical
% documentation.} % documentation. [VN]}
% \changes{v0.3.19} {2015/06/27}{Updated the license. Added the % \changes{v0.3.19} {2015/06/27}{Updated the license. Added the
% \texttt{fithesis-} prefix to locale files. Proof-read and % \texttt{fithesis-} prefix to locale files. Proof-read and
% updated the documentation. Encapsulated the % updated the documentation. Encapsulated the
...@@ -67,7 +68,7 @@ ...@@ -67,7 +68,7 @@
% to include locale files on-site (and therefore possibly inside % to include locale files on-site (and therefore possibly inside
% a group) using the \cs{thesis@selectLocale}. The class files % a group) using the \cs{thesis@selectLocale}. The class files
% are now generated using the XeTeX engine, which % 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 % \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 % the document class to CTAN: Changed the structure of the output
% \texttt{fithesis3.ctan.zip} archive. Updated the license % \texttt{fithesis3.ctan.zip} archive. Updated the license
......
...@@ -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}[2015/06/27] \ProvidesPackage{fithesis/style/mu/fithesis-base}[2015/08/26]
\NeedsTeXFormat{LaTeX2e} \NeedsTeXFormat{LaTeX2e}
% \end{macrocode} % \end{macrocode}
% The file recognizes the following options: \begin{itemize} % The file recognizes the following options: \begin{itemize}
...@@ -173,7 +173,7 @@ ...@@ -173,7 +173,7 @@
\thesis@require{unicode-math} \thesis@require{unicode-math}
\setmainfont[Ligatures=TeX]{TeX Gyre Pagella} \setmainfont[Ligatures=TeX]{TeX Gyre Pagella}
\setmathfont[math-style=ISO,bold-style=ISO,vargreek-shape=TeX]% \setmathfont[math-style=ISO,bold-style=ISO,vargreek-shape=TeX]%
{TG Pagella Math} {texgyrepagella-math.otf}
\fi \fi
% \end{macrocode} % \end{macrocode}
% The following packages get only loaded, when the document is not % 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