Closed
Description
I process the following with pdflatex – pythontex – pdflatex and get the expected pdf:
\documentclass[a4paper]{article}
\usepackage[depythontex=false]{pythontex}
\begin{document}
\begin{pysub}
Parameter is !{'50'}
\end{pysub}
\end{document}
Then I replace depythontex=false
with depythontex=true
and again run pdflatex and pythontex on it, with no problem. But when I try depythontex
on this tex file, I get the error message
- DePythonTeX error:
Flawed mandatory argument for "pysub" on line 5
and no output is produced. This happens even when the pysub environment is empty. I am using MacTeX 2019.