From c332aa6d2c898ed1963dfff68a136e430c9fd4ca Mon Sep 17 00:00:00 2001 From: "Kevin M. Godby" Date: Sun, 28 Mar 2010 22:05:32 +0000 Subject: [PATCH] * Fixed BST_FILES contents in release script. * Addressing issue 43: Removing the * from \renewcommand*{\author} may have fixed this issue. git-svn-id: https://tufte-latex.googlecode.com/svn/trunk@154 516e2f36-ce3a-0410-bea4-1d4a03f5df72 --- release | 2 +- tufte-common.def | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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