PythonTEX funktioniert nicht mit dem aktuellen Overleaf-Compiler

PythonTEX funktioniert nicht mit dem aktuellen Overleaf-Compiler

Gibt es eine Möglichkeit, PythonTEX ab heute in Overleaf V2 zu kompilieren?

\documentclass[]{article}
\usepackage[utf8]{inputenc}
\usepackage{pythontex}

\begin{document}
\begin{pyverbatim}
def calc_ellipticity(theta, delta):
    theta = np.deg2rad(theta)
    psi = np.arcsin(np.sin(2*theta) * np.sin(delta))/2
    return np.tan(psi)
\end{pyverbatim}
\end{document}

Das Kompilieren ergibt: ?PythonTEX?

Antwort1

(Hier ist Tom vom Overleaf-Support.)

Leider pythontexwird das Paket derzeit auf Overleaf v2 nicht unterstützt. Dies liegt an einer Änderung des Sicherheitsmodells in Overleaf v2 (im Gegensatz zu v1).

Siehe auchhttps://www.overleaf.com/learn/how-to/Overleaf_v2_FAQ

Antwort2

Pythontex und SageTex werden beide vom Sicherheitsmodell von CoCalc unterstützt, Sie können es also stattdessen damit versuchen.https://cocalc.com/features/latex-editor

(Ich arbeite an CoCalc, einer Alternative zu Overleaf.)

verwandte Informationen