From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Specifying ATTR_LATEX document wide? Date: Tue, 02 Jun 2015 15:49:02 +0200 Message-ID: <87r3purzjl.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzmXb-0007fa-6s for emacs-orgmode@gnu.org; Tue, 02 Jun 2015 09:47:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YzmXZ-0002IT-RY for emacs-orgmode@gnu.org; Tue, 02 Jun 2015 09:47:38 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:33056) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzmXZ-0002I0-MO for emacs-orgmode@gnu.org; Tue, 02 Jun 2015 09:47:37 -0400 In-Reply-To: (Rainer M. Krug's message of "Tue, 02 Jun 2015 12:17:04 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rainer M Krug Cc: emacs-orgmode@gnu.org Hello, Rainer M Krug writes: > In one document, I would like to make two changes how images are > inserted in LaTeX / pdf documents, namely: > > 1) have no re-sizing, i.e. > > ,---- > | \includegraphics[]{./output/fig_crossValidationDefaultByUA.pdf} > `---- > > instead of > > ,---- > | \includegraphics[width=.9\linewidth]{./output/fig_crossValidationDefaultByUA.pdf} > `---- #+BIND: org-latex-image-default-width "" > and > > 2) have no floats, even if a caption is given or use the :placement [H] > with the float package. > > According to > [[info:org#LaTeX%20specific%20attributes][info:org#LaTeX specific attributes]] > I can use > > #+ATTR_LATEX: :float nil > > or > > #+ATTR_LATEX: :placement [H] #+BIND: org-latex-default-figure-position "H" Of course, this assumes, `org-export-allow-bind-keywords' is non-nil. Regards, -- Nicolas Goaziou