Migrate a Word-format thesis draft into LaTeX without remapping 300 citations by hand
Quand l'utiliser : You wrote in Word, adviser demands LaTeX, deadline is in two weeks.
Prérequis
- 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
Déroulement
-
Import the bibliographyUse thesis-skills — import my Zotero .bib and cross-reference with the Word doc's citations.✓ Copié→ 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.✓ Copié→ Clean .tex with \cite{} keys, not numeric citations
-
Enable Citation LockTurn on Citation Lock before I start rearranging sections.✓ Copié→ Confirmation + a note on how to verify numbering integrity
Résultat : A LaTeX draft with every citation key intact and a safety net against renumbering bugs.
Pièges
- Cross-references to figures/tables break during conversion — Run the rule-pack validation pass afterward — it catches dead refs