Here’s the table of contents:

  1. Convert latex to docx

Convert latex to docx

apt install pandoc
pandoc -o output.docx -t docx  input.tex

See!