1
0

Mise à jour de 'home/.chezmoiscripts/run_once_after_50-finalize-latex.sh.tmpl'

This commit is contained in:
Jeff Lance 2024-03-08 18:00:17 +00:00
parent 3641e52181
commit cbab23ccc3

View File

@ -11,15 +11,10 @@ inf() {
# Environment variables
export TEXMF="texmf/tex/latex"
{{- if (ne .latex false) -}}
log "Begin LaTeX repo initialization"
texhash "${HOME}/${TEXMF}"
texhash "${HOME}/texmf/tex/latex"
log "Finish LaTeX repo initialization"
{{- end }}