From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uri Avalos Subject: LaTeX export works but not in HTML Date: Tue, 29 Jun 2010 10:51:48 -0700 (PDT) Message-ID: <291097.63371.qm@web65511.mail.ac4.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=33369 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTeyM-0008OI-IN for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 13:51:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OTeyL-0007YL-K5 for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 13:51:50 -0400 Received: from n12.bullet.mail.ac4.yahoo.com ([74.6.228.92]:37452) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OTeyL-0007Y7-Hm for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 13:51:49 -0400 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: emacs-orgmode@gnu.org The following latex options produce the right format (an article scaled up to 20pts using the "arev" font): #+LaTeX_CLASS: article #+LaTeX_CLASS_OPTIONS: [12pt] #+LATEX_HEADER: \usepackage{amsmath,amsthm,amssymb} \usepackage[T1]{fontenc} \usepackage[20pt]{extsizes} \usepackage{arev} \usepackage[utf8]{inputenc} However, when I export to HTML, the math equations fail to export. And yes, I set the right variable for exporting latex snippets in HTML. Ideas? The culprit seems to be the arev package. Export works fine if I remove that. However, why would that cause a problem? Using org-mode 6.36 -- --Thanks! Uriel