Pascal Gitz
Pascal Gitz
Thank you for your effort. I do appreciate handcalcs alot!
Hey Connor I'm using this issue to describe another usecase of handcalcs. Recently I came across [Quarto](https://quarto.org/) which is pretty neat for creating PDFs out of Notebooks. I see alot...
I agree with the double backslashes. But having `\\begin{equation} \\end{equation}` in a double dollarsign environment does the trick two times. Maybe something like this snippet would help? It renders it...
I see the problem lies on Quartos side. It converts the double dollar signs to '\\[' which then results in the problem. You can reproduce the error by using this...
@gutow ``` import algebra_with_sympy as spa # Automatically imports sympy into the namespace `spa` from sympy import Integer from sympy.abc import * spa.algwsym_config.output.latex_as_equations = True spa.Eqn(x, 20*y) ``` I am...
it works, great job. thank you