18 April, 2021, at 03:38 AM WIB (0 comments)
Apparently, to convert to docx, we have to create our own reference doc (see --reference-doc=FILE
section].
For docx
, we have to first create a custom reference.docx
by getting a default reference.docx: pandoc -o custom-reference.docx --print-default-data-file reference.docx
.
Then we edit the resulting document in word, modify the styles as we wish, and save the file.
It is suggested that we only have to edit the styles, while the rest are to be kept unchanged.
The styles we have to change are:
What I am yet to see, is on whether or not it could allow specific formatting style like that in my thesis. Further testing is required, and I will update it here as necessary.