From cf58b27cfd93194713f4382be59ee4e13634b18f Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Thu, 14 Jul 2022 20:07:30 -0400 Subject: [PATCH] Update instructions on docx -> md now that I've done it again --- ADMIN_TASKS.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ADMIN_TASKS.md b/ADMIN_TASKS.md index 7c152577..2a92eefd 100644 --- a/ADMIN_TASKS.md +++ b/ADMIN_TASKS.md @@ -113,7 +113,12 @@ To check, say, updating `mdbook` or changing the way files get included: ## Produce markdown from docx for diffing -- TODO Carol to document this next time she does it +- Save the docx file to `tmp/chapterXX.docx`. +- In Word, go to the review tab, choose "Accept all changes and stop tracking" +- Save the docx again and close Word +- Run `./tools/doc-to-md.sh` +- This should write `nostarch/chapterXX.md`. Adjust the XSL in + `tools/doc-to-md.xsl` and run `./tools/doc-to-md.sh` again if needed. ## Generate Graphviz dot