Skip to content

Commit

Permalink
Add an issues folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
nbeaver committed May 16, 2021
1 parent c3d76e3 commit 5fb26d9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions issues/005/answer.md
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`.
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>

0 comments on commit 5fb26d9

Please sign in to comment.