Donate
You find LaTeX Community useful? Please donate! Learn why!
Who is online
In total there are 22 users online :: 3 registered, 0 hidden and 19 guests (based on users active over the past 5 minutes)Most users ever online was 108 on Tue Jun 08, 2010 3:33 pm
Users browsing this forum: Alexa [Bot], Google [Bot], Google Adsense [Bot] and 19 guests
Abbreviations in Journal Titles in Bibliography with BibTeX
3 posts
• Page 1 of 1
Abbreviations in Journal Titles in Bibliography with BibTeXI would like for some of my journal entries to be abbreviated in the bibliography. That is, I would like the journal entry in my .bib file that is input as:
journal = {Physical Review E}, to read: Phys. Rev. E in the bibliography of selected papers. I only want this for selected publications; I still want to create bibliographies that show the entire journal title, and I don't want to modify my database for each paper. I tried using: @String{"Physical Review E"="Phys. Rev. E"} but it doesn't allow me to leave spaces in the entry on the left. I have a decent database of entries that work fine for everything but papers that require abbreviations of journal titles in the bibliography, and I can't find a solution. Any help would be greatly appreciated.
Re: Abbreviations in Journal Titles in Bibliography with BibTeXI don't know how to do that without changing the database. But, once modified as I explain below, you can easily pass from long to short titles and vice versa. Suppose you have a database like this:
Make a copy and call it, say, mydatabase.bib. Replace journal titles by a string:
Write two additional bib files: shorttitles.bib, which contains
and longtitles.bib with the lines:
If the bibliography of a paper requires short journal titles, write in your tex file:
However, if long titles are needed, write:
That's all. You haven't to change your database anymore. Simply switch between shorttitles and longtitles in the \bibliography command.
Re: Abbreviations in Journal Titles in Bibliography with BibTeXYes, you're right, and I expect this is what I will have to do.
But, I was hoping to be able to set this up for everyone in my group to have a database of references that are used regularly and keep them from having to use a specific abbreviation for a given file. In your example, if someone makes an additional entry into the database in six months with a JCAM paper and uses a different abbreviation, the system won't work as well. They'll have to put a new entry into the @string .bib file, which they may not know how to use. Not a big deal for JCAM, but I've seen a couple of different abbreviations for some other journals. Thanks, I think I will try this out to see if I can make it work.
3 posts
• Page 1 of 1
Who is onlineUsers browsing this forum: Alexa [Bot], Google [Bot], Google Adsense [Bot] and 19 guests |




