<div dir="ltr"><div>Hi Herb:</div><div><br></div><div>By "my files" I mean the packages and fonts I've written and accumulated over the past thirty years of using LaTeX. Yes, it seems kind of improbable to me, too.</div><div><br></div><div>The problem with a link is that by the next time I upgrade or change machines, I'll forget what it's doing there. I was hoping that someone here would have some insight into how the "~" comes to have a different meaning inside the texlive texmf.cnf than it does in the shell. Why is one "/Users/tom" and the other is "/Users/tom/Library" and can I change that? </div><div><br></div><div>Thanks,</div><div><br></div><div> -Tom</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Oct 23, 2023 at 8:54 AM Herbert Schulz <<a href="mailto:herbs2@mac.com">herbs2@mac.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
> On Oct 22, 2023, at 10:22 PM, Tom Sgouros <<a href="mailto:tsgouros@gmail.com" target="_blank">tsgouros@gmail.com</a>> wrote:<br>
> <br>
> Hello all:<br>
> <br>
> I recently installed TexLive 2023 on my Mac (Macos13.2), and it seems like variables like "TEXMFHOME = ~/texmf" defined in the system-wide texmf.cnf resolve to /Users/tom/Library/texmf instead of "Users/tom/texmf". How can I make them resolve to where my files are? <br>
> <br>
> Thank you,<br>
> <br>
>  -Tom <br>
<br>
Howdy,<br>
<br>
What do you mean by `my files'? The personal tree is really meant for peersonal packages and possibly personal fonts. You can put your source files anywhere.<br>
<br>
One thing you can do is to make a symbolic link in ~/Library to your files: run<br>
<br>
ln -s ~/texmf ~/Library/texmf<br>
<br>
which will produce a small file that points to your files.<br>
<br>
There are other things you can do but I suggest this is the simplest.<br>
<br>
Good Luck,<br>
<br>
Herb Schulz<br>
<a href="mailto:herbs2@mac.com" target="_blank">herbs2@mac.com</a><br>
<br>
<br>
</blockquote></div></div>