Xiaodong Hu

Results 3 issues of Xiaodong Hu

Hi, I would suggest the parser to always split the situation when I use `equation` and `equation*` environment. This would not affect the default case when the numbering is set...

T Converter

The minimal example for align environment is: ```typst #import "@preview/mitex:0.2.1": * #set math.equation(numbering: "(1)", supplement: [#text(blue)[*Eq.*]]) #mitext(` This is \emph{math} \textbf{equation} test for \eqref{eq:1}. \begin{align} \text{Stokes formula}\quad \int_{\mathcal M}\mathrm{d}\omega&=\int_{\partial\mathcal M}\omega\nonumber\\...

T Converter
upstream

Minimal Example: ```julia using SymEngine @vars x real(x) # returns x, instead of keeping `real(x)` imag(x) # gives `InexactError(::Symbol, ::Any, ::Any)` reim(x) # gives `InexactError(::Symbol, ::Any, ::Any)` ``` I notice...