We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<>
Na ABNT NBR 6023:2002, URLs em referências ficavam entre <...>. A partir da 6023:2018 não fica mais.
<...>
1) Em abntex2cite.sty mudar o seguinte trecho:
abntex2cite.sty
\@ifpackageloaded{url}{% \addtociteoptionlist{abnt-url-package=url} \def\UrlLeft{<} \def\UrlRight{>} \urlstyle{same}}
para:
\@ifpackageloaded{url}{% \addtociteoptionlist{abnt-url-package=url} \def\UrlLeft{} \def\UrlRight{} \urlstyle{same}}
2) Em abntex2-alf.bst mudar a função compose.url, do seguinte trecho
abntex2-alf.bst
compose.url
FUNCTION {compose.url} {'s := get.url.type bbl.url.available abnt.url.package #0 = { "$<$" * abnt.doi abnt.doi.expand.to.url = 'expand.doi {s} if$ * "$>$" *} 'skip$ if$ abnt.url.package #1 = { "\url{" * filter.url.html * "}" *} 'skip$ if$ abnt.url.package #2 = {url.type http.url = {"\htmladdnormallink{$<$" * filter.url.tex * "$>$}{" * filter.url.html * "}" *} 'skip$ if$ url.type doi.url = url.type ftp.url = or url.type mailto.url = or {"\htmladdnormallink{$<$" * abnt.doi abnt.doi.expand.to.url = 'expand.doi {s} if$ * "$>$}{" * abnt.doi abnt.doi.leave.as.is = {s} 'expand.doi if$ * "}" * } 'skip$ if$ url.type unknown.url = {"$<$" * filter.url.tex * "$>$" *} 'skip$ if$} 'skip$ if$ }
para
FUNCTION {compose.url} {'s := get.url.type bbl.url.available abnt.url.package #0 = {abnt.doi abnt.doi.expand.to.url = 'expand.doi {s} if$ *} 'skip$ if$ abnt.url.package #1 = {"\url{" * filter.url.html * "}" *} 'skip$ if$ abnt.url.package #2 = {url.type http.url = {"\htmladdnormallink{" filter.url.tex * "}{" * filter.url.html * "}" *} 'skip$ if$ url.type doi.url = url.type ftp.url = or url.type mailto.url = or {"\htmladdnormallink{" * abnt.doi abnt.doi.expand.to.url = 'expand.doi {s} if$ * "}{" * abnt.doi abnt.doi.leave.as.is = {s} 'expand.doi if$ * }'skip$ if$ url.type unknown.url = {filter.url.tex *} 'skip$ if$} 'skip$ if$ }
O mesmo provavelmente pode ser feito com abntex2-num.bst, mas não chequei.
abntex2-num.bst
The text was updated successfully, but these errors were encountered:
Agora que notei, réplica de #233, mas com uma sugestão extra.
Sorry, something went wrong.
Estas alterações já foram inseridas no pacote?
No branches or pull requests
Problema
Na ABNT NBR 6023:2002, URLs em referências ficavam entre
<...>
. A partir da 6023:2018 não fica mais.Sugestões de mudanças:
1) Em
abntex2cite.sty
mudar o seguinte trecho:para:
2) Em
abntex2-alf.bst
mudar a funçãocompose.url
, do seguinte trechopara
O mesmo provavelmente pode ser feito com
abntex2-num.bst
, mas não chequei.The text was updated successfully, but these errors were encountered: