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