From df80c6b8c95d43d534eeb8fb64749160b071f026 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 10 Jul 2015 22:38:35 +0000 Subject: forest (10jul15) git-svn-id: svn://tug.org/texlive/trunk@37827 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/forest/forest.dtx | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'Master/texmf-dist/source') diff --git a/Master/texmf-dist/source/latex/forest/forest.dtx b/Master/texmf-dist/source/latex/forest/forest.dtx index 47276f51cc2..a914af0812d 100644 --- a/Master/texmf-dist/source/latex/forest/forest.dtx +++ b/Master/texmf-dist/source/latex/forest/forest.dtx @@ -1,9 +1,9 @@ -% \CheckSum{12844} +% \CheckSum{12854} % \iffalse meta-comment % forest.dtx %% `forest' is a `pgf/tikz'-based package for drawing (linguistic) trees. %% -%% Copyright (c) 2013 Saso Zivanovic +%% Copyright (c) 2015 Saso Zivanovic %% (Sa\v{s}o \v{Z}ivanovi\'{c}) %% saso.zivanovic@guest.arnes.si %% @@ -3967,6 +3967,10 @@ % \section{Changelog} % % \begin{description} +% \item[v1.08 (2015/07/10)] \mbox{} +% \begin{compactitem} +% \item Fix externalization (compatibility with new |tikz| features). +% \end{compactitem} % \item[v1.07 (2015/05/29)] \mbox{} % \begin{compactitem} % \item Require package |elocalloc| for local boxes, which were previously defined by package |etex|. @@ -4018,7 +4022,7 @@ % \item[v1.0 (2012/10/31)] First public version % \end{description} % -% \paragraph{Acknowledgements} Many thanks to the people who have reported bugs! In the +% \paragraph{Acknowledgements} Many thanks to the \TeX\ SE community and the people who have reported bugs! In the % chronological order: Markus P\"ochtrager, Timothy Dozat, Ignasi Furio.\footnote{If you're in the % list but don't want to be, my apologies and please let me know about it!} % @@ -4029,7 +4033,7 @@ % % Identification. % \begin{macrocode} -\ProvidesPackage{forest}[2015/05/29 v1.07 Drawing (linguistic) trees] +\ProvidesPackage{forest}[2015/07/10 v1.08 Drawing (linguistic) trees] \RequirePackage{tikz}[2010/10/13] \usetikzlibrary{shapes} @@ -9659,7 +9663,7 @@ } \def\forest@includeexternal@check#1{% \tikzsetnextfilename{#1}% - \tikzexternal@externalizefig@systemcall@uptodatecheck + \IfFileExists{\tikzexternal@filenameprefix/#1}{\tikzexternal@file@isuptodatetrue}{\tikzexternal@file@isuptodatefalse}% } \def\makehashother{\catcode`\#=12}% \long\def\forest@external@setup#1{% -- cgit v1.2.3