From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Horn Subject: Possible Bug: LaTeX inline math $X$ export as HTML Date: Sun, 10 Oct 2010 02:32:13 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=60348 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4phn-0005OG-Ax for emacs-orgmode@gnu.org; Sun, 10 Oct 2010 02:48:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P4pSW-0005Jk-6B for emacs-orgmode@gnu.org; Sun, 10 Oct 2010 02:32:37 -0400 Received: from mail-iw0-f169.google.com ([209.85.214.169]:61091) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P4pSW-0005Jc-2C for emacs-orgmode@gnu.org; Sun, 10 Oct 2010 02:32:36 -0400 Received: by iwn1 with SMTP id 1so3089514iwn.0 for ; Sat, 09 Oct 2010 23:32:35 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org-mode ml Cc: Jeffrey Horn The following org-mode code: ****************************************************************************** The variables $X$ and $Y$ are mapped into function $f$ as follows: $f: X \rightarrow Y$. ****************************************************************************** renders the final bit of inline math (the function definition) correctly, but not the previous three dollar-wrapped symbols. This could be a limitation of how CDLaTeX/org parses LaTeX, or it could be a limitation of how MathJax parses LaTeX. Not sure which. -- Jeffrey Horn Graduate Lecturer and PhD Student in Economics George Mason University (704) 271-4797 jhorn@gmu.edu jrhorn424@gmail.com