LaTeX Paper Authoring
Use this when the source format and compilation path matter. Prefer scientific-writing when the main work is prose, and paper-workflow-orchestrator when the main work is paper strategy.
Workflow
- Identify the build system:
latexmk,tectonic,pdflatex,xelatex,lualatex, Overleaf, arXiv, or journal template. - Locate the canonical root
.texfile and bibliography file. Do not edit generated outputs as source. - Normalize structure before content edits:
- root file;
- sections;
- figures/tables;
- bibliography;
- macros;
- supplementary material.
- Preserve template-required commands and class files.
- After edits, compile or provide an explicit reason compilation was not run.
- Report warnings that affect submission: missing figures, unresolved refs, undefined citations, overfull boxes in visible areas, non-portable paths, and shell-escape dependencies.
- Route figure palette choice, plot snippets, color accessibility, and publication
figure export QA to
scientific-visualization; keep this skill focused on LaTeX source structure and compilation.
arXiv And Submission Checks
- Avoid absolute paths and local-only fonts.
- Keep source package small and reproducible.
- Include
.bblwhen the target requires it. - Ensure figure formats are accepted by the venue.
- Ensure any journal-inspired figure palette is documented as non-official and sourced from the canonical scientific palette library.
- Check that generated files are not treated as authoritative manuscript source.
Boundaries
- Do not silently rewrite mathematical notation.
- Do not remove packages or macros without checking usage.
- Do not invent citation keys or bibliography entries.