From mboxrd@z Thu Jan 1 00:00:00 1970 From: amscopub-mail@yahoo.com Subject: (no subject) Date: Tue, 29 Jun 2010 10:50:34 -0700 (PDT) Message-ID: <429795.23493.qm@web65508.mail.ac4.yahoo.com> Reply-To: amscopub-mail@yahoo.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=33185 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTexA-0007rB-FP for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 13:50:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OTex9-0007Nz-7l for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 13:50:36 -0400 Received: from n13.bullet.mail.ac4.yahoo.com ([74.6.228.93]:35096) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OTex9-0007Nq-4L for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 13:50:35 -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! U.