Skip to content
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

[12.0] [ADD] report_py3o_index: Update indices in py3o reports #846

Open
wants to merge 2 commits into
base: 12.0
Choose a base branch
from

Conversation

fah-mili
Copy link

This module fills in the document indexes (e.g. a Table of Content) in a generated py3o document.
This is to work around the missing feature first reported in 2012: https://bugs.documentfoundation.org/show_bug.cgi?id=44448
It uses the workaround given in https://ask.libreoffice.org/t/update-toc-via-command-line/52518 and other similar threads.
Note that to work, the macro has to be installed in libreoffice first. This is done at module install. It assumes the macro files are stored at ~/.config/libreoffice/4/user/basic/Standard. If it fails, the function can be manually called with the real path using: self.env["py3o.report"]._install_update_index_macro(real_path)
Make sure that this is correct as most failure paths of the macro application are silent.
Once this is done, py3o templates have an "has index" boolean. If set, the macro is applied after generation (and before pdf conversion) to update all indices.

Copy link

There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.

@github-actions github-actions bot added the stale PR/Issue without recent activity, it'll be soon closed automatically. label May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale PR/Issue without recent activity, it'll be soon closed automatically.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant