Hi Rasmus, thanks for your answer. I asked the people from MathJax and the problem is HTML related. =<i= is interpreted as an HTML tag by the browser.
This behavior is well known and explained in the MathJax Documentation. http://docs.mathjax.org/en/latest/tex.html#tex-and-latex-in-html-documents Maybe Org mode HTML export should take this into account, especially because =<i= is used quite often? I understand if this is not feasible. Thanks, Dominik On Fri, Dec 11 2015, Rasmus wrote: > The following message is a courtesy copy of an article > that has been posted to gmane.emacs.orgmode as well. > > Hi Dominik, > > Thanks for your report. > > Dominik Schrempf <dominik.schre...@gmail.com> writes: > >> I am trying to export a LaTeX code block into HTML and have a problem >> when using lower (<) signs (maybe it also happens with greater signs but >> I did not check that). >> >> E.g., the following Org code leads to an error when viewing the HTML >> file because the '<' sign is interpreted in a wrong way (I don't know >> how but it seems to be interpreted as part of a tag) and MathJax does >> not succeed then. > > Your example suggests it's an upstream bug or feature. Perhaps try: > > https://github.com/mathjax/MathJax/issues > > Thanks, > Rasmus