浏览代码

Preparing for v3.5.2 release.

master
Kevin M. Godby 10 年前
父节点
当前提交
f099e302e4
共有 7 个文件被更改,包括 13 次插入13 次删除
  1. +4
    -1
      History.txt
  2. +6
    -9
      release
  3. 二进制
      sample-book.pdf
  4. 二进制
      sample-handout.pdf
  5. +1
    -1
      tufte-book.cls
  6. +1
    -1
      tufte-common.def
  7. +1
    -1
      tufte-handout.cls

+ 4
- 1
History.txt 查看文件

@@ -1,7 +1,10 @@
== 3.5.2 - 2015/06/21

* A variety of bug fixes and small improvements.

== 3.5.1 - 2010/03/28 == 3.5.1 - 2010/03/28


* Added bibliography style that didn't make it into the intial release. * 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




+ 6
- 9
release 查看文件

@@ -25,9 +25,9 @@ fi


# TODO: instead of all this checking, just sed values into the appropriate files # TODO: instead of all this checking, just sed values into the appropriate files


DATE_VERSION="$DATE $VERSION"
DATE_VERSION="$DATE v$VERSION"
for file in $CLS_FILES $DEF_FILES ; do for file in $CLS_FILES $DEF_FILES ; do
if ! grep -q $DATE_VERSION $file ; then
if ! grep -q "$DATE_VERSION" $file ; then
echo "Error: $file does not contain '$DATE_VERSION':" echo "Error: $file does not contain '$DATE_VERSION':"
egrep 'Provides(Class|File)' $file egrep 'Provides(Class|File)' $file
exit 1 exit 1
@@ -85,8 +85,7 @@ mkdir -p $TDS_DIR $TDS_TEX_DIR $TDS_DOC_DIR $TDS_SRC_DIR
cp $CLS_FILES $DEF_FILES $BST_FILES $TDS_TEX_DIR/ cp $CLS_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
cp graphics/* $TDS_DOC_DIR/graphics/
cp -a graphics $TDS_DOC_DIR/


cp $CLS_FILES $DEF_FILES $BST_FILES $SOURCE_FILES $TDS_SRC_DIR/ cp $CLS_FILES $DEF_FILES $BST_FILES $SOURCE_FILES $TDS_SRC_DIR/


@@ -109,13 +108,11 @@ cat << MESSAGE


Don't forget to create an SVN tag (after committing changes), Don't forget to create an SVN tag (after committing changes),


svn cp -m'To tag release $VERSION.' \\
https://$PACKAGE.googlecode.com/svn/trunk \\
https://$PACKAGE.googlecode.com/svn/tags/rel_$VERSION
git tag -a v$VERSION -m 'Tufte-LaTeX v$VERSION'


And upload the zip file: And upload the zip file:


http://code.google.com/p/$PACKAGE/downloads/list
http://ctan.org/upload
https://github.com/Tufte-LaTeX/tufte-latex/releases
http://ctan.org/upload


MESSAGE MESSAGE

二进制
sample-book.pdf 查看文件


二进制
sample-handout.pdf 查看文件


+ 1
- 1
tufte-book.cls 查看文件

@@ -1,6 +1,6 @@
\NeedsTeXFormat{LaTeX2e}[1994/06/01] \NeedsTeXFormat{LaTeX2e}[1994/06/01]


\ProvidesClass{tufte-book}[2010/03/28 v3.5.1 Tufte-book class]
\ProvidesClass{tufte-book}[2015/06/21 v3.5.2 Tufte-book class]


%% %%
% Declare we're tufte-book % Declare we're tufte-book


+ 1
- 1
tufte-common.def 查看文件

@@ -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}[2011/06/18 v3.5.2 Common code for the Tufte-LaTeX styles]
\ProvidesFile{tufte-common.def}[2015/06/21 v3.5.2 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
- 1
tufte-handout.cls 查看文件

@@ -1,6 +1,6 @@
\NeedsTeXFormat{LaTeX2e}[1994/06/01] \NeedsTeXFormat{LaTeX2e}[1994/06/01]


\ProvidesClass{tufte-handout}[2010/03/28 v3.5.1 Tufte-handout class]
\ProvidesClass{tufte-handout}[2015/06/21 v3.5.2 Tufte-handout class]


%% %%
% Declare we're tufte-handout % Declare we're tufte-handout


正在加载...
取消
保存