Usando o abntex2-alf.bst, a seguinte referência bibliográfica resulta em erro
de compilação:
@inproceedings{Li2002,
Bibsource = {DBLP, http://dblp.uni-trier.de},
booktitle = {In Proceedings of the 7th European Conference on Computer Vision},
Ee = {http://link.springer.de/link/service/series/0558/bibs/2353/23530067.htm},
Url = {http://dblp.org/db/conf/eccv/eccv2002-4.html\#LiZZBZS02},
author = {Li, Stan Z. and Zhu, Long and Zhang, ZhenQiu and Blake, Andrew and Zhang, HongJiang and Shum, Harry},
title = {Statistical Learning of Multi-view Face Detection},
pages = {67-81},
year = {2002}
}
O mesmo ocorrerá com a seguinte referência bibliográfica:
@incollection{Dembski2010,
booktitle = {Image Processing and Communications Challenges 2},
Chapter = {Advances in Intelligent and Soft Computing},
editor = {Chora{\'s}, RyszardS.},
Isbn = {978-3-642-16294-7},
publisher = {Springer Berlin Heidelberg},
Url = {http://dx.doi.org/10.1007/978-3-642-16295-4_16},
author = {Dembski, Jerzy},
title = {Feature Type and Size Selection for AdaBoost Face Detection Algorithm},
volume = {84},
pages = {143-149},
year = {2010},
doi = {10.1007/978-3-642-16295-4_16}
}
O que causa o erro são os caracteres _ e #. Se tais caracteres forem
escapados, ou seja, substituídos por \_ ou \#, nenhum erro de compilação
ocorre.
Essa é uma solicitação para tratar esse problema, de modo que não seja
necessário escapar tais caracteres, se possível.
Original issue reported on code.google.com by ramiro.p...@gmail.com on 2 Apr 2014 at 12:31
Original issue reported on code.google.com by
ramiro.p...@gmail.com
on 2 Apr 2014 at 12:31