浏览代码

* 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
master
Kevin M. Godby 16 年前
父节点
当前提交
c332aa6d2c
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. +1
    -1
      release
  2. +1
    -1
      tufte-common.def

+ 1
- 1
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


+ 1
- 1
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


正在加载...
取消
保存