-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add image caption support for ODT #570
Conversation
Thanks. I've added a comment on your commit. +++ Arlo O'Keeffe [Jul 16 12 14:02 ]:
|
Ping? |
Any updates here, @jgm ? I have a slight dilemma because of this… Because there's no way to use a template for docx files (according to jgm/pandoc-templates#20), I convert to odt and then Alternatively, I can go straight from Markdown to docx, but then I can't use a custom template. Thanks! |
@andrewheiss : Out of curiosity, what do you want from a template that isn't available in a reference docx file? |
@jkr: This is off-topic and should be posted in issue jgm/pandoc-templates#20. |
Response to @jkr at jgm/pandoc-templates#20 (comment) |
I'm very interested in having proper (i.e. using frames, autonumbering) captions for figures in .odt. |
Figure numbers have been dealt with now in commit ecd4d5b. |
I will close this PR since it's been 7 years and the code can't be used anymore :) |
I looked at how OpenOffice.org 3.4.0 renders image captions and tried to implement it for pandoc.
Please do check for code style issues or possible problems as I am still very new to Haskell.
Currently the numbers are all set to 1 when opening the output file but "Tools -> Update -> Update All" updates all of the numbers properly.