Simple example:
using Catalyst
using Latexify
rn = @reaction_network begin
(p,d), 0 <--> X
(kB,kD), 2X <--> X2
end
latexify(convert(SDESystem, rn))
looks like the ODE system, e.g:

The noise terms are missing.
Nothing that need an urgent fix, but figured I should record it at least.