emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Latex strikethrough or cancel?


From: Lawrence Bottorff
Subject: Re: [O] Latex strikethrough or cancel?
Date: Thu, 8 Oct 2015 14:29:46 +0000

Sticking this after my initialization #+ stuff finally worked:

#+begin_html
<script type="text/x-mathjax-config">
 MathJax.Hub.Config({
   TeX: {extensions: ["cancel.js"]},
   tex2jax: {
     inlineMath: [ ['$','$'], ['\\(','\\)'] ],
     processEscapes: true
   }
 });
</script>
#+end_html

although I, the eternal beginner, don't quite understand other than MathJax is pulling in this cancel.js and applying it. Got it off the MathJax Google Group. I'm sure there's a better way to roll it into Emacs/org-mode or org-html-mathjax-template?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]