git-svn-id: https://tufte-latex.googlecode.com/svn/trunk@153 516e2f36-ce3a-0410-bea4-1d4a03f5df72master
| @@ -1,3 +1,8 @@ | |||||
| == 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 | == 3.5.0 - 2009/12/11 | ||||
| * Added a [nohyper] document class option that suppresses loading of the | * Added a [nohyper] document class option that suppresses loading of the | ||||
| @@ -24,3 +24,4 @@ sample-handout.tex | |||||
| tufte-book.cls | tufte-book.cls | ||||
| tufte-common.def | tufte-common.def | ||||
| tufte-handout.cls | tufte-handout.cls | ||||
| tufte.bst | |||||
| @@ -9,6 +9,7 @@ PACKAGE="tufte-latex" | |||||
| CLASS_FILES="tufte-handout.cls tufte-book.cls" | CLASS_FILES="tufte-handout.cls tufte-book.cls" | ||||
| DEF_FILES="tufte-common.def" | DEF_FILES="tufte-common.def" | ||||
| BST_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" | ||||
| if test $# -ne 1 ; then echo "Usage: $0 3.5.2 (version number)" ; exit 1 ; fi | if test $# -ne 1 ; then echo "Usage: $0 3.5.2 (version number)" ; exit 1 ; fi | ||||
| @@ -87,13 +88,13 @@ TDS_SRC_DIR=$TDS_DIR/source/latex/$PACKAGE/ | |||||
| echo "Creating zip bundle for CTAN release ..." | echo "Creating zip bundle for CTAN release ..." | ||||
| mkdir -p $TDS_DIR $TDS_TEX_DIR $TDS_DOC_DIR $TDS_SRC_DIR | mkdir -p $TDS_DIR $TDS_TEX_DIR $TDS_DOC_DIR $TDS_SRC_DIR | ||||
| cp $CLASS_FILES $DEF_FILES $TDS_TEX_DIR/ | |||||
| cp $CLASS_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/ | cp History.txt README.txt sample-handout.{pdf,tex,bib} sample-book.{pdf,tex} $TDS_DOC_DIR/ | ||||
| mkdir $TDS_DOC_DIR/graphics | mkdir $TDS_DOC_DIR/graphics | ||||
| cp graphics/* $TDS_DOC_DIR/graphics/ | cp graphics/* $TDS_DOC_DIR/graphics/ | ||||
| cp $CLASS_FILES $DEF_FILES $SOURCE_FILES $TDS_SRC_DIR/ | |||||
| cp $CLASS_FILES $DEF_FILES $BST_FILES $SOURCE_FILES $TDS_SRC_DIR/ | |||||
| ( cd $TDS_DIR && zip -rq ../../$PACKAGE-$VERSION/$PACKAGE.tds.zip * ) | ( cd $TDS_DIR && zip -rq ../../$PACKAGE-$VERSION/$PACKAGE.tds.zip * ) | ||||
| rm -fr pkg/$PACKAGE | rm -fr pkg/$PACKAGE | ||||
| @@ -101,6 +102,8 @@ mv pkg/$PACKAGE-$VERSION pkg/$PACKAGE | |||||
| ( cd pkg && zip -rq $PACKAGE.zip $PACKAGE ) | ( cd pkg && zip -rq $PACKAGE.zip $PACKAGE ) | ||||
| echo "Complete" | echo "Complete" | ||||
| # TODO: test release (unpack and build sample-*.tex files) | |||||
| # Remove our temporary files | # Remove our temporary files | ||||
| rm -rf pkg/$PACKAGE | rm -rf pkg/$PACKAGE | ||||
| @@ -263,9 +263,10 @@ following files into the same directory as your \texttt{.tex} | |||||
| file: | file: | ||||
| \begin{quote} | \begin{quote} | ||||
| \ttfamily | \ttfamily | ||||
| tufte-book.cls\\ | |||||
| tufte-common.def\\ | tufte-common.def\\ | ||||
| tufte-handout.cls\\ | tufte-handout.cls\\ | ||||
| tufte-book.cls | |||||
| tufte.bst | |||||
| \end{quote} | \end{quote} | ||||
| % TODO add instructions for installing it globally | % TODO add instructions for installing it globally | ||||
| @@ -283,7 +284,7 @@ The website for the Tufte-\LaTeX\ packages is located at | |||||
| links to our \smallcaps{svn} repository, mailing lists, bug tracker, and documentation. | links to our \smallcaps{svn} repository, mailing lists, bug tracker, and documentation. | ||||
| \bibliography{sample-handout} | \bibliography{sample-handout} | ||||
| \bibliographystyle{plainnat} | |||||
| \bibliographystyle{tufte} | |||||
| @@ -1,6 +1,6 @@ | |||||
| \NeedsTeXFormat{LaTeX2e}[1994/06/01] | \NeedsTeXFormat{LaTeX2e}[1994/06/01] | ||||
| \ProvidesClass{tufte-book}[2009/12/11 v3.5.0 Tufte-book class] | |||||
| \ProvidesClass{tufte-book}[2010/03/28 v3.5.1 Tufte-book class] | |||||
| %% | %% | ||||
| % Declare we're tufte-book | % Declare we're tufte-book | ||||
| @@ -2,7 +2,7 @@ | |||||
| %% This file contains the code that is common to the Tufte-LaTeX document classes. | %% This file contains the code that is common to the Tufte-LaTeX document classes. | ||||
| %% | %% | ||||
| \ProvidesFile{tufte-common.def}[2009/12/11 v3.5.0 Common code for the Tufte-LaTeX styles] | |||||
| \ProvidesFile{tufte-common.def}[2010/03/28 v3.5.1 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.5.0 Tufte-handout class] | |||||
| \ProvidesClass{tufte-handout}[2010/03/28 v3.5.1 Tufte-handout class] | |||||
| %% | %% | ||||
| % Declare we're tufte-handout | % Declare we're tufte-handout | ||||