QuantEcon / lecture-python-advanced.myst

Advanced Quantitative Economics with Python

Home Page:https://python-advanced.quantecon.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Math breaking pdflatex build.

AakashGfude opened this issue · comments

The following math:

$$
\begin{aligned}
 [\Pi &+ \beta^{1/2} L^{-1} \Lambda (I - \beta^{1/2} L^{-1}
\Delta_h)^{-1} \Theta_h]^\prime [\Pi + \beta^{1/2} L
\Lambda (I - \beta^{1/2} L \Delta_h)^{-1} \Theta_h]\\
&= [\hat\Pi + \beta^{1/2} L^{-1} \hat\Lambda
(I - \beta^{1/2} L^{-1} \Delta_h)^{-1} \Theta_h]^\prime
[\hat\Pi + \beta^{1/2} L \hat\Lambda
(I - \beta^{1/2} L \Delta_h)^{-1} \Theta_h]\end{aligned}
$$

Is breaking pdf build with jupyterbook-latex with the following error:

! Argument of \\aligned@a has an extra }.

in https://github.com/QuantEcon/lecture-python-advanced.myst/blob/main/lectures/hs_recursive_models.md

This should be fixed by QuantEcon/lecture-python-advanced#202 upstream