>>Subject: Problems with citations and URL
>>Date: Wed, 7 Jun 2006 12:13:34 +0200
>>From: "Gustav Von Sydow" <[EMAIL PROTECTED]>
>>To: <lyx-users@lists.lyx.org>
>>
>>Hi!
>>
>>I'm using LYX 1.4.1 for windows and wibTeX to edit my references. An
>>entry in the database looks like this:
>>
>> 
>>
>>@article{basic_vulnerability,
>>
>>        AUTHOR= {Mark Collier},
>>
>>        TITLE= {Basic Vulnerability Issues for SIP Security},
>>
>>        JOURNAL= {SecureLogix Corporation},
>>
>>        URL=
>>{http://download.securelogix.com/library/SIP_Security030105.pdf}
>>
>>}
>>
>> 
>>
>>I use normal plain bibliography and can't get the URLs to show in the
>>bibliography, any suggestions? 

Normal won't work, natbib should.
Here I have urlint as the field name for url, don't remember where this comes 
from (natbib doc ?),
but it works.
       urlint = {http://download.securelogix.com/library/SIP_Security030105.pdf}

>>
>>Missing } inserted. -> But where is it inserted?
>>
>>Missing $ inserted. -> hm
>>
>>Extra }, or forgotten $.
>>
>> ...elogix.com/library/SIP_Security030105.pdf} -> what?
>>
>>Missing $ inserted.
>>
>> ...elogix.com/library/SIP_Security030105.pdf} -> well I still do not
>>understand.... 

Typical of _ being found where it should not (in plain text): latex tries to
make it in math, where it is legal.
Seems due to the unrecognised url field, or to a missing \url{} escape command,
so you may also try
       url = 
{\url{http://download.securelogix.com/library/SIP_Security030105.pdf}}
       
(add \usepackage{url} in the preamble of the document, lyx can't infere the 
need of url.sty
from external bibtex data.

HTH

-- 
Jean-Pierre


Reply via email to