-
Notifications
You must be signed in to change notification settings - Fork 525
rticles output in *.docx format #283
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
13.4 LaTeX content |
I know this issue is closed, but you can still output docx documents (if you didn't put LaTeX in the doc though) by modifying the output such as: output:
rticles::springer_article: default
word_document: default NB: you can do it for any format, e.g. HTML. Another solution is to open your PDF using word, and to save the document as docx. This works perfectly. |
Salut @VEZY, Until now, my best solution, as you mentioned, was exporting from PDF to docx. However, whenever I tried to export a PDF as a word document, most times, the Fonts were not correct. The best option, in my experience, is to export the document without any Figures. Otherwise, the whole page layout is compromised. fonts are mixed etc. |
This same comment was brought up on the officedown GitHub. I am attempting to get this working using that package. You can view my post here |
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary. |
Hello,
Is there a way to output a rticles Journal formatted file? I am happy with the PDF but my supervisors/reviewers are requesting *docx format.
I tried this, but it does not work.
output:
bookdown::word_document2:
base_format: rticles::springer_article
number_sections: no
The text was updated successfully, but these errors were encountered: