diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-05-05 12:26:20 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-05-05 12:26:20 -0400 |
| commit | f2dd574cbf5f1e9fa8760cdff1faf2ffed3ef453 (patch) | |
| tree | c091180ec1d6bdeabec4d2521de0f5a1cfff38d1 /posts/.dir-locals.el | |
| parent | ad8d9cc46495c9e368becaf1577726cdebd6fdff (diff) | |
Fix MathJax
Diffstat (limited to 'posts/.dir-locals.el')
| -rw-r--r-- | posts/.dir-locals.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posts/.dir-locals.el b/posts/.dir-locals.el index c7de0d6..4a56f9d 100644 --- a/posts/.dir-locals.el +++ b/posts/.dir-locals.el @@ -1,5 +1,6 @@ ((org-mode . ((org-html-doctype . "xhtml5") (org-html-html5-fancy . t) + (org-html-with-latex . 'verbatim) (org-export-with-toc . nil) (org-export-with-section-numbers . nil) (org-export-with-sub-superscripts . nil) |