QuantEcon / lecture-julia.myst

Lecture source for "Quantitative Economics with Julia"
https://julia.quantecon.org/intro.html
52 stars 43 forks source link

Typos were introduced in the unicode conversion #279

Closed jlperla closed 8 months ago

jlperla commented 11 months ago

See numerical_linear_algebra.md. There are some places where latex is missing the \

For example: Q^T psi^{*} should be Q^T \psi^{*} and a lone $rho$ where it should be $\rho$ etc. You will find others, those were just a few obvious ones.

These were missed during the conversion to get rid of the unicode inside of the code blocks. After you fix that one, I would do some scans for other notes in that tools section to see if other ones were missed as well.

jlperla commented 8 months ago

Closed by #280