1
0
chezmoi/home/.chezmoiscripts/run_once_after_50-finalize-latex.sh.tmpl
Jeff LANCE 66980f428f Up.
2024-08-03 17:21:54 +02:00

18 lines
298 B
Cheetah

#!{{ lookPath "bash" }}
# include lib
. ${CHEZMOI_WORKING_TREE}/scripts/utils.sh
# Environment variables
TEXMFDIR=${HOME}/texmf/tex/latex
{{- if (ne .hasLatex false) }}
log "Begin LaTeX repo initialization"
texhash "${TEXMFDIR}"
log "Finish LaTeX repo initialization"
{{ end -}}