pandoc-bilingual-build

Install Pandoc and XeTeX bilingual build pipelines with Makefile targets and templates.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/saintgo7/claude-skills --skill pandoc-bilingual-build
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: pandoc-bilingual-build
Source: https://github.com/saintgo7/claude-skills/tree/main/pandoc-bilingual-build
Command: npx skills add https://github.com/saintgo7/claude-skills --skill pandoc-bilingual-build

SYSTEM DOCUMENTATION & REQUIREMENTS

πŸ’‘ This Skill includes scripts (resource) components.

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."

Frequently Asked Questions about pandoc-bilingual-build

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

FAQPage Schema
How do I set up a bilingual Korean and English PDF build with Pandoc and XeTeX?β–Ό

To build a bilingual Korean and English PDF with Pandoc and XeTeX, this setup attaches Makefile targets, LaTeX templates, and Lua filters to your existing repository, enabling automated generation across multiple formats using xeCJK for Korean typesetting.

Can I automate Mermaid diagram rendering to SVG during a Pandoc LaTeX build?β–Ό

Yes, you can automate Mermaid diagram rendering during a Pandoc LaTeX build. This setup extracts Mermaid definitions, renders them to SVG, and injects the images automatically during the publishing workflow using Pandoc Lua filters.

What is the best way to build academic papers with IEEE, ACM, or KCI templates using Pandoc?β–Ό

The best way to build academic papers with IEEE, ACM, or KCI templates using Pandoc is to install this pipeline, which includes pre-configured LaTeX templates and metadata tailored for xeCJK Korean typesetting alongside standard academic formats.

Does this bilingual book build pipeline support outputs besides PDF?β–Ό

Yes, the bilingual build pipeline supports DOCX, TEX, and MD outputs alongside PDF. It generates Korean and English artifacts across these four formats and six target combinations for books, manuals, and papers.

Do I need an existing repository to add a Pandoc XeTeX bilingual publishing workflow?β–Ό

Yes, you need an existing repository. This workflow attaches to your current project structure by installing Makefile targets, build scripts, and supporting configuration files rather than creating a new project from scratch.