all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lawrence Bottorff <borgauf@gmail.com>
Cc: emacs-orgmode Mailinglist <emacs-orgmode@gnu.org>
Subject: Re: Strange latex symbol behavior on html export
Date: Wed, 13 Sep 2017 20:44:03 -0400	[thread overview]
Message-ID: <CAFAhFSX+fOa+XbmR98Vq7767U3Cy5scfm48vxSY9JbURPCv3Yw@mail.gmail.com> (raw)
In-Reply-To: <87poau1a5l.fsf@alphaville.usersys.redhat.com>

[-- Attachment #1: Type: text/plain, Size: 2189 bytes --]

#+options: tex:dvipng is not good because it turns all your latex symbol
markup into images, which are inserted into the web page as images, i.e.,
it's not doing MathJax. Also bad because they don't really fit the text
lines, either. I use

# this makes MathJax work
#+OPTIONS: tex:t

I just now found this caption weirdness because I started a new .org file
with no latex symbol markup besides in the caption. Quite bizarre that when
my file sees other latex symbols, the caption symbols then render
correctly.

BTW: What does

executing Scheme code block (square)...
=> #<void>
org-babel-script-escape: ‘org-babel-script-escape’ expects a string

mean? I'm suddenly getting this in an org file which has scheme babel code
blocks, images, and lots of latex symbol markup. It first popped up when I
tried to C-c C-c a scheme code block.






On Wed, Sep 13, 2017 at 6:55 PM, Nick Dokos <ndokos@gmail.com> wrote:

> Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
>
> > Hello,
> >
> > Lawrence Bottorff <borgauf@gmail.com> writes:
> >
> >> Consider this markup:
> >>
> >> ------------
> >> * MATHEMATICS AUXILIARY
> >>
> >> ** deriving sines and cosines
> >>
> >> #+caption: Right triangle with two $\pi\big/4$ angles.
> >> [[file:images/45-45-triangle.png]]
> >>
> >> $\big/$
> >> ------------
> >>
> >> If I remove the second $\big/$, the first latex, $\pi\big/4$, in the
> >> caption will not properly render on export to html. Include it and both
> >> render just fine. Without the second, the first looks like this:
> >>
> >> Figure 1: Right triangle with two \(\pi\big/4\) angles.
> >>
> >> Is this a bug?
> >
> > If you use
> >
> >   #+options: tex:dvipng
> >
> > the symbol in the caption is correctly rendered. It may be a bug in
> Mathjax.
> >
>
> I looked at the diff between html files produced with and without the
> $\big/$ addition.
> The one without does not include any of the mathjax configuration code at
> all. Is that
> code included conditionally perhaps when a latex construct is seen? Maybe
> the latex construct
> in the caption does not trigger the inclusion?
>
> --
> Nick
>
>
>

[-- Attachment #2: Type: text/html, Size: 3158 bytes --]

  reply	other threads:[~2017-09-14  0:44 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-13  2:22 Strange latex symbol behavior on html export Lawrence Bottorff
2017-09-13 13:05 ` Nicolas Goaziou
2017-09-13 22:55   ` Nick Dokos
2017-09-14  0:44     ` Lawrence Bottorff [this message]
2017-09-14  3:37       ` Nick Dokos
2017-09-14  8:14         ` Rasmus
2017-09-14 12:48     ` Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAFAhFSX+fOa+XbmR98Vq7767U3Cy5scfm48vxSY9JbURPCv3Yw@mail.gmail.com \
    --to=borgauf@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.