summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/forest/README4
-rw-r--r--Master/texmf-dist/doc/latex/forest/forest.pdfbin888543 -> 888924 bytes
-rw-r--r--Master/texmf-dist/source/latex/forest/forest.dtx20
-rw-r--r--Master/texmf-dist/tex/latex/forest/forest.sty14
4 files changed, 31 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/forest/README b/Master/texmf-dist/doc/latex/forest/README
index 036c77fa719..353fff06ef0 100644
--- a/Master/texmf-dist/doc/latex/forest/README
+++ b/Master/texmf-dist/doc/latex/forest/README
@@ -1,6 +1,6 @@
-LaTeX package: forest [2013/10/17 v1.04 Drawing (linguistic) trees]
+LaTeX package: forest [2014/03/07 v1.05 Drawing (linguistic) trees]
-Copyright (c) 2013 Saso Zivanovic
+Copyright (c) 2014 Saso Zivanovic
(Sa\v{s}o \v{Z}ivanovi\'{c})
saso.zivanovic@guest.arnes.si
diff --git a/Master/texmf-dist/doc/latex/forest/forest.pdf b/Master/texmf-dist/doc/latex/forest/forest.pdf
index 60b2f2fdaed..000bbd8895a 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 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}%
diff --git a/Master/texmf-dist/tex/latex/forest/forest.sty b/Master/texmf-dist/tex/latex/forest/forest.sty
index a93b439a97c..2d5d25ce384 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}[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}
@@ -3427,7 +3427,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}%