What problem does it solve?
This Skill solves the problem of creating high-quality academic-style .docx documents with proper citation styles, equations, and cross-references.
Core Features & Use Cases
- Academic Paper Formatting: Offers precise formatting for journal, conference, thesis chapters, including formal citation styles and numbered equations.
- Citation Styles: Supports APA, Chicago, IEEE, MLA, and more, with detailed instructions for in-text citations and reference lists.
- Equation Numbering: Provides inline and display equation modes with proper numbering and formatting.
- Table and Figure Management: Auto-numbers tables and figures, and supports proper caption placement.
- Use Case: Ideal for researchers and academics who need to produce academic papers with specific formatting requirements.
Quick Start
To create an APA-style academic paper, use the officecli-academic-paper skill with the following command:
officecli create "paper.docx"
officecli open "paper.docx"
officecli set "paper.docx" / --prop defaultFont="Times New Roman"
officecli add "paper.docx" /body --type paragraph --prop text="Introduction" --prop style=Heading1 --prop size=20pt --prop bold=true
officecli add "paper.docx" /body --type paragraph --prop text="This paper discusses..." --prop size=12pt
officecli add "paper.docx" /body --type paragraph --prop text="References" --prop style=Heading1 --prop size=20pt --prop bold=true
officecli add "paper.docx" /body --type paragraph --prop text="Smith, J. (2024). Title of the paper. Journal Name, 109(3), 412-430." --prop size=12pt
officecli close "paper.docx"
officecli validate "paper.docx"