diff options
author | Karl Berry <karl@freefriends.org> | 2018-01-22 22:48:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-01-22 22:48:21 +0000 |
commit | 24b5b2253a9e2b2dc72bbc512e1b4db80ce0caab (patch) | |
tree | 79adb465f3fa04a0bf26addf4afcbca918495f2f /Master/texmf-dist/tex/latex/fancyhandout | |
parent | 362e328e33bb4ae48fbc7be834631952ed6028f8 (diff) |
fancyhandout (22jan18)
git-svn-id: svn://tug.org/texlive/trunk@46411 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/fancyhandout')
-rw-r--r-- | Master/texmf-dist/tex/latex/fancyhandout/fancyhandout.cls | 12 |
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!! |