dev-setup: add LaTeX installation
This commit is contained in:
parent
709dbf741a
commit
6c4089870c
6 changed files with 70 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue