diff options
author | Karl Berry <karl@freefriends.org> | 2015-09-07 22:25:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-09-07 22:25:22 +0000 |
commit | 21a10a7aa5bdb63196dbd1f9843f624fcded25a8 (patch) | |
tree | 94ffca10d0ac04188c23ad09fa8a9d5c03c26a1d /Master/texmf-dist/source | |
parent | f536fd403f22f21ed86dbbdc9d2dce2ecc03b8ae (diff) |
fithesis (7sep15)
git-svn-id: svn://tug.org/texlive/trunk@38318 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/fithesis/fithesis.dtx | 7 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/fithesis/fithesis.dtx b/Master/texmf-dist/source/latex/fithesis/fithesis.dtx index dcdd1e456a4..c460dd54706 100644 --- a/Master/texmf-dist/source/latex/fithesis/fithesis.dtx +++ b/Master/texmf-dist/source/latex/fithesis/fithesis.dtx @@ -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 diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx index 224e74bbce4..4f9cd053ec5 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx @@ -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 |