1
0
This commit is contained in:
Jeff Lance 2024-03-08 19:26:18 +01:00
parent bf489d14ec
commit ec6223a010

View File

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