From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: :kkepaspectratio in included imad=ge in LaTeX export Date: Fri, 29 Apr 2016 17:21:13 +0200 Message-ID: <87twikphjq.fsf@saiph.selenimh> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47303) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awAEh-0002fi-HF for emacs-orgmode@gnu.org; Fri, 29 Apr 2016 11:21:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1awAEV-0001q3-QV for emacs-orgmode@gnu.org; Fri, 29 Apr 2016 11:21:38 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:55696) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awAEV-0001nE-KP for emacs-orgmode@gnu.org; Fri, 29 Apr 2016 11:21:31 -0400 In-Reply-To: (Rainer M. Krug's message of "Fri, 29 Apr 2016 15:47:11 +0200") 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" To: Rainer M Krug Cc: emacs-orgmode@gnu.org Hello, Rainer M Krug writes: > I would like to have the keepaspectratio attribute in the > \includegraphice. > > I tried: > > #+ATTR_LATEX: :width 1\paperwidth :height 1\paperheight :keepaspectratio > [[./bramble2.jpg]] > > but this results obviously in > > \includegraphics[width=1\paperwidth,height=1\paperheight]{./bramble2.jpg} > > as the option keepaspectratio does not exist in org. > > Is there a way that I can add arbitrary LaTeX option like > keepaspectratio? You can use :options. See (info "(org) LaTeX specific attributes"). Regards, -- Nicolas Goaziou