summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-07-23 21:14:46 +0000
committerKarl Berry <karl@freefriends.org>2015-07-23 21:14:46 +0000
commit360782a973f76799a1a4411d29c5f75df9f99892 (patch)
tree05ea81edb50539d57c35596a6ed6eff78574dbfc /Master/texmf-dist
parent90f3bd40a3945c8f0585224212538a70ea04df3a (diff)
forest (23jul15)
git-svn-id: svn://tug.org/texlive/trunk@37933 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/forest/README2
-rw-r--r--Master/texmf-dist/doc/latex/forest/forest.pdfbin889069 -> 888811 bytes
-rw-r--r--Master/texmf-dist/source/latex/forest/forest.dtx10
-rw-r--r--Master/texmf-dist/tex/latex/forest/forest.sty3
4 files changed, 9 insertions, 6 deletions
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
--- a/Master/texmf-dist/doc/latex/forest/forest.pdf
+++ b/Master/texmf-dist/doc/latex/forest/forest.pdf
Binary files 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