BibTeX, biblatex and bibernatbib | Custom Bibliography Style

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
puqq
Posts: 6
Joined: Sat Jul 10, 2010 1:11 pm

natbib | Custom Bibliography Style

Post by puqq »

I have specific guidelines on how the citations have to look like:
  • In text, they have to be author-year.
  • The references section has to be alphabetically arranged by surname and there are certain requirements on the font styles used (i.e. journal name in bold, year of publishing in italics, etc).
The abbrvnat style of natbib seems to do most of the things right, except for the font styles. Is there a way of easily editing it?

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

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

natbib | Custom Bibliography Style

Post by kaiserkarl13 »

Code: Select all

latex makebst
Post Reply