From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lawrence Bottorff Subject: Re: Latex strikethrough or cancel? Date: Thu, 8 Oct 2015 14:29:46 +0000 Message-ID: References: <87r3l5kdfx.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11401ff6e0e7dc052198b18e Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49070) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkCCv-0008Fc-Ta for emacs-orgmode@gnu.org; Thu, 08 Oct 2015 10:30:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZkCCZ-0005rH-PG for emacs-orgmode@gnu.org; Thu, 08 Oct 2015 10:30:09 -0400 Received: from mail-lb0-x22c.google.com ([2a00:1450:4010:c04::22c]:36061) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkCCZ-0005qm-GZ for emacs-orgmode@gnu.org; Thu, 08 Oct 2015 10:29:47 -0400 Received: by lbcao8 with SMTP id ao8so49641205lbc.3 for ; Thu, 08 Oct 2015 07:29:46 -0700 (PDT) In-Reply-To: <87r3l5kdfx.fsf@ucl.ac.uk> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Mailinglist --001a11401ff6e0e7dc052198b18e Content-Type: text/plain; charset=UTF-8 Sticking this after my initialization #+ stuff finally worked: #+begin_html #+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? --001a11401ff6e0e7dc052198b18e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Sticking this after my initialization #+ stuff finall= y worked:

#+begin_html
<script type= =3D"text/x-mathjax-config">
=C2=A0MathJax.Hub.Config({
=C2=A0 =C2=A0TeX: {extensions: = ["cancel.js"]},
=C2=A0 =C2=A0tex2jax: {
=C2=A0 =C2=A0 =C2=A0inlineMath: [ ['$','= ;$'], ['\\(','\\)'] ],
=C2=A0 =C2=A0 =C2=A0processEscapes: true
=C2=A0 =C2=A0}
=C2=A0});
=
</script>
#+end_html

although I, the eternal begi= nner, don't quite understand other than MathJax is pulling in this canc= el.js and applying it. Got it off the MathJax Google Group. I'm sure th= ere's a better way to roll it into Emacs/org-mode or=C2=A0org-html-math= jax-template?


--001a11401ff6e0e7dc052198b18e--