This skill should be used when the user asks to "reproduce a paper", "implement paper methods in Python", "extract paper content to Markdown", or works on pa...
.tex, .bib, style files, figures).TeX-first path (preferred):
main.tex or equivalent entry file and includes).PDF fallback path (required when TeX is unavailable/incomplete):
paper_fulltext.md.Every reproduction project README must start with paper metadata before any other content:
For README_zh-CN.md:
Format example (English README):
# [Paper Title]
**Authors:** Author Name¹, Co-Author Name²
**Affiliations:**
¹ Department, University, Country (email@university.edu)
² Lab, Institution, Country (email@institution.edu)
## Abstract
[Verbatim abstract text from the paper]
---
[Then reproduction project content begins...]
README.md (English original)README_zh-CN.md (Chinese translation aligned with the English version)README.md and README_zh-CN.md with embedded generated images.ZIP package — ready to use