Re: Creating a new bib style

2002-02-20 Thread Kayvan A. Sylvan
On Wed, Feb 20, 2002 at 03:11:23PM +0100, Davide Cavallari wrote: > On Wed, Feb 20, 2002 at 01:19:04PM +0100, Davide Cavallari wrote: > > Is there a way to make latex see my personal ~/.TeX dir? > > Sorry, I've found myself the answer, it's the variable TEXMF in the file > texmf.cfg > -- > Che

Re: Creating a new bib style

2002-02-20 Thread Davide Cavallari
On Wed, Feb 20, 2002 at 01:19:04PM +0100, Davide Cavallari wrote: > Is there a way to make latex see my personal ~/.TeX dir? Sorry, I've found myself the answer, it's the variable TEXMF in the file texmf.cfg -- Cheers, Davide Cavallari TEMERARIO - Colui che ha paura del fis

Re: Creating a new bib style

2002-02-20 Thread Davide Cavallari
On Tue, Oct 16, 2001 at 01:19:16PM +0200, Herbert Voss wrote: > this bst file has to be in your ~/.TeX dir or any other one, which is > found by tex. don't forget to run texhash. I've created ~/.TeX and put my .bst file (created with makebst.tex) in it. Then I've run `texthash ~/.TeX', which

Re: Creating a new bib style

2001-10-16 Thread Dave Chapeskie
On Tue, Oct 16, 2001 at 01:19:16PM +0200, Herbert Voss wrote: > this bst file has to be in your ~/.TeX dir or any other one, > which is found by tex. don't forget to run texhash. No it doesn't. If you just want to use the *.bst file with one document (or a few in the same directory) then everyth

Re: Creating a new bib style

2001-10-16 Thread Matej Cepl
On Mon, Oct 15, 2001 at 11:01:09PM -0600, Kent Kostuk wrote: > I recall that you have to somehow register new bst files with tex. Is > this true or am I just imagining things. Just usuall chore: put it somewhere in $TEXMF tree (check your temxf.cnf for possible places) and run (as root) texhash /

Re: Creating a new bib style

2001-10-16 Thread Herbert Voss
Kent Kostuk wrote: > > I just created a new bib style file use makebst.tex but I getting nothing > but errors from within Lyx. > > I recall that you have to somehow register new bst files with tex. Is > this true or am I just imagining things. > > I am having a terrible time getting this bibte

Creating a new bib style

2001-10-15 Thread Kent Kostuk
I just created a new bib style file use makebst.tex but I getting nothing but errors from within Lyx. I recall that you have to somehow register new bst files with tex. Is this true or am I just imagining things. I am having a terrible time getting this bibtex stuff to work on anything other th