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?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
Zotero does export URLs in a URL field. As per your example, it includes:
This will create clickable links if you have a BST file that supports the |
|||||
|
urlfields. – Joseph Wright♦ Sep 23 '12 at 12:47@misc{shortcodeyear, title = {Title of page}, url = {http://domain.com/path/to/page}, journal = {Website}, month = sep, year = {2012}, howpublished = {http://domain.com/path/to/page}, file = {/path/to/file}– grrrbytes Sep 23 '12 at 13:02