summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tufte-latex/tufte-book.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/tufte-latex/tufte-book.cls')
-rw-r--r--Master/texmf-dist/tex/latex/tufte-latex/tufte-book.cls10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/tufte-latex/tufte-book.cls b/Master/texmf-dist/tex/latex/tufte-latex/tufte-book.cls
index 11d50157b0b..3ef580c732d 100644
--- a/Master/texmf-dist/tex/latex/tufte-latex/tufte-book.cls
+++ b/Master/texmf-dist/tex/latex/tufte-latex/tufte-book.cls
@@ -1,6 +1,6 @@
\NeedsTeXFormat{LaTeX2e}[1994/06/01]
-\ProvidesClass{tufte-book}[2009/12/11 v3.5.0 Tufte-book class]
+\ProvidesClass{tufte-book}[2015/06/21 v3.5.2 Tufte-book class]
%%
% Declare we're tufte-book
@@ -70,10 +70,10 @@
%%
% If there is a `tufte-book-local.sty' file, load it.
-\IfFileExists{tufte-book-local.tex}
- {\input{tufte-book-local}
- \TufteInfoNL{Loading tufte-book-local.tex}}
- {}
+\IfFileExists{tufte-book-local.tex}{%
+ \@tufte@info@noline{Loading tufte-book-local.tex}%
+ \input{tufte-book-local}%
+}{}
%%
% End of file