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/source/latex | |
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/source/latex')
-rw-r--r-- | Master/texmf-dist/source/latex/forest/forest.dtx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/forest/forest.dtx b/Master/texmf-dist/source/latex/forest/forest.dtx index d86bae495bc..47276f51cc2 100644 --- a/Master/texmf-dist/source/latex/forest/forest.dtx +++ b/Master/texmf-dist/source/latex/forest/forest.dtx @@ -1,4 +1,4 @@ -% \CheckSum{12838} +% \CheckSum{12844} % \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.07 (2015/05/29)] \mbox{} +% \begin{compactitem} +% \item Require package |elocalloc| for local boxes, which were previously defined by package |etex|. +% \end{compactitem} % \item[v1.06 (2015/05/04)] \mbox{} % \begin{compactitem} % \item Load |etex| package: since v2.1a, |etoolbox| doesn't do it anymore. @@ -4025,7 +4029,7 @@ % % Identification. % \begin{macrocode} -\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} @@ -4035,7 +4039,7 @@ \RequirePackage{pgfopts} \RequirePackage{etoolbox}[2010/08/21] -\RequirePackage{etex} +\RequirePackage{elocalloc}% for \locbox \RequirePackage{environ} %\usepackage[trace]{trace-pgfkeys} |