Bläddra i källkod

Preparing for v3.5.2 release.

master
Kevin M. Godby 10 år sedan
förälder
incheckning
f099e302e4
7 ändrade filer med 13 tillägg och 13 borttagningar
  1. +4
    -1
      History.txt
  2. +6
    -9
      release
  3. Binär
      sample-book.pdf
  4. Binär
      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 Visa fil

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

* A variety of bug fixes and small improvements.

== 3.5.1 - 2010/03/28

* Added bibliography style that didn't make it into the intial release.
* TBD

== 3.5.0 - 2009/12/11



+ 6
- 9
release Visa fil

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

# 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
if ! grep -q $DATE_VERSION $file ; then
if ! grep -q "$DATE_VERSION" $file ; then
echo "Error: $file does not contain '$DATE_VERSION':"
egrep 'Provides(Class|File)' $file
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 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/

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

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:

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

Binär
sample-book.pdf Visa fil


Binär
sample-handout.pdf Visa fil


+ 1
- 1
tufte-book.cls Visa fil

@@ -1,6 +1,6 @@
\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


+ 1
- 1
tufte-common.def Visa fil

@@ -2,7 +2,7 @@
%% 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


+ 1
- 1
tufte-handout.cls Visa fil

@@ -1,6 +1,6 @@
\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


Laddar…
Avbryt
Spara