<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi all,</p>
    <p>there's an issue I've come across occasionally, and I'd like to
      clarify this once and for all ...</p>
    <p>I have installed texlive-full on Debian, actually I've dragged
      this along through a number of installations while keeping my home
      partition, so maybe there's something I have done in the past to
      make things "work for me".</p>
    <p>My $TEXMFHOME is ~/texmf, and I have a number of custom packages
      I use and make available through this $TEXMFHOME.</p>
    <p>However, since I maintain my stuff with Git I prefer having the
      actual code sitting below ~/git/latex/<packages>, and I have
      ~/texmf/tex/latex/latex-git as a symlink to ~/git/latex.</p>
    <p>Through this LaTeX finds any resources in and below ~/git/latex,
      which is what I want - so it "works for me". It also has always
      worked when I started using a fresh distribution (but always
      Debian-based distros if that matters).</p>
    <p>The problem is that collaborators don't always seem to be able to
      follow instructions like:</p>
    <ul>
      <li>look for or create and cd into ~/texmf/tex/latex</li>
      <li>create a symlink with<br>
        ln -s /path/to/our/project/latex-resources</li>
      <li>try compiling the document</li>
    </ul>
    <p>I read about having to use texhash and/or mktexlsr - once or
      after every changes to ~/texmf - but I don't seem to have to do
      that on my computer. Is the behaviour of finding packages in the
      "home" tree depending on the LInux distro or the way how TeXLive
      is installed (manual/package)? Do the differen LaTeX engines
      behave differently in this regard?<br>
    </p>
    <p>Currently I have a contributor using Gentoo Linux with
      texlive-full installed from the distro's repositories. He has
      added the symlink to our project's latex directory but when
      compiling (with lualatex filename) it chokes upon not finding the
      document class (in that directory).</p>
    <p>I would really like to know what steps have to be taken and if
      they differ in any way depending on the environment. It's not only
      that I need to get this contributor up and running, but I need to
      write a CG that will free me from unnecessary hassles with future
      contributors.</p>
    <p>Thanks for any clarification<br>
      Urs<br>
    </p>
  </body>
</html>