1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
---
texmf-dist/scripts/changes/pyMergeChanges.py | 2 +-
texmf-dist/scripts/latex-papersize/latex-papersize.py | 2 +-
texmf-dist/scripts/pythontex/depythontex.py | 2 +-
texmf-dist/scripts/pythontex/pythontex.py | 2 +-
texmf-dist/scripts/texliveonfly/texliveonfly.py | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
--- texlive-extra-2019.20200131.orig/texmf-dist/scripts/latex-papersize/latex-papersize.py
+++ texlive-extra-2019.20200131/texmf-dist/scripts/latex-papersize/latex-papersize.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
r"""
Calculate LaTeX paper and margin settings for arbitrary magnification
(C) Silas S. Brown, 2005-2009, 2016, 2019. Version 1.63.
--- texlive-extra-2019.20200131.orig/texmf-dist/scripts/pythontex/pythontex.py
+++ texlive-extra-2019.20200131/texmf-dist/scripts/pythontex/pythontex.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
# -*- coding: utf-8 -*-
'''
--- texlive-extra-2019.20200131.orig/texmf-dist/scripts/pythontex/depythontex.py
+++ texlive-extra-2019.20200131/texmf-dist/scripts/pythontex/depythontex.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
# -*- coding: utf-8 -*-
'''
--- texlive-extra-2019.20200131.orig/texmf-dist/scripts/texliveonfly/texliveonfly.py
+++ texlive-extra-2019.20200131/texmf-dist/scripts/texliveonfly/texliveonfly.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
# default options; feel free to change!
defaultCompiler = "pdflatex"
--- texlive-extra-2019.20200131.orig/texmf-dist/scripts/changes/pyMergeChanges.py
+++ texlive-extra-2019.20200131/texmf-dist/scripts/changes/pyMergeChanges.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
"""
pymergechanges: Merge commits made with changes package into text
Copyright (C) 2018 Y. Cui
|