Andrew's git
/
dotfiles.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
change mpp config for bibtex in *.md
author
Andrew Lorimer
<andrew@lorimer.id.au>
Mon, 29 Oct 2018 07:55:42 +0000
(18:55 +1100)
committer
Andrew Lorimer
<andrew@lorimer.id.au>
Mon, 29 Oct 2018 08:03:58 +0000
(19:03 +1100)
atom/.atom/config.cson
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
0715d7a
)
diff --git
a/atom/.atom/config.cson
b/atom/.atom/config.cson
index 6afa97a13a0d864472da2c5ecac903a0ed789a53..ea1c6e171e9305bfcb533a31ccaf6dbadd16e8a8 100644
(file)
--- 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"