Hi all,
I was wondering if the was a way to convert a word document into a typst file?
If the is a way i can do that please help.
Thanks.
Hi @maso,
you can use pandoc
for that conversion.
pandoc document.docx -t typst
will give you a Typst document.
1 Like
that’s great thanks!
Great!
Please read through How to post in the Questions category. Mark my response as a solution by clicking the checkbox if it works for you and modify your topic’s title to be a question .