Up.
This commit is contained in:
parent
bf489d14ec
commit
ec6223a010
@ -11,10 +11,15 @@ inf() {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Environment variables
|
||||||
|
TEXMFDIR=${HOME}/texmf/tex/latex
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{{- if (ne .latex false) }}
|
{{- if (ne .latex false) }}
|
||||||
log "Begin LaTeX repo initialization"
|
log "Begin LaTeX repo initialization"
|
||||||
|
|
||||||
texhash "${HOME}/texmf/tex/latex"
|
texhash "${TEXMFDIR}"
|
||||||
|
|
||||||
log "Finish LaTeX repo initialization"
|
log "Finish LaTeX repo initialization"
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
Loading…
Reference in New Issue
Block a user