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

Juliacon2023 Latex Dependencies #391

Closed gzagatti closed 9 months ago

gzagatti commented 9 months ago

Whedon failed to build as it had missing dependencies.

I removed the lineno package from the document as it is should not be in the proceedings.

Next, I added the required dependencies and compared with the dependencies which were last successful from PR #338.

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

I hope that the bot will be able to build with these changes.

I also took the chance to fix a long url in the footnote that was overflowing to the next column.