Преглед изворни кода

* Fixed bug that generates an error when a custom/local modifications file is loaded.

git-svn-id: https://tufte-latex.googlecode.com/svn/trunk@175 516e2f36-ce3a-0410-bea4-1d4a03f5df72
master
Kevin M. Godby пре 14 година
родитељ
комит
4bcdaf0fb9
2 измењених фајлова са 8 додато и 8 уклоњено
  1. +4
    -4
      tufte-book.cls
  2. +4
    -4
      tufte-handout.cls

+ 4
- 4
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


+ 4
- 4
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}%
}{}


%%


Loading…
Откажи
Сачувај