diff options
author | Karl Berry <karl@freefriends.org> | 2015-07-08 22:31:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-07-08 22:31:16 +0000 |
commit | 9dfd1d4bde92e5e4a146159c8342a4fffd97c9c7 (patch) | |
tree | 28599181921c2660ae18c9c4c6871c36f5d58ac0 /Master/texmf-dist/source/latex/fithesis | |
parent | bb0caf9c8b3b6157e0722583f6a0156b1321cc17 (diff) |
fithesis (8jul15)
git-svn-id: svn://tug.org/texlive/trunk@37804 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/fithesis')
-rw-r--r-- | Master/texmf-dist/source/latex/fithesis/fithesis.dtx | 10 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/fithesis/fithesis.dtx b/Master/texmf-dist/source/latex/fithesis/fithesis.dtx index 8fe62296ee2..dcdd1e456a4 100644 --- a/Master/texmf-dist/source/latex/fithesis/fithesis.dtx +++ b/Master/texmf-dist/source/latex/fithesis/fithesis.dtx @@ -46,11 +46,15 @@ %<*class> \NeedsTeXFormat{LaTeX2e} % Define `\thesis@version` and store it in the `VERSION.tex` file \fi -\def\thesis@version{2015/06/27 v0.3.19 fithesis3 MU thesis class} +\def\thesis@version{2015/07/07 v0.3.20 fithesis3 MU thesis class} % {\newwrite\f\openout\f=VERSION\write\f{\thesis@version}\closeout\f} % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % +% \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.} % \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 @@ -992,8 +996,8 @@ % The \marg{\texttt{autoLayout}=bool} pair either enables, % if \textit{bool} is \texttt{true} or unspecified, or disables % autolayout. Autolayout injects the -% |\thesis@preamble| and |\thesis@postamble| macros -% at the beginning and the end of the document, respectively. The +% |\thesis@preamble| and |\thesis@postamble| macros at the +% beginning and at the end of the document, respectively. The % setting can be tested using the |\ifthesis@auto| \ldots |\else| % \ldots |\fi| conditional. The autolayout is enabled by default. % \begin{macrocode} 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 c6f623b92b3..224e74bbce4 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx @@ -251,9 +251,7 @@ \thesis@require{hyperref} \hypersetup{ pdfborderstyle={/S/U/W 1}, % Less obtrusive borders - plainpages=false, % Multiple page numbering support - pdfpagelabels % Generate pdf page labels -} + plainpages=false} % Multiple page numbering support % \end{macrocode} % Clubs and widows are set to be infinitely bad. % \begin{macrocode} |