diff options
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} |