My university uses Harvard UTS referencing system. I have to write an engineering report and my references are more than 50. I think if I do all 50 references by hands, it takes too much time. So I would like to write a package and a bibtex style to ease the writing of references. Unfortunately I am not much familiar with bibtex. Can someone please help me writing a bibtex style file?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
It's always the best using a tool to create the bibliography. The standard mechanism for LaTeX is
The complete steps and the interaction are well explained in most common introductions. Using the standard compilation BibTeX you can use a predefined style. A collection of available styles and their results can be found here: BibTeX and bibliography If you don't find a suitable style and you want to use BibTeX you can create your own style by using The second and most recommend method is the usage of |
|||
|
|

custom-bib. Open a terminal (command line), and then typelatex makebst. Then follow the prompt. It will asks question about how you want to format the reference. At the end you get a suitable BibTeX style. – Guido Nov 10 '12 at 4:26harvardpackage, and a fewbststylesapsr,agsm`,dcu,kluwer. You might try with them first, and usecustom-bibif they are not suitable for you. – Guido Nov 10 '12 at 4:38