This plugin, or by LO/OO terminology add-on(an extension that includes any kind of UI implementation/customization), includes the following features:
-
Add page numbering simplifying the previous page-break approach:
Although Page Breaks are an intuitive and effective approach for document layout and styling, users migrating from Microsoft Office suites find it more than difficult to understand)
-
Configure styling options such as Font, Character height, Alignment and page position (Header/Footer)
-
Page offset and First page options
-
Numbering type selection such as Roman, Arabic or Greek
-
Multiple Page numbering setups per document
Page Numbering Addon can be found either in this repository or at the following links:
People that have contributed one way or another for this project are acknowledged at the ACKNOWLEDGEMENTS.md file.
In order to get familiar with LO API a version of the plugin in LO Basic language was implemented. Although this is the most documented among LO/OO compatible languages, it follows an archaic programming approach with little to none modern features. That is the reason that led to the Python port for the official version of the extension.
Page Numbering Addon 0.0.1 was part of the librecust GSOC project, suggested by GFOSS Open Technologies Alliance. Source code will, surely, be available and suggestions, improvements or bug reports will be more than welcome. Any updates will be distributed through the official extension manager.
Future versions will be distributed from the official LO extension site as well as from this repository (LibreOffice/versions/ directory).
Each implementation (Python/LO Basic) is packaged as an extension in .oxt
format. The LO Basic version has no dependencies. For the suggested Python version the following are applied:
Before installing the extension, make sure that the following dependencies are installed
In order to use the latest features implemented, you should install the Python version. The LO Basic implementation is not maintained until a new maintainer is found.
- libreoffice-script-provider-python package or even better uno-tools
- uno-tools required dependencies
- OpenOffice.org/LibreOffice 3.4 or later
- Python 3.3 or later
In order to avoid unexpected results you are suggested to avoid installing together the two different versions (Basic and Python) of this add-on.
Extensive info about the development of this extension is provided in the repository wiki.
Also, the contributor is suggested to pay a visit to the contributing guide
Discussion about the extension as well as suggestions can be issued either at the repo or at the following IRC channel:
Suggestions and ideas are more than welcome. We suggest including them in issues, however personal emails are not discouraged.
Localization guidelines are described in the corresponding wiki page
However, a localization tool for LO extensions is developed and can be found on the corresponding repository.
- Developer: Arvanitis Christos (@arvchristos)