From 020dc32381060046058d544a5b590d68f7d30449 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 3 Dec 2011 16:31:06 +0000 Subject: tufte-latex from tds.zip git-svn-id: svn://tug.org/texlive/trunk@24733 c570f23f-e606-0410-a88d-b1316a301751 --- .../source/latex/tufte-latex/tufte-handout.cls | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 Master/texmf-dist/source/latex/tufte-latex/tufte-handout.cls (limited to 'Master/texmf-dist/source/latex/tufte-latex/tufte-handout.cls') diff --git a/Master/texmf-dist/source/latex/tufte-latex/tufte-handout.cls b/Master/texmf-dist/source/latex/tufte-latex/tufte-handout.cls new file mode 100644 index 00000000000..767f51890d5 --- /dev/null +++ b/Master/texmf-dist/source/latex/tufte-latex/tufte-handout.cls @@ -0,0 +1,39 @@ +\NeedsTeXFormat{LaTeX2e}[1994/06/01] + +\ProvidesClass{tufte-handout}[2009/12/11 v3.5.0 Tufte-handout class] + +%% +% Declare we're tufte-handout +\newcommand{\@tufte@class}{article}% the base LaTeX class (defaults to the article/handout style) +\newcommand{\@tufte@pkgname}{tufte-handout}% the name of the package (defaults to tufte-handout) + +%% +% Load the common style elements +\input{tufte-common.def} + + +%% +% 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} + \TufteInfoNL{Loading tufte-handout-local.tex}} + {} + + +%% +% End of file +\endinput -- cgit v1.2.3