Tuesday, February 12, 2008

Per user Latex style and bst files

Easy way to tell latex where to look for custom sty, cls and bst files:



1 # The double slash at the end means recursive.

2 export BSTINPUTS=.:~/.latex//:

3 export BIBINPUTS=.:~/.latex//:

4 export TEXINPUTS=.:~/.latex//:




Change the path to reflect your system and make sure to include the current dir "." in the list of paths or latex won't be able to find the tex files in the current directory.

No comments:

Post a Comment