From c92e501ff38f1539c18bf8a0378629d1883231c2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 10 Oct 2011 21:53:59 +0000 Subject: tikz-qtree (10oct11) git-svn-id: svn://tug.org/texlive/trunk@24259 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/tikz-qtree/README | 4 +- Master/texmf-dist/doc/latex/tikz-qtree/tests.tex | 77 ------------------------ 2 files changed, 3 insertions(+), 78 deletions(-) delete mode 100644 Master/texmf-dist/doc/latex/tikz-qtree/tests.tex (limited to 'Master/texmf-dist/doc/latex') diff --git a/Master/texmf-dist/doc/latex/tikz-qtree/README b/Master/texmf-dist/doc/latex/tikz-qtree/README index 6950707eb89..58ae6cd4a77 100644 --- a/Master/texmf-dist/doc/latex/tikz-qtree/README +++ b/Master/texmf-dist/doc/latex/tikz-qtree/README @@ -1,6 +1,6 @@ tikz-qtree David Chiang -Version 1.11 (Christmas 2010) +Version 1.12 (October 2011) This package provides a macro for drawing trees with TikZ using the easy syntax of Alexis Dimitriadis' Qtree. It improves on TikZ's @@ -12,6 +12,8 @@ pst-qtree in being usable with pdfTeX and XeTeX. Please see tikztree-manual.pdf for instructions and examples. Version history: +1.12 (2011/10/10) + - fixed bug that was inserting spaces 1.11 (2010/12/25): - options don't break options for standard TikZ trees diff --git a/Master/texmf-dist/doc/latex/tikz-qtree/tests.tex b/Master/texmf-dist/doc/latex/tikz-qtree/tests.tex deleted file mode 100644 index 98bdf9ac41e..00000000000 --- a/Master/texmf-dist/doc/latex/tikz-qtree/tests.tex +++ /dev/null @@ -1,77 +0,0 @@ -\documentclass{minimal} - -\usepackage{tikz,tikz-qtree} - -\begin{document} - -\pgfnewsubpicture{s} - -\begin{pgfpicture} -\begin{pgfsubpicture} -\pgfnode{rectangle}{center}{A}{a}{\pgfusepath{stroke}} -\end{pgfsubpicture} -\pgfsavesubpicture{s} - -\begin{pgfsubpicture} -{\pgftransformshift{\pgfpoint{30pt}{0pt}} -\pgfnode{rectangle}{center}{B}{b}{\pgfusepath{stroke}}} -\end{pgfsubpicture} -\pgfmergesubpicture{s} - -\pgfrestoresubpicture{s} - -{\pgftransformrotate{30} -\pgftransformscale{0.75}{0.75} -\pgfplacesubpicture -} - -{\pgftransformshift{\pgfpoint{0pt}{-30pt}} -\pgfnode{rectangle}{center}{C}{c}{\pgfusepath{stroke}}} -{\pgftransformshift{\pgfpoint{30pt}{-30pt}} -\pgfnode{rectangle}{center}{D}{d}{\pgfusepath{stroke}}} - -\pgfpathmoveto{\pgfpointanchor{a}{east}} -\pgfpathlineto{\pgfpointanchor{b}{west}} -\pgfusepath{stroke} - -\pgfpathmoveto{\pgfpointanchor{a}{south}} -\pgfpathlineto{\pgfpointanchor{c}{north}} -\pgfusepath{stroke} - -\pgfpathmoveto{\pgfpointanchor{b}{south}} -\pgfpathlineto{\pgfpointanchor{d}{north}} -\pgfusepath{stroke} - -\pgfpathmoveto{\pgfpointanchor{c}{east}} -\pgfpathlineto{\pgfpointanchor{d}{west}} -\pgfusepath{stroke} - -\end{pgfpicture} - -\Tree [.S [.NP [.Adj colorless ] [.Adj green ] [.N ideas ] ] [.VP [.VP [.V sleep ] ] [.Adv furiously ] ] ] -\Tree [.X - a a a a a a a a a a - a a a a a a a a a a - a a a a a a a a a a - a a a a a a a a a a - a a a a a a a a a a - ] - -\Tree - [.a [.a [.a [.a [.a [.a [.a [.a [.a [.a - ] ] ] ] ] ] ] ] ] ] - - - -\section{Testing tikz trees compatibility} - -\begin{tikzpicture}[grow=right,level distance=1in] -\node {A} child {node {B}} child {node {C}}; -\end{tikzpicture} -\begin{tikzpicture}[grow'=right,sibling distance=1in] -\node {A} child {node {B}} child {node {C}}; -\end{tikzpicture} - - - -\end{document} -- cgit v1.2.3