Re: [O] setting default BibTex file

2012-04-25 Thread Eric Fraga
Nick Dokos writes: [...] > ... but you can shorten it by setting BIBINPUTS in your > .profile/.login/whatever > and then using > > \bibliography{References} > > in your .org/.tex files. On TeX systems based on kpathsea and texmf, there are defaults which are quite reasonable. On Debian/Ubunt

Re: [O] setting default BibTex file

2012-04-02 Thread Nick Dokos
suvayu ali wrote: > Hey Julian, > > On Mon, Apr 2, 2012 at 13:49, Julian Burgos wrote: > > But if I add this to my .emacs file > > > > (setq reftex-default-bibliography > > (quote("home/julian/Documents/Refs/BibTex/References"))) > > > > and this to the end of my org file > > > > \bibliographys

Re: [O] setting default BibTex file

2012-04-02 Thread suvayu ali
Hey Julian, On Mon, Apr 2, 2012 at 13:49, Julian Burgos wrote: > But if I add this to my .emacs file > > (setq reftex-default-bibliography > (quote("home/julian/Documents/Refs/BibTex/References"))) > > and this to the end of my org file > > \bibliographystyle{plain} > \bibliography{} > > When I d

[O] setting default BibTex file

2012-04-02 Thread Julian Burgos
Dear list, This should be pretty easy to answer. I am having some problems defining a default BibTex file. If I put this at the end of my org file, \bibliographystyle{plain} \bibliography{/home/julian/Documents/Refs/BibTex/References} everything works with no problem. But if I add this to