Hi, your solution worked, however I had to couple it with something else, formatting the pictures into gifs: ods graphics on / width=17cm height=13cm outputfmt=gif;
...
ods layout start columns=2;
ods region column=1 width=17cm height=13cm; As a result my PDF is a lot bigger in size (maybe I can try other formats and see how it goes), but at least the proportions are now correct. Thanks again for your help!
... View more