From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] Add an attribute to the new LaTeX exporter Date: Wed, 09 Jan 2013 16:09:39 +0100 Message-ID: <878v824clo.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54468) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsxLZ-0003P9-Du for emacs-orgmode@gnu.org; Wed, 09 Jan 2013 10:13:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TsxLY-0003py-4s for emacs-orgmode@gnu.org; Wed, 09 Jan 2013 10:13:41 -0500 Received: from mail-wi0-f181.google.com ([209.85.212.181]:65064) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsxLX-0003pl-V0 for emacs-orgmode@gnu.org; Wed, 09 Jan 2013 10:13:40 -0500 Received: by mail-wi0-f181.google.com with SMTP id hq4so584975wib.2 for ; Wed, 09 Jan 2013 07:13:39 -0800 (PST) In-Reply-To: (Thomas S. Dye's message of "Tue, 08 Jan 2013 14:22:11 -1000") 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: "Thomas S. Dye" Cc: Org-mode Hello, tsd@tsdye.com (Thomas S. Dye) writes: > A journal is asking for a section of figure legends created like this: > > \section*{Figure Legends} > \begin{figure}[!ht] > \begin{center} > %\includegraphics[width=4in]{figure_name.2.eps} > \end{center} > \caption{ > {\bf Bold the first sentence.} Rest of figure 2 caption. Caption > should be left justified, as specified by the options to the caption > package. > } > \label{Figure_label} > \end{figure} > > The attached patch introduces an attribute to toggle commenting the > \includegraphics call. Applied (with a minor stylistic change). Thank you. Regards, -- Nicolas Goaziou