summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fancyhandout/fancyhandout.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/fancyhandout/fancyhandout.cls')
-rw-r--r--Master/texmf-dist/tex/latex/fancyhandout/fancyhandout.cls12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/fancyhandout/fancyhandout.cls b/Master/texmf-dist/tex/latex/fancyhandout/fancyhandout.cls
index b3ae40861b1..84f5156f225 100644
--- a/Master/texmf-dist/tex/latex/fancyhandout/fancyhandout.cls
+++ b/Master/texmf-dist/tex/latex/fancyhandout/fancyhandout.cls
@@ -1,4 +1,4 @@
-%% This is file 'fancyhandout.cls', Version 2018-01-20
+%% This is file 'fancyhandout.cls', Version 2018-01-22
%% Copyright 2017-18 Sebastian Friedl <sfr682k@t-online.de>
%%
%% This work may be distributed and/or modified under the conditions of the LaTeX Project
@@ -24,7 +24,7 @@
%% ---------------------------------------------------------------------------------------------------------------------------------------------
-\ProvidesClass{fancyhandout}[2018/01/20 fancyhandout: A LaTeX class for producing nice-looking handouts]
+\ProvidesClass{fancyhandout}[2018/01/22 fancyhandout: A LaTeX class for producing nice-looking handouts]
\NeedsTeXFormat{LaTeX2e}
\RequirePackage{etoolbox}
@@ -113,7 +113,7 @@
\fancyhead[ro,le]{%
\def\and{\unskip,~}%
\insertshortauthor%
- \ifx\@title\@empty\else \ifx\@author\empty\else :~\fi \fi%
+ \ifx\insertshorttitle\@empty\else\ifx\insertshortauthor\@empty\else :~\fi\fi%
\insertshorttitle}
\fancyfoot[ro,le]{\thepage}
\fancyfoot[re,lo]{\insertshortdate}
@@ -121,7 +121,7 @@
\fancyhead[r]{%
\def\and{\unskip,~}
\insertshortauthor%
- \ifx\@title\@empty\else \ifx\@author\empty\else :~\fi \fi%
+ \ifx\insertshorttitle\@empty\else\ifx\insertshortauthor\@empty\else :~\fi\fi%
\insertshorttitle}
\fancyfoot[l]{\insertshortdate}
\fancyfoot[r]{\thepage}
@@ -221,7 +221,7 @@
\ifx\inserttitle\@empty\else {\LARGE\bfseries\inserttitle} \\[\smallskipamount] \fi
\ifx\insertsubtitle\@empty\else {\large\insertsubtitle} \\ \fi
\vspace{\medskipamount}\small
- \ifx\insertauthor\@empty\else \insertauthor \ifx\insertinstitute\@empty \\[\medskipamount] \else \\ \fi
+ \ifx\insertauthor\@empty\else \insertauthor \ifx\insertinstitute\@empty \\[\medskipamount] \else \\ \fi\fi
\ifx\insertinstitute\@empty\else \insertinstitute \\[\medskipamount] \fi
\insertdate
\vspace{\medskipamount}}}}%
@@ -308,4 +308,4 @@
% OTHER TODOS ------------------------------------------------------------------------------------------------
-% TODO: Beamer styled boxes!! \ No newline at end of file
+% TODO: Beamer styled boxes!!