Bibliography from citation keys in MS Word?
Hi,
I've just finished my book, using Markdown editors, where I inserted references as citation keys. Finally, I exported everything (hundreds of citations...) to MS Word.
At the moment, I have a MS Word docx file with references in a pure text form.
A sample text (in a MS Word file) looks like this:
From [@andy2020] we can see that...
(no extra MS Word fields included, just pure text)
Obviously, I have mylibrary.bib file generated by Zotero, which looks like this:
@article{andy2020,
title = {Reinforcement Learning: {{A}} Survey},
volume = {4},
shorttitle = {Reinforcement Learning},
journaltitle = {Journal of artificial intelligence research},
date = {1996},
pages = {237--285},
author = {Kaelbling, Leslie Pack and Littman, Michael L. and Moore, Andrew W.}
}
Is this possible to generate bibliography out of my MS Word docx file??? That's really important to me: my book has hundreds of references, and deadline is coming...
I tried docx > pandoc-citeproc > docx, but it didn't work...
I would really appreciate Your help.
Many thanks in advance :)
Andy
I've just finished my book, using Markdown editors, where I inserted references as citation keys. Finally, I exported everything (hundreds of citations...) to MS Word.
At the moment, I have a MS Word docx file with references in a pure text form.
A sample text (in a MS Word file) looks like this:
From [@andy2020] we can see that...
(no extra MS Word fields included, just pure text)
Obviously, I have mylibrary.bib file generated by Zotero, which looks like this:
@article{andy2020,
title = {Reinforcement Learning: {{A}} Survey},
volume = {4},
shorttitle = {Reinforcement Learning},
journaltitle = {Journal of artificial intelligence research},
date = {1996},
pages = {237--285},
author = {Kaelbling, Leslie Pack and Littman, Michael L. and Moore, Andrew W.}
}
Is this possible to generate bibliography out of my MS Word docx file??? That's really important to me: my book has hundreds of references, and deadline is coming...
I tried docx > pandoc-citeproc > docx, but it didn't work...
I would really appreciate Your help.
Many thanks in advance :)
Andy
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Upgrade Storage
I've tried pandoc, see the discussion here:
https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/pandoc-discuss/Oxc0jb9Hwbk/RRHiZD1OBQAJ
In short: pandoc-citeproc has problems with word > word conversion (see scenario 2 in my post above