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
135 stars 35 forks source link

Juliacon2023 #338

Closed gzagatti closed 10 months ago

gzagatti commented 10 months ago

The Julia Proceedings compilation environment does not have multirow.sty which is added to the paper repo.

isaacsas commented 10 months ago

Maybe add every package style file you use so we don’t have to deal with 100 PRs?

gzagatti commented 10 months ago

I've added all the listed dependencies listed in the preamble of the paper.

If this doesn't work I can include the dependencies that come with the latex distribution. For future reference, I found out one can list all dependencies used to compile the paper to deps.log using the -deps-out flag as below.

latexmk --lualatex -deps-out=deps.log paper.tex