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