doubao-journal-format

Applies journal and thesis formatting templates to DOCX manuscripts by editing OpenXML directly.

2|Updated Aug 9, 2026
One-click install
npx skills add https://github.com/DeepJH/doubao-skill-and-info --skill doubao-journal-format-deepjh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doubao-journal-format
Source: https://github.com/DeepJH/doubao-skill-and-info/tree/main/skills/doubao-journal-format
Command: npx skills add https://github.com/DeepJH/doubao-skill-and-info --skill doubao-journal-format-deepjh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pdf2image, and includes scripts (resource) and references (resource) and assets (resource) components.

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.

Frequently Asked Questions about doubao-journal-format

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

FAQPage Schema
How do I apply a journal template to a Word manuscript?

Provide the target .docx manuscript plus a .docx template or explicit formatting rules. The Skill extracts role-based styles from the template and applies them directly to the OpenXML package, preserving text, formulas, images, and tables.

Can I format a DOCX using a PDF or website style guide?

Yes, but PDFs, websites, images, and legacy .doc/.dot files are weaker sources. Explicit text rules extracted from them are applied first, and missing properties are filled from bundled Chinese/English single or double-column OOXML fallback specs.

Does DOCX formatting preserve equations and MathType objects?

Yes. The Skill edits paragraph properties and tab stops around OMML, MathType/OLE, and numbered graphic equations without modifying the formula or object payloads. It also computes fallback tab stops per section for numbered display equations.

Can this Skill also polish or translate my paper while formatting?

No. It is strictly a formatter. If a request mixes formatting with writing, translation, polishing, or reference acquisition, it stops and asks you to choose formatting-only or split the composite task first.

How does it handle single-column to double-column conversion?

It inserts a continuous section break before the body start, keeps front matter single-column, applies double-column geometry to body sections, and scales wide images and tables to fit the column width. Risks are flagged for visual confirmation.