diff options
author | Karl Berry <karl@freefriends.org> | 2018-10-17 20:39:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-10-17 20:39:55 +0000 |
commit | c4b3fe8be2d6c5e856eb3629430e2e177fd7c2db (patch) | |
tree | f69d22a2e6560326dfcfbbd3deec69d3b61c550d /Master/texmf-dist/tex/latex | |
parent | f5112bd8d60b74a14f806899d414c8142393529d (diff) |
latex-make (17oct18)
git-svn-id: svn://tug.org/texlive/trunk@48925 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
5 files changed, 11 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/latex-make/figlatex.cfg b/Master/texmf-dist/tex/latex/latex-make/figlatex.cfg index 306c2c06198..de249cb0b56 100644 --- a/Master/texmf-dist/tex/latex/latex-make/figlatex.cfg +++ b/Master/texmf-dist/tex/latex/latex-make/figlatex.cfg @@ -40,7 +40,7 @@ %% Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. %% \ProvidesFile{figlatex.cfg}% -[2018/09/04 v2.2.5 No changes in figlatex.dtx] +[2018/10/17 v2.3.0 No changes in figlatex.dtx] %\compatibility %\debug \endinput diff --git a/Master/texmf-dist/tex/latex/latex-make/figlatex.sty b/Master/texmf-dist/tex/latex/latex-make/figlatex.sty index dd729159a03..fb2326d8294 100644 --- a/Master/texmf-dist/tex/latex/latex-make/figlatex.sty +++ b/Master/texmf-dist/tex/latex/latex-make/figlatex.sty @@ -41,7 +41,7 @@ %% \NeedsTeXFormat{LaTeX2e}% \ProvidesPackage{figlatex}% -[2018/09/04 v2.2.5 No changes in figlatex.dtx] +[2018/10/17 v2.3.0 No changes in figlatex.dtx] \newif\ifFL@compatibility \DeclareOption{compatibility}{% %\PackageWarning{figlatex}{option compatibility}% diff --git a/Master/texmf-dist/tex/latex/latex-make/pdfswitch.sty b/Master/texmf-dist/tex/latex/latex-make/pdfswitch.sty index 2384cb74953..b468c08afdb 100644 --- a/Master/texmf-dist/tex/latex/latex-make/pdfswitch.sty +++ b/Master/texmf-dist/tex/latex/latex-make/pdfswitch.sty @@ -41,7 +41,7 @@ %% \NeedsTeXFormat{LaTeX2e}% \ProvidesPackage{pdfswitch}% -[2018/09/04 v2.2.5 No changes in pdfswitch.dtx] +[2018/10/17 v2.3.0 No changes in pdfswitch.dtx] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% diff --git a/Master/texmf-dist/tex/latex/latex-make/texdepends.sty b/Master/texmf-dist/tex/latex/latex-make/texdepends.sty index b92f75d89a1..3d8224b313c 100644 --- a/Master/texmf-dist/tex/latex/latex-make/texdepends.sty +++ b/Master/texmf-dist/tex/latex/latex-make/texdepends.sty @@ -42,7 +42,7 @@ %% \NeedsTeXFormat{LaTeX2e}% \ProvidesPackage{texdepends}% -[2018/09/04 v2.2.5 No changes in texdepends.dtx] +[2018/09/04 v2.3.0 ignore comment.cut file from the comment package] \RequirePackage{ifthen} \newboolean{TD@debug} \newcommand{\TD@option@debug}[1][true]{% @@ -124,6 +124,9 @@ \def\TD@printInput#1{% \TD@print{TD_\jobname\TD@extention _INPUTS\space += #1}% }% +\def\TD@printNoDependsFile#1{% + \TD@print{TD_\jobname\TD@extention _DEPENDS_EXCLUDE\space += #1}% +}% \def\TD@printFig#1{% \TD@print{TD_\jobname\TD@extention _FIGURES\space += #1}% }% @@ -576,6 +579,9 @@ \TD@printRebuildRule{bibtopic}% \TD@docswitch{btSect}% }% +\TD@PackagePostDivert{comment}{% + \TD@printNoDependsFile{comment.cut}% +}% \endinput %% %% End of file `texdepends.sty'. diff --git a/Master/texmf-dist/tex/latex/latex-make/texgraphicx.sty b/Master/texmf-dist/tex/latex/latex-make/texgraphicx.sty index d2eca5b63f8..3f54d36f4b3 100644 --- a/Master/texmf-dist/tex/latex/latex-make/texgraphicx.sty +++ b/Master/texmf-dist/tex/latex/latex-make/texgraphicx.sty @@ -40,7 +40,7 @@ %% Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. %% \ProvidesPackage{texgraphicx}% -[2018/09/04 v2.2.5 No changes in figlatex.dtx] +[2018/10/17 v2.3.0 No changes in figlatex.dtx] \PackageWarning{texgraphicx}{'texgraphicx' is now deprecated\MessageBreak% Please, consider switching to 'figlatex' |