Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!pasteur!ucbvax!decwrl!hplabs!hpda!hp-sde!hpfcdc!hpislx!hpmtlx!kwb From: kwb@hpmtlx.HP.COM (Keith Blackwell) Newsgroups: comp.text Subject: Re: One database file in BibTex Message-ID: <560001@hpmtlx.HP.COM> Date: 12 May 88 17:08:50 GMT References: <8800001@ucf-cs.ucf.edu> Organization: HP Manufacturing Test Division - Loveland, CO Lines: 8 > I have also tried to put a path like \bibliography {~shah/papers/b.bib}, > but it does not work. Will appreciate any help. I imagine that ~shah/papers/b.bib doesn't work since only the shell (command interpretter) expands the ~ into an absolute path to the home directory. Try the absolute path (if you don't want to use TEXINPUTS for every such need). You can also try symbolic links (see ln(1)). --- Keith.