From d8d7232f205cac9d8cda4988626b8b727ffda1e1 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 16 Jun 2015 21:22:54 +0000 Subject: forest (30may15) git-svn-id: svn://tug.org/texlive/trunk@37575 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/forest/README | 2 +- Master/texmf-dist/doc/latex/forest/forest.pdf | Bin 887360 -> 887495 bytes Master/texmf-dist/source/latex/forest/forest.dtx | 10 +++++++--- Master/texmf-dist/tex/latex/forest/forest.sty | 4 ++-- 4 files changed, 10 insertions(+), 6 deletions(-) (limited to 'Master/texmf-dist') 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 Binary files a/Master/texmf-dist/doc/latex/forest/forest.pdf and b/Master/texmf-dist/doc/latex/forest/forest.pdf 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} -- cgit v1.2.3