I'm having issues with URLs using the "#" symbol, even though I'm using the url package and have surrounded all URLs with url={\url{...}}. I get an error message when compiling the PDF. This is using LyX 2.0 and BibTeX.
Here's one example of a troubleshooting URL:
Code: Select all
url={\url{http://www.ukti.gov.uk/export/countries.html#americas}}
Code: Select all
! Illegal parameter number in definition of \reserved@a.
<to be read again>
c
l.96 ...s/negotiations-and-agreements/#caribbean}}
You meant to type ## instead of #, right?
Or maybe a } was forgotten somewhere earlier, and things
are all screwed up? I'm going to assume that you meant ##.
Code: Select all
url={\url{http://www.ukti.gov.uk/export/countries.html{\#}americas}}
Does anyone know how to fix this? Thanks a lot!