Bladeren bron

* 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
master
Kevin M. Godby 17 jaren geleden
bovenliggende
commit
446a326bde
3 gewijzigde bestanden met toevoegingen van 7 en 7 verwijderingen
  1. +1
    -1
      tufte-book.cls
  2. +4
    -4
      tufte-common.sty
  3. +2
    -2
      tufte-handout.cls

+ 1
- 1
tufte-book.cls Bestand weergeven

@@ -75,7 +75,7 @@
% If there is a `tufte-book-local.sty' file, load it. % If there is a `tufte-book-local.sty' file, load it.


\IfFileExists{tufte-book-local.tex} \IfFileExists{tufte-book-local.tex}
{\input{tufte-book-local.tex}}
{\input{tufte-book-local}}
{} {}


%% %%


+ 4
- 4
tufte-common.sty Bestand weergeven

@@ -73,7 +73,7 @@
\newboolean{@tufte@symmetric} \newboolean{@tufte@symmetric}
\DeclareOption{symmetric}{ \DeclareOption{symmetric}{
\setboolean{@tufte@symmetric}{true} \setboolean{@tufte@symmetric}{true}
\PackageInfo{\@tufte@pkgname}{The `symmetric' option implies `twoside'.}
\PackageInfo{\@tufte@pkgname}{The `symmetric' option implies `twoside'}
%\ExecuteOptions{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}}
{} {}






+ 2
- 2
tufte-handout.cls Bestand weergeven

@@ -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} \IfFileExists{tufte-handout-local.tex}
{\input{tufte-handout-local.tex}}
{\input{tufte-handout-local}}
{} {}






Laden…
Annuleren
Opslaan