diff --git a/History.txt b/History.txt index d245972..581d1ed 100644 --- a/History.txt +++ b/History.txt @@ -1,7 +1,10 @@ +== 3.5.2 - 2015/06/21 + +* A variety of bug fixes and small improvements. + == 3.5.1 - 2010/03/28 * Added bibliography style that didn't make it into the intial release. -* TBD == 3.5.0 - 2009/12/11 diff --git a/release b/release index e73614c..f36b45f 100755 --- a/release +++ b/release @@ -25,9 +25,9 @@ fi # TODO: instead of all this checking, just sed values into the appropriate files -DATE_VERSION="$DATE $VERSION" +DATE_VERSION="$DATE v$VERSION" for file in $CLS_FILES $DEF_FILES ; do - if ! grep -q $DATE_VERSION $file ; then + if ! grep -q "$DATE_VERSION" $file ; then echo "Error: $file does not contain '$DATE_VERSION':" egrep 'Provides(Class|File)' $file exit 1 @@ -85,8 +85,7 @@ mkdir -p $TDS_DIR $TDS_TEX_DIR $TDS_DOC_DIR $TDS_SRC_DIR cp $CLS_FILES $DEF_FILES $BST_FILES $TDS_TEX_DIR/ cp History.txt README.txt sample-handout.{pdf,tex,bib} sample-book.{pdf,tex} $TDS_DOC_DIR/ -mkdir $TDS_DOC_DIR/graphics -cp graphics/* $TDS_DOC_DIR/graphics/ +cp -a graphics $TDS_DOC_DIR/ cp $CLS_FILES $DEF_FILES $BST_FILES $SOURCE_FILES $TDS_SRC_DIR/ @@ -109,13 +108,11 @@ cat << MESSAGE Don't forget to create an SVN tag (after committing changes), - svn cp -m'To tag release $VERSION.' \\ - https://$PACKAGE.googlecode.com/svn/trunk \\ - https://$PACKAGE.googlecode.com/svn/tags/rel_$VERSION + git tag -a v$VERSION -m 'Tufte-LaTeX v$VERSION' And upload the zip file: - http://code.google.com/p/$PACKAGE/downloads/list - http://ctan.org/upload + https://github.com/Tufte-LaTeX/tufte-latex/releases + http://ctan.org/upload MESSAGE diff --git a/sample-book.pdf b/sample-book.pdf index dad02a7..2249efc 100644 Binary files a/sample-book.pdf and b/sample-book.pdf differ diff --git a/sample-handout.pdf b/sample-handout.pdf index 9676935..f212b25 100644 Binary files a/sample-handout.pdf and b/sample-handout.pdf differ diff --git a/tufte-book.cls b/tufte-book.cls index 6e1eac4..3ef580c 100644 --- a/tufte-book.cls +++ b/tufte-book.cls @@ -1,6 +1,6 @@ \NeedsTeXFormat{LaTeX2e}[1994/06/01] -\ProvidesClass{tufte-book}[2010/03/28 v3.5.1 Tufte-book class] +\ProvidesClass{tufte-book}[2015/06/21 v3.5.2 Tufte-book class] %% % Declare we're tufte-book diff --git a/tufte-common.def b/tufte-common.def index 343b59d..e3f2005 100644 --- a/tufte-common.def +++ b/tufte-common.def @@ -2,7 +2,7 @@ %% This file contains the code that is common to the Tufte-LaTeX document classes. %% -\ProvidesFile{tufte-common.def}[2011/06/18 v3.5.2 Common code for the Tufte-LaTeX styles] +\ProvidesFile{tufte-common.def}[2015/06/21 v3.5.2 Common code for the Tufte-LaTeX styles] %% % The `xkeyval' package simplifies the user interface for the document class options diff --git a/tufte-handout.cls b/tufte-handout.cls index 4a1090c..2ad43c5 100644 --- a/tufte-handout.cls +++ b/tufte-handout.cls @@ -1,6 +1,6 @@ \NeedsTeXFormat{LaTeX2e}[1994/06/01] -\ProvidesClass{tufte-handout}[2010/03/28 v3.5.1 Tufte-handout class] +\ProvidesClass{tufte-handout}[2015/06/21 v3.5.2 Tufte-handout class] %% % Declare we're tufte-handout