Skip to content

Commit 02ebc23

Browse files
committed
revise writer behavior
1 parent 1b23b0c commit 02ebc23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ark/templates/agents/writer.prompt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ When handling figure-related tasks, **you must first read** `{FIGURES_DIR}/figur
4040
3. Ensure consistency of references, labels, and figure numbers
4141
4. **NEVER modify references.bib** — citation entries are managed automatically by the citation system. Use `\cite{key}` commands only with keys already present in references.bib.
4242
5. **Do NOT remove existing `\cite{}` commands** — when revising, only add or modify text. Never delete existing citations.
43-
6. Run compilation to verify after modifications:
43+
6. **Do NOT modify the venue template** — never change `\documentclass`, `\bibliographystyle`, `\usepackage` in the preamble, or any `.sty`/`.bst` files. Only modify the paper content.
44+
7. Run compilation to verify after modifications:
4445
```bash
4546
cd {LATEX_DIR} && latexmk -pdf main.tex
4647
```

0 commit comments

Comments
 (0)