What problem does it solve?
This Skill removes the hassle of manually wiring a bilingual (Korean/English) book, manual, or paper build pipeline by automatically adding a ready-to-use Pandoc + XeTeX setup to an existing project structure.
Core Features & Use Cases
- Bilingual PDF/DOCX/TEX/MD Outputs: Generates Korean/English artifacts across 4 formats and 6 target combinations for books, manuals, and papers.
- Existing Project Attachment: Installs Makefile targets, build scripts, Pandoc Lua filters, LaTeX templates, metadata, and diagram workflow stubs into a pre-existing repository.
- Mermaid Diagram Build Automation: Extracts Mermaid definitions, renders them to SVG, and injects them during Pandoc/LaTeX build via Lua filters.
- Common Academic Templates Included: Supports IEEEtran (IEEE), acmart (ACM), and KCI-style paper templates with xeCJK configuration and troubleshooting guidance.
Quick Start
Ask: "Install pandoc-bilingual-build into my existing project at /path/to/your-project so I can run make book-ko and make book-en."