diff options
author | Karl Berry <karl@freefriends.org> | 2018-05-29 20:54:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-05-29 20:54:42 +0000 |
commit | 7adee32016cbff00197721703fe3904c8cf0a63e (patch) | |
tree | 583fd734e9715af6f9c52c996c23f0d446209c14 /Master/texmf-dist/source/support/latex-make/figlatex.dtx | |
parent | 1672d941a9b0a54aa2dc0b8ab41740a487608df4 (diff) |
latex-make (29may18)
git-svn-id: svn://tug.org/texlive/trunk@47869 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/support/latex-make/figlatex.dtx')
-rw-r--r-- | Master/texmf-dist/source/support/latex-make/figlatex.dtx | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/support/latex-make/figlatex.dtx b/Master/texmf-dist/source/support/latex-make/figlatex.dtx index 94da37c08e0..6ced60986d9 100644 --- a/Master/texmf-dist/source/support/latex-make/figlatex.dtx +++ b/Master/texmf-dist/source/support/latex-make/figlatex.dtx @@ -28,7 +28,7 @@ %<compat> \ProvidesPackage{texgraphicx}% % \fi % \ProvidesFile{figlatex.dtx} -[2017/01/08 v2.2.3 include fig and svg in LaTeX] +[2018/05/29 v2.2.4 fix python syntax] % \iffalse %<*driver> \documentclass{ltxdoc} @@ -100,12 +100,18 @@ % This package allows \LaTeX\space to load XFig and SVG figures (or % subfigures) with the |\includegraphics| command. % \end{abstract} -% \CheckSum{217} +% \CheckSum{218} % % \changes{v0.1.1}{2005/03/28}{Version 0.1.1 at last} % \changes{v0.1.2}{2005/03/29}{Manage index/glossary} % \changes{v0.1.3}{2008/01/28}{Better support for subfig with texdepends} % \changes{v0.1.4}{2011/09/25}{Support for svg with texdepends} +% \changes{v2.2.0}{2016/02/09}{No changes in figlatex.dtx} +% \changes{v2.2.1}{2016/02/09}{No changes in figlatex.dtx} +% \changes{v2.2.2}{2016/02/09}{No changes in figlatex.dtx} +% \changes{v2.2.3}{2017/01/08}{No changes in figlatex.dtx} +% \changes{v2.2.4}{2018/05/29}{Add missing required package 'ifthen'} +% \changes{v2.2.4}{2018/05/29}{Fix python syntax for python3} % % \makeatletter % \def\SpecialOptionIndex#1{\@bsphack @@ -269,6 +275,7 @@ % \end{macrocode} % and requires some packages % \begin{macrocode} +\RequirePackage{ifthen} \RequirePackage{ifpdf} \RequirePackage{graphicx} % \end{macrocode} |