Move the FreeBSD LaTeX install to the latex role.

This commit is contained in:
Tom Alexander 2023-03-04 14:09:45 -05:00
parent 751bbe31e9
commit 262e1a5782
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 5 additions and 6 deletions

View File

@ -2,7 +2,6 @@
package: package:
name: name:
- emacs - emacs
- texlive-full
- py39-pygments - py39-pygments
- inkscape # to support SVGs in LaTeX - inkscape # to support SVGs in LaTeX
# - prettier # typescript formatting # - prettier # typescript formatting

View File

@ -1,5 +1,5 @@
# - name: Install packages - name: Install packages
# package: package:
# name: name:
# - foo - texlive-full
# state: present state: present