Переглянути джерело

* 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 15 роки тому
джерело
коміт
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


Завантаження…
Відмінити
Зберегти