From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dominik Schrempf Subject: Re: Bug: LaTeX in HTML export [8.3.2 (release_8.3.2-380-g64aee4 @ /home/dominik/.emacs.d/org-mode/lisp/)] Date: Fri, 11 Dec 2015 16:54:22 +0100 Message-ID: <87oadx56c1.fsf@gmail.com> References: <877fkl6quu.fsf@gmail.com> <87zixhhw0v.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7Q1e-0004Vm-GL for emacs-orgmode@gnu.org; Fri, 11 Dec 2015 10:54:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a7Q1Z-0002w7-OX for emacs-orgmode@gnu.org; Fri, 11 Dec 2015 10:54:30 -0500 Received: from mail-wm0-x22a.google.com ([2a00:1450:400c:c09::22a]:37825) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7Q1Z-0002w0-IH for emacs-orgmode@gnu.org; Fri, 11 Dec 2015 10:54:25 -0500 Received: by wmnn186 with SMTP id n186so37423160wmn.0 for ; Fri, 11 Dec 2015 07:54:25 -0800 (PST) Received: from arbeitsbaer (i122mc151.vu-wien.ac.at. [193.171.97.93]) by smtp.gmail.com with ESMTPSA id l7sm17545780wjx.14.2015.12.11.07.54.23 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 11 Dec 2015 07:54:23 -0800 (PST) In-Reply-To: <87zixhhw0v.fsf@gmx.us> (rasmus@gmx.us's message of "Fri, 11 Dec 2015 15:58:40 +0100") 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@gnu.org Hi Rasmus, thanks for your answer. I asked the people from MathJax and the problem is HTML related. = 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 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