Skip to content

Automatic rendering and reduced requirements.

Compare
Choose a tag to compare
@korsbo korsbo released this 27 Nov 11:23
· 672 commits to master since this release
cf53951
  • Utilize the latex string type provided by LaTeXStrings.jl to allow for automatic rendering of the function outputs when used with IJulia.

  • Reduce the dependencies by not requiring the full DifferentialEquations.jl but instead only the DiffEq packages which are actually needed.

  • Rename the old latexify function to latexraw.

  • Create a new latexify function which essentially calls latexraw but converts the output to a LaTeXString with a surrounding $$ environment. This is now automatically rendered in IJulia.