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