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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

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