Search found 3 matches

by cosmicraga
Sat Oct 13, 2012 3:49 pm
Forum: General
Topic: Bibliography File Path relative to Home with Tilde
Replies: 1
Views: 9551

Bibliography File Path relative to Home with Tilde

Hi,

Can I use the bib file path using the tilde (~).

For example, I cannot use \bibliography{~/Bib/RefAbv} where my bibliography file name is "RefAbv.bib". It gives warnings about undefined citations. I do not want to use \bibliography{/home/username/Bib/RefAbv} .

I use DropBox. So if I can use ...
by cosmicraga
Sat Oct 13, 2012 3:09 pm
Forum: BibTeX, biblatex and biber
Topic: Installation of custom Bibliography Style in Ubuntu
Replies: 2
Views: 4781

Installation of custom Bibliography Style in Ubuntu

Hi,

I have made a new style file called "mylatexstyle.bst".

How do I install this file on my Ubuntu so that I can use this style directly instead of using the full path of the file or putting the file in my working directory?

Thanks