From 360782a973f76799a1a4411d29c5f75df9f99892 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 23 Jul 2015 21:14:46 +0000 Subject: forest (23jul15) git-svn-id: svn://tug.org/texlive/trunk@37933 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/forest/README | 2 +- Master/texmf-dist/doc/latex/forest/forest.pdf | Bin 889069 -> 888811 bytes Master/texmf-dist/source/latex/forest/forest.dtx | 10 +++++++--- Master/texmf-dist/tex/latex/forest/forest.sty | 3 +-- 4 files changed, 9 insertions(+), 6 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/forest/README b/Master/texmf-dist/doc/latex/forest/README index 57c7ad47364..f29698ecd39 100644 --- a/Master/texmf-dist/doc/latex/forest/README +++ b/Master/texmf-dist/doc/latex/forest/README @@ -1,4 +1,4 @@ -LaTeX package: forest [2015/07/15 v1.09 Drawing (linguistic) trees] +LaTeX package: forest [2015/07/15 v1.0.10 Drawing (linguistic) trees] Copyright (c) 2015 Saso Zivanovic (Sa\v{s}o \v{Z}ivanovi\'{c}) diff --git a/Master/texmf-dist/doc/latex/forest/forest.pdf b/Master/texmf-dist/doc/latex/forest/forest.pdf index 24d7a11451e..78c3a9b1a85 100644 Binary files a/Master/texmf-dist/doc/latex/forest/forest.pdf and b/Master/texmf-dist/doc/latex/forest/forest.pdf differ diff --git a/Master/texmf-dist/source/latex/forest/forest.dtx b/Master/texmf-dist/source/latex/forest/forest.dtx index bb2694e1974..681696ed27e 100644 --- a/Master/texmf-dist/source/latex/forest/forest.dtx +++ b/Master/texmf-dist/source/latex/forest/forest.dtx @@ -1,4 +1,4 @@ -% \CheckSum{12878} +% \CheckSum{12884} % \iffalse meta-comment % forest.dtx %% `forest' is a `pgf/tikz'-based package for drawing (linguistic) trees. @@ -3967,6 +3967,11 @@ % \section{Changelog} % % \begin{description} +% \item[v1.0.10 (2015/07/22)] \mbox{} +% \begin{compactitem} +% \item Bugfix: a left-over debugging |\typeout| command was interfering with a |forest| within |tabular|, see \href{http://tex.stackexchange.com/questions/256509/odd-incompatibility-between-multi-line-forest-nodes-and-tabular}{this question on TeX.SE}. +% \item A somewhat changed versioning scheme \dots +% \end{compactitem} % \item[v1.09 (2015/07/15)] \mbox{} % \begin{compactitem} % \item Bugfix: child alignment was not done in nodes with a single child, see \href{http://tex.stackexchange.com/questions/255309/elementary-forest-question-meaning-of-calign-parent-anchor-and-child-anchor}{this question on TeX.SE}. @@ -4037,7 +4042,7 @@ % % Identification. % \begin{macrocode} -\ProvidesPackage{forest}[2015/07/15 v1.09 Drawing (linguistic) trees] +\ProvidesPackage{forest}[2015/07/15 v1.0.10 Drawing (linguistic) trees] \RequirePackage{tikz}[2010/10/13] \usetikzlibrary{shapes} @@ -7047,7 +7052,6 @@ % \end{macrocode} % No need to run packing, but we still need to align the children. % \begin{macrocode} -\typeout{DEBUG calign: \forestove{content} --- \forestove{calign}}% \csname forest@calign@\forestove{calign}\endcsname \fi \fi diff --git a/Master/texmf-dist/tex/latex/forest/forest.sty b/Master/texmf-dist/tex/latex/forest/forest.sty index f93ca21cf4a..bcba9acc8b8 100644 --- a/Master/texmf-dist/tex/latex/forest/forest.sty +++ b/Master/texmf-dist/tex/latex/forest/forest.sty @@ -29,7 +29,7 @@ %% This work consists of the files forest.dtx and forest.ins %% and the derived file forest.sty. %% -\ProvidesPackage{forest}[2015/07/15 v1.09 Drawing (linguistic) trees] +\ProvidesPackage{forest}[2015/07/15 v1.0.10 Drawing (linguistic) trees] \RequirePackage{tikz}[2010/10/13] \usetikzlibrary{shapes} @@ -2577,7 +2577,6 @@ \fi \else \ifnum\forestove{n children}=1 -\typeout{DEBUG calign: \forestove{content} --- \forestove{calign}}% \csname forest@calign@\forestove{calign}\endcsname \fi \fi -- cgit v1.2.3