emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] set default width for figure floats?


From: Rainer M Krug
Subject: Re: [O] set default width for figure floats?
Date: Fri, 11 Mar 2016 15:13:02 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin)

John Kitchin <address@hidden> 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:

--8<---------------cut here---------------start------------->8---
#+BIND: org-latex-image-default-width ""
--8<---------------cut here---------------end--------------->8---

as well as

--8<---------------cut here---------------start------------->8---
# Local Variables:
# eval: (visual-line-mode 1)
# org-latex-image-default-width: ""
# End:
--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=.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

-- 
Rainer M. Krug
email: Rainer<at>krugs<dot>de
PGP: 0x0F52F982

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]