Переглянути джерело

* 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 роки тому
джерело
коміт
446a326bde
3 змінених файлів з 7 додано та 7 видалено
  1. +1
    -1
      tufte-book.cls
  2. +4
    -4
      tufte-common.sty
  3. +2
    -2
      tufte-handout.cls

+ 1
- 1
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}}
{}

%%


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




+ 2
- 2
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}}
{}




Завантаження…
Відмінити
Зберегти