[Plugin: bib2html] Problems with url-Entry
-
I think I found a glitch, when adding a url-Line to a BibTex entry (to get a download link for a pdf). If url is the last entry, then the download link will get messed up.
Example: Imagine The publication list is at http://www.mysite.com/publications/ then
@mastersthesis{Doe09,
author={Doe, John},
title={Total Randomness},
school={Weirdo University},
year={2009},
address={The Land of Oz},
url={http://www.testurl.com/mythesis.pdf}
}will result in this Download Link: http://www.mysite.com/publications/{http://www.testurl.com/mythesis.pdf
So the original URL is added first (don’t know why this happens), then an opening delimiter “{” and then the given URL.
If url is positioned somewhere other than at the last line it works:
So, this entry
@mastersthesis{Doe09,
author={Doe, John},
title={Total Randomness},
school={Weirdo University},
year={2009},
url={http://www.testurl.com/mythesis.pdf},
address={The Land of Oz}
}
at the same site will show http://www.testurl.com/mythesis.pdf as the download link.Experienced with 0.9.3 on WordPress 2.7. As far as I can tell, it happens somewheren in the BibTex parsing process but I wasn’t quite able to figure out where exactly and why only for URL.
Maybe there’s something else I’m doing wrong or misunderstand. If so, please open my eyes. 😉
Thanks for the great plugin, really makes working with publication lists a lot easier.
The topic ‘[Plugin: bib2html] Problems with url-Entry’ is closed to new replies.