28 lines
493 B
Plaintext
28 lines
493 B
Plaintext
|
{# Document utilities #}
|
||
|
pandoc
|
||
|
{% if arch_based %}
|
||
|
texlive-bibtexextra
|
||
|
texlive-core
|
||
|
texlive-fontsextra
|
||
|
texlive-formatsextra
|
||
|
texlive-latexextra
|
||
|
texlive-pictures
|
||
|
texlive-pstricks
|
||
|
texlive-science
|
||
|
{% elif debian_based %}
|
||
|
texlive-base
|
||
|
texlive-lang-european
|
||
|
{% endif %}
|
||
|
pdftk
|
||
|
{% if display_manager %}
|
||
|
{# Spell checking #}
|
||
|
hunspell-en_gb
|
||
|
hunspell-en_us
|
||
|
hunspell-fr
|
||
|
hunspell-nl
|
||
|
{# libreoffice-extension-grammalecte-fr #}
|
||
|
{% if arch_based %}
|
||
|
libreoffice-extension-languagetool
|
||
|
{% endif %}
|
||
|
{% endif %}
|