Re: adding latex packages

From: Adam Funk (a24061_at_yahoo.com)
Date: 03/06/05

  • Next message: Shaul Karl: "Re: minicom: how to send control -c to remote machine"
    Date: Sun, 06 Mar 2005 20:57:55 GMT
    To: debian-user@lists.debian.org
    
    

    On Friday 04 March 2005 18:20, Fabrizio Lippolis wrote:

    > I would like to use more LaTeX packages downloaded from CTAN which are
    > not available as debian packages. What is the correct way to install
    > them on debian? For example I have seen some packages installed in

    I can't say what THE correct way is, but I can tell you what works for
    me. I have the following lines in my ~/.bashrc file:

    # see http://www.ctan.org/installationadvice/
    export BSTINPUTS="${HOME}/.local/texmf//:$BSTINPUTS"
    export TEXINPUTS="${HOME}/.local/texmf//:$TEXINPUTS"

    Then I follow the conventions for the subdirectories there:

    /home/adam $ tree .local/texmf/tex/latex/
    ..local/texmf/tex/latex/
    |-- covington
    | |-- covington.sty
    | `-- covington.tex
    |-- gb4e
    | |-- cgloss4e.sty
    | |-- gb4e-doc.tex
    | `-- gb4e.sty
    |-- harvard
    | `-- harvard.sty
    `-- qtree
        `-- qtree.sty

    This way my customizations are in my home directory rather than mixed in
    with the stuff that comes from the Debian packages, and they are easy
    to back up as well as to copy to another machine.

    I also use this on a machine at work on which I do not have root access
    and which has some out-of-date LaTeX packages. The order of my
    BSTINPUTS and TEXINPUTS paths means that LaTeX will find my custom file
    rather than one in /usr/share/texmf/... with the same name.

    -- 
    To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Shaul Karl: "Re: minicom: how to send control -c to remote machine"

    Relevant Pages

    • Re: Space to install all packages
      ... If I install all debian packages (like kde, gnome, openoofice, ... You cannot install all debian packages and you ...
      (Debian-User)
    • Re: java for jabref
      ... Yeah, Java yuck. ... worth it to me to install Java: ... utility for building Java2 related Debian packages ... Sun Microsystems1.4 and 1.5 Standard Edition ...
      (Debian-User)
    • Re: why cant Ruby load .gem files directly?
      ... Gems provide more guarantees than Debian packages can ... Gems let you install more than one version of the same software, ... but will maintain a symlink to the most recently installed ...
      (comp.lang.ruby)
    • Re: java for jabref
      ... worth it to me to install Java: ... Jbidwatcher is a Ebay auction manager, ... utility for building Java2 related Debian packages This package provides the capability to create a debian package from a Java2 distribution by just running make-jpkg. ...
      (Debian-User)
    • Re: Management of packages deviating from standard
      ... > We might like to install some non-standard Debian packages. ... > Jerome's Debian packaging with Emacs CVS sources. ... You will probably want to look into branching where your changes are ...
      (Debian-User)