summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rw-r--r--support/latex-make/README2
-rw-r--r--support/latex-make/figlatex.dtx3
-rw-r--r--support/latex-make/figlatex.pdfbin221479 -> 238535 bytes
-rw-r--r--support/latex-make/latex-make.dtx22
-rw-r--r--support/latex-make/latex-make.pdfbin318156 -> 574396 bytes
-rw-r--r--support/latex-make/pdfswitch.dtx2
-rw-r--r--support/latex-make/texdepends.dtx3
-rw-r--r--support/latex-make/texdepends.pdfbin230951 -> 246523 bytes
8 files changed, 18 insertions, 14 deletions
diff --git a/support/latex-make/README b/support/latex-make/README
index c1df907bb4..2d9d568cda 100644
--- a/support/latex-make/README
+++ b/support/latex-make/README
@@ -2,7 +2,7 @@
| The LaTeX-Make system |
+------------------------------+
-VERSION: 2.4.2
+VERSION: 2.4.3
DESCRIPTION
===========
diff --git a/support/latex-make/figlatex.dtx b/support/latex-make/figlatex.dtx
index 755f9f17f1..2061cefaa4 100644
--- a/support/latex-make/figlatex.dtx
+++ b/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/support/latex-make/figlatex.pdf b/support/latex-make/figlatex.pdf
index 2fd5a2e0cf..d031642322 100644
--- a/support/latex-make/figlatex.pdf
+++ b/support/latex-make/figlatex.pdf
Binary files differ
diff --git a/support/latex-make/latex-make.dtx b/support/latex-make/latex-make.dtx
index d780dedb39..6f12bf981e 100644
--- a/support/latex-make/latex-make.dtx
+++ b/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/support/latex-make/latex-make.pdf b/support/latex-make/latex-make.pdf
index cd5cc6257b..27f6ba4a35 100644
--- a/support/latex-make/latex-make.pdf
+++ b/support/latex-make/latex-make.pdf
Binary files differ
diff --git a/support/latex-make/pdfswitch.dtx b/support/latex-make/pdfswitch.dtx
index 0d8a17b486..1b5e35185f 100644
--- a/support/latex-make/pdfswitch.dtx
+++ b/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/support/latex-make/texdepends.dtx b/support/latex-make/texdepends.dtx
index 8c02e23f77..6f79cb20bd 100644
--- a/support/latex-make/texdepends.dtx
+++ b/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/support/latex-make/texdepends.pdf b/support/latex-make/texdepends.pdf
index ae1f157824..6f29e085fe 100644
--- a/support/latex-make/texdepends.pdf
+++ b/support/latex-make/texdepends.pdf
Binary files differ