From 99cb7c472150b84830518a5385e8e91aba60538c Mon Sep 17 00:00:00 2001 From: Bil Kleb Date: Mon, 24 Sep 2007 16:12:28 +0000 Subject: [PATCH] To correct README instructions. git-svn-id: https://tufte-latex.googlecode.com/svn/trunk@12 516e2f36-ce3a-0410-bea4-1d4a03f5df72 --- History.txt | 4 ++++ README.txt | 2 +- tufte-handout.cls | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/History.txt b/History.txt index 5e1c056..5e9acd0 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,7 @@ +== 1.0.1 / 2007-09-24 + +* To correct README instructions. + == 1.0.0 / 2007-09-24 * First public release diff --git a/README.txt b/README.txt index 127ab0d..cdab159 100644 --- a/README.txt +++ b/README.txt @@ -8,7 +8,7 @@ produce Tufte style handouts, reports, and notes. Try typesetting sample.tex with the following sequence of commands, - pdflatex sample + pdflatex sample-handout The result should look like sample.pdf. diff --git a/tufte-handout.cls b/tufte-handout.cls index f86cd6b..202507a 100644 --- a/tufte-handout.cls +++ b/tufte-handout.cls @@ -1,5 +1,5 @@ \NeedsTeXFormat{LaTeX2e}[1994/06/01] -\ProvidesClass{tufte-handout}[2007/09/24 v1.0.0 Tufte-handout class] +\ProvidesClass{tufte-handout}[2007/09/24 v1.0.1 Tufte-handout class] \DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}% \typeout{NOTE: Passing ``\CurrentOption" option on to the standard LaTeX book class}}