Search found 1 match

by Orange_Rubber_Band
Sun Jul 15, 2018 6:24 pm
Forum: BibTeX, biblatex and biber
Topic: Underscore in URL
Replies: 2
Views: 37252

Underscore in URL

I had this problem and solved it. The bib file that my reference manager created substituted {\_} whenever it saw an underscore. So Missing_Link became Missing{\_}Link. Latex didn't like this and ruined my bibliography - it inserted a 7B%5C_%7D string instead.

My solution was to run a bash script ...