2022-10-13 18:29:15 +02:00
|
|
|
- name: install latex software
|
|
|
|
community.general.pacman:
|
|
|
|
name:
|
|
|
|
- texlive-latexextra
|
|
|
|
- texlive-lang
|
|
|
|
- texlive-langextra
|
2022-10-14 11:46:19 +02:00
|
|
|
- texlive-fontsextra
|
2023-12-03 16:34:25 +01:00
|
|
|
- texlive
|
2022-10-13 18:29:15 +02:00
|
|
|
state: present
|