* Bumped version to 3.5.0. * Preparing for release. git-svn-id: https://tufte-latex.googlecode.com/svn/trunk@137 516e2f36-ce3a-0410-bea4-1d4a03f5df72master
| @@ -1,3 +1,20 @@ | |||||
| == 3.5.0 / 2009-12-11 | |||||
| * Added a [nohyper] document class option that suppresses loading of the | |||||
| hyperref package. | |||||
| * Added three commands to modify the positioning of the captions. | |||||
| * Now automatically recalculates the lengths in case you've modified the page | |||||
| size or margins. | |||||
| * Added a B5 paper size. | |||||
| * The justification of sidenotes, margin notes, captions, and citations can be | |||||
| set individually now. | |||||
| * The font and style of sidenotes, margin notes, captions, and citations can | |||||
| now be set individually. | |||||
| * The \caption command now accepts an optional vertical offset argument. | |||||
| * Added the \morefloats command that works in the same way the morefloats | |||||
| package does. | |||||
| * Fixed a number of bugs. | |||||
| == 3.0.0 / 2009-05-17 | == 3.0.0 / 2009-05-17 | ||||
| * Created a Tufte-book document class. | * Created a Tufte-book document class. | ||||
| * Added optional offset parameter to sienotes, cite, etc. so their vertical | * Added optional offset parameter to sienotes, cite, etc. so their vertical | ||||
| @@ -2,7 +2,7 @@ | |||||
| PACKAGE="tufte-latex" | PACKAGE="tufte-latex" | ||||
| CLASS_FILES="tufte-handout.cls tufte-book.cls" | CLASS_FILES="tufte-handout.cls tufte-book.cls" | ||||
| STYLE_FILES="tufte-common.sty" | |||||
| STYLE_FILES="tufte-common.def" | |||||
| SOURCE_FILES="sample-handout.pdf sample-handout.tex sample-handout.bib sample-book.pdf sample-book.tex" | SOURCE_FILES="sample-handout.pdf sample-handout.tex sample-handout.bib sample-book.pdf sample-book.tex" | ||||
| # Exit on first error: | # Exit on first error: | ||||
| @@ -1,6 +1,6 @@ | |||||
| \NeedsTeXFormat{LaTeX2e}[1994/06/01] | \NeedsTeXFormat{LaTeX2e}[1994/06/01] | ||||
| \ProvidesClass{tufte-book}[2009/12/11 v3.4.9 Tufte-book class] | |||||
| \ProvidesClass{tufte-book}[2009/12/11 v3.5.0 Tufte-book class] | |||||
| %% | %% | ||||
| % Declare we're tufte-book | % Declare we're tufte-book | ||||
| @@ -2,7 +2,7 @@ | |||||
| %% This file contains the code that's common to the Tufte-LaTeX document classes. | %% This file contains the code that's common to the Tufte-LaTeX document classes. | ||||
| %% | %% | ||||
| \ProvidesFile{tufte-common.def}[2009/12/11 v3.4.9 Common code for the Tufte-LaTeX styles] | |||||
| \ProvidesFile{tufte-common.def}[2009/12/11 v3.5.0 Common code for the Tufte-LaTeX styles] | |||||
| %% | %% | ||||
| % The `xkeyval' package simplifies the user interface for the document class options | % The `xkeyval' package simplifies the user interface for the document class options | ||||
| @@ -1,6 +1,6 @@ | |||||
| \NeedsTeXFormat{LaTeX2e}[1994/06/01] | \NeedsTeXFormat{LaTeX2e}[1994/06/01] | ||||
| \ProvidesClass{tufte-handout}[2009/12/11 v3.4.9 Tufte-handout class] | |||||
| \ProvidesClass{tufte-handout}[2009/12/11 v3.5.0 Tufte-handout class] | |||||
| %% | %% | ||||
| % Declare we're tufte-handout | % Declare we're tufte-handout | ||||