Re: Default attributes for images in beamer export

2022-05-24 Thread edgar
On 2022-05-23 10:59, Timothy wrote: Hi Eric, But given that you also want to keep the aspect ratio, I am curious as to why you would need/want to specify both? Just on this, the `keepaspectratio' option of `graphicx' could be relevant here. All the best, Timothy Thanks. Yes, I think

Re: Default attributes for images in beamer export

2022-05-23 Thread Timothy
Hi Eric, > But given that you also want to keep the aspect ratio, I am curious as > to why you would need/want to specify both? Just on this, the `keepaspectratio' option of `graphicx' could be relevant here. All the best, Timothy

Re: Default attributes for images in beamer export

2022-05-23 Thread Eric S Fraga
On Friday, 20 May 2022 at 20:18, ed...@openmail.cc wrote: > Is this the expected behaviour? Thanks again :) . Well, looking at the code, if any of the :height or :width attributes have been specified explicitly, the defaults for height and width are ignored. If you want to specify both, you will

Re: Default attributes for images in beamer export

2022-05-20 Thread edgar
On 2022-05-20 19:50, ed...@openmail.cc wrote: On 2022-05-19 18:29, Eric S Fraga wrote: On Thursday, 19 May 2022 at 17:17, wrote: #+BIND: org-latex-image-default-width 0.5\textwidth Try #+BIND: org-latex-image-default-width "0.5\\textwidth" and make sure org-export-allow-bind-keywords is

Re: Default attributes for images in beamer export

2022-05-20 Thread edgar
On 2022-05-19 18:29, Eric S Fraga wrote: On Thursday, 19 May 2022 at 17:17, wrote: #+BIND: org-latex-image-default-width 0.5\textwidth Try #+BIND: org-latex-image-default-width "0.5\\textwidth" and make sure org-export-allow-bind-keywords is set to t. Oh, ok! That works. Thank you!

Re: Default attributes for images in beamer export

2022-05-19 Thread Eric S Fraga
On Thursday, 19 May 2022 at 17:17, ed...@openmail.cc wrote: > #+BIND: org-latex-image-default-width 0.5\textwidth Try #+BIND: org-latex-image-default-width "0.5\\textwidth" and make sure org-export-allow-bind-keywords is set to t. -- : Eric S Fraga, with org release_9.5.3-507-g4f0f24 in

Default attributes for images in beamer export

2022-05-19 Thread edgar
Hello, I am trying to set the default height (or width) of all pictures for my Beamer slides (ox-beamer) for a single file. How can I do it? I am currently trying this: #+begin_src org #+BIND: org-latex-image-default-width 0.5\textwidth #+property: :latex-image-default-width