diff options
author | Karl Berry <karl@freefriends.org> | 2009-12-13 01:07:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-12-13 01:07:15 +0000 |
commit | 55680297935c477d4a7ac7725002fd0c15f49f7e (patch) | |
tree | 1e0a277547787a1910bb074aca245eacf4a82574 /Master/texmf-dist/source/latex/tufte-latex/tufte-handout.cls | |
parent | c05b490ff9e913dfee1ea598959b51c98a5dfcae (diff) |
tufte-latex 3.5.0 (11dec09)
git-svn-id: svn://tug.org/texlive/trunk@16378 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/tufte-latex/tufte-handout.cls')
-rw-r--r-- | Master/texmf-dist/source/latex/tufte-latex/tufte-handout.cls | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/Master/texmf-dist/source/latex/tufte-latex/tufte-handout.cls b/Master/texmf-dist/source/latex/tufte-latex/tufte-handout.cls deleted file mode 100644 index ca9ab630829..00000000000 --- a/Master/texmf-dist/source/latex/tufte-latex/tufte-handout.cls +++ /dev/null @@ -1,50 +0,0 @@ -\NeedsTeXFormat{LaTeX2e}[1994/06/01] - -\ProvidesClass{tufte-handout}[2009/05/17 v3.0.0 Tufte-handout class] - -%% -% The symmetric option forces twoside. -\DeclareOption{symmetric}{% - \ExecuteOptions{twoside} - \PassOptionsToPackage{twoside}{tufte-common} - \PassOptionsToClass{twoside}{article} - \PackageInfo{tufte-handout}{Passing twoside to `article' class} -} - -\PassOptionsToPackage{handout}{tufte-common} -\DeclareOption*{% pass options to tufte-common package and the article class - \PassOptionsToPackage{\CurrentOption}{tufte-common} - \PassOptionsToClass{\CurrentOption}{article} - \PackageInfo{tufte-handout}{Passing \CurrentOption\space to `article' class} -} -\ProcessOptions - -\LoadClass{article} - -\RequirePackage{tufte-common} - - -%% -% Set up any handout-specific stuff now - -%% -% Abstract - -% TODO The abstract should be printed on its own page of the `titlepage' -% option was specified. -\renewenvironment{abstract} - {\begin{quotation}\if@tufte@sfsidenotes\begin{sffamily}\fi} - {\if@tufte@sfsidenotes\end{sffamily}\fi\end{quotation}} - - -%% -% If there is a `tufte-handout-local.tex' file, load it. - -\IfFileExists{tufte-handout-local.tex} - {\input{tufte-handout-local}} - {} - - -%% -% End of file -\endinput |