Devel: Fix LaTeX installation
This commit is contained in:
parent
c8c8023b17
commit
91fb4ff0bf
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue