Hi,
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!!
BibTeX, biblatex and biber ⇒ Formatting institution name as an author using bst
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Formatting institution name as an author using bst
Changing a copy of the bst file will probably remove the dot for all book entries. We don't know which bst file you are using.
Natbib takes care of citations. It doesn't really change the bibliography.
Natbib takes care of citations. It doesn't really change the bibliography.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.