Obsidian/.archive/3-99 Research/6 Researching Techniques/Pandoc and Going from Markdown to LaTeX.md

951 B

So I want do do a lot of drafting in Markdown using Obsidian. But, eventually things are going to have to move to LaTeX for formatting's sake. How do I do this?

Using Pandoc and Pandoc-crossref

These two packages can take the Markdown files and convert them, somewhat sloppily, to LaTeX. The main points are as follows:

Citing Things

Use @, followed by the cite key. This will create an in-line citation, like this: @sohl-dicksteinDeepUnsupervisedLearning2015. This will also show up in the references tab of 'pandoc-reference-list'. This list can be opened using the command window, or my custom hotkey alt+r.

Then, this can be exported using Export. Ctrl+Alt+E for any file type, then select LaTeX. This should then put all the references at the end of the document in IEEE format.

Referencing Things

Figure out how pandoc-crossref works, then write about it here.