BibTeX, biblatex and biberInstallation of custom Bibliography Style in Ubuntu

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
cosmicraga
Posts: 3
Joined: Sat Oct 13, 2012 3:03 pm

Installation of custom Bibliography Style in Ubuntu

Post by cosmicraga »

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
Last edited by cosmicraga on Sat Oct 13, 2012 3:41 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Installation of custom Bibliography Style in Ubuntu

Post by localghost »

Put it into your home directory (~) with this path.

Code: Select all

~/texmf/bibtex/bst/personal
Afterwards to a texhash on the command line as normal user.


Best regards and welcome to the board
Thorsten
cosmicraga
Posts: 3
Joined: Sat Oct 13, 2012 3:03 pm

Re: Installation of custom Bibliography Style in Ubuntu

Post by cosmicraga »

Thanks :)
Post Reply