diff options
author | Karl Berry <karl@freefriends.org> | 2010-01-30 00:23:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-01-30 00:23:18 +0000 |
commit | a6eeaf899a64dcd37c685f4d6225be65e5577f79 (patch) | |
tree | 10d2e849f7c5f3e58cc50f528b55b1c6f63af375 /Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-privinst.html | |
parent | 5cf448717d5bd535646efd1290abb0237b239f41 (diff) |
FAQ_en 3.19c (29jan10)
git-svn-id: svn://tug.org/texlive/trunk@16865 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-privinst.html')
-rw-r--r-- | Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-privinst.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-privinst.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-privinst.html index 3cbdc3ec470..5869183f7dc 100644 --- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-privinst.html +++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-privinst.html @@ -21,8 +21,12 @@ you to do it. The most modern distributions refer to the tree as so to check that your TeX system does indeed support the mechanism you should start with <pre> -kpsewhich -expand-var "\$TEXMFHOME" +kpsewhich -var-value TEXMFHOME </pre> +(for example). This will almost invariably return a pointer to a +subdirectory <i>texmf</i> of your home directory; the commonest +exception is Macintoshes, using MacTeX, where the diretory is +conventionally <i>Library/texmf</i> in your home directory. <p/>If you can confirm that the technique does indeed work, install your new package (or whatever) in the <a href="FAQ-install-where.html">correct place</a> in a tree based on <i>$HOME/texmf</i>, and generate an index of that |