You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue when using julia from tools_and_techniques/geom_series.md (QuantEcon Lecture)
```{code-cell} julia
# Creates algebraic symbols that can be used in an algebraic expression
@variables g, r, x0
G = (1 + g)
R = (1 + r)
p0 = x0 / (1 - G * R ^ (-1))
print("Our formula is")
p0
```
When building the Julia lectures if there is generated math from code the ipynb json blob is
Describe the bug
There is an issue when using
julia
fromtools_and_techniques/geom_series.md
(QuantEcon Lecture)When building the Julia lectures if there is generated
math
from code theipynb
json blob iswhich gets wrapped in tex as
and
xelatex
really does not like nestedequation
environments.Is this something we could fix in
sphinx-jupyterbook-latex
?maybe for
Julia
we should havenowrap
for all math blocks that are generated by codeReproduce the bug
See Above
List your environment
Julia issue
The text was updated successfully, but these errors were encountered: