From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: Re: set default width for figure floats? Date: Fri, 11 Mar 2016 15:13:02 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34197) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeNoY-0000rU-3X for emacs-orgmode@gnu.org; Fri, 11 Mar 2016 09:13:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aeNoU-000724-2f for emacs-orgmode@gnu.org; Fri, 11 Mar 2016 09:13:14 -0500 Received: from mail-wm0-f48.google.com ([74.125.82.48]:34964) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeNoT-00071z-TT for emacs-orgmode@gnu.org; Fri, 11 Mar 2016 09:13:10 -0500 Received: by mail-wm0-f48.google.com with SMTP id l68so20444384wml.0 for ; Fri, 11 Mar 2016 06:13:09 -0800 (PST) In-Reply-To: (John Kitchin's message of "Fri, 11 Mar 2016 08:31:21 -0500") 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: John Kitchin Cc: emacs-orgmode --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable John Kitchin writes: > Maybe you want org-image-actual-width > > This sets teh width in org, if you have a working imagemagick. No - I don't want any scaling. They are graphs I have created in R and I want to conserve the font sizes in the paper. > > org-latex-image-default-width contains the default latex scaling. > Probably you can set this to nil to avoid scaling. Setting it to "" works perfectly. I have now set: =2D-8<---------------cut here---------------start------------->8--- #+BIND: org-latex-image-default-width "" =2D-8<---------------cut here---------------end--------------->8--- as well as =2D-8<---------------cut here---------------start------------->8--- # Local Variables: # eval: (visual-line-mode 1) # org-latex-image-default-width: "" # End: =2D-8<---------------cut here---------------end--------------->8--- I don't know if one is sufficient - I just leave them in and might try later. Thanks a lot, Rainer > > > Rainer M Krug writes: > >> I think this has been asked before, but I can't find it: >> >> Is there a way of setting the default width for images included as >> >> [[file:map-All.png]] >> >> in org documents? It seems that the default is >> >> \includegraphics[width=3D.9\linewidth]{map-All.png} >> >> and I don't want the images to be scaled, but to let them keep their own >> size. >> >> Is this possible (I'd like to avoid having to use #+ATTR_LATEX :width >> before each - and even then I would have no idea to unset the value) >> >> Thanks, >> >> Rainer > > > -- > Professor John Kitchin > Doherty Hall A207F > Department of Chemical Engineering > Carnegie Mellon University > Pittsburgh, PA 15213 > 412-268-7803 > @johnkitchin > http://kitchingroup.cheme.cmu.edu =2D-=20 Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBCAAGBQJW4tJyAAoJENvXNx4PUvmCR+4IAMzjsFufP7VliG69q9GY1GqS hmSBaN6ji1hoNWvUo65nC/vRfJk1xB7tqmdSUfzIVxJhDO8icCBTjKkf1iSIe8MH HkpJYS13PJlKFiJbcpAa8m4uvTODcP/h5S1B8Ll4RMm06C09xeAYRwVg1tChtSsl yuh8CIMg6jAhk2s9vHE4G0arc0jJksmW+2BbQeRBEkcsCJXS+pFcLrLanvlIzTZB 3b/fdPlkZml6DYHFOVjoaDu22nfNE89j5/sl1OuIeT6LHlQPgV3TyA0bP6MRZkIZ M/4YgPYmlyAm1VJ6OHVI623GUiDCDrOBF+y5N3pusWro2oX3nJoCUEXGZk0ocvw= =mA3H -----END PGP SIGNATURE----- --=-=-=--