diff options
author | Karl Berry <karl@freefriends.org> | 2015-05-04 23:32:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-05-04 23:32:50 +0000 |
commit | 053f17f9b97422f6e2719be89fea31d68520a04b (patch) | |
tree | 27dd551417d96561acc9d4cd03a343c5613d41d6 /Master/texmf-dist/tex/latex | |
parent | 1b036f2b1ea41303cd93846bdb9b66744acf5ea7 (diff) |
forest (4may15)
git-svn-id: svn://tug.org/texlive/trunk@37186 c570f23f-e606-0410-a88d-b1316a301751
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} |