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