A LibreOffice extension for generating military symbols in documents and presentations.
This extension uses the milsymbol library to create NATO standard military symbols directly within LibreOffice applications.
First, install LibreOffice:
Windows / macOS
Download and install LibreOffice from https://www.libreoffice.org/
Linux
Install LibreOffice from your package manager. Make sure that the script provider for JavaScript is installed:
- Debian/Ubuntu:
sudo apt install libreoffice-script-provider-js - Fedora:
sudo dnf install libreoffice-rhino
- Download the extension from the releases page
- Install it via
Tools > Extensionsin LibreOffice - Alternatively, simply open the
.oxtfile from your file manager
To build the extension from source:
./build.shThen install the resulting milsymbol-extension.oxt file using one of these methods:
- Using the LibreOffice extension manager:
Tools > Extensions - Using unopkg command line tool:
unopkg add -f milsymbol-extension.oxt
For development with autocomplete suggestions, install types-unopy and restart your LSP:
pip install types-unopy