Migrate a Word-format thesis draft into LaTeX without remapping 300 citations by hand
何时使用: You wrote in Word, adviser demands LaTeX, deadline is in two weeks.
前置条件
- Skill cloned — git clone https://github.com/quzhiii/thesis-skills ~/.claude/skills/thesis-skills
- Zotero/EndNote export of your library — Export .bib from Zotero or use EndNote XML
步骤
-
Import the bibliographyUse thesis-skills — import my Zotero .bib and cross-reference with the Word doc's citations.✓ 已复制→ Every Word citation mapped to a .bib entry; gaps flagged
-
Convert the bodyNow convert Chapter 1 of thesis.docx to LaTeX preserving structure and citations.✓ 已复制→ Clean .tex with \cite{} keys, not numeric citations
-
Enable Citation LockTurn on Citation Lock before I start rearranging sections.✓ 已复制→ Confirmation + a note on how to verify numbering integrity
结果: A LaTeX draft with every citation key intact and a safety net against renumbering bugs.
注意事项
- Cross-references to figures/tables break during conversion — Run the rule-pack validation pass afterward — it catches dead refs