diff options
author | Karl Berry <karl@freefriends.org> | 2015-06-23 21:33:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-06-23 21:33:16 +0000 |
commit | 8a78db098ac5c0ed083fea82dc936a7a005db54d (patch) | |
tree | f823881093225b428c430d094563eaadfb040080 /Master/texmf-dist/tex/latex/tufte-latex/tufte-handout.cls | |
parent | 562430bddc86a1424e0fe0ba6363e1b2ed0a0248 (diff) |
tufte-latex
git-svn-id: svn://tug.org/texlive/trunk@37649 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tufte-latex/tufte-handout.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/tufte-latex/tufte-handout.cls | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/tufte-latex/tufte-handout.cls b/Master/texmf-dist/tex/latex/tufte-latex/tufte-handout.cls index 767f51890d5..2ad43c5a694 100644 --- a/Master/texmf-dist/tex/latex/tufte-latex/tufte-handout.cls +++ b/Master/texmf-dist/tex/latex/tufte-latex/tufte-handout.cls @@ -1,6 +1,6 @@ \NeedsTeXFormat{LaTeX2e}[1994/06/01] -\ProvidesClass{tufte-handout}[2009/12/11 v3.5.0 Tufte-handout class] +\ProvidesClass{tufte-handout}[2015/06/21 v3.5.2 Tufte-handout class] %% % Declare we're tufte-handout @@ -28,10 +28,10 @@ %% % If there is a `tufte-handout-local.tex' file, load it. -\IfFileExists{tufte-handout-local.tex} - {\input{tufte-handout-local} - \TufteInfoNL{Loading tufte-handout-local.tex}} - {} +\IfFileExists{tufte-handout-local.tex}{% + \input{tufte-handout-local}% + \@tufte@info@noline{Loading tufte-handout-local.tex}% +}{} %% |