|
230 | 230 | Requirements: |
231 | 231 | - The section heading for this segment is `### {lec_num}.{chunk_idx} {chunk_title}` (**do not output this line** — it is added by the caller). |
232 | 232 | - Detail level: {detail}/10. {detail_instruction} |
233 | | -- Images: **insert all images that contain visual elements** (diagrams, charts, graphs, code screenshots, architecture drawings, data visualizations, etc.). Skip pure text slides. Copy exact paths from "Available images". CRITICAL: place each image **inline next to the paragraph that explains it** — NEVER cluster multiple images together. Each image must have explanatory text before and after it. Format: ` *(caption)*` or ` *(caption)*` |
| 233 | +- Images: **insert all images that contain visual elements** (diagrams, charts, graphs, code screenshots, architecture drawings, data visualizations, mathematical derivations, etc.). Skip images of pure text, bullet points, or administrative/non-course elements. |
| 234 | + Copy the exact path from the "Available images" list above (including the images/L** subdirectory). Do not invent paths. |
| 235 | + **CRITICAL: place each image inline, immediately after the paragraph that explains the concept it illustrates — NEVER cluster multiple images together. Each image must have explanatory text both above and below it.** |
| 236 | + Format: ` *(caption)*` or ` *(caption)*` |
234 | 237 | - Code examples must be complete and compilable (with necessary includes/imports), using the correct language tag (```c, ```cpp, ```python). |
235 | 238 | - Only cover the content in this segment; do not introduce material from other lectures. |
236 | 239 | """, |
|
249 | 252 | Requirements: |
250 | 253 | - The section heading is `### {lec_num}.{chunk_idx} {chunk_title}` (**do not output this line**). |
251 | 254 | - Detail level: {detail}/10. {detail_instruction} |
252 | | -- Images: **insert all images that contain visual elements** (diagrams, charts, graphs, code screenshots, architecture drawings, data visualizations, etc.). Skip pure text slides. Copy exact paths from "Available images". CRITICAL: place each image **inline next to the paragraph that explains it** — NEVER cluster multiple images together. Format: ` *(caption)*` or ` *(caption)*` |
| 255 | +- Images: **insert all images that contain visual elements** (diagrams, charts, graphs, code screenshots, architecture drawings, data visualizations, mathematical derivations, etc.). Skip images of pure text, bullet points, or administrative/non-course elements. |
| 256 | + Copy the exact path from the "Available images" list above (including the images/L** subdirectory). Do not invent paths. |
| 257 | + **CRITICAL: place each image inline, immediately after the paragraph that explains the concept it illustrates — NEVER cluster multiple images together. Each image must have explanatory text both above and below it.** |
| 258 | + Format: ` *(caption)*` or ` *(caption)*` |
253 | 259 | - Code examples must be complete and compilable, using the correct language tag (```c, ```cpp, ```python). |
254 | 260 | """, |
255 | 261 | verify="""\ |
|
0 commit comments