summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-06-16 21:22:54 +0000
committerKarl Berry <karl@freefriends.org>2015-06-16 21:22:54 +0000
commitd8d7232f205cac9d8cda4988626b8b727ffda1e1 (patch)
tree14faac2c7f836a316f3b4916dc6be02ef2e230b5
parent21fc82e7b49584f4d7cb67b8f88a28f6f49634aa (diff)
forest (30may15)
git-svn-id: svn://tug.org/texlive/trunk@37575 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/forest/README2
-rw-r--r--Master/texmf-dist/doc/latex/forest/forest.pdfbin887360 -> 887495 bytes
-rw-r--r--Master/texmf-dist/source/latex/forest/forest.dtx10
-rw-r--r--Master/texmf-dist/tex/latex/forest/forest.sty4
4 files changed, 10 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/forest/README b/Master/texmf-dist/doc/latex/forest/README
index e23777fd712..ea57aac5cca 100644
--- a/Master/texmf-dist/doc/latex/forest/README
+++ b/Master/texmf-dist/doc/latex/forest/README
@@ -1,4 +1,4 @@
-LaTeX package: forest [2015/05/04 v1.06 Drawing (linguistic) trees]
+LaTeX package: forest [2015/05/29 v1.07 Drawing (linguistic) trees]
Copyright (c) 2015 Saso Zivanovic
(Sa\v{s}o \v{Z}ivanovi\'{c})
diff --git a/Master/texmf-dist/doc/latex/forest/forest.pdf b/Master/texmf-dist/doc/latex/forest/forest.pdf
index 33deae6f67f..268d648850b 100644
--- a/Master/texmf-dist/doc/latex/forest/forest.pdf
+++ b/Master/texmf-dist/doc/latex/forest/forest.pdf
Binary files differ
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}
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}