Torkel Loman
Torkel Loman
Basically, I am unable to get bold text in titles or when using `\textbf{}` when the characters are greek letters or math mode stuff. A mwe: I replace the "thesis.text"...
I use `\usepackage{textgreek}` to have greek letters in my text, however, this does not seem to be prop[erly bold in this template. First, I create a normal document: ``` \documentclass{article}...
I ma trying to sue `doctest(MyProject,fix=true)` to auto-generate the output for a package I want to add doctests to. When I add an entry ```jldoctest a = 1 b =...
Slight continuation from: https://github.com/JuliaDocs/Documenter.jl/issues/1679, but I think the issue is different, so opened a new issue. Basically, I want to test this code, which yields an error message: ``` '''jldoctest;...
Originally posted as https://discourse.julialang.org/t/strange-maxiters-numeric-instability-occured-when-solving-certain-sde/49392 however, after looking closer at it I think it might be a bug in the package, so it probably fits better here. ### Short Summary -...
Still a bit unfamiliar with Weave.jl, will probably need some more playing around before it looks good.
I still have some old stuff to finish up in Cambridge, but the next step, which I think is relatively low hanging, would be to enable good support for spatial...
Just an idea, could be fun, and shouldn't affect current functionality. Enable stuff like: ```julia @reaction_network begin (k1,k2), X1 -> X2 -> X3 (k1,k2,k3), X Y --> Z (k1,k2,k3,k4), A...
I wouldn't look at the implementation of delay into DiffEqBio just yet. (we will let MTK handle that, and first, we need jack DiffEqBio into MTK. I hope to start...
I try this code: ```julia using Latexify, Catalyst rn = @reaction_network begin mm(XY,v,K), 0 --> X p, 0 --> Y d, (X,Y) --> 0 (kB,kD), X+Y XY end v K...