QuantEcon / lecture-python.myst

Quantitative Economics with Python
https://python.quantecon.org
81 stars 41 forks source link

[re_with_feedback] html and pdf output for long math outputs #106

Open AakashGfude opened 3 years ago

AakashGfude commented 3 years ago

This issue is also present in the non-myst version of the book.

In re_with_feedback lecture. The maths output for eigenvectors in huge, and extends beyond the page for HTML:

Screen Shot 2021-03-01 at 3 31 28 pm

and gets clipped off in latex:

Screen Shot 2021-03-01 at 3 21 10 pm
mmcky commented 3 years ago

thanks @AakashGfude -- not sure how we can fix this one as they are outputs from code-cells.

We probably should look to see if that package has some formatting aspects to it so it returns the LaTeX on two lines.