chirun-ncl / chirun

A Python package providing the command line interface for building flexible and accessible content with Chirun.
https://chirun.org.uk/
Other
29 stars 4 forks source link

Maths mode breaks the picture environment #126

Closed chrismgraham closed 2 years ago

chrismgraham commented 2 years ago

Minimal example:

\documentclass{article}
\begin{document}
\setlength{\unitlength}{1cm}
\begin{picture}(1,1)
\put(0,0){$\Sigma$}
\end{picture}
\end{document}
georgestagg commented 2 years ago

This should be fixed in 2f6a6ca.