diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-07 23:39:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-07 23:39:10 +0000 |
commit | 20ff44ce9e3f008751e5b3730036a2c97d5031df (patch) | |
tree | 90a4690dda7122894d4e159d6024e18e3ae413f6 /Master/texmf-dist/doc/generic/pst-tvz | |
parent | 7ec5124fc8058384ae1dfbee47f1bd841a390cdc (diff) |
pst-tvz 1.01 (14jun11)
git-svn-id: svn://tug.org/texlive/trunk@23451 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-tvz')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-tvz/Changes | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-tvz/pst-tvz-doc.bib | 11 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-tvz/pst-tvz-doc.pdf | bin | 361341 -> 370305 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-tvz/pst-tvz-doc.tex | 8 |
4 files changed, 18 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-tvz/Changes b/Master/texmf-dist/doc/generic/pst-tvz/Changes index a93667f053d..bb8a9a48f0a 100644 --- a/Master/texmf-dist/doc/generic/pst-tvz/Changes +++ b/Master/texmf-dist/doc/generic/pst-tvz/Changes @@ -1,6 +1,7 @@ ----- pst-tvz.tex +1.01 2011-06-14 - fix bug with \nodealign->\Pst@nodealign (hv) 1.00 2010-10-28 - initial CTAN version (hv) ------ pst-tree.sty +----- pst-tvz.sty 2010-10-28 first version (hv) diff --git a/Master/texmf-dist/doc/generic/pst-tvz/pst-tvz-doc.bib b/Master/texmf-dist/doc/generic/pst-tvz/pst-tvz-doc.bib index af373f81635..6eb6982fd3c 100644 --- a/Master/texmf-dist/doc/generic/pst-tvz/pst-tvz-doc.bib +++ b/Master/texmf-dist/doc/generic/pst-tvz/pst-tvz-doc.bib @@ -11,7 +11,7 @@ address = {Boston, Mass.} } -@Article{reingold:, +@Article{reingold:1981, author = {Reingold, Edward and Tilford, John}, title = {Tidier {D}rawings of {T}rees}, journal = {IEEE Transactions on Software Engineering}, @@ -67,3 +67,12 @@ address = {Heidelberg/Hamburg} } +@Book{PSTricks2E, + author = {Herbert Vo\ss{}}, + title = {\texttt{PSTricks} -- {G}raphics for \LaTeX}, + edition = {1.}, + publisher = {UIT}, + year = {2011}, + address = {Cambridge} +} + diff --git a/Master/texmf-dist/doc/generic/pst-tvz/pst-tvz-doc.pdf b/Master/texmf-dist/doc/generic/pst-tvz/pst-tvz-doc.pdf Binary files differindex 8dfd36d1d51..97af934fc85 100644 --- a/Master/texmf-dist/doc/generic/pst-tvz/pst-tvz-doc.pdf +++ b/Master/texmf-dist/doc/generic/pst-tvz/pst-tvz-doc.pdf diff --git a/Master/texmf-dist/doc/generic/pst-tvz/pst-tvz-doc.tex b/Master/texmf-dist/doc/generic/pst-tvz/pst-tvz-doc.tex index e2ff7198ff1..5c17402e300 100644 --- a/Master/texmf-dist/doc/generic/pst-tvz/pst-tvz-doc.tex +++ b/Master/texmf-dist/doc/generic/pst-tvz/pst-tvz-doc.tex @@ -1,4 +1,4 @@ -%% $Id: pst-tvz-doc.tex 409 2010-10-30 18:31:11Z herbert $ +%% $Id: pst-tvz-doc.tex 524 2011-06-14 15:19:21Z herbert $ \documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings headexclude,footexclude,oneside]{pst-doc} \usepackage[utf8]{inputenc} @@ -50,6 +50,10 @@ This package was written for Rokicki's\index{Rokicki} distribution. \end{abstract} +\vfill +thanks to: +Olivier Guibé; +\clearpage \section{Overview} @@ -883,7 +887,7 @@ level 2: \begin{abstract} This is a description of a recursive alignment algorithm that is useful for drawing trees -and tree-like graphs. It is a generalization of the algorithm in~\cite{reingold}. +and tree-like graphs. It is a generalization of the algorithm in~\cite{reingold:1981}. The purpose of the algorithm is to recursively construct a description of a {\em tree} in a high-level graphics language with the capabilities of PostScript. Thus, the algorithm is a preprocessor, and the graphics interpreter is a postprocessor. This division makes the |