Jambunathan K writes:
> Hello Andreas
>
> I have added support for character anchored images as part of the
> following commit release_7.8.03-201-g1d99fd7.
>
> I am attaching a sample Org file and the associated ODT output.
>
> #+TITLE: side-by-side.org
> #+AUTHOR:Jambunathan K
> #+EMAIL:
Jambunathan K writes:
> Andreas Leha writes:
>
>
#+label: fig:baz
#+name: baz
#+attr_odt: :scale 0.5
#+header: :file baz.png
#+header: :width 7200 :height 3600 :res 600
#+begin_src R :exports results :results graphics
plot(1:10, 1:10)
#+end_src
>
> Image
Andreas Leha writes:
>>> #+label: fig:baz
>>> #+name: baz
>>> #+attr_odt: :scale 0.5
>>> #+header: :file baz.png
>>> #+header: :width 7200 :height 3600 :res 600
>>> #+begin_src R :exports results :results graphics
>>> plot(1:10, 1:10)
>>> #+end_src
Image that R outputs is 7200-by-3600.
>> #+
Jambunathan K writes:
Hi Jambunathan,
thanks for looking into this. Answer to your questions below
> Hello Andreas
>
> Andreas Leha writes:
>> But I experienced another issue with respect to images scaling in the odt
>> export:
>>
>> This subtree:
>>
>> test.org =
Hello Andreas
Andreas Leha writes:
> But I experienced another issue with respect to images scaling in the odt
> export:
>
> This subtree:
>
> test.org ==
> * Test image scaling in odt
> #+caption: bar
> #+label: fig:bar
> #+name: bar
> #+attr_odt: :width 8
> #+h
Hello,
Jambunathan K writes:
> Does the existing behaviour as captured in [[Side-by-Side images laid
> out by hand]] be preserved with new export driver?
I'm not sure to get the syntax right, but in the new exporter, you can
see what is the next or previous element, along with its
properties. T
Hello Andreas
I have added support for character anchored images as part of the
following commit release_7.8.03-201-g1d99fd7.
I am attaching a sample Org file and the associated ODT output.
Nicolas/Eric
Don't be surprised. Please Read on ...
--8<---cut here---start--
Jambunathan K writes:
> Hello Andreas
>
>> Hi all,
>>
>> I experience unexpected behaviour with the excellent odt exporter in case of
>> included images.
>> When I add a #+caption the text width of that caption overrides the
>> specified image width (#ATTR_ODT: :witdh X), which I use to downscale
Hello Andreas
> Hi all,
>
> I experience unexpected behaviour with the excellent odt exporter in case of
> included images.
> When I add a #+caption the text width of that caption overrides the
> specified image width (#ATTR_ODT: :witdh X), which I use to downscale
> the image in the odt.
> Especi