Exporting database with Zotero so urls will be exported to bibtex with \url command
This is a cross-post from tex.stackexchange.com (http://tex.stackexchange.com/questions/73757/exporting-database-with-zotero-so-urls-will-be-exported-to-bibtex-with-url-comm). They told me to ask the question here. Question:
When exporting a database or collection within Zotero to BibTeX, a URL will not be enclosed with the \url command, thus rendering links not clickable in Lyx when hyperref enabled. Is it possible to make Zotero exporting url's with the \url command automatically?
When exporting a database or collection within Zotero to BibTeX, a URL will not be enclosed with the \url command, thus rendering links not clickable in Lyx when hyperref enabled. Is it possible to make Zotero exporting url's with the \url command automatically?
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
This says http://www.tex.ac.uk/cgi-bin/texfaq2html?label=setURL \url works with Plain TeX, which is good. I'm a little concerned that it requires a package, though - this needs to work smoothly among a broad set of implementations.
http://wiki.lyx.org/uploads/Examples/simpleUseOfBibTeX/references.bib
Otherwise: what do you suggest to make hyperlinks clicable within references without manually wrapping all links in (sometimes very large) databases in the \url command?
Beyond that, I don't think the power-user option is worthwhile - it's quite a hassle to implement - it needs to be in the translator as well as at least two other places in the Zotero code - and you can just do this on your side with a one line sed script, which is almost like a power-user configurable option ;-).