From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Davison Subject: [BUG] latex superscript and documentation bugs Date: Tue, 27 Apr 2010 20:57:22 -0400 Message-ID: <8739yge6ml.fsf@stats.ox.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O6val-00007z-Sm for emacs-orgmode@gnu.org; Tue, 27 Apr 2010 20:57:31 -0400 Received: from [140.186.70.92] (port=43543 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6vaj-00007n-Nq for emacs-orgmode@gnu.org; Tue, 27 Apr 2010 20:57:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O6vai-0002SC-4P for emacs-orgmode@gnu.org; Tue, 27 Apr 2010 20:57:29 -0400 Received: from markov.stats.ox.ac.uk ([163.1.210.1]:41019) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6vah-0002Rz-QY for emacs-orgmode@gnu.org; Tue, 27 Apr 2010 20:57:28 -0400 Received: from blackcap.stats.ox.ac.uk (blackcap.stats [163.1.210.5]) by markov.stats.ox.ac.uk (8.13.6/8.13.6) with ESMTP id o3S0vP13009102 for ; Wed, 28 Apr 2010 01:57:25 +0100 (BST) 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 org-mode mailing list Org: x^{(0)} becomes [note missing parenthesis] LaTeX: x$^{\mathrm{(0}}$ (Emacs 24 with Org 6.35i and also with current Org-mode HEAD) Also, two possible documentation bugs: 1 ============================= http://orgmode.org/manual/Images-and-tables.html#Images-and-tables says You can use the following lines somewhere before the table to assign a caption and a label for cross references, and in the text you can refer to the object with \ref{tab:basic-data}: I think that is a LaTeX-specific comment in a non-LaTeX specific manual section? Should it say "and if exporting to LaTeX, in the text you can refer to the object..."? 2 ============================== In the docstring for org-export-latex-classes it says So a header like \documentclass{article} [NO-DEFAULT-PACKAGES] [EXTRA] \providecommand{\alert}[1]{\textbf{#1}} [PACKAGES] will omit the default packages, I wonder whether it would be better to show the double backslashes (\\) explicitly, seeing as the user will need to escape them in this way, or at least to warn the reader. Dan