QuantEcon / lecture-python

Source files for https://python.quantecon.org
BSD 3-Clause "New" or "Revised" License
61 stars 21 forks source link

[ifp] Issue with mathblock #304

Closed mmcky closed 3 years ago

mmcky commented 3 years ago

There is an issue with a mathblock on the ifp lecture

Next we provide a function to compute the difference

$$ u'(c)

\max \left{
     \beta R \, \mathbb E_z (u' \circ \sigma) \,
     [R (a - c) + \hat Y, \, \hat Z]
     \, , \;
     u'(a)
\right} \tag{10} $$
jstac commented 3 years ago

Should the \tag{10} be there?

mmcky commented 3 years ago

thanks @jstac added a fix for this. Once CI is green I will merge.

The tag is added as a numbering technique from jupinx build system.

The issue is the leading - character in the mathblock

mmcky commented 3 years ago

thanks @shlff I was able to fix this one.

shlff commented 3 years ago

Thanks @mmcky . Glad to learn this rule in jupinx.