|
|
|
|
|
by omnster
1343 days ago
|
|
Pandoc is a standalone application that converts between a huge variety of formats, including markdown to pdf, which means that you can write your plain text markdown in the editor of choice and then convert it to pdf using pandoc. To use citations, the standard way is to use the `pandoc-citeproc` filter. |
|
I keep using this and finding problems. I actually need to integrate with Latex's existing citation libraries instead of using Pandoc's specific ones. How do I get your thing to invoke Natbib?
Also, what about editor support? There are editor plugins for Latex and for Markdown, but I've never seen one for the hybrid you're suggesting. How do I get a preview of the document I'm working on while I'm writing it? I'd like to hit Ctrl+S and immediately see the changes.