fig: point keynote includegraphics at tracked out/figs PNG (drop gitignored symlink)

docs/ is gitignored, so docs/writeup/figs/*.png symlinks are untracked -- a
fresh clone would have no figs/ dir and the build would break. The PNG itself
(out/figs/dyn_sub4_hack_overlay.png) IS tracked; point at it directly, matching
the sibling fig at L411. Build verified: 11 pages, no unresolved refs.

Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>
This commit is contained in:
wassname
2026-06-05 05:20:55 +00:00
parent 3ae1e8376d
commit 08ed96292f
+1 -1
View File
@@ -103,7 +103,7 @@ the three claims C1/C2/C3.}
% --min-steps 60 --out out/figs/dyn_sub4.png
\begin{figure}[!ht]
\centering
\includegraphics[width=0.72\linewidth]{figs/dyn_sub4_hack_overlay.png}
\includegraphics[width=0.72\linewidth]{../../out/figs/dyn_sub4_hack_overlay.png}
\caption{Deploy hack rate (top) and solve rate (bottom) over 60 GRPO steps for
route (ours) and vanilla GRPO, three seeds each; thick line is the mean, thin
lines per seed (EMA-5). Deploy evaluation is knob-off at $n{=}64$, $T{=}0.7$.