summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/fancyhandout/fancyhandout-doc.pdfbin68746 -> 68748 bytes
-rw-r--r--Master/texmf-dist/doc/latex/fancyhandout/fancyhandout-doc.tex4
-rw-r--r--Master/texmf-dist/tex/latex/fancyhandout/fancyhandout.cls12
3 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/fancyhandout/fancyhandout-doc.pdf b/Master/texmf-dist/doc/latex/fancyhandout/fancyhandout-doc.pdf
index 081f0d670d1..6a2c3481fd3 100644
--- a/Master/texmf-dist/doc/latex/fancyhandout/fancyhandout-doc.pdf
+++ b/Master/texmf-dist/doc/latex/fancyhandout/fancyhandout-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/fancyhandout/fancyhandout-doc.tex b/Master/texmf-dist/doc/latex/fancyhandout/fancyhandout-doc.tex
index 8b720f0a14e..7ff8b1208c3 100644
--- a/Master/texmf-dist/doc/latex/fancyhandout/fancyhandout-doc.tex
+++ b/Master/texmf-dist/doc/latex/fancyhandout/fancyhandout-doc.tex
@@ -1,4 +1,4 @@
-%% This is file 'fancyhandout-doc.tex', Version 2018-01-20
+%% This is file 'fancyhandout-doc.tex', 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
@@ -50,7 +50,7 @@
\title{The \texttt{fancyhandout} class \\ {\large\url{https://github.com/SFr682k/fancyhandout}}}
\author{Sebastian Friedl \\ \href{mailto:sfr682k@t-online.de}{\ttfamily sfr682k@t-online.de}}
-\date{2018/01/20}
+\date{2018/01/22}
\hypersetup{pdftitle={The fancyhandout class},pdfauthor={Sebastian Friedl}}
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!!