# @summary Install LaTeX on system. # # Package list is currently Archlinux specific. class profiles::tex { ensure_packages([ 'texlive', # Can be limited to texlive-langenglish and texlive-langeuropean 'texlive-lang', 'ghostscript', ]) }