achemso-latex-manuscript

Generate ACS-style LaTeX section fragments against an achemso manuscript template.

13|1|Updated Nov 27, 2025
One-click install
npx skills add https://github.com/q734738781/CatMaster --skill achemso-latex-manuscript
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: achemso-latex-manuscript
Source: https://github.com/q734738781/CatMaster/tree/main/writing_skills/achemso-latex-manuscript
Command: npx skills add https://github.com/q734738781/CatMaster --skill achemso-latex-manuscript

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill removes the friction of producing section-level LaTeX content that must conform to an achemso ACS manuscript template, ensuring bibliography and template structure are preserved while enabling deterministic edits.

Core Features & Use Cases

  • Template-aware drafting: Write section-level .tex fragments that fit the mounted achemso manuscript shell without modifying the reference asset directly.
  • Deterministic edits & tracking: Use deterministic search/replace edits and record edited workspace fragments in latex_artifact_refs for assembly and reproducibility.
  • Bibliography discipline: Preserve BibTeX keys and citation commands and provide clear placeholders when citation metadata is missing.
  • Use case: Draft a Results subsection that cites evidence from the project research pack while keeping the global preamble and achemso structure intact.

Quick Start

Draft a Results section TeX fragment that fits the achemso-demo template, use achemso-demo.bib for citations, and save the fragment as section_results.tex in the writable workspace.

Frequently Asked Questions about achemso-latex-manuscript

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I draft LaTeX sections for an achemso ACS manuscript template?

This Skill generates section-level LaTeX fragments against a canonical achemso manuscript template, preserving the documentclass and preamble while recording edited fragments for assembly.

What is the best way to maintain BibTeX citation consistency when writing LaTeX fragments?

Maintain BibTeX citation consistency by preserving existing keys and citation commands during section drafting, providing clear placeholders when citation metadata is missing from the project research pack.

Can I edit the mounted achemso reference assets directly when assembling a manuscript?

No, you must avoid editing mounted reference assets directly; instead, apply deterministic search/replace edits to workspace files and save new section fragments separately for manuscript assembly.

How do I track edited LaTeX fragments for reproducible manuscript assembly?

Track edited LaTeX fragments by recording them in latex_artifact_refs, ensuring deterministic edits and workspace file updates are logged for reproducible manuscript assembly.

Does this approach modify the global preamble when writing ACS-style LaTeX sections?

No, this approach preserves the global preamble and achemso document structure intact, focusing solely on generating section-level TeX outputs without modifying the reference template shell.