What problem does it solve?
Researchers often have old LaTeX projects, Word files, PDFs, or scattered notes that need to be moved into a newer, well-maintained template without breaking the template's styles or structure. This Skill migrates only the body content and bibliography into the content layer of an existing ChineseResearchLaTeX project, leaving all template source code untouched.
Core Features & Use Cases
- Content-only migration: Moves body text into
extraTex/*.tex and references into references/*.bib, while strictly forbidding edits to packages/, main.tex, @config.tex, .cls, or .sty files.
- Flexible input handling: Accepts old project directories, tex/docx/pdf/md files, screenshots, or mixed materials, and maps them to the right product line (NSFC proposals, SCI papers, theses, or CVs).
- Legacy CLI with verification: Provides
analyze, apply, compile, and restore commands with snapshot backups, structure diff reports, and four-pass xelatex/bibtex compilation checks.
- Use Case: You have an old NSFC proposal project from 2025 and want its content placed into the current NSFC template. The Skill maps each section to the correct content file, reports anything that cannot be placed, and verifies the result compiles.
Quick Start
Ask the AI to use the transfer-old-latex-to-new skill to migrate your old LaTeX project or documents into a specified ChineseResearchLaTeX project, writing only body content and references without touching template files.