File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ code3/*.zip
13
13
book3 /x.pdf
14
14
book3 /x.epub
15
15
book3 /x.mobi
16
+ book3 /x.docx
16
17
unit2 /testtmp
17
18
unit3 /testtmp
18
19
tsugi
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ echo Using python command: $MY_PYTHON
14
14
# For yucks make the epub
15
15
cat epub-metadata.txt * .mkd | grep -v ' ^%' | $MY_PYTHON pre-html.py | $MY_PYTHON verbatim.py | iconv -f utf8 -t ascii//TRANSLIT | pandoc --default-image-extension=svg --css=epub.css -o x.epub
16
16
17
+ # For yucks make the word
18
+ cat epub-metadata.txt * .mkd | grep -v ' ^%' | $MY_PYTHON pre-html.py | $MY_PYTHON verbatim.py | iconv -f utf8 -t ascii//TRANSLIT | pandoc --default-image-extension=svg -t docx -o x.docx
19
+
17
20
rm tmp.* * .tmp * .aux
18
21
pandoc A0-preface.mkd -o tmp.prefacex.tex
19
22
sed < tmp.prefacex.tex ' s/section{/section*{/' > tmp.preface.tex
You can’t perform that action at this time.
0 commit comments