Prepare journal manuscripts, conference papers, research posters, and grant documents using venue-specific formatting guidance and bundled LaTeX scaffolds. Use when selecting an official template, checking current page or anonymity rules, adapting academic writing to a venue, or inspecting a submission PDF.
79
100%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Critical
Do not install without reviewing
Prepare publication and funding documents without treating stale formatting details as authoritative. This skill combines:
Venue requirements are time-sensitive. Before giving exact page limits, deadlines, style-file names, anonymity rules, or required sections:
Never infer a current style-file name by changing the year in an old filename. Never present a generic scaffold as an official venue template.
Use this skill for:
Ask for or derive:
Do not combine rules from similarly named venues or tracks.
| Need | Reference |
|---|---|
| Journal submission and official publisher resources | references/journals_formatting.md |
| Conference rules and 2026 verified snapshots | references/conferences_formatting.md |
| Poster sizes, layout, and accessibility | references/posters_guidelines.md |
| NSF, NIH, DOE, DARPA, and foundation proposals | references/grants_requirements.md |
| Cross-venue writing comparison | references/venue_writing_styles.md |
| Nature and Science writing | references/nature_science_style.md |
| Cell Press writing | references/cell_press_style.md |
| Medical journal writing | references/medical_journal_styles.md |
| ML and computer-vision conference writing | references/ml_conference_style.md |
| ACL, EMNLP, CHI, and other CS writing | references/cs_conference_style.md |
| Review criteria and rebuttals | references/reviewer_expectations.md |
Reference files summarize rules but do not override the current official source.
Before editing, write a short note in the working document or task log:
Target: ICML 2026 main track, initial submission
Official source: https://icml.cc/Conferences/2026/AuthorInstructions
Checked: 2026-07-20
Main-text limit: 8 pages
References/appendices: additional pages allowed in the same PDF
Anonymity: required
Official template: ICML 2026 style package linked by the author instructionsThis makes later validation reproducible.
For annual conferences and publisher-managed workflows:
For grants, many components are entered or uploaded separately. Do not submit a combined bundled .tex file as if it were an agency-issued form.
Verify at least:
The helper can inspect page totals and embedded fonts, but it cannot prove that margins, font sizes, excluded sections, or hidden metadata comply.
The repository intentionally bundles only the following templates. Other venues listed in references require an official external template.
| File | Status |
|---|---|
assets/journals/nature_article.tex | Generic Nature-oriented writing scaffold; not an official Nature template |
assets/journals/plos_one.tex | PLOS ONE-oriented scaffold; compare with the current official PLOS LaTeX package |
assets/journals/neurips_article.tex | NeurIPS 2026 wrapper; requires the official neurips_2026.sty |
assets/journals/elsarticle-template-num.tex | Elsevier elsarticle numeric example |
assets/journals/elsarticle-template-num-names.tex | Elsevier elsarticle numbered/name example |
assets/journals/elsarticle-template-harv.tex | Elsevier elsarticle author-year example |
The matching Elsevier .bst files are in assets/journals/.
| File | Status |
|---|---|
assets/grants/nsf_proposal_template.tex | Planning scaffold for common NSF narrative components; upload components separately |
assets/grants/nih_specific_aims.tex | Writing scaffold for a one-page NIH Specific Aims attachment |
Use SciENcv and agency-provided common forms where required. Do not recreate biosketch or current-support forms in LaTeX.
| File | Status |
|---|---|
assets/posters/beamerposter_academic.tex | Venue-agnostic beamerposter scaffold; set dimensions from the event's current presenter instructions |
references/conferences_formatting.md.For NeurIPS 2026, the bundled wrapper can be copied after downloading the official style file:
python scripts/customize_template.py \
--template neurips_article.tex \
--output my_neurips_2026_paper.texDo not apply a publisher-wide template when the journal provides its own Guide for Authors.
.tex files only as drafting aids.Run scripts from the skill directory.
python scripts/query_template.py --list-all
python scripts/query_template.py --venue NeurIPS --requirements
python scripts/query_template.py --type grantsThe query helper reports only assets that exist in this skill and includes source/currency notes.
python scripts/customize_template.py \
--template nature_article.tex \
--title "Your Paper Title" \
--authors "First Author, Second Author" \
--affiliations "Institution Name" \
--output my_paper.texReview every replacement and compile before adding substantial content. User-provided text may need LaTeX escaping.
Use a verified preset:
python scripts/validate_format.py \
--file paper.pdf \
--venue icml-2026 \
--content-pages 8 \
--check page-count,fontsOr provide an explicit limit and source:
python scripts/validate_format.py \
--file proposal.pdf \
--max-pages 15 \
--content-pages 15 \
--source-url "https://www.nsf.gov/policies/pappg" \
--check page-count,fonts \
--report validation.txt--content-pages must be counted according to the official rule. The script does not infer where references or appendices begin.
This skill was reviewed on 2026-07-20. Annual conference snapshots are labeled with their year. When updating:
metadata.version.757b63b
Also appears in
since Jul 28, 2026
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.