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.
[get this widget]
0 comments:
Post a Comment