From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Goldman Subject: bug in latex export tutorial? Date: Fri, 29 Apr 2011 11:26:45 -0500 Message-ID: <4DBAE6C5.7040405@sift.info> Reply-To: rpgoldman@sift.info Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:59142) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFqWm-0001Rn-P1 for emacs-orgmode@gnu.org; Fri, 29 Apr 2011 12:26:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFqWm-0000k7-1D for emacs-orgmode@gnu.org; Fri, 29 Apr 2011 12:26:48 -0400 Received: from mpls.sift.info ([75.146.46.193]:37389) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFqWl-0000jt-Ty for emacs-orgmode@gnu.org; Fri, 29 Apr 2011 12:26:47 -0400 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: Org Mode The document http://orgmode.org/worg/org-tutorials/org-latex-export.html claims "The Org-mode LaTeX exporter uses several packages to support special characters used by org-entities. One of these, amsmath, conflicts with several LaTeX fonts. If you want finer control over which packages are loaded, then it makes sense to define an export class like this in .emacs:" But I just checked the results of exporting one of my org files, and it does /not/ use amsmath. Is this a bug in the tutorial?