From: Andrew Lorimer Date: Mon, 29 Oct 2018 07:55:42 +0000 (+1100) Subject: change mpp config for bibtex in *.md X-Git-Url: https://git.lorimer.id.au/dotfiles.git/diff_plain/2a851d1a440d6181f4beb63e0bc23d6ccb8c8b81 change mpp config for bibtex in *.md --- diff --git a/atom/.atom/config.cson b/atom/.atom/config.cson index 6afa97a..ea1c6e1 100644 --- a/atom/.atom/config.cson +++ b/atom/.atom/config.cson @@ -28,6 +28,14 @@ markdownItConfig: {} mathConfig: enableLatexRenderingByDefault: true + numberEquations: true + pandocConfig: + pandocArguments: [ + "--standalone" + ] + pandocBibliography: true + pandocMarkdownFlavor: "markdown-latex_macros" + pandocRemoveReferences: false previewConfig: activatePreviewWithEditor: true renderer: "pandoc"