Skip to content

Commit e0b49f9

Browse files
authored
enforce mathjax output (#352)
1 parent f025069 commit e0b49f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/complex_and_trig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ We can verify the analytical as well as numerical results using
472472

473473
```{code-cell} python3
474474
# Set initial printing
475-
init_printing()
475+
init_printing(use_latex="mathjax")
476476
477477
ω = Symbol('ω')
478478
print('The analytical solution for integral of cos(ω)sin(ω) is:')

0 commit comments

Comments
 (0)