You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a simple layout error, but in chapter 3.6 the random_double in equations currently gets rendered with a very small d and no underscore. I checked with v3, it was correct in there, so this is a regression for v4.
In TheRestofYourLife in lines 1084 and 1101 it probably should be $$ ... random\textunderscore double ... $$ instead of $$ ... random_double ... $$.
I'm willing to make a pull request but wanted to follow the contribution guidelines
The text was updated successfully, but these errors were encountered:
Just a simple layout error, but in chapter 3.6 the
random_double
in equations currently gets rendered with a very smalld
and no underscore. I checked with v3, it was correct in there, so this is a regression for v4.In TheRestofYourLife in lines 1084 and 1101 it probably should be
$$ ... random\textunderscore double ... $$
instead of$$ ... random_double ... $$
.I'm willing to make a pull request but wanted to follow the contribution guidelines
The text was updated successfully, but these errors were encountered: