SciML / JumpProcesses.jl

Build and simulate jump equations like Gillespie simulations and jump diffusions with constant and state-dependent rates and mix with differential equations and scientific machine learning (SciML)
https://docs.sciml.ai/JumpProcesses/stable/
Other
140 stars 35 forks source link

removes stackengine dependency #336

Closed gzagatti closed 1 year ago

gzagatti commented 1 year ago

This PR removes the dependency of the paper on stackengine.sty which raised compilation errors by whedon, the compilation bot.

We were using stackengine.sty to produce better looking under-bars. We remove the dependency and add a custom function for producing under-bars.

gzagatti commented 1 year ago

Thanks!