dev-setup: add LaTeX installation

This commit is contained in:
Jannik Beyerstedt 2020-05-23 22:30:37 +02:00
parent 709dbf741a
commit 6c4089870c
6 changed files with 70 additions and 5 deletions

View file

@ -50,3 +50,19 @@
packages:
- go
when: user_lang_golang == true
# Dev Env - LaTeX Distribution
- name: devel - LaTeX
block:
- name: devel - LaTeX - Install basic TeX distribution
package:
name: "{{ packages }}"
state: present
vars:
packages:
- texlive-core
# - texlive-bibtexextra
# - texlive-science
# - texlive-fontsextra
- biber
when: user_lang_latex == true