diff --git a/release b/release index ffaa264..0b81cfd 100755 --- a/release +++ b/release @@ -9,7 +9,7 @@ PACKAGE="tufte-latex" CLASS_FILES="tufte-handout.cls tufte-book.cls" DEF_FILES="tufte-common.def" -BST_FILES="tufte-common.def" +BST_FILES="tufte.bst" 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 diff --git a/tufte-common.def b/tufte-common.def index 4f01a81..89676e1 100644 --- a/tufte-common.def +++ b/tufte-common.def @@ -565,7 +565,7 @@ } \def\@author{}% suppress default latex.ltx ``no author'' warning -\renewcommand*{\author}[2][]{% +\renewcommand{\author}[2][]{% \gdef\@author{#2}% \begingroup% % TODO store contents of \thanks command