summaryrefslogtreecommitdiff
path: root/support/latex-make/latex-make.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'support/latex-make/latex-make.dtx')
-rw-r--r--support/latex-make/latex-make.dtx22
1 files changed, 12 insertions, 10 deletions
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