Draft a LaTeX research paper from all previous stage outputs
Take all previous outputs (ideation, planning, experiment results) and produce a complete LaTeX paper draft with figures, tables, and bibliography.
generate_latex: Generate and assemble LaTeX source files for each paper sectioncompile_pdf: Compile the LaTeX source into a PDF documentgenerate_figure: Produce publication-quality figures from experiment resultsideation_output: Path to papers/ideation_output.json from the ideation skillexperiment_blueprint: Path to papers/experiment_blueprint.json from the planning skillexperiment_results: Path to experiments/ directory containing code and results from the experiment skillgenerate_figuregenerate_latexcompile_pdf and verify the outputProduces papers/draft/ directory containing:
main.tex: Complete LaTeX source of the paperreferences.bib: Bibliography file with all citationsfigures/: Generated figures in PDF or PNG formattables/: LaTeX table source filesmain.pdf: Compiled PDF of the paper draft