From e72ee7e5e0a2739452031ee992605b274b5e17fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 27 Sep 2023 06:38:24 +0200 Subject: Tex: more default packages. --- manifests/tex.pp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/manifests/tex.pp b/manifests/tex.pp index 2f4c9b1..310ba53 100644 --- a/manifests/tex.pp +++ b/manifests/tex.pp @@ -1,8 +1,18 @@ +# @summary Install LaTeX on system. +# +# Package list is currently Archlinux specific. class profiles::tex { ensure_packages([ 'texlive-basic', + 'texlive-binextra', 'texlive-fontsextra', + 'texlive-fontsrecommmended', 'texlive-latexextra', 'texlive-pictures', + + # Can be limited to texlive-langenglish and texlive-langeuropean + 'texlive-lang', + + 'ghostscript', ]) } -- cgit v1.2.3