BibTeX, biblatex and bibercustom-bib | Customized Bibliography Style File

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
doive
Posts: 1
Joined: Fri Apr 20, 2012 2:30 pm

custom-bib | Customized Bibliography Style File

Post by doive »

Hi,
I'm quite new to LaTeX and am finding it a bit tricky! I'm submitting a report and want my refs in a very specific format:

I am referencing a fact [1]

[1] A. Author et. al, Phys. Rev. B, 24, p.149, (2012)

I couldn't find a standard .bst file for this so created my own using the tool: CMD latex makebst
I'm struggling to get it to work though.
It is saved in ~\bibtex\bst and ~\bibtex\bst\natbib as MyStyle.bst
and the tex file has:

Code: Select all

\documentclass[12pt]{report} 
\usepackage[numbers]{natbib}
\citestyle{nature}
\bibliographystyle{MyStyle} 
\bibliography{References}
\end{document}
My bst file can be found in the attachment.

Thanks in advance for your help!
Attachments
DavidStyle.bst.zip
My personal bibliography style.
(5.32 KiB) Downloaded 215 times
Last edited by localghost on Fri Apr 20, 2012 8:56 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

stijndepestel
Posts: 1
Joined: Tue May 08, 2012 8:50 am

Re: custom-bib | Customized Bibliography Style File

Post by stijndepestel »

I haven't looked at your attachment, but laTeX searches in the working directory for .bst files. So if LaTeX can't find your bibliography style, try saving it in the working directory (probably the same directory where your .tex file is stored).

Good luck.
Post Reply