Open christianp opened 1 year ago
Becuase algorithm and algorithmic aren't implemented in Python, the TeX version is loaded. Something goes wrong with this and the imager adds \Command where \usepackage{algorithm} should go.
algorithm
algorithmic
\Command
\usepackage{algorithm}
Here's a minimal example:
\documentclass{article} \usepackage{algorithm} \usepackage{algorithmic} \usepackage{tikz} \begin{document} \begin{tikzpicture} \node[draw,circle,inner sep=0.25cm] (2) at (0,0) {}; \end{tikzpicture} \end{document}
Becuase
algorithm
andalgorithmic
aren't implemented in Python, the TeX version is loaded. Something goes wrong with this and the imager adds\Command
where\usepackage{algorithm}
should go.Here's a minimal example: