diff options
author | Karl Berry <karl@freefriends.org> | 2015-07-23 21:14:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-07-23 21:14:46 +0000 |
commit | 360782a973f76799a1a4411d29c5f75df9f99892 (patch) | |
tree | 05ea81edb50539d57c35596a6ed6eff78574dbfc /Master/texmf-dist/source/latex/forest | |
parent | 90f3bd40a3945c8f0585224212538a70ea04df3a (diff) |
forest (23jul15)
git-svn-id: svn://tug.org/texlive/trunk@37933 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/forest')
-rw-r--r-- | Master/texmf-dist/source/latex/forest/forest.dtx | 10 |
1 files changed, 7 insertions, 3 deletions
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 |