diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/pgf')
4 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty b/Master/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty index 22eb6a92941..05bc35f3b57 100644 --- a/Master/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty +++ b/Master/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty @@ -10,7 +10,7 @@ \RequirePackage{pgfrcs} -\ProvidesPackageRCS[v\pgfversion] $Header: /cvsroot/pgf/pgf/latex/pgf/basiclayer/pgf.sty,v 1.14 2013/12/18 15:01:45 tantau Exp $ +\ProvidesPackageRCS[v\pgfversion] $Header: /cvsroot/pgf/pgf/latex/pgf/basiclayer/pgf.sty,v 1.15 2015/08/07 10:17:34 cfeuersaenger Exp $ \def\pgf@draft{} \DeclareOption{draft}{\def\pgf@draft{\pgf@draftmodetrue}} diff --git a/Master/texmf-dist/tex/latex/pgf/compatibility/pgflibrarytikztrees.sty b/Master/texmf-dist/tex/latex/pgf/compatibility/pgflibrarytikztrees.sty index 6a6f05d624f..00cea02b023 100644 --- a/Master/texmf-dist/tex/latex/pgf/compatibility/pgflibrarytikztrees.sty +++ b/Master/texmf-dist/tex/latex/pgf/compatibility/pgflibrarytikztrees.sty @@ -12,6 +12,6 @@ \RequirePackage{tikz} -\input{pgflibrarytikztrees.code.tex} +\input{tikzlibrarytrees.code.tex} \endinput diff --git a/Master/texmf-dist/tex/latex/pgf/doc/pgfmanual.prettyprinter.code.tex b/Master/texmf-dist/tex/latex/pgf/doc/pgfmanual.prettyprinter.code.tex index 3c4f5c28fbc..3ef113dc154 100644 --- a/Master/texmf-dist/tex/latex/pgf/doc/pgfmanual.prettyprinter.code.tex +++ b/Master/texmf-dist/tex/latex/pgf/doc/pgfmanual.prettyprinter.code.tex @@ -360,7 +360,7 @@ \let\pgfmanual@pretty@mainloop@NEXT=\relax \else \ifpgfmanualprettycommentactive - #1% + #1\kern0pt% \else \ifx\pgfmanual@loc@TMPa\pgfmanual@pretty@lbracket% % we found the start of OPTIONS '[ ... ]'. @@ -871,7 +871,7 @@ \else \def\pgfmanual@pretty@pgfkeys@loop@NEXT{\pgfmanual@pretty@pgfkeys@loop}% \ifpgfmanualprettycommentactive - #1% + #1\kern0pt% \else \ifnum13=\catcode`#1 % we found a white space (space, TAB or NL) or comment diff --git a/Master/texmf-dist/tex/latex/pgf/frontendlayer/libraries/tikzlibraryexternal.code.tex b/Master/texmf-dist/tex/latex/pgf/frontendlayer/libraries/tikzlibraryexternal.code.tex index c3000401b0b..2488dfa4e79 100644 --- a/Master/texmf-dist/tex/latex/pgf/frontendlayer/libraries/tikzlibraryexternal.code.tex +++ b/Master/texmf-dist/tex/latex/pgf/frontendlayer/libraries/tikzlibraryexternal.code.tex @@ -26,6 +26,8 @@ % \pdf@mdfivesum is available for pdftex and lualatex and computes the % md5 sum. Note that pdftex has \pdfmdfivesum, but lualatex does not % have it. +% +% ... also used for \pdf@shellescape. \usepackage{pdftexcmds} % source generic implementation: |