Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Discussion options

You must be logged in to vote

Typst itself does not support exporting documents as MS Word .doc/.docx files. That format is not well suited for sharing documents and it is difficult to export already fully formatted, laid out and typeset documents to it. It is a format meant for editing, after all.

Pandoc, however, does include a feature to convert Typst documents to Word .docx (not .doc though). Beware that styling and certain text objects will display differently or get lost entirely after that export. It is a very much imperfect conversion.
See Installing pandoc for information on installing it. The command to convert a document is simply pandoc main.typ -o main.docx.

Replies: 4 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@laurmaedje
Comment options

@jgarte
Comment options

@mattfbacon
Comment options

@jgarte
Comment options

@alerque
Comment options

Answer selected by mendax1234
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
8 participants