PythonTEX 不適用於目前的 Overleaf 編譯器

PythonTEX 不適用於目前的 Overleaf 編譯器

有沒有辦法讓 PythonTEX 從今天開始在 Overleaf V2 編譯?

\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}

編譯給出: ? PythonTEX ?

答案1

(來自 Overleaf 支持的 Tom。)

不幸的是,pythontexOverleaf v2 目前不支援該軟體包。這是因為 Overleaf v2(相對於 v1)中的安全模型發生了變化。

也可以看看https://www.overleaf.com/learn/how-to/Overleaf_v2_FAQ

答案2

Pythontex 和 SageTex 都受到 CoCalc 安全模型的支持,因此您可以嘗試一下。https://cocalc.com/features/latex-editor

(我在 CoCalc 上工作,它是 Overleaf 的替代品。)

相關內容