I am building a .tex file on Codespaces ("ubiquitous-spoon") and use the command pretext build latex-novideo.
In the resulting apex.tex file, line 61256 is \end{minipage}, but there is no \begin{minipage} ever used in the document.
When that line is commented out (and all figures are generated/placed in the right folders), the file compiles without error.
The .tex code is coming from sec_vector_fields.ptx, roughly line 650.
What is causing that extraneous command to appear?
I am building a .tex file on Codespaces ("ubiquitous-spoon") and use the command
pretext build latex-novideo.In the resulting apex.tex file, line 61256 is
\end{minipage}, but there is no\begin{minipage}ever used in the document.When that line is commented out (and all figures are generated/placed in the right folders), the file compiles without error.
The .tex code is coming from
sec_vector_fields.ptx, roughly line 650.What is causing that extraneous command to appear?