LibreOffice: Difference between revisions
Better beginning (explaining what LibreOffice is). Explain what uno.py is |
Added hints on hyphenation languages |
||
Line 13: | Line 13: | ||
]; | ]; | ||
</syntaxHighlight> | </syntaxHighlight> | ||
== Hyphenation == | |||
In order to add hyphenation dictionaries, use | |||
<syntaxhighlight lang="nix"> | |||
environment.systemPackages = with pkgs; [ | |||
libreoffice-qt | |||
hyphenDicts.en_GB # British English | |||
hyphenDicts.de_DE # German, etc. | |||
]; | |||
</syntaxhighlight> | |||
== uno Python Library for API access == | == uno Python Library for API access == |