From 24b5b2253a9e2b2dc72bbc512e1b4db80ce0caab Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 22 Jan 2018 22:48:21 +0000 Subject: fancyhandout (22jan18) git-svn-id: svn://tug.org/texlive/trunk@46411 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/fancyhandout/fancyhandout-doc.pdf | Bin 68746 -> 68748 bytes .../doc/latex/fancyhandout/fancyhandout-doc.tex | 4 ++-- .../tex/latex/fancyhandout/fancyhandout.cls | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'Master/texmf-dist') 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 Binary files a/Master/texmf-dist/doc/latex/fancyhandout/fancyhandout-doc.pdf and b/Master/texmf-dist/doc/latex/fancyhandout/fancyhandout-doc.pdf 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 %% %% 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 %% %% 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!! -- cgit v1.2.3