Explorar el Código

To add bibliography style that did not make it into initial release.

git-svn-id: https://tufte-latex.googlecode.com/svn/trunk@153 516e2f36-ce3a-0410-bea4-1d4a03f5df72
master
Bil Kleb hace 15 años
padre
commit
68056a81ad
Se han modificado 8 ficheros con 1331 adiciones y 7 borrados
  1. +5
    -0
      History.txt
  2. +1
    -0
      Manifest.txt
  3. +5
    -2
      release
  4. +3
    -2
      sample-handout.tex
  5. +1
    -1
      tufte-book.cls
  6. +1
    -1
      tufte-common.def
  7. +1
    -1
      tufte-handout.cls
  8. +1314
    -0
      tufte.bst

+ 5
- 0
History.txt Ver fichero

@@ -1,3 +1,8 @@
== 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

* Added a [nohyper] document class option that suppresses loading of the


+ 1
- 0
Manifest.txt Ver fichero

@@ -24,3 +24,4 @@ sample-handout.tex
tufte-book.cls
tufte-common.def
tufte-handout.cls
tufte.bst

+ 5
- 2
release Ver fichero

@@ -9,6 +9,7 @@ PACKAGE="tufte-latex"

CLASS_FILES="tufte-handout.cls tufte-book.cls"
DEF_FILES="tufte-common.def"
BST_FILES="tufte-common.def"
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
@@ -87,13 +88,13 @@ TDS_SRC_DIR=$TDS_DIR/source/latex/$PACKAGE/
echo "Creating zip bundle for CTAN release ..."
mkdir -p $TDS_DIR $TDS_TEX_DIR $TDS_DOC_DIR $TDS_SRC_DIR

cp $CLASS_FILES $DEF_FILES $TDS_TEX_DIR/
cp $CLASS_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 $CLASS_FILES $DEF_FILES $SOURCE_FILES $TDS_SRC_DIR/
cp $CLASS_FILES $DEF_FILES $BST_FILES $SOURCE_FILES $TDS_SRC_DIR/

( cd $TDS_DIR && zip -rq ../../$PACKAGE-$VERSION/$PACKAGE.tds.zip * )
rm -fr pkg/$PACKAGE
@@ -101,6 +102,8 @@ mv pkg/$PACKAGE-$VERSION pkg/$PACKAGE
( cd pkg && zip -rq $PACKAGE.zip $PACKAGE )
echo "Complete"

# TODO: test release (unpack and build sample-*.tex files)

# Remove our temporary files
rm -rf pkg/$PACKAGE



+ 3
- 2
sample-handout.tex Ver fichero

@@ -263,9 +263,10 @@ following files into the same directory as your \texttt{.tex}
file:
\begin{quote}
\ttfamily
tufte-book.cls\\
tufte-common.def\\
tufte-handout.cls\\
tufte-book.cls
tufte.bst
\end{quote}

% TODO add instructions for installing it globally
@@ -283,7 +284,7 @@ The website for the Tufte-\LaTeX\ packages is located at
links to our \smallcaps{svn} repository, mailing lists, bug tracker, and documentation.

\bibliography{sample-handout}
\bibliographystyle{plainnat}
\bibliographystyle{tufte}





+ 1
- 1
tufte-book.cls Ver fichero

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

\ProvidesClass{tufte-book}[2009/12/11 v3.5.0 Tufte-book class]
\ProvidesClass{tufte-book}[2010/03/28 v3.5.1 Tufte-book class]

%%
% Declare we're tufte-book


+ 1
- 1
tufte-common.def Ver fichero

@@ -2,7 +2,7 @@
%% This file contains the code that is common to the Tufte-LaTeX document classes.
%%

\ProvidesFile{tufte-common.def}[2009/12/11 v3.5.0 Common code for the Tufte-LaTeX styles]
\ProvidesFile{tufte-common.def}[2010/03/28 v3.5.1 Common code for the Tufte-LaTeX styles]

%%
% The `xkeyval' package simplifies the user interface for the document class options


+ 1
- 1
tufte-handout.cls Ver fichero

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

\ProvidesClass{tufte-handout}[2009/12/11 v3.5.0 Tufte-handout class]
\ProvidesClass{tufte-handout}[2010/03/28 v3.5.1 Tufte-handout class]

%%
% Declare we're tufte-handout


+ 1314
- 0
tufte.bst
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


Cargando…
Cancelar
Guardar