diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/forest')
-rw-r--r-- | Master/texmf-dist/tex/latex/forest/forest.sty | 14 |
1 files changed, 12 insertions, 2 deletions
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}% |