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
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
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
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