diff options
author | Karl Berry <karl@freefriends.org> | 2015-06-16 21:22:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-06-16 21:22:54 +0000 |
commit | d8d7232f205cac9d8cda4988626b8b727ffda1e1 (patch) | |
tree | 14faac2c7f836a316f3b4916dc6be02ef2e230b5 /Master/texmf-dist/tex | |
parent | 21fc82e7b49584f4d7cb67b8f88a28f6f49634aa (diff) |
forest (30may15)
git-svn-id: svn://tug.org/texlive/trunk@37575 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/forest/forest.sty | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/forest/forest.sty b/Master/texmf-dist/tex/latex/forest/forest.sty index d4db46151de..ab11fed90d5 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}[2015/05/04 v1.06 Drawing (linguistic) trees] +\ProvidesPackage{forest}[2015/05/29 v1.07 Drawing (linguistic) trees] \RequirePackage{tikz}[2010/10/13] \usetikzlibrary{shapes} @@ -39,7 +39,7 @@ \RequirePackage{pgfopts} \RequirePackage{etoolbox}[2010/08/21] -\RequirePackage{etex} +\RequirePackage{elocalloc}% for \locbox \RequirePackage{environ} %\usepackage[trace]{trace-pgfkeys} |