From 446a326bde300897ad4f39f81882f65849a028b7 Mon Sep 17 00:00:00 2001 From: "Kevin M. Godby" Date: Fri, 19 Dec 2008 20:41:31 +0000 Subject: [PATCH] * Renamed the hook files to .tex (instead of .sty). git-svn-id: https://tufte-latex.googlecode.com/svn/trunk@68 516e2f36-ce3a-0410-bea4-1d4a03f5df72 --- tufte-book.cls | 2 +- tufte-common.sty | 8 ++++---- tufte-handout.cls | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tufte-book.cls b/tufte-book.cls index d929fa4..dc910c5 100644 --- a/tufte-book.cls +++ b/tufte-book.cls @@ -75,7 +75,7 @@ % If there is a `tufte-book-local.sty' file, load it. \IfFileExists{tufte-book-local.tex} - {\input{tufte-book-local.tex}} + {\input{tufte-book-local}} {} %% diff --git a/tufte-common.sty b/tufte-common.sty index f7468f6..179eb53 100644 --- a/tufte-common.sty +++ b/tufte-common.sty @@ -73,7 +73,7 @@ \newboolean{@tufte@symmetric} \DeclareOption{symmetric}{ \setboolean{@tufte@symmetric}{true} - \PackageInfo{\@tufte@pkgname}{The `symmetric' option implies `twoside'.} + \PackageInfo{\@tufte@pkgname}{The `symmetric' option implies `twoside'} %\ExecuteOptions{twoside} } @@ -823,10 +823,10 @@ %% -% If there is a `tufte-common-local.sty' file, load it up. +% If there is a `tufte-common-local.tex' file, load it up. -\IfFileExists{tufte-common-local.sty} - {\RequirePackage{tufte-common-local.sty}} +\IfFileExists{tufte-common-local.tex} + {\input{tufte-common-local}} {} diff --git a/tufte-handout.cls b/tufte-handout.cls index cd7f834..3a53707 100644 --- a/tufte-handout.cls +++ b/tufte-handout.cls @@ -44,10 +44,10 @@ %% -% If there is a `tufte-handout-local.sty' file, load it. +% If there is a `tufte-handout-local.tex' file, load it. \IfFileExists{tufte-handout-local.tex} - {\input{tufte-handout-local.tex}} + {\input{tufte-handout-local}} {}