# paper-project fixture

A multi-file IEEE-style LaTeX project used by `tests/skills/latex_paper_en/test_latex_paper_en_scripts.py`
to pin the latex-paper-en audit fixes. Each embedded trigger maps to a finding:

| Trigger point (file)                              | Finding | Expected behavior                               |
| ------------------------------------------------- | ------- | ----------------------------------------------- |
| `\section*{Background}` (main.tex)                | E2      | starred section recognized by `split_sections`  |
| `% \section{Hidden}` (sections/intro.tex)         | E2      | commented heading ignored                       |
| `\section{Methods}` / `\section{Experiments}`     | E2/E4   | plural titles classify as `method`/`experiment` |
| `Our approach( with ... spacing )` (main.tex)     | E1      | chktex detects ≥1 spacing warning (not PASS)    |
| hard-wrapped long sentence (Experiments)          | E13     | detected after paragraph join                   |
| `\graphicspath{{figs/}}` + `figs/arch.png`        | E7      | `arch` resolves, not MISSING                    |
| `fig:resnet18` / `fig:resnet50`                   | E14     | no phantom numbering gap                        |
| `\input{sections/intro.tex}` citing `vaswani2017` | E6      | citation seen across files (no false "unused")  |
| `unused2020` in references.bib                    | —       | genuinely unused entry                          |

`figs/arch.png` is a 2×2 PNG generated by the test when missing.
