From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Aviv Subject: Re: mathjax Date: Mon, 12 Jun 2017 09:42:20 -0400 Message-ID: References: <87zideq44q.fsf@yandex.com> <87r2yqfwq3.fsf@yandex.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a11470ac43583180551c37ed7" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37611) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dKPcD-0006SU-Jj for emacs-orgmode@gnu.org; Mon, 12 Jun 2017 09:42:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dKPcC-0005ls-0B for emacs-orgmode@gnu.org; Mon, 12 Jun 2017 09:42:45 -0400 Received: from mail-qt0-x232.google.com ([2607:f8b0:400d:c0d::232]:36281) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dKPcB-0005lO-QI for emacs-orgmode@gnu.org; Mon, 12 Jun 2017 09:42:43 -0400 Received: by mail-qt0-x232.google.com with SMTP id u19so125874604qta.3 for ; Mon, 12 Jun 2017 06:42:42 -0700 (PDT) In-Reply-To: <87r2yqfwq3.fsf@yandex.com> 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" To: Colin Baxter Cc: emacs-org list , Kaushal Modi --001a11470ac43583180551c37ed7 Content-Type: text/plain; charset="UTF-8" Another change in moving to cloudflair was that it was https link rather than a http. It could be the case that you have mixed content, https with http as well. Does it still not render when you change to https? On Sun, Jun 11, 2017 at 10:03 AM, Colin Baxter wrote: > Dear Kaushal, > > >>>>> "Kaushal" == Kaushal Modi writes: > > Kaushal> So all the org-mode updates on Org Elpa or Melpa since then > Kaushal> have that in effect, and even the releases starting with > Kaushal> version 9.0.6. > > Kaushal> - What's your org version? - What do you see when you do > Kaushal> C-h v org-html-mathjax-options ? -- > > > My org is version 9.0.8, and I've appended the output for > org-html-mathjax-options. I'm guessing the relevant bit is at the bottom. > > ------------ Begin -------- > > org-html-mathjax-options is a variable defined in `ox-html.el'. > Its value is shown below. > > Documentation: > Options for MathJax setup. > > Alist of the following elements. All values are strings. > > path The path to MathJax. > scale Scaling with HTML-CSS, MathML and SVG output engines. > align How to align display math: left, center, or right. > font The font to use with HTML-CSS and SVG output. As of MathJax > 2.5 > the following values are understood: "TeX", "STIX-Web", > "Asana-Math", "Neo-Euler", "Gyre-Pagella", > "Gyre-Termes", and "Latin-Modern". > linebreaks Let MathJax perform automatic linebreaks. Valid values > are "true" and "false". > indent If align is not center, how far from the left/right side? > Valid values are "left" and "right" > multlinewidth The width of the multline environment. > autonumber How to number equations. Valid values are "None", > "all" and "AMS Math". > tagindent The amount tags are indented. > tagside Which side to show tags/labels on. Valid values are > "left" and "right" > > You can also customize this for each buffer, using something like > > #+HTML_MATHJAX: align: left indent: 5em tagside: left font: Neo-Euler > > For further information about MathJax options, see the MathJax > documentation: > > http://docs.mathjax.org/ > > You can customize this variable. > > This variable was introduced, or its default value was changed, in > version 8.3 of the Org package. > > > Value: ((path "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/ > MathJax.js?config=TeX-AMS_HTML") > (scale "100") > (align "center") > (font "TeX") > (linebreaks "false") > (autonumber "AMS") > (indent "0em") > (multlinewidth "85%") > (tagindent ".8em") > (tagside "right")) > > ---------- End ------- > > > Best wishes, > > Colin. > > -- > -- > Colin Baxter > m43cap@yandex.com > GnuPG fingerprint: 68A8 799C 0230 16E7 BF68 2A27 BBFA 2492 91F5 41C8 > > -- Adam J. Aviv, PhD *Asst. Professor* *Computer Science* *U.S. Naval Academy* *(410) 293- 6655* --001a11470ac43583180551c37ed7 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Another change in moving to cloudflair was that it was htt= ps link rather than a http. It could be the case that you have mixed conten= t, https with http as well. Does it still not render when you change to htt= ps?



On Sun, Jun 11, 2017 at 10:03 AM, Colin Baxter <m43c= ap@yandex.com> wrote:
Dear = Kaushal,

>>>>> "Kaushal" =3D=3D Kaushal Modi <kaushal.modi@gmail.com> writes:

=C2=A0 =C2=A0 Kaushal> So all the org-mode updates on Org Elpa or Melpa = since then
=C2=A0 =C2=A0 Kaushal> have that in effect, and even the releases starti= ng with
=C2=A0 =C2=A0 Kaushal> version 9.0.6.

=C2=A0 =C2=A0 Kaushal> - What's your org version?=C2=A0 - What do yo= u see when you do
=C2=A0 =C2=A0 Kaushal> C-h v org-html-mathjax-options ?=C2=A0 --


My org is version 9.0.8, and I've appended the output for
org-html-mathjax-options. I'm guessing the relevant bit is at the botto= m.

------------ Begin --------

org-html-mathjax-options is a variable defined in `ox-html.el'.
Its value is shown below.

Documentation:
Options for MathJax setup.

Alist of the following elements.=C2=A0 All values are strings.

path=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 The path to MathJax.
scale=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Scaling with HTML-CSS, MathML and SV= G output engines.
align=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0How to align display math: left, cen= ter, or right.
font=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 The font to use with HTML-CSS and SV= G output.=C2=A0 As of MathJax 2.5
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 the following values are u= nderstood: "TeX", "STIX-Web",
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 "Asana-Math", &q= uot;Neo-Euler", "Gyre-Pagella",
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 "Gyre-Termes", a= nd "Latin-Modern".
linebreaks=C2=A0 =C2=A0 Let MathJax perform automatic linebreaks.=C2=A0 Val= id values
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 are "true" and &= quot;false".
indent=C2=A0 =C2=A0 =C2=A0 =C2=A0 If align is not center, how far from the = left/right side?
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Valid values are "lef= t" and "right"
multlinewidth The width of the multline environment.
autonumber=C2=A0 =C2=A0 How to number equations.=C2=A0 Valid values are &qu= ot;None",
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 "all" and "= AMS Math".
tagindent=C2=A0 =C2=A0 =C2=A0The amount tags are indented.
tagside=C2=A0 =C2=A0 =C2=A0 =C2=A0Which side to show tags/labels on.=C2=A0 = Valid values are
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 "left" and "= ;right"

You can also customize this for each buffer, using something like

#+HTML_MATHJAX: align: left indent: 5em tagside: left font: Neo-Euler

For further information about MathJax options, see the MathJax documentatio= n:

=C2=A0 http://docs.mathjax.org/

You can customize this variable.

This variable was introduced, or its default value was changed, in
version 8.3 of the Org package.


Value: ((path "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax= .js?config=3DTeX-AMS_HTML")
=C2=A0(scale "100")
=C2=A0(align "center")
=C2=A0(font "TeX")
=C2=A0(linebreaks "false")
=C2=A0(autonumber "AMS")
=C2=A0(indent "0em")
=C2=A0(multlinewidth "85%")
=C2=A0(tagindent ".8em")
=C2=A0(tagside "right"))

---------- End -------


Best wishes,

Colin.

--
--
Colin Baxter
m43cap@yandex.com
GnuPG fingerprint: 68A8 799C 0230 16E7 BF68=C2=A0 2A27 BBFA 2492 91F5 41C8<= br>



--
=
Adam J. Aviv, PhD=
Asst. Professor<= /font>
Comput= er Science
U.S. Naval Academy
=
(410) 293- 6655
=
--001a11470ac43583180551c37ed7--