From: Andrew Lorimer Date: Wed, 13 Mar 2019 05:40:01 +0000 (+1100) Subject: atom setup for mhchem X-Git-Url: https://git.lorimer.id.au/dotfiles.git/diff_plain/a41e48211035b5b6345950fd1da6434779c0fcaf atom setup for mhchem --- diff --git a/atom/.atom/config.cson b/atom/.atom/config.cson index 2c1b73e..1fccd41 100644 --- a/atom/.atom/config.cson +++ b/atom/.atom/config.cson @@ -35,6 +35,7 @@ markdownItConfig: {} mathConfig: enableLatexRenderingByDefault: true + latexRenderer: "HTML-CSS" numberEquations: true pandocConfig: pandocArguments: [ @@ -42,6 +43,10 @@ ] pandocBibliography: true pandocMarkdownFlavor: "markdown-latex_macros" + pandocFilters: [ + "/home/andrew/.pandoc/filters/pandoc-chem-struct.py" + ] + pandocMarkdownFlavor: "markdown+latex_macros+raw_tex" pandocRemoveReferences: false previewConfig: activatePreviewWithEditor: true