What problem does it solve?
Convert research notes, figures, and citations into a complete, compilable LaTeX paper while preventing broken builds and citation/bibliography errors through an incremental test-driven workflow.
Core Features & Use Cases
- Scaffold & Template: Create a standardized IMRaD project structure and copy a ready-to-use LaTeX template to jumpstart papers.
- Citation Support: Convert OpenAlex search results into BibTeX entries and maintain a clean references.bib.
- Incremental Compilation & Verification: Run pdflatex + bibtex and a 12-check verification suite after every section to keep the project in a green state.
- Figure & Reproducibility Guidance: Guidance and scripts for producing high-quality figures and reproducible plotting code.
- Use Case: Ideal for researchers who need a disciplined, reproducible way to write, verify, and produce submission-ready PDFs for academic venues.
Quick Start
Scaffold a new paper project with slug my-paper, populate sections, run the compile script, and iterate until the verify suite reports all checks passed.