summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/forest
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-03-08 00:34:19 +0000
committerKarl Berry <karl@freefriends.org>2014-03-08 00:34:19 +0000
commit0e777b47f9a1530eac73132f03ef130a75075019 (patch)
tree7b2f828362f09ee5ae9131e9f1d8abc54d1857e8 /Master/texmf-dist/source/latex/forest
parentd34e6969c53038f8c2b398a63442853835706940 (diff)
forest (7mar14)
git-svn-id: svn://tug.org/texlive/trunk@33116 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/forest')
-rw-r--r--Master/texmf-dist/source/latex/forest/forest.dtx20
1 files changed, 17 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/forest/forest.dtx b/Master/texmf-dist/source/latex/forest/forest.dtx
index b2cad300353..671f73854bd 100644
--- a/Master/texmf-dist/source/latex/forest/forest.dtx
+++ b/Master/texmf-dist/source/latex/forest/forest.dtx
@@ -1,4 +1,4 @@
-% \CheckSum{12819}
+% \CheckSum{12832}
% \iffalse meta-comment
% forest.dtx
%% `forest' is a `pgf/tikz'-based package for drawing (linguistic) trees.
@@ -3967,6 +3967,10 @@
% \section{Changelog}
%
% \begin{description}
+% \item[v1.05 (2014/03/07)] \mbox{}
+% \begin{compactitem}
+% \item Fix the node boundary code for rounded rectangle. (Patch contributed by Paul Gaborit.)
+% \end{compactitem}
% \item[v1.04 (2013/10/17)] \mbox{}
% \begin{compactitem}
% \item Fixed an \href{http://tex.stackexchange.com/questions/138986/error-using-tikzexternalize-with-forest/139145}{externalization bug}.
@@ -4017,7 +4021,7 @@
%
% Identification.
% \begin{macrocode}
-\ProvidesPackage{forest}[2013/10/17 v1.04 Drawing (linguistic) trees]
+\ProvidesPackage{forest}[2014/03/07 v1.05 Drawing (linguistic) trees]
\RequirePackage{tikz}[2010/10/13]
\usetikzlibrary{shapes}
@@ -8029,7 +8033,17 @@
\forest@mt{north east}%
\forest@lt{south west}%
}%
-\cslet{forest@compute@node@boundary@rounded rectangle}\forest@compute@node@boundary@rectangle
+\csdef{forest@compute@node@boundary@rounded rectangle}{%
+ \forest@mt{east}%
+ \forest@lt{north east}%
+ \forest@lt{north}%
+ \forest@lt{north west}%
+ \forest@lt{west}%
+ \forest@lt{south west}%
+ \forest@lt{south}%
+ \forest@lt{south east}%
+ \forest@lt{east}%
+}%
\csdef{forest@compute@node@boundary@chamfered rectangle}{%
\forest@mt{before south west}%
\forest@mt{after south west}%