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
kalman_2: drop usetex, render CJK+math via font-manager + mathtext (#181)
Standardises kalman_2 on the zh edition's font-manager approach (the
convention on ~38 other lectures), removing the fragile usetex+CJKutf8+
cjk() machinery that caused a cascade of failures during the resync
(dropped cjk() def -> NameError; missing amsfonts -> LaTeX Undefined
control sequence). Chinese now renders via Source Han Serif; the
\mathbb{E}[...] plot titles render via matplotlib mathtext.
Implements the #22 decision to move away
from usetex (see issue discussion). two_auctions is the only other
usetex lecture and is handled the same way.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
0 commit comments