summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-01-22 22:48:21 +0000
committerKarl Berry <karl@freefriends.org>2018-01-22 22:48:21 +0000
commit24b5b2253a9e2b2dc72bbc512e1b4db80ce0caab (patch)
tree79adb465f3fa04a0bf26addf4afcbca918495f2f /Master/texmf-dist
parent362e328e33bb4ae48fbc7be834631952ed6028f8 (diff)
fancyhandout (22jan18)
git-svn-id: svn://tug.org/texlive/trunk@46411 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-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!!