From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: ox-texinfo doesn't handle inline images Date: Tue, 26 May 2015 01:19:59 +0200 Message-ID: <87617ggs80.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34551) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yx1dj-0007LY-GW for emacs-orgmode@gnu.org; Mon, 25 May 2015 19:18:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yx1di-0007VQ-11 for emacs-orgmode@gnu.org; Mon, 25 May 2015 19:18:35 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:51803) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yx1dh-0007VH-RG for emacs-orgmode@gnu.org; Mon, 25 May 2015 19:18:33 -0400 In-Reply-To: (Vaidheeswaran C.'s message of "Mon, 25 May 2015 13:33:09 +0530") 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: Vaidheeswaran C Cc: emacs-orgmode@gnu.org Hello, Vaidheeswaran C writes: > In: > > #+NAME: fig1 > #+CAPTION: Screen capture > [[./emacs-24.5.1-startup-screen-annotated.png]] > > > Buggy out: > > @uref{./emacs-24.5.1-startup-screen-annotated.png} > > > Desired out: > > @float Figure,fig1 > @image{./emacs-24.5.1-startup-screen-annotated,150mm,,,png} > @c @shortcaption{Screen capture} > @caption{Screen capture.} > @end float Implemented. > (b) Without Image width (i.e., image scaling) the image in the PDF > output gets cropped. Implemented, too. Regards, -- Nicolas Goaziou