Hi all,
I want to display some latex equations and a Julia vector. Here is a minimum working example:
md"
\lambda = $(round.([1/3,2/3], digits = 3))
"
Is there a way to improve the display of the vector? As you can see below, it does not look good.
Thanks!