diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/forest/forest.sty | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/forest/forest.sty b/Master/texmf-dist/tex/latex/forest/forest.sty index 2d5d25ce384..d4db46151de 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}[2014/03/07 v1.05 Drawing (linguistic) trees] +\ProvidesPackage{forest}[2015/05/04 v1.06 Drawing (linguistic) trees] \RequirePackage{tikz}[2010/10/13] \usetikzlibrary{shapes} @@ -39,6 +39,7 @@ \RequirePackage{pgfopts} \RequirePackage{etoolbox}[2010/08/21] +\RequirePackage{etex} \RequirePackage{environ} %\usepackage[trace]{trace-pgfkeys} |