What problem does it solve? Academic authors must reformat Word manuscripts to match journal, conference, or university templates, and doing this by hand or rebuilding documents with python-docx risks losing formulas, images, OLE objects, and tables. This Skill applies a DOCX template or explicit formatting rules to a target manuscript while preserving all original content and relationships. ## Core Features & Use Cases - Template-Based Formatting: Distills a native .docx template into role-based styles (title, abstract, headings, body, captions, references, equations) and applies them to the target document without reconstructing it. - Weak-Source Fallbacks: Extracts explicit text rules from PDFs, websites, images, or legacy .doc/.dot files and fills missing properties from bundled Chinese/English single/double-column OOXML fallback specs. - Layout and QA Pipeline: Handles section routing, single/multi-column conversion, equation tab stops, three-line table borders, reference numbering, citation superscripts, and render-based visual QA via LibreOffice or Word. - Use Case: A researcher needs to submit a paper to an IEEE-style journal. Provide the manuscript DOCX plus the journal template DOCX, and the Skill returns a reformatted DOCX with preserved figures, formulas, and tables, plus notes on items needing visual confirmation. ## Quick Start Format my attached manuscript.docx according to the attached journal template.docx and give me back the formatted Word file.