Re: [O] Bib file path relative to home using tilde ~ in Ubuntu

2012-10-14 Thread Thomas S. Dye
Vladimir Lomov writes: > Hello, > ** Sanjib Sikder [2012-10-14 11:53:52 +0530]: > >> Hi, >> > >>> First of all can you confirm your .bashrc setting is working.?

Re: [O] Bib file path relative to home using tilde ~ in Ubuntu

2012-10-14 Thread Yagnesh Raghava Yakkala
Hello Nicholas, Very good explanation. Its like reading a standard textbook. Thank you very much for your continuous help to org community. Nick Dokos writes: > Sanjib Sikder wrote: > >> Hi, >> >> "The easiest way to update is logout from the computer, login again and >> start emacs." >>

Re: [O] Bib file path relative to home using tilde ~ in Ubuntu

2012-10-14 Thread Vladimir Lomov
Hello, ** Sanjib Sikder [2012-10-14 11:53:52 +0530]: > Hi, > >> First of all can you confirm your .bashrc setting is working.? >> in the terminal >> --8<--

Re: [O] Bib file path relative to home using tilde ~ in Ubuntu

2012-10-13 Thread Sanjib Sikder
Hi Dokos, o What shell are you using? Yagnesh's recommendation assumes > that you are running bash as your shell (presumably on some > Linux/Unix system). Is this assumption correct? > I am a normal Ubuntu (12.04) user, and recently started to use Emacs (Emacs snapshot) and loving it very muc

Re: [O] Bib file path relative to home using tilde ~ in Ubuntu

2012-10-13 Thread Sanjib Sikder
Hi, > First of all can you confirm your .bashrc setting is working.? > > in the terminal > --8<---cut here---start->8--- > ec

Re: [O] Bib file path relative to home using tilde ~ in Ubuntu

2012-10-13 Thread Nick Dokos
Sanjib Sikder wrote: > Hi, > > "The easiest way to update is logout from the computer, login again and start > emacs." > > I did that. Still not working :( > When you have problems like this, you need to take it in small steps. o What shell are you using? Yagnesh's recommendation assumes

Re: [O] Bib file path relative to home using tilde ~ in Ubuntu

2012-10-13 Thread Yagnesh Raghava Yakkala
Hello Sanjib, Sanjib Sikder writes: > Hi, > > "The easiest way to update is logout from the computer, login again and start > emacs." > > I did that. Still not working :( First of all can you confirm your .bashrc setting is working.? in the terminal --8<---cut here---s

Re: [O] Bib file path relative to home using tilde ~ in Ubuntu

2012-10-13 Thread Sanjib Sikder
Hi, "The easiest way to update is logout from the computer, login again and start emacs." I did that. Still not working :( - *Sanjib Sikder *Ph.D. Fellow Chemical Engineering IIT Bombay* * On Sat, Oct 13, 2012 at 11:10 PM, Yagnesh Raghava Yakkala wrote: > The ea

Re: [O] Bib file path relative to home using tilde ~ in Ubuntu

2012-10-13 Thread Yagnesh Raghava Yakkala
Hello Sanjib, Sanjib Sikder writes: > export BIBINPUTS=".:$HOME/bib:" > export BSTINPUTS=".:$HOME/bst:" > export TEXINPUTS=".:$HOME/bib:" Actually TEXINPUTS variable is for tex sources (classes, packages ..). (not relevant to the current topic) > > where bib and bst are my two folders whose a

Re: [O] Bib file path relative to home using tilde ~ in Ubuntu

2012-10-13 Thread Sanjib Sikder
Hi, The following link says Emacs doesn't read .bashrc at all http://lists.gnu.org/archive/html/auctex/2006-01/msg00085.html any idea ? My BIBINPUTS is not working. I have put the following in my .bashrc file export BIBINPUTS=".:$HOME/bib:" export BSTINPUTS=".:$HOME/bst:" export TEXINPUTS=".:

Re: [O] Bib file path relative to home using tilde ~ in Ubuntu

2012-10-13 Thread Sanjib Sikder
Hi, Thank you for the reply. I have put the following in my .bashrc file export BIBINPUTS=".:$HOME/bib:" export BSTINPUTS=".:$HOME/bst:" export TEXINPUTS=".:$HOME/bib:" where bib and bst are my two folders whose actual path are /home/USERNAME/bib for example. But it is still not working. Tha

Re: [O] Bib file path relative to home using tilde ~ in Ubuntu

2012-10-13 Thread Yagnesh Raghava Yakkala
Hello Sanjib, Sanjib Sikder writes: > Hi, > > Can I use the bib file path using tilde (~) when doing latex export ? > > for example, Why can not I use \bibliography{~/Bib/RefAbv} ? > where my bibliography file name is RefAbv.bib > It gives error : undefined citation > > I do not want to use \bi

[O] Bib file path relative to home using tilde ~ in Ubuntu

2012-10-13 Thread Sanjib Sikder
Hi, Can I use the bib file path using tilde (~) when doing latex export ? for example, Why can not I use \bibliography{~/Bib/RefAbv} ? where my bibliography file name is RefAbv.bib It gives error : undefined citation I do not want to use \bibliography{/home/USERNAME/Bib/RefAbv} I use dropbox. S