Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caracteres _ e # causam problemas de compilação a menos que sejam escapados #110

Closed
GoogleCodeExporter opened this issue Mar 14, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 2 Apr 2014 at 12:31

@GoogleCodeExporter
Copy link
Author

Original comment by laurocesar on 2 Apr 2014 at 1:03

  • Added labels: Milestone-Release2.0, OpSys-All, Component-Logic

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants