James-Yu / LaTeX-Workshop

Boost LaTeX typesetting efficiency with preview, compile, autocomplete, colorize, and more.
MIT License
10.56k stars 523 forks source link

Tex to Docx #4333

Closed dbourrion closed 1 month ago

dbourrion commented 1 month ago

Pre-checks*

Please change the following [ ] to [x] for confirmation.

  • [x] The feature request has not been suggested in this repository.

The Missed*

Is your feature request related to a problem? Please provide a clear and concise description of what the problem is.

  • Hi. Im' a writer, using visual studio code and LaTeX and LaTeX-Wokshop for my works. The little problem I have is that a lot of publisher here in France want the manuscript in docx. So each time a text is done, I have to pass it from tex to docx using tools out of VSC It would be amazing to have that export inside VSC

The Solution*

Please provide a solution you would like to have.

  • A simple pandoc command like pandoc foo.tex --from latex --to docx > foo.docx makes the magic happen

Anything Else?

Add any other context about the feature request below.

  • THANKS :)
James-Yu commented 1 month ago

You can create a tool and add it to a recipe. See wiki.