diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/forest')
-rw-r--r-- | Master/texmf-dist/tex/latex/forest/forest.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/forest/forest.sty b/Master/texmf-dist/tex/latex/forest/forest.sty index ab11fed90d5..be4e5c06686 100644 --- a/Master/texmf-dist/tex/latex/forest/forest.sty +++ b/Master/texmf-dist/tex/latex/forest/forest.sty @@ -8,7 +8,7 @@ %% %% `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 %% @@ -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/29 v1.07 Drawing (linguistic) trees] +\ProvidesPackage{forest}[2015/07/10 v1.08 Drawing (linguistic) trees] \RequirePackage{tikz}[2010/10/13] \usetikzlibrary{shapes} @@ -4514,7 +4514,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{% |