From e3b2725dc40f2e205c002ab05a72701087fff3bb Mon Sep 17 00:00:00 2001 From: "Kevin M. Godby" Date: Sat, 7 Jun 2008 00:35:07 +0000 Subject: [PATCH] * Updated files in preparation for release 2.0.0. * Added code to release script to generate CTAN-style zip file. git-svn-id: https://tufte-latex.googlecode.com/svn/trunk@57 516e2f36-ce3a-0410-bea4-1d4a03f5df72 --- History.txt | 16 ++++++++++++++++ Manifest.txt | 5 +++++ release | 29 +++++++++++++++++++++++++++-- sample-handout.pdf | Bin 115605 -> 115605 bytes tufte-handout.cls | 2 +- 5 files changed, 49 insertions(+), 3 deletions(-) diff --git a/History.txt b/History.txt index 7298942..fb28daf 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,19 @@ +== 2.0.0 / 2008-06-06 + +* Added `sfsidenotes' option to set the sidenotes and captions in the sans + serif font. +* Use the Palatino fonts if they're installed. +* Created `marginfig' and `margintab' environments. +* Added running heads. +* Fixed the alignment of sidenote numbers. +* Added \section and \subsection headings. +* Uses the Bera Mono fonts if they're installed. +* Added `symmetric' option to produce outside-margin sidenotes in two-sided + spreads. +* Added `justified' option to set the text fully justified. +* Rewrote sample-handout to illustrate the tufte-handout usage and serve as an + example of its features. + == 1.2.3 / 2008-02-11 * To remove References section from sample-handout. diff --git a/Manifest.txt b/Manifest.txt index 3a778f7..1045345 100644 --- a/Manifest.txt +++ b/Manifest.txt @@ -3,6 +3,11 @@ Manifest.txt README.txt graphics/nasa_vision_sm.png graphics/satir_graph.png +graphics/helix.asy +graphics/sine.asy +graphics/hilbertcurves.pdf +graphics/helix.pdf +graphics/sine.pdf sample-handout.bib sample-handout.pdf sample-handout.tex diff --git a/release b/release index 580e96a..8003c64 100755 --- a/release +++ b/release @@ -67,11 +67,36 @@ rm -f sample-handout.{aux,log,out,blg,bbl} refresh-sample.log cp sample-handout.pdf sample-handout-$version.pdf -# Make bundle +# Make bundle for Google Code release mkdir -p pkg/$package-$version tar cf - `cat Manifest.txt` | ( cd pkg/$package-$version && tar xf - ) -zip -rq pkg/$package-$version.zip pkg/$package-$version +( cd pkg && zip -rq $package-$version.zip $package-$version ) + +# Make bundle for CTAN release + +TDS_DIR=pkg/$package/tds/ +TDS_TEX_DIR=$TDS_DIR/tex/latex/$package/ +TDS_DOC_DIR=$TDS_DIR/doc/latex/$package/ +TDS_SRC_DIR=$TDS_DIR/source/latex/$package/ + +mkdir -p $TDS_DIR $TDS_TEX_DIR $TDS_DOC_DIR $TDS_SRC_DIR + +cp tufte-handout.cls $TDS_TEX_DIR/ + +cp History.txt README.txt sample-handout.{pdf,tex,bib} $TDS_DOC_DIR/ +mkdir $TDS_DOC_DIR/graphics +cp graphics/* $TDS_DOC_DIR/graphics/ + +cp tufte-handout.cls sample-handout.{tex,bib} $TDS_SRC_DIR/ + +( cd $TDS_DIR && zip -rq ../../$package-$version/$package.tds.zip * ) +rm -fr pkg/$package +mv pkg/$package-$version pkg/$package +( cd pkg && zip -rq $package.zip $package ) + +# Remove our temporary files +rm -fr pkg/$package # Provide some cut-n-paste material for manual steps: diff --git a/sample-handout.pdf b/sample-handout.pdf index 50b3ef6ef03f2c55b7a353b03f1b4149019cb91b..c6eae31552055e2786948074f02bf382b23ca70a 100644 GIT binary patch delta 107 zcmbQ*&OWuBy