From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: LaTeX export: Theorem with an author Date: Sat, 09 Feb 2013 14:30:42 +0100 Message-ID: <8738x5aa2l.fsf@med.uni-goettingen.de> References: <9CD440C643384D4EB0732CBE5F4161F1@gmail.com> <87txpmfuhg.fsf@gmail.com> <877gmhab2k.fsf@med.uni-goettingen.de> <87a9rdeifq.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56212) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4AWB-0007aB-JY for emacs-orgmode@gnu.org; Sat, 09 Feb 2013 08:31:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U4AWA-0002hN-G4 for emacs-orgmode@gnu.org; Sat, 09 Feb 2013 08:30:59 -0500 Received: from plane.gmane.org ([80.91.229.3]:59891) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4AWA-0002h8-9c for emacs-orgmode@gnu.org; Sat, 09 Feb 2013 08:30:58 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U4AWO-0006bT-Qn for emacs-orgmode@gnu.org; Sat, 09 Feb 2013 14:31:12 +0100 Received: from vpn-2122.gwdg.de ([134.76.2.122]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 09 Feb 2013 14:31:12 +0100 Received: from andreas.leha by vpn-2122.gwdg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 09 Feb 2013 14:31:12 +0100 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: emacs-orgmode@gnu.org Hi Nicolas, >>> #+attr_latex: :options [Newton] >>> #+begin_theorem >>> Blah. >>> #+end_theorem >>> >>> It is heavier but it seems more consistent to me. >> >> Even if it *was* LaTeX only, shouldn't it be up to the backend to >> provide translation of such arguments? I'd vote for the shorter version >> to have a (possibly future) backend-agnostic version. > > Well, I already have implemented this syntax. We'll see how it goes. > Since I go the LaTeX-route most times, I'll be a most-times-happy user of this. Thanks for implementing it! Exporting to multiple backends takes more efforts than I'd like, anyway. So I try to avoid that and concentrate on one backend per project. I'd just rather like to see the differences decrease -- not increase ;-) - Andreas