summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-10-26 21:28:47 +0000
committerKarl Berry <karl@freefriends.org>2021-10-26 21:28:47 +0000
commit7ecb175b849286f8ab1fe7d80c8774f8f7730a55 (patch)
treef3f840b9f61a23a98fa70ff4cbdf18ecde995dca /Master/texmf-dist
parent3697945ebbe512f8510222ae1c149b6daa958a27 (diff)
latex-make (26oct21)
git-svn-id: svn://tug.org/texlive/trunk@60874 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/support/latex-make/README2
-rw-r--r--Master/texmf-dist/doc/support/latex-make/figlatex.pdfbin221479 -> 238535 bytes
-rw-r--r--Master/texmf-dist/doc/support/latex-make/latex-make.pdfbin318156 -> 574396 bytes
-rw-r--r--Master/texmf-dist/doc/support/latex-make/texdepends.pdfbin230951 -> 246523 bytes
-rwxr-xr-xMaster/texmf-dist/scripts/latex-make/figdepth.py2
-rwxr-xr-xMaster/texmf-dist/scripts/latex-make/gensubfig.py2
-rwxr-xr-xMaster/texmf-dist/scripts/latex-make/latexfilter.py2
-rwxr-xr-xMaster/texmf-dist/scripts/latex-make/svg2dev.py2
-rwxr-xr-xMaster/texmf-dist/scripts/latex-make/svgdepth.py2
-rw-r--r--Master/texmf-dist/source/support/latex-make/LaTeX.mk (renamed from Master/texmf-dist/doc/support/latex-make/LaTeX.mk)0
-rw-r--r--Master/texmf-dist/source/support/latex-make/figlatex.dtx3
-rw-r--r--Master/texmf-dist/source/support/latex-make/latex-make.dtx22
-rw-r--r--Master/texmf-dist/source/support/latex-make/pdfswitch.dtx2
-rw-r--r--Master/texmf-dist/source/support/latex-make/texdepends.dtx3
-rw-r--r--Master/texmf-dist/tex/latex/latex-make/figlatex.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/latex-make/figlatex.sty2
-rw-r--r--Master/texmf-dist/tex/latex/latex-make/pdfswitch.sty2
-rw-r--r--Master/texmf-dist/tex/latex/latex-make/texdepends.sty2
-rw-r--r--Master/texmf-dist/tex/latex/latex-make/texgraphicx.sty2
19 files changed, 28 insertions, 24 deletions
diff --git a/Master/texmf-dist/doc/support/latex-make/README b/Master/texmf-dist/doc/support/latex-make/README
index c1df907bb44..2d9d568cda9 100644
--- a/Master/texmf-dist/doc/support/latex-make/README
+++ b/Master/texmf-dist/doc/support/latex-make/README
@@ -2,7 +2,7 @@
| The LaTeX-Make system |
+------------------------------+
-VERSION: 2.4.2
+VERSION: 2.4.3
DESCRIPTION
===========
diff --git a/Master/texmf-dist/doc/support/latex-make/figlatex.pdf b/Master/texmf-dist/doc/support/latex-make/figlatex.pdf
index 2fd5a2e0cf0..d031642322b 100644
--- a/Master/texmf-dist/doc/support/latex-make/figlatex.pdf
+++ b/Master/texmf-dist/doc/support/latex-make/figlatex.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/support/latex-make/latex-make.pdf b/Master/texmf-dist/doc/support/latex-make/latex-make.pdf
index cd5cc6257bc..27f6ba4a356 100644
--- a/Master/texmf-dist/doc/support/latex-make/latex-make.pdf
+++ b/Master/texmf-dist/doc/support/latex-make/latex-make.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/support/latex-make/texdepends.pdf b/Master/texmf-dist/doc/support/latex-make/texdepends.pdf
index ae1f1578240..6f29e085fe8 100644
--- a/Master/texmf-dist/doc/support/latex-make/texdepends.pdf
+++ b/Master/texmf-dist/doc/support/latex-make/texdepends.pdf
Binary files differ
diff --git a/Master/texmf-dist/scripts/latex-make/figdepth.py b/Master/texmf-dist/scripts/latex-make/figdepth.py
index d7a763c796e..264af1bb957 100755
--- a/Master/texmf-dist/scripts/latex-make/figdepth.py
+++ b/Master/texmf-dist/scripts/latex-make/figdepth.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#coding=utf8
"""
diff --git a/Master/texmf-dist/scripts/latex-make/gensubfig.py b/Master/texmf-dist/scripts/latex-make/gensubfig.py
index 0c5316d448a..95ae0aadbb7 100755
--- a/Master/texmf-dist/scripts/latex-make/gensubfig.py
+++ b/Master/texmf-dist/scripts/latex-make/gensubfig.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#coding=utf8
"""
diff --git a/Master/texmf-dist/scripts/latex-make/latexfilter.py b/Master/texmf-dist/scripts/latex-make/latexfilter.py
index 2fbb14b0248..86fdfdf5d56 100755
--- a/Master/texmf-dist/scripts/latex-make/latexfilter.py
+++ b/Master/texmf-dist/scripts/latex-make/latexfilter.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#coding=utf8
"""
diff --git a/Master/texmf-dist/scripts/latex-make/svg2dev.py b/Master/texmf-dist/scripts/latex-make/svg2dev.py
index e3eb96de210..62511eca4ab 100755
--- a/Master/texmf-dist/scripts/latex-make/svg2dev.py
+++ b/Master/texmf-dist/scripts/latex-make/svg2dev.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#coding=utf8
from optparse import OptionParser
diff --git a/Master/texmf-dist/scripts/latex-make/svgdepth.py b/Master/texmf-dist/scripts/latex-make/svgdepth.py
index 6f146647b15..71a7c1cc267 100755
--- a/Master/texmf-dist/scripts/latex-make/svgdepth.py
+++ b/Master/texmf-dist/scripts/latex-make/svgdepth.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#coding=utf8
import sys
diff --git a/Master/texmf-dist/doc/support/latex-make/LaTeX.mk b/Master/texmf-dist/source/support/latex-make/LaTeX.mk
index 5167a742b1b..5167a742b1b 100644
--- a/Master/texmf-dist/doc/support/latex-make/LaTeX.mk
+++ b/Master/texmf-dist/source/support/latex-make/LaTeX.mk
diff --git a/Master/texmf-dist/source/support/latex-make/figlatex.dtx b/Master/texmf-dist/source/support/latex-make/figlatex.dtx
index 755f9f17f1e..2061cefaa4b 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}
-[2021/01/03 v2.4.2 No changes in figlatex]
+[2021/10/26 v2.4.3 No changes in figlatex]
% \iffalse
%<*driver>
\documentclass{ltxdoc}
@@ -118,6 +118,7 @@
% core LaTeX}
% \changes{v2.4.1}{2020/07/10}{No changes in figlatex.dtx}
% \changes{v2.4.2}{2021/01/03}{No changes in figlatex.dtx}
+% \changes{v2.4.3}{2021/04/18}{No changes in figlatex.dtx}
%
% \makeatletter
% \def\SpecialOptionIndex#1{\@bsphack
diff --git a/Master/texmf-dist/source/support/latex-make/latex-make.dtx b/Master/texmf-dist/source/support/latex-make/latex-make.dtx
index d780dedb39d..6f12bf981e3 100644
--- a/Master/texmf-dist/source/support/latex-make/latex-make.dtx
+++ b/Master/texmf-dist/source/support/latex-make/latex-make.dtx
@@ -2,17 +2,17 @@
%
%<*dtx>
\ProvidesFile{latex-make.dtx}
-[2021/01/03 v2.4.2 No changes in latex-make.dtx]
+[2021/10/26 v2.4.3 Python 3 as default]
%</dtx>
% \fi
% \iffalse
%<*driver>
\documentclass[a4paper]{ltxdoc}
\usepackage{a4wide}
-\usepackage[latin1]{inputenc}
+\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
-\usepackage{palatino}
\usepackage{pdfswitch}
+\usepackage{lmodern}
\usepackage{array}
\usepackage{tabularx}
\usepackage{boxedminipage}
@@ -118,6 +118,8 @@
% \changes{v2.4.0}{2020/06/01}{Support inkscape version >= 1.0}
% \changes{v2.4.1}{2020/07/10}{Fix encoding problem with latexfilter.pl}
% \changes{v2.4.2}{2021/01/03}{No changes in latex-make.dtx}
+% \changes{v2.4.3}{2021/04/18}{Switch to T1 font encoding and lmodern font}
+% \changes{v2.4.3}{2021/04/18}{Use python3 instead of python}
%
% \makeatletter
% \def\SpecialOptionIndex#1{\@bsphack
@@ -356,8 +358,8 @@
% \par\smallskip
% \begin{minipage}[t]{0.8\linewidth}
% \em For example, the |DVI| flavor transforms a |*.tex| file into
-% a |*.dvi| file with the |Makefile| command
-% |$(LATEX) $(LATEX\_OPTIONS)|
+% a |*.dvi| file with the |Makefile| command
+% |$(LATEX) $(LATEX_OPTIONS)|
% \end{minipage}
% % \caption{Predefined flavors}
% \label{tab:flavors}
@@ -1778,7 +1780,7 @@ LaTeX-Make-local-install::
%
% \begin{macrocode}
%<*figdepth>
-#!/usr/bin/env python
+#!/usr/bin/env python3
#coding=utf8
"""
@@ -1835,7 +1837,7 @@ if __name__ == "__main__":
% \subsection{gensubfig}
% \begin{macrocode}
%<*gensubfig>
-#!/usr/bin/env python
+#!/usr/bin/env python3
#coding=utf8
"""
@@ -1903,7 +1905,7 @@ if __name__ == "__main__":
% \subsection{svg2dev}
% \begin{macrocode}
%<*svg2dev>
-#!/usr/bin/env python
+#!/usr/bin/env python3
#coding=utf8
from optparse import OptionParser
@@ -1972,7 +1974,7 @@ if __name__ == "__main__":
% and underfull/overfull hbox/vbox.
% \begin{macrocode}
%<*latexfilter>
-#!/usr/bin/env python
+#!/usr/bin/env python3
#coding=utf8
"""
@@ -2042,7 +2044,7 @@ if __name__ == "__main__":
% \subsection{svgdepth}
% \begin{macrocode}
%<*svgdepth>
-#!/usr/bin/env python
+#!/usr/bin/env python3
#coding=utf8
import sys
diff --git a/Master/texmf-dist/source/support/latex-make/pdfswitch.dtx b/Master/texmf-dist/source/support/latex-make/pdfswitch.dtx
index 0d8a17b486d..1b5e35185f0 100644
--- a/Master/texmf-dist/source/support/latex-make/pdfswitch.dtx
+++ b/Master/texmf-dist/source/support/latex-make/pdfswitch.dtx
@@ -26,7 +26,7 @@
%<package>\ProvidesPackage{pdfswitch}%
% \fi
% \ProvidesFile{pdfswitch.dtx}
-[2021/01/03 v2.4.2 No changes in pdfswitch.dtx]
+[2021/10/26 v2.4.3 No changes in pdfswitch.dtx]
%<*package>
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% SWITCH FOR PDFLATEX or LATEX
diff --git a/Master/texmf-dist/source/support/latex-make/texdepends.dtx b/Master/texmf-dist/source/support/latex-make/texdepends.dtx
index 8c02e23f773..6f79cb20bdf 100644
--- a/Master/texmf-dist/source/support/latex-make/texdepends.dtx
+++ b/Master/texmf-dist/source/support/latex-make/texdepends.dtx
@@ -27,7 +27,7 @@
%<package>\ProvidesPackage{texdepends}%
% \fi
% \ProvidesFile{texdepends.dtx}
-[2021/01/03 v2.4.2 Replace // by / in paths]
+[2021/10/26 v2.4.3 No changes in texdepends.dtx]
% \iffalse
%<*driver>
\documentclass{ltxdoc}
@@ -112,6 +112,7 @@
% \changes{v2.3.0}{2018/10/17}{ignore comment.cut file from the comment package}
% \changes{v2.4.1}{2020/07/10}{No changes in texdepends.dtx}
% \changes{v2.4.2}{2021/01/03}{Replace // by / in paths}
+% \changes{v2.4.3}{2021/10/26}{No changes in texdepends.dtx}
%
% \makeatletter
% \def\SpecialOptionIndex#1{\@bsphack
diff --git a/Master/texmf-dist/tex/latex/latex-make/figlatex.cfg b/Master/texmf-dist/tex/latex/latex-make/figlatex.cfg
index 68367aeb697..d06663646ff 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}%
-[2021/01/03 v2.4.2 No changes in figlatex]
+[2021/10/26 v2.4.3 No changes in figlatex]
%\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 1b41ef9d3e4..b6c875748a5 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}%
-[2021/01/03 v2.4.2 No changes in figlatex]
+[2021/10/26 v2.4.3 No changes in figlatex]
\newif\ifFL@debug
\DeclareOption{debug}{%
\global\FL@debugtrue%
diff --git a/Master/texmf-dist/tex/latex/latex-make/pdfswitch.sty b/Master/texmf-dist/tex/latex/latex-make/pdfswitch.sty
index 37726fc614c..e71e80a223b 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}%
-[2021/01/03 v2.4.2 No changes in pdfswitch.dtx]
+[2021/10/26 v2.4.3 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 45b4fbee8bc..9e4dad11d22 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}%
-[2021/01/03 v2.4.2 Replace // by / in paths]
+[2021/10/26 v2.4.3 No changes in texdepends.dtx]
\RequirePackage{ifthen}
\newboolean{TD@debug}
\newcommand{\TD@option@debug}[1][true]{%
diff --git a/Master/texmf-dist/tex/latex/latex-make/texgraphicx.sty b/Master/texmf-dist/tex/latex/latex-make/texgraphicx.sty
index 66cb9d69d51..b2e1b69b0ef 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}%
-[2021/01/03 v2.4.2 No changes in figlatex]
+[2021/10/26 v2.4.3 No changes in figlatex]
\PackageError{texgraphicx}{'texgraphicx' is now
gone\MessageBreak%
Please, switching to 'figlatex'