help converting docx with Zotero cites to latex #10904
Replies: 2 comments
-
So you used \cite{key} plaintext citation in Word? For Pandoc you can use [@key] format and BetterBibTex in Zotero can generate Pandoc keys directly for new writing: Otherwise existing text (lets say you converted docx to markdown) may still have
For option 1. the manual says:
I prefer to use Pandoc's citeproc for everything I write as it means maximum flexibility (you can use citations in emails / notes / docx / odt / ebooks you name it and should be fine for 99% of needs. |
Beta Was this translation helpful? Give feedback.
-
If you insert Zotero citations in Word, did you try to enable the "citations" extension (by adding `-f docx+citations` to your command)?
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I'm new to pandoc, trying to move from docx to Latex, but I can get the cites converted properly (with the
\cite{citekey}
format).Any help on achieving this?
Beta Was this translation helpful? Give feedback.
All reactions