-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
You can use `~/.texmf` by adding this line to `~/.profile`: | ||
|
||
TEXMFHOME="$HOME/.texmf" | ||
|
||
and then logging out and logging back in to make sure your environment is modified. (You can check this with `env | grep TEXMFHOME` and `kpsewhich -var-value=TEXMFHOME`). More info here: | ||
|
||
https://tex.stackexchange.com/questions/71469/texmfhome-setting | ||
|
||
You could also do this: | ||
|
||
TEXMFHOME="$HOME/.local/share" | ||
|
||
but I would hesitate to recommend this since LaTeX probably has a different idea of path structure than the other applications that use `~/.local/share/fonts`. |
2 changes: 2 additions & 0 deletions
2
..._a_different_place__·_Issue_#5_·_nbeaver_tengwarscript-install-guide_github.com.link.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Is there any way to change TEXMFHOME so that fonts can be installed in a different place? · Issue #5 · nbeaver/tengwarscript-install-guide</title><meta http-equiv="refresh" charset="utf-8" content="0; url=https://github.com/nbeaver/tengwarscript-install-guide/issues/5" /></head><body><p>Loading <a href="https://github.com/nbeaver/tengwarscript-install-guide/issues/5">Is there any way to change TEXMFHOME so that fonts can be installed in a different place? · Issue #5 · nbeaver/tengwarscript-install-guide</a>...</p></body></html> |