From 91fb4ff0bf0ec9d40ae735d7bfd0f5b430dc3f54 Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Thu, 17 Feb 2022 16:00:33 +0100 Subject: [PATCH] Devel: Fix LaTeX installation --- tasks/devel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/devel.yml b/tasks/devel.yml index 0a778a4..3c5bcef 100644 --- a/tasks/devel.yml +++ b/tasks/devel.yml @@ -104,9 +104,10 @@ become: yes ansible.builtin.shell: | PATH=/Library/TeX/texbin:$PATH + tlmgr update --self tlmgr install latexmk latexindent biblatex logreq xstring biber tlmgr install collection-fontsextra collection-fontsrecommended collection-fontutils collection-langgerman collection-langenglish collection-mathscience - tlmgr install todonotes textpos lipsum pgfopts xpatch enumitem nomencl glossaries glossaries-german glossaries-english datatool mfirstuc xfor substr tracklang placeins placeins-plain csquotes appendixnumberbeamer fontaxes + tlmgr install todonotes textpos lipsum pgfopts xpatch enumitem nomencl glossaries glossaries-german glossaries-english datatool mfirstuc xfor substr tracklang placeins placeins-plain csquotes appendixnumberbeamer fontaxes hyphenat - name: vscode - LaTeX when: user_vscode == true and user_lang_latex == true block: @@ -114,4 +115,3 @@ ansible.builtin.shell: | PATH=/usr/local/bin:$PATH code --install-extension james-yu.latex-workshop - code --install-extension ban.spellright