BibTeX, biblatex and biber ⇒ Formatting institution name as an author using bst
Formatting institution name as an author using bst
I am trying to format an institution name as an author using bst file. This is what I got:
ECB. (2009), ECB Monthly Bulletin, September, European Central Bank.
"ECB" is the name of the author, an institute. How could I get rid of the dot after "ECB"? What I would like to produce is
ECB (2009), ECB Monthly Bulletin, September, European Central Bank.
My bib item:
@book{ecb09_monthly_bul,
author = {{ECB}},
title = {ECB Monthly Bulletin, September},
publisher = {{European Central Bank}},
year = 2009,
volume = ,
series = ,
address = {},
edition = ,
month = 9,
note = {September},
isbn = {}
}
There is a related post here
https://tex.stackexchange.com/questions ... references
but is there any easier way to do it without natbib, say, by modifying the bst file?
Thanks!!
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Formatting institution name as an author using bst
Natbib takes care of citations. It doesn't really change the bibliography.