diff --git a/tufte-book.cls b/tufte-book.cls index fd13f93..6e1eac4 100644 --- a/tufte-book.cls +++ b/tufte-book.cls @@ -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 diff --git a/tufte-handout.cls b/tufte-handout.cls index 6d2ac6d..4a1090c 100644 --- a/tufte-handout.cls +++ b/tufte-handout.cls @@ -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}% +}{} %%