From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Beffara Subject: LaTeX export: Theorem with an author Date: Thu, 7 Feb 2013 21:50:49 +0100 Message-ID: <9CD440C643384D4EB0732CBE5F4161F1@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3cjI-0001N2-U0 for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 20:26:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3cjI-0005xt-3R for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 20:26:16 -0500 Received: from mail-we0-x22c.google.com ([2a00:1450:400c:c03::22c]:42598) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3YQm-0006xE-Ur for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 15:50:53 -0500 Received: by mail-we0-f172.google.com with SMTP id x10so2433082wey.31 for ; Thu, 07 Feb 2013 12:50:51 -0800 (PST) Content-Disposition: inline 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 List Hi, How to generate latex code for a theorem with an author, like this: \begin{theorem}[Newton] Blah. \end{theorem} With the old exporter, you could do this: #+BEGIN_theorem Newton Blah. #+END_theorem (possibly with brackets, not sure) but now the rest of the #+BEGIN_ line is ignored ... This works: #+BEGIN_theorem [Newton] Blah. #+END_theorem but it is more by accident than anything else. What would be the right way? Thanks, /v -- Vincent Beffara