Skip to content

Commit

Permalink
enforce mathjax output (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
HumphreyYang authored Feb 12, 2024
1 parent f025069 commit e0b49f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lectures/complex_and_trig.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ We can verify the analytical as well as numerical results using

```{code-cell} python3
# Set initial printing
init_printing()
init_printing(use_latex="mathjax")
ω = Symbol('ω')
print('The analytical solution for integral of cos(ω)sin(ω) is:')
Expand Down

1 comment on commit e0b49f9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.