Skip to content

Commit 1b6ed62

Browse files
committed
save progress (add relevant references)
1 parent 6b1fed7 commit 1b6ed62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: docs/src/introduction_to_catalyst/introduction_to_catalyst.md

+2
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ Simulation solutions can also be queried in various ways. To receive the value o
135135
```@example intro_1
136136
sol[:P]
137137
```
138+
A more throughout tutorial on how to query solutions (and other relevant structures) for parameters and species values can be found [here](@ref simulation_structure_interfacing).
138139

139140
Finally, it is possible to print a model in [LaTeX format](https://en.wikipedia.org/wiki/LaTeX) using the [Latexify.jl](https://github.com/korsbo/Latexify.jl) package. To print it formatted as chemical reactions we simply call `latexify` with our model as input:
140141
```@example intro_1
@@ -145,6 +146,7 @@ If we instead wish to print equations the model is converted to for ODE simulati
145146
```@example intro_1
146147
latexify(sir_model; form = :ode)
147148
```
149+
Printing of models using Latexify is described in more detail [here](@ref ref).
148150

149151
!!! note
150152
To have `latexify`'s output printed in LaTeX format you must use a programming environment that actually supports this (like a [JuPyteR](https://github.com/JuliaLang/IJulia.jl) or [Pluto](https://github.com/fonsp/Pluto.jl) notebook). Otherwise, you will simply print the LaTeX code which would generate the LaTeX print.

0 commit comments

Comments
 (0)