kjn

Results 170 comments of kjn

Text on some of the shapes is in white color. This seems to be a bug in LibreOffice. Save the exported file, and change ` style:use-window-font-color="true"` to `` style:use-window-font-color="false"". The...

> No. It's just another stupid requirement of some chinese magzines. Their rationale is that sometimes subpictures have a relationship, for examples an image has an arrow pointing down to...

> There are professional document that put text annotation over figures too I just looked at my browser history. What really convinced me was this line > **Note that often...

> https://github.com/aafigure/aafigure > https://github.com/ivanceras/svgbob > https://casual-effects.com/markdeep There is also [ Libo_PlantUML: This extension enables PlantUML directly in your Writer documents.](https://extensions.libreoffice.org/en/extensions/show/libo_plantuml). Very very long time back I have tried it.

Cc @QiangF This is an issue I have created from this discussion [Text on Image Disappears](https://github.com/kjambunathan/org-mode-ox-odt/discussions/170). In that issue you don't want the caption text and image as separate items...

> #+odt_extra_styles: #+odt_extra_styles: style:parent-style-name="Text_20_body" > #+odt_extra_styles: style:family="paragraph"> > #+odt_extra_styles: #+odt_extra_styles: fo:margin-top="3cm" > #+odt_extra_styles: fo:text-align="end" > #+odt_extra_styles: style:justify-single-word="false" /> If you haven't already noticed, you adjust the ` fo:margin-top` and `fo:text-align`...

(Note that the image has to be in a subdir. In other words, use ` :image "images/org-mode-unicorn.png"` instead of ` :image "org-mode-unicorn.png"`. As a side note, fill images typically occur...

When exported to `docx` file via LibreOffice, the border around the frame disappears. This seems like a bug in LibreOffice.

> https://github.com/kjambunathan/org-mode-ox-odt/commit/ae70b7b237e421b5fb338dbe5b1ed4b4b147296c This commit produces invalid ODF document with following error ``` ODT Zip Dir is /tmp/odt-a69TbG/ Formatting LaTeX using mathml Embedding /home/kjambunathan/src/org-mode-ox-odt/testing/examples/odt/textbox-with-image-fill/images/org-mode-unicorn.png as Images/0001.png... ox-odt: Content template file is...

Updated test case: [textbox-with-image-fill.zip](https://github.com/kjambunathan/org-mode-ox-odt/files/8305114/textbox-with-image-fill.zip)