From 08ed96292fa946a117cdb148ea795f242bdbde04 Mon Sep 17 00:00:00 2001 From: wassname <1103714+wassname@users.noreply.github.com> Date: Fri, 5 Jun 2026 05:20:55 +0000 Subject: [PATCH] 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> --- docs/writeup/main.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writeup/main.tex b/docs/writeup/main.tex index 058e11e..3247227 100644 --- a/docs/writeup/main.tex +++ b/docs/writeup/main.tex @@ -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$.