summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-abnt
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-05-12 21:33:14 +0000
committerKarl Berry <karl@freefriends.org>2016-05-12 21:33:14 +0000
commit3741767b117497328f24453307d8e21ee14d1cbd (patch)
treed8f0d73795420b37f564fea2ba9452acc6e92fd3 /Master/texmf-dist/doc/latex/biblatex-abnt
parent3f3d2167e6a42ba15e9bfe912d9141bdd8cbfd97 (diff)
biblatex-abnt (12may16)
git-svn-id: svn://tug.org/texlive/trunk@41070 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-abnt')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-abnt/README.md18
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-abnt/abnt-testcase/abnt-testcase.pdfbin0 -> 290056 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-abnt/abnt-testcase/abnt-testcase.tex37
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-abnt/abnt-testcase/abntex2-doc-abnt-10520.bib162
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-abnt/abnt-testcase/abntex2-doc-abnt-6023.bib2103
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-abnt/abnt-testcase/abntex2-doc-test.bib244
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-abnt/abnt-testcase/abntex2-doc.bib792
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-abnt/biblatex-abnt.bib107
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-abnt/biblatex-abnt.pdfbin0 -> 243594 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-abnt/biblatex-abnt.tex521
10 files changed, 3984 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-abnt/README.md b/Master/texmf-dist/doc/latex/biblatex-abnt/README.md
new file mode 100644
index 00000000000..4aeeab68ca4
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-abnt/README.md
@@ -0,0 +1,18 @@
+#biblatex-abnt
+
+Version 1.0
+
+Permission is granted to copy, distribute and/or modify this software under
+the terms of the LaTeX Project Public License, version
+1.3c (http://www.latex-project.org/lppl.txt). The current
+maintainer is Daniel B. Marques.
+
+----------
+
+Estilo para `biblatex` compatível com as normas da ABNT.
+
+Substitui o pacote [`abntex2cite`](https://github.com/abntex/abntex2).
+
+Requer `biblatex v3.3` e `biber v2.4`.
+
+O arquivo `biblatex-abnt.pdf` apresenta algumas informações sobre o uso do pacote e a compatibilidade com o `abntex2cite`. O arquivo `abnt-testcase.pdf` imprime todas as entradas usadas nos manuais do `abntex2cite` (incluindo todas as entradas usadas na norma 6023 (2000) da ABNT).
diff --git a/Master/texmf-dist/doc/latex/biblatex-abnt/abnt-testcase/abnt-testcase.pdf b/Master/texmf-dist/doc/latex/biblatex-abnt/abnt-testcase/abnt-testcase.pdf
new file mode 100644
index 00000000000..dd32446eb62
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-abnt/abnt-testcase/abnt-testcase.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/biblatex-abnt/abnt-testcase/abnt-testcase.tex b/Master/texmf-dist/doc/latex/biblatex-abnt/abnt-testcase/abnt-testcase.tex
new file mode 100644
index 00000000000..f4c9b9f340c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-abnt/abnt-testcase/abnt-testcase.tex
@@ -0,0 +1,37 @@
+\documentclass[a4paper]{article}
+\usepackage[brazil]{babel}
+\usepackage{lmodern}
+\usepackage[T1]{fontenc}
+\usepackage[utf8]{inputenc}
+\usepackage{microtype}
+
+\usepackage[
+ backend=biber,
+ style=abnt,
+ %hyperref, % Uncomment to turn citations into links
+ %backref, % Uncomment for back references (E.g. "Cit. on p. 1")
+ %repeatfields, % Uncomment to repeat fields instead of using an underscore
+ %usedashes, % Uncomment to use biblatex standard dashes instead of underscores
+ %giveninits, % Uncomment to use initials for first names
+ %bftitles, % Uncomment to print titles in bold
+ %indent, % Uncomment to use hanging indentation in the bibliography
+ scbib, % Uncomment to use small caps in the bibliography
+ sccite, % Uncomment to use small caps in the citations
+ %noslsn, % Uncomment to hide [s.l], [s.n] and [s.l.: s.n.]
+ %nosl, % Uncomment to hide just [s.l]
+ %nosn, % Uncomment to hide just [s.n]
+]{biblatex}
+\usepackage[brazil]{babel}
+\usepackage[autostyle]{csquotes}
+
+\addbibresource{abntex2-doc-abnt-10520.bib}
+\addbibresource{abntex2-doc-abnt-6023.bib}
+\addbibresource{abntex2-doc-test.bib}
+\addbibresource{abntex2-doc.bib}
+
+\begin{document}
+
+ \nocite{*}
+ \printbibliography
+
+\end{document}
diff --git a/Master/texmf-dist/doc/latex/biblatex-abnt/abnt-testcase/abntex2-doc-abnt-10520.bib b/Master/texmf-dist/doc/latex/biblatex-abnt/abnt-testcase/abntex2-doc-abnt-10520.bib
new file mode 100644
index 00000000000..c4773b4e53f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-abnt/abnt-testcase/abntex2-doc-abnt-10520.bib
@@ -0,0 +1,162 @@
+@book{10520:2000:4.1-1,
+ author ={X. Y. Z. Authler-Reiriz},
+ year =1982,
+ title ={Exemplo de cita{\c c}\~ao no texto}}
+@book{10520:2000:4.1-2,
+ author ={X. Y. Z. Derrida},
+ year =1967,
+ title ={Exemplo de cita{\c c}\~ao no texto},
+ pages =293}
+@book{10520:2000:4.1-3,
+ year =1978,
+ title ={Depoimento sobre qualquer coisa},
+ pages ={101-114}}
+@book{10520:2000:4.2-1,
+ author ={X. Y. Z. Mumford},
+ year =1949,
+ title ={Exemplo de cita{\c c}\~ao no texto}}
+@book{10520:2000:4.2-2,
+ author ={X. Y. Z. Oliveira and X. Y. Z. Leonardos},
+ year =1943,
+ title ={Exemplo de cita{\c c}\~ao no texto}}
+@book{10520:2000:4.2-3,
+ author ={X. Y. Z. Pereira~de~S\'a},
+ year =1995,
+ title ={Exemplo de cita{\c c}\~ao no texto}}
+@book{10520:2000:4.8,
+ author ={X. Y. Z. Souto},
+ year =1916,
+ title ={Exemplo de cita{\c c}\~ao no texto}}
+@book{10520:2000:4.8.1,
+ author ={X. Y. Z. Candido},
+ year =1993,
+ title ={Exemplo de cita{\c c}\~ao no texto}}
+@book{10520:2000:5.1.3a,
+ author ={X. Y. Z. Reeside},
+ year =1927,
+ title ={Exemplo de cita{\c c}\~ao no texto}}
+@book{10520:2000:5.1.3b,
+ author ={X. Y. Z. Reeside},
+ year =1927,
+ title ={Exemplo de cita{\c c}\~ao no texto}}
+@book{10520:2000:5.1.4,
+ author ={X. Y. Z. Cruz and X. Y. Z. Correa and X. Y. Z. Costa},
+ year =1998,
+ title ={Exemplo de cita{\c c}\~ao no texto}}
+@book{10520:2000:5.1.4-98,
+ author ={X. Y. Z. Cruz and X. Y. Z. Correa and X. Y. Z. Costa},
+ year =1998,
+ title ={Exemplo de cita{\c c}\~ao no texto}}
+@book{10520:2000:5.1.4-99,
+ author ={X. Y. Z. Cruz and X. Y. Z. Correa and X. Y. Z. Costa},
+ year =1999,
+ title ={Exemplo de cita{\c c}\~ao no texto}}
+@book{10520:2000:5.1.4-00,
+ author ={X. Y. Z. Cruz and X. Y. Z. Correa and X. Y. Z. Costa},
+ year =2000,
+ title ={Exemplo de cita{\c c}\~ao no texto}}
+@book{10520:2000:5.1.5a,
+ author ={X. Y. Z. Fonseca},
+ year =1997,
+ title ={Exemplo de cita{\c c}\~ao no texto}}
+@book{10520:2000:5.1.5b,
+ author ={X. Y. Z. Paiva},
+ year =1997,
+ title ={Exemplo de cita{\c c}\~ao no texto}}
+@book{10520:2000:5.1.5c,
+ author ={X. Y. Z. Silva},
+ year =1997,
+ title ={Exemplo de cita{\c c}\~ao no texto}}
+@book{10520:2000:5.1.5ab,
+ author ={X. Y. Z. Fonseca and X. Y. Z. Paiva},
+ year =1997,
+ title ={Exemplo de cita{\c c}\~ao no texto}}
+@book{Evans1987,
+ author ={X. Y. Z. Evans},
+ year =1987,
+ title ={Exemplo de cita{\c c}\~ao no texto}}
+@hidden{Sage1992,
+ author ={X. Y. Z. Sage},
+ year =1992,
+ title ={Exemplo de cita{\c c}\~ao no texto}}
+@hidden{Silva1992,
+ author ={X. Y. Z. Silva},
+ year =1992}
+@book{Abreu1999,
+ author ={X. Y. Z. Abreu},
+ year =1999,
+ title ={Exemplo de cita{\c c}\~ao no texto}}
+@book{10520-2002:6.3-1,
+ author ={Jos\'e Reinaldo de Lima Lopes},
+ title ={O direito na história},
+ address ={S\~ao Paulo},
+ publisher={Max Limonad},
+ year =2000}
+@book{10520-2002:6.3-2,
+ author ={Noberto Bobbio},
+ title ={O positivismo jur{\'i}dico},
+ subtitle ={li{\c c}\~oes de Filosofia do Direito},
+ publisher={\'Icone},
+ address ={S\~ao Paulo},
+ year =1995}
+@article{10520-2002:6.3-3,
+ author ={Jossua, Jean Pierre and Metz, Johann Baptist},
+ title ={Editorial: Teologia e Literatura},
+ journal ={Concilium},
+ address ={Petr\'opolis},
+ volume =115,
+ number =5,
+ pages ={2-5},
+ year =1976}
+@book{10520-2002:6.3-4,
+ author ={S. Merriam and R. Caffarella},
+ title ={Learning in adulthood},
+ subtitle ={a comprehensive guide},
+ address ={San Francisco},
+ publisher={Jossey-Bass},
+ year =1991}
+@book{10520-2002:6.3-5,
+ organization={Comiss\~ao das Comunidades Europ\'eias},
+ title ={A uni\~ao europ\'eia},
+ address ={Luxemburgo},
+ publisher={Servi{\c c}o das Publica{\c c}\~oes Oficiais das Comunidades Europ\'eias},
+ year =1992}
+@manual{10520-2002:6.3-6,
+ author={{BRASIL}},
+ nameaddon={Ministério da Administra{\c c}\~ao Federal e da Reforma do Estado},
+ org-short ={Brasil},
+ title ={Plano diretor da reforma do aparelho do estado},
+ address ={Brasília, DF},
+ year =1995}
+@article{10520-2002:6.3-7,
+ title ={Anteprojeto de lei},
+ journal ={Estudos e Debates},
+ address ={Brasília, DF},
+ number =13,
+ pages ={51-60},
+ month =jan,
+ year =1987}
+@article{10520-2002:6.3-8,
+ title ={A~flor prometida},
+ shorttitle ={A~flor},
+ journal ={A Folha de S.~Paulo},
+ address ={S\~ao Paulo},
+ pages =4,
+ month ="2 " # apr,
+ year =1995}
+@article{10520-2002:6.3-9,
+ title ={Nos~canaviais, mutila{\c c}\~ao em vez de lazer e escola},
+ journal ={O~Globo},
+ address ={Rio de Janeiro},
+ month ="16 " # jul,
+ pages =12,
+ section ={O Pa{\'i}s},
+ year =1995,
+ abnt-note ={N\~ao sabemos porque no original a se{\c c}\~ao vem antes da p\'agina. Ainda estamos verificando isso.}}
+@book{10520-2002:7.1.1,
+ title ={Direitos humanos, direitos sociais e justiça},
+ publisher ={Malheiros},
+ address ={São Paulo},
+ year =1994,
+ editortype ={Org.},
+ editor ={José Eduardo Faria}} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/biblatex-abnt/abnt-testcase/abntex2-doc-abnt-6023.bib b/Master/texmf-dist/doc/latex/biblatex-abnt/abnt-testcase/abntex2-doc-abnt-6023.bib
new file mode 100644
index 00000000000..f755f4e9892
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-abnt/abnt-testcase/abntex2-doc-abnt-6023.bib
@@ -0,0 +1,2103 @@
+%% Modificado 31-07-2015, Youssef Cherem: remoção de maiúsculas entre chaves, como {A}.
+
+@book{gomes1998,
+ abnt-6023-2000-section = {7.1.3-1},
+ author ={L. G. F. F Gomes},
+ title ={Novela e sociedade no Brasil},
+ address ={Niter\'oi},
+ publisher={EdUFF},
+ year ={1998},
+ pagetotal =137,
+ dimensions={21~cm},
+ series ={Cole{\c c}\~ao Antropologia e Ci\^encia Pol{\'i}tica},
+ number =15,
+ note ={Bibliografia: p. 131--132},
+ isbn ={85-228-0268-8}}
+@book{FUNDAP1994,
+ abnt-6023-2000-section = {7.1.3-2},
+ title ={Perfil da administra{\c c}\~ao p\'ublica paulista},
+ edition ={6},
+ address ={S\~ao Paulo},
+ publisher={FUNDAP},
+ year =1994,
+ pagetotal =317,
+ dimensions={28~cm},
+ note ={Inclui {\'i}ndice},
+ isbn ={85-7285-026-0}}
+@phdthesis{barcelos1998,
+ abnt-6023-2000-section = {7.1.3-3},
+ author ={M. F. P. Barcelos},
+ title ={Ensaio tecnol\'ogico, bioqu{\'i}mico e sensorial de soja e gandu
+ enlatados no est\'agio verde e matura{\c c}\~ao de colheita},
+ type ={Tese (Doutorado em Nutri{\c c}\~ao)},
+ eventyear =1998,
+ school ={Faculdade de Engenharia de Alimentos, Universidade Estadual de Campinas},
+ address ={Campinas},
+ pagetotal =160}
+@booklet{IBICT1993,
+ abnt-6023-2000-section = {7.1.3-4},
+ organization={IBICT},
+ title ={Manual de normas de editora{\c c}\~ao do {IBICT}},
+ edition =2,
+ address ={Bras{\'i}lia, DF},
+ year =1993,
+ pagetotal =41}
+@book{houaiss1996,
+ abnt-6023-2000-section = {7.1.3-5},
+ editor ={A. Houaiss},
+ title ={Novo dicion\'ario {Folha Webster's}},
+ subtitle={ingl\^es/portugu\^es, portugu\^es/ingl\^es},
+ editora={Ismael Cardim},
+ editoratype={coeditor},
+ address ={S\~ao Paulo},
+ publisher={Folha da Manh\~a},
+ year =1996,
+ note ={Edi{\c c}\~ao exclusiva para o assinante da Folha de S.\ Paulo}}
+@book{folha1995,
+ abnt-6023-2000-section = {7.1.3-6},
+ title ={Brasil: roteiros tur{\'i}sticos},
+ address ={S\~ao Paulo},
+ publisher={Folha da Manh\~a},
+ year =1995,
+ pagetotal =319,
+ illustrated={il.},
+ series ={Roteiros tur{\'i}sticos Fiat},
+ note ={Inclui mapa rodovi\'ario}}
+@manual{secretaria1989,
+ abnt-6023-2000-section = {7.1.3-7},
+ organization={S\~ao Paulo {(Estado)}},
+ nameaddon ={Secretaria do Meio Ambiente. Coordenadoria de Planejamento Ambiental.},
+ title ={Estudo de impacto ambiental --- EIA, Relat\'orio de
+ Impacto Ambiental --- RIMA},
+ subtitle={manual de orienta{\c c}\~ao},
+ address ={S\~ao Paulo},
+ year =1989,
+ pagetotal =48,
+ series ={S\'erie Manuais}}
+@manual{museu1997,
+ abnt-6023-2000-section = {7.1.3-8},
+ organization ={Museu~da~Imigra{\c c}\~ao {(S\~ao Paulo, SP)} },
+ title ={Museu da Imigra{\c c}\~ao --- S. Paulo},
+ subtitle={cat\'alogo},
+ address ={S\~ao Paulo},
+ year =1997,
+ pagetotal =16}
+@manual{moreira1997,
+ abnt-6023-2000-section = {7.1.3-9},
+ organization = {Instituto Moreira Salles},
+ title ={S\~ao Paulo de Vincenzo Pastore},
+ subtitle={fotografias: de 26 de abril a 3 de agosto de 1997, {Casa
+ da cultura de Po{\c c}os de Caldas, MG}},
+ year =1997,
+ note ={1 folder. Apoio Minist\'erio da Cultura: Lei Federal de
+ Incentivo \`a Cultura}}
+@book{torelly1991,
+ abnt-6023-2000-section = {7.1.3-10},
+ author ={M. Torelly},
+ title ={Almanaque para 1949},
+ subtitle={primeiro semestre ou Almanaque d'A Manh\~a},
+ edition ={Ed. fac-sim},
+ address ={S\~ao Paulo},
+ publisher={Studioma: Arquivo do Estado},
+ year =1991,
+ series ={Cole{\c c}\~ao Almanaques do Bar\~ao de Itarar\'e},
+ note ={Cont\'em iconografia e depoimentos sobre o autor}}
+@incollection{romano1996,
+ abnt-6023-2000-section = {7.2.2-1},
+ author ={G. Romano},
+ title ={Imagens da juventude na era moderna},
+ editor ={G. Levi and J. Schmidt},
+ editortype={Org.},
+ booktitle={Hist\'oria dos jovens 2},
+ booksubtitle={a \'epoca contempor\^anea},
+ address ={S\~ao Paulo},
+ publisher={Companhia das Letras},
+ year ={1996},
+ pages ={7-16}}
+@inbook{santos1994,
+ abnt-6023-2000-section = {7.2.2-2},
+ author ={Fernando Rodrigues dos Santos},
+ title ={A coloniza{\c c}\~ao da terra do Tucuj\'us},
+ booktitle={Hist\'oria do Amap\'a, {1$^o$} grau},
+ edition =2,
+ address ={Macap\'a},
+ publisher={Valcan},
+ year =1994,
+ chapter =3,
+ pages ={15-24}}
+@book{koogan1998,
+ abnt-6023-2000-section = {7.3.2-1},
+ editor ={A. Koogan and A. Houaiss},
+ title ={Enciclop\'edia e dicion\'ario digital 98},
+ editora={Andr\'e Koogan Breikman},
+ editoratype={generaldirector},
+ address ={S\~ao Paulo},
+ publisher={Delta: Estad\~ao},
+ year =1998,
+ note ={5 CD-ROM. Produzida por Videolar Multim{\'i}dia}}
+@inbook{priberam1998,
+ abnt-6023-2000-section = {7.3.2-2},
+ title ={Pol{\'i}tica},
+ booktitle={Dicion\'ario da l{\'i}ngua portuguesa},
+ address ={Lisboa},
+ publisher={Priberam Inform\'atica},
+ year =1998,
+ url ={http://www.priberam.pt/dlDLPO},
+ urlaccessdate={1999-03-08}}
+@inbook{secretaria1999,
+ abnt-6023-2000-section = {7.3.2-3},
+ organization={S\~ao Paulo {(Estado)}},
+ nameaddon ={Secretaria do Meio Ambiente},
+ title ={Tratados e organiza{\c c}\~oes ambientais em mat\'eria de
+ meio ambiente},
+ booktitle={Entendendo o meio ambiente},
+ address ={S\~ao Paulo},
+ volume =1,
+ url ={http://www.bdt.org.br/sma/entendendo/atual.htm},
+ options = {noslsn},
+ urlaccessdate={1999-03-08},
+ year =1999}
+@periodical{brasileira1939,
+ abnt-6023-2000-section = {7.4.1.3-1},
+ organization={Revista Brasileira de Geografia},
+ address ={Rio de Janeiro},
+ publisher={IBGE},
+ note ={Trimestral. Absorveu Boletim Geogr\'afico do IBGE. \'Indice acumulado.
+ 1939--1983},
+ year ={1939--},
+ issn ={0034-723X}}
+@book{geografico1943,
+ abnt-6023-2000-section = {7.4.1.3-2},
+ organization={Boletim Geogr\'afico},
+ address ={Rio de Janeiro},
+ publisher={IBGE},
+ year ={1943-1978},
+ note ={Trimestral}}
+@periodical{paulista1941,
+ abnt-6023-2000-section = {7.4.1.3-3},
+ organization={S\~ao Paulo Medical Journal=Revista Paulista de Medicina},
+ address ={S\~ao Paulo},
+ publisher={Associa{\c c}\~ao Paulista de Medicina},
+ year ={1941-},
+ note ={Bimensal},
+ issn ={0035-0362},
+ abnt-note={O sinal de igualdade \'e do jeito que est\'a no exemplo da `norma'.}}
+@journalpart{fgv1984,
+ abnt-6023-2000-section = {7.4.2-1},
+ title ={Conjuntura Econ\^omica. As 500 maiores empresas do Brasil},
+ address ={Rio de Janeiro},
+ publisher={FGV},
+ volume =38,
+ number =9,
+ month =sep,
+ year =1984,
+ pagetotal =135,
+ note ={Edi{\c c}\~ao Especial}}
+@journalpart{ibge1983,
+ abnt-6023-2000-section = {7.4.2-2},
+ title ={Pesquisa Nacional por amostra de domic{\'i}lios.
+ M\~ao-de-obra e previd\^encia},
+ address ={Rio de Janeiro},
+ publisher={IBGE},
+ volume =7,
+ year =1983,
+ note ={Suplemento}}
+@journalpart{tres2000,
+ abnt-6023-2000-section = {7.4.2-3},
+ title ={Dinheiro},
+ subtitle={revista semanal de neg\'ocios},
+ address ={S\~ao Paulo},
+ publisher={Ed.\ Tr\^es},
+ number =148,
+ month ={28 jun.},
+ year =2000,
+ pagetotal =98}
+@article{costa1998,
+ abnt-6023-2000-section = {7.4.2.1-1},
+ author ={V. R. Costa},
+ title ={{\`A} Margem da lei: o Programa Comunidade Solid\'aria},
+ journal ={Em Pauta},
+ section ={Revista da Faculdade de Servi{\c c}o Social da UERJ},
+ address ={Rio de Janeiro},
+ number =12,
+ pages ={131-148},
+ year =1998}}
+@article{gurgel1997,
+ abnt-6023-2000-section = {7.4.2.1-2},
+ author ={C. Gurgel},
+ title ={Reforma do estado e seguran{\c c}a p\'ublica},
+ journal ={Pol{\'i}tica e administra{\c c}\~ao},
+ address ={Rio de Janeiro},
+ volume =3,
+ number =2,
+ pages ={15-21},
+ month =sep,
+ year =1997}}
+@article{tourinho1997,
+ abnt-6023-2000-section = {7.4.2.1-3},
+ author ={Tourinho, Neto, F. C.},
+ title ={Dano ambiental},
+ journal ={Consulex},
+ section ={Revista Jur{\'i}dica},
+ address ={Bras{\'i}lia, DF},
+ year ={1997},
+ number =1,
+ volume ={ano~1},
+ pages ={18-23},
+ month =feb}}
+@article{mansilla1998,
+ abnt-6023-2000-section = {7.4.2.1-4},
+ author ={H. C. F. Mansilla},
+ title ={La controversia entre universalismo y particularismo en la
+ filosofia de la cultura},
+ journal ={Revista Latinoamericana de Filosofia},
+ address ={Buenos Aires},
+ volume =24,
+ number =2,
+ month ={primavera},
+ year =1998}}
+@article{aldus1997,
+ abnt-6023-2000-section = {7.4.2.2.1-1},
+ title ={Costura {$\times$} {P. U. R.}},
+ journal ={Aldus},
+ address ={S\~ao Paulo},
+ volume ={ano 1},
+ number =1,
+ month =nov,
+ year =1997,
+ note ={Encarte t\'ecnico, p.~8}}
+@article{naves1999,
+ abnt-6023-2000-section = {7.4.2.2.1-2},
+ author ={P. Naves},
+ title ={Lagos andinos d\~ao banho de belexa},
+ journal ={Folha de S.\ Paulo},
+ address ={S\~ao Paulo},
+ month ={28 jun.},
+ year =1999,
+ note ={Folha Turismo, Caderno 8, p.~13}}
+@article{leal1999,
+ abnt-6023-2000-section = {7.4.2.2.2},
+ author ={L. N. Leal},
+ title ={{MP} fiscaliza com autonomia total},
+ journal ={Jornal do Brasil},
+ address ={Rio de Janeiro},
+ pages =3,
+ month ={25 abr.},
+ year =1999}
+@article{silva1998,
+ abnt-6023-2000-section = {7.4.2.3-1},
+ author ={M. M. L. Silva},
+ title ={Crimes da era digital},
+ journal ={.Net},
+ address ={Rio de Janeiro},
+ month =nov,
+ year =1998,
+ note ={Se{\c c}\~ao Ponto de Vista},
+ url ={http://www.brazilnet.com.br/contexts/brasilrevistas.htm},
+ urlaccessdate={1998-11-28}}
+@article{ribeiro1998,
+ abnt-6023-2000-section = {7.4.2.3-2},
+ author ={P. S. G. Ribeiro},
+ title ={Ado{\c c}\~ao \`a brasileira},
+ subtitle={uma an\'alise s\'ocio-jur{\'i}dica},
+ journal ={Datavenia},
+ address ={S\~ao Paulo},
+ number =18,
+ volume ={ano~3},
+ year =1998,
+ month =aug,
+ url ={http://www.datavenia.inf.br/frameartig.html},
+ urlaccessdate={1998-09-10}}
+@article{pc1998,
+ abnt-6023-2000-section = {7.4.2.3-3},
+ title ={Windows 98: o melhor caminho para atualiza{\c c}\~ao},
+ journal ={PC World},
+ address ={S\~ao Paulo},
+ number =75,
+ month =sep,
+ year =1998,
+ url ={http://www.idg.com.br/abre.htm},
+ urlaccessdate={1998-09-10}}
+@article{gsilva1998,
+ abnt-6023-2000-section = {7.4.2.3-4},
+ author ={I. G. Silva},
+ title ={Pena de morte para o nasciturno},
+ journal ={O Estado de S.~Paulo},
+ address ={S\~ao Paulo},
+ month ={19 set.},
+ year =1998,
+ url ={http://www.providafamilia.org/pena_morte_nasciturno.htm},
+ urlaccessdate={1998-09-10}}
+@article{kelly1996,
+ abnt-6023-2000-section = {7.4.2.3-5},
+ author ={R. Kelly},
+ title ={Electronic publishing at {APS}: its not just online journalism},
+ journal ={APS News Online},
+ address ={Los Angeles},
+ month ={nov.},
+ year =1996,
+ url ={http://www.aps.org/apsnews/1196/11965.html},
+ urlaccessdate={1998-11-25},
+ abnt-note={No original est\'a `Nov.' em vez de `nov.'. Trata-se de um boletim
+ informativo de sociedade científica (APS)
+ e n\~ao de um jornal científico como afirma a `norma'.}}
+@article{nordeste1998,
+ abnt-6023-2000-section = {7.4.2.3-6},
+ title ={Arranjo tribut\'ario},
+ journal ={Di\'ario do Nordeste Online},
+ address ={Fortaleza},
+ month ={27 nov.},
+ year =1998,
+ url ={http://www.diariodonordeste.com.br},
+ urlaccessdate={1998-11-28}}
+@proceedings{redes1995,
+ abnt-6023-2000-section = {7.5.1.2-1},
+ organization={Simp\'osio Brasileiro de Redes de Computadores},
+ conference-number=13,
+ conference-location={Belo Horizonte},
+ conference-year=1995,
+ year =1995,
+ address ={Belo Horizonte},
+ title ={Anais...},
+ publisher={UFMG},
+ pagetotal =655}
+@proceedings{chemical1984,
+ abnt-6023-2000-section = {7.5.1.2-2},
+ organization={IUFROST International Symposium on Chemical Changes During Food
+ Processing},
+ conference-year=1984,
+ conference-location={Valencia},
+ year =1984,
+ address ={Valencia},
+ title ={Proceedings...},
+ publisher ={Instituto de Agroquimica y Tecnologia de Alimentos}}
+@proceedings{quimica1997,
+ abnt-6023-2000-section = {7.5.1.2-3},
+ organization={Reuni\~ao Anual da Sociedade Brasileira de Qu\'imica},
+ conference-number=20,
+ conference-year=1997,
+ conference-location={Po{\c c}os de Caldas},
+ title ={Qu{\'i}mica},
+ subtitle ={academia, ind\'ustria, sociedade: livro de resumos},
+ address ={S\~ao Paulo},
+ publisher ={Sociedade Brasileira de Qu{\'i}mica},
+ year =1997}
+@inproceedings{martin1997,
+ abnt-6023-2000-section = {7.5.2.2-1},
+ author ={Martin, Neto, L. and C. Bayer and J. Mielniczuk},
+ title ={Altera{\c c}\~oes qualitativas da mat\'eria org\^anica e os
+ fatores determinantes da sua estabilidade num solo podz\'olico
+ vermelho-escuro em diferentes sistemas de manejo},
+ organization={Congresso Brasileiro de Ci\^encia do Solo},
+ conference-number=26,
+ conference-year=1997,
+ conference-location={Rio de Janeiro},
+ booktitle ={Resumos...},
+ address ={Rio de Janeiro},
+ publisher ={Sociedade Brasileira de Ci\^encia do Solo},
+ year =1997,
+ pagetotal =443,
+ note ={ref. 6--141},
+ abnt-note ={No original: `p. 443, ref. 6-141' em vez de `p. 443. ref. 6-141'.}}
+@inproceedings{brayner1994,
+ abnt-6023-2000-section = {7.5.2.2-2},
+ author ={A. R. A. Brayner and C. B. Medeiros},
+ title ={Incorpora{\c c}\~ao do tempo em {SGDB} orientado a objetos},
+ organization={Simp\'osio Brasileiro de Banco de Dados},
+ conference-number=9,
+ conference-year=1994,
+ conference-location={S\~ao Paulo},
+ booktitle ={Anais...},
+ address ={S\~ao Paulo},
+ publisher ={USP},
+ year =1994,
+ pages ={16-29}}
+@inproceedings{souza1994,
+ abnt-6023-2000-section = {7.5.2.2-3},
+ author ={L. S. Souza and A. L. Borges and J. O. Rezende},
+ title ={Influ\^encia da corre{\c c}\~ao e do preparo do solo sobre algumas
+ propriedades qu{\'i}micas do solo cultivado com bananeiras},
+ organization={Reuni\~ao Brasileira de Fertilidade do Solo e Nutri{\c c}\~ao de Plantas},
+ conference-number=21,
+ conference-year=1994,
+ conference-location={Petrolina},
+ booktitle ={Anais...},
+ address ={Petrolina},
+ publisher ={EMPRAPA, CATSA},
+ year =1994,
+ pages ={3-4}}
+@proceedings{cientifica1996,
+ abnt-6023-2000-section = {7.5.3-1},
+ organization={Congresso de Inicia{\c c}\~ao Cient\'ifica da {UFPe}},
+ conference-number=4,
+ conference-year=1996,
+ conference-location={Recife},
+ title ={Anais eletr\^onicos...},
+ address ={Recife},
+ publisher ={UFPe},
+ year =1996,
+ url ={http://www.propesq.ufpe.br/anais/anais.htm},
+ urlaccessdate={1997-01-21}}
+@inproceedings{oliveira1996,
+ abnt-6023-2000-section = {7.5.3-2},
+ author ={R. N. Silva and R. Oliveira},
+ title ={Os limites pedag\'ogicos do paradigma da qualidade total na
+ educa{\c c}\~ao},
+ organization={Congresso de Inicia{\c c}\~ao Cient\'ifica da {UFPe}},
+ conference-number=4,
+ conference-year=1996,
+ conference-location={Recife},
+ address ={Recife},
+ booktitle ={Anais eletr\^onicos...},
+ publisher ={UFPe},
+ year =1996,
+ url ={http://www.propesq.ufpe.br/anais/anais/educ/ce04.htm},
+ urlaccessdate={1997-01-21},
+ abnt-note ={A url no original \'e impossível.}}
+@inproceedings{guncho1998,
+ abnt-6023-2000-section = {7.5.3-3},
+ author ={M. R. Guncho},
+ title ={A educa{\c c}\~ao \`a dist\^ancia e a biblioteca universit\'aria},
+ organization={Semin\'ario de Bibliotecas Universit\'arias},
+ conference-number=10,
+ conference-year=1998,
+ conference-location={Fortaleza},
+ booktitle ={Anais...},
+ address ={Fortaleza},
+ publisher ={Tec Treina},
+ year =1998,
+ note ={1~CD}}
+@inproceedings{sabroza1998,
+ abnt-6023-2000-section = {7.5.3-4},
+ author ={P. C. Sabroza},
+ title ={Globaliza{\c c}\~ao e sa\'ude: impacto nos perfis epidemiol\'ogicos das
+ popula{\c c}\~oes},
+ organization={Congresso Brasileiro de Epidemiologia},
+ conference-number=4,
+ conference-year=1998,
+ conference-location={Rio de Janeiro},
+ booktitle ={Anais eletr\^onicos...},
+ address ={Rio de Janeiro},
+ publisher ={ABRASCO},
+ year =1998,
+ note ={Mesa-redonda},
+ url ={http://www.abrasco.com.br/epirio98/},
+ urlaccessdate={1999-01-17}}
+@inproceedings{krzyzanowski1996,
+ abnt-6023-2000-section = {7.5.3-5},
+ author ={R. F. Krzyzanowski},
+ title ={Valor agregado no mundo da informa{\c c}\~ao: um meio de criar
+ novos espa{\c c}os competitivos a partir da tecnologia da informa{\c c}\~ao
+ e melhor satisfazer \`as necessidades dos clientes/usu\'arios},
+ organization={Congresso Regional de Informa{\c c}\~ao em Ci\^encias da Sa\'ude},
+ conference-number=3,
+ conference-year=1996,
+ conference-location={Rio de Janeiro},
+ booktitle ={Interliga{\c c}\~oes da tecnologia da informa{\c c}\~ao},
+ booksubtitle={um elo futuro},
+ options={noslsn},
+ url ={http://www.bireme.br/cgi-bin/crics3/texto?titulo=VALOR+AGREGADO+NO+MUNDO},
+ urlaccessdate={1999-01-26}}
+@patent{cruvinel1989,
+ abnt-6023-2000-section = {7.6},
+ organization={Embrapa. {Unidade de Apoio, Pesquisa e Desenvolvimento de Instrumenta{\c c}\~ao
+ Agropecu\'aria (S\~ao Carlos)}},
+ author={Paulo Estev{\~a}o Cruvinel},
+ title ={Medidor digital multisensorial de temperatura para solos},
+ number ={BR n. PI 8903105-9},
+ howpublished={26 jun. 1989, 30 maio 1995}}
+@book{brasil1988,
+ abnt-6023-2000-section = {7.7.1.2-1},
+ author ={{BRASIL}},
+ title ={Constituição da República Federativa do Brasil},
+ nameaddon ={Constituição (1988)},
+ address ={Brasília, DF},
+ publisher={Senado},
+ year =1988}}
+@article{brasil1966,
+ abnt-6023-2000-section = {7.7.1.2-2},
+ author ={{BRASIL}},
+ title ={Constitui{\c c}\~ao (1988). Emenda constitucional n{$^o$}9, de 9 de novembro de 1995.
+ D\'a nova reda{\c c}\~ao ao art.\ 177 da Constitui{\c c}\~ao Federal,
+ alterando e inserindo par\'agrafos},
+ address ={S\~ao Paulo},
+ month ={out./dez.},
+ volume ={59},
+ pages ={1966},
+ journal ={Lex},
+ section ={Colet\^anea de Legisla{\c c}\~ao e Jurisprud\^encia: legisla{\c c}\~ao
+ federal e margin\'alia},
+ year =1995}}
+@article{brasil1997,
+ abnt-6023-2000-section = {7.7.1.2-3},
+ author ={{BRASIL}},
+ title ={Medida provis\'oria n{$^o$} 1.569-9, de 11 de dezembro de 1997.
+ Estabelece multa em opera{\c c}\~oes de importa{\c c}\~ao, e d\'a outras
+ provid\^encias.},
+ publisher={Poder Executivo},
+ journal ={Di\'ario Oficial [da] Rep\'ublica Federativa do Brasil},
+ address ={Bras{\'i}lia, DF},
+ month ={14 dez.},
+ year ={1997},
+ note ={Se{\c c}\~ao~1, p.~29514}}
+@article{lex1998,
+ abnt-6023-2000-section = {7.7.1.2-4},
+ organization ={S\~ao Paulo {(Estado)}},
+ title ={Decreto n{$^o$} 42.822, de 20 de janeiro de 1998.
+ Disp\~oe sobre a desativa{\c c}\~ao de unidades administrativas
+ de \'org\~aos da administra{\c c}\~ao direta e das autarquias do Estado
+ e d\'a provid\^encias correlatas},
+ journal ={Lex},
+ section ={Colet\^anea de Legisla{\c c}\~ao e Jurisprud\^encia},
+ address ={S\~ao Paulo},
+ volume =62,
+ number =3,
+ pages ={217-220},
+ year =1998}
+@article{leis1991,
+ abnt-6023-2000-section = {7.7.1.2-5},
+ author ={{BRASIL}},
+ nameaddon={Congresso. Senado},
+ title ={Resolu{\c c}\~ao n{$^o$} 17, de 1991. Autoriza o desbloqueio
+ de Letras Financeiras do Tesouro do Estado do Rio
+ Grande do Sul, atrav\'es de revoga{\c c}\~ao do par\'agrafo
+ 2{$^o$}, do artigo 1{$^o$} da Resolu{\c c}\~ao n{$^o$} 72, de 1990},
+ journal ={Cole{\c c}\~ao de leis da Rep\'ublica Federativa do Brasil},
+ address ={Bras{\'i}lia, DF},
+ volume =183,
+ pages ={1156-1157},
+ month ={maio/jun.},
+ year =1991}
+@article{lex1943,
+ abnt-6023-2000-section = {7.7.1.2-6},
+ author ={{BRASIL}},
+ title ={Consolida{\c c}\~ao das Leis do Trabalho. Decreto-lei
+ n{$^o$}5.252 de 1 de maio de 1943. Aprova a consolida{\c c}\~ao
+ das leis do trabalho},
+ journal ={Lex},
+ section ={Colet\^anea de Legisla{\c c}\~ao: edi{\c c}\~ao federal},
+ address ={S\~ao Paulo},
+ volume =7,
+ year =1943,
+ note ={Suplemento}}
+@book{brasil1995,
+ abnt-6023-2000-section = {7.7.1.2-7},
+ author ={{BRASIL}},
+ title ={C\'odigo civil},
+ furtherresp={Organiza{\c c}\~ao dos textos, notas remissivas e {\'i}ndices
+ por Juarez de Oliveira},
+ edition =46,
+ address ={S\~ao Paulo},
+ publisher={Saraiva},
+ year ={1995}}
+@article{brasillex1998,
+ abnt-6023-2000-section = {7.7.2.2-1},
+ author ={{BRASIL}},
+ title ={Tribunal Regional Federal. Regi\~ao, 5. Administrativo.
+ Escola T\'ecnica Federal. Pagamento de diferen{\c c}as
+ referente a enquadramento de servidor decorrente de implanta{\c c}\~ao
+ de Plano {{\'U}}nico de Classifica{\c c}\~ao e Distribui{\c c}\~ao
+ de Cargos e Empregos, institu{\'i}do pela Lei n{$^o$}~8.270/91.
+ Predomin\^ancia da lei sobre a portaria. Apela{\c c}\~ao c{\'i}vel
+ n{$^o$}~42.441-{PE} (94.05.01629-6). Apelante: Edilemos Mamede
+ dos Santos e outros. Apelada: Escola T\'ecnica Federal
+ de Pernambuco. Relator: Juiz Nereu Santos. Recife, 4 de
+ mar{\c c}o de 1997},
+ journal ={Lex},
+ section ={Jurisprud\^encia do STJ e Tribunais Regionais Federais},
+ address ={S\~ao Paulo},
+ volume =10,
+ number =103,
+ pages ={558-562},
+ month =mar,
+ year =1998,
+ abnt-note={Na `norma' a \'ultima parte, a partir do volume, encontra-se incorretamente em
+ it\'alico.}}
+@article{tribunal1998,
+ abnt-6023-2000-section = {7.7.2.2-2},
+ author ={{BRASIL}},
+ nameaddon={Superior Tribunal de Justi\c ca},
+ title ={Processual Penal. \textit{Habeas-corpus}. Constrangimento ilegal.
+ \textit{Habeas-corpus} n{$^o$}~181.636-1, da 6{$^a$} C\^amera C{\'i}vel
+ do Tribunal de Justi{\c c}a do Estado de S\~ao Paulo,
+ Bras{\'i}lia, {DF}, 6 de dezembro de 1994},
+ journal ={Lex},
+ section ={Jurisprud\^encia do STJ e Tribunais Regionais Federais},
+ address ={S\~ao Paulo},
+ volume =10,
+ number =103,
+ pages ={236-240},
+ month =mar,
+ year =1998}
+@inbook{brasil1994,
+ abnt-6023-2000-section = {7.7.2.2-3},
+ author ={{BRASIL}},
+ nameaddon={Supremo Tribunal de Justi{\c c}a},
+ title ={S\'umula n{$^o$}14. N\~ao \'e admiss{\'i}vel por ato
+ administrativo restringir, em raz\~ao de idade, inscri{\c c}\~ao
+ em concurso para cargo p\'ublico},
+ booktitle={S\'umulas},
+ address ={S\~ao Paulo},
+ publisher={Associa{\c c}\~ao dos Advogados do Brasil},
+ year =1994,
+ pages =16}
+@article{barros1995,
+ abnt-6023-2000-section = {7.7.3.2},
+ author ={R. G. de Barros},
+ title ={Minist\'erio P\'ublico: sua legitima{\c c}\~ao frente ao
+ C\'odigo do Consumidor},
+ journal ={Revista Trimestral de Jurisprud\^encia dos Estados},
+ address ={S\~ao Paulo},
+ volume =19,
+ number =139,
+ pages ={53-72},
+ month =aug,
+ year =1995}
+@article{brasil1999,
+ abnt-6023-2000-section = {7.7.4-1},
+ author ={{BRASIL}},
+ title ={Lei n{$^o$} 9.887, de 7 de dezembro de 1999. Altera a
+ legisla{\c c}\~ao tribut\'aria federal},
+ journal ={Di\'ario Oficial [da] Rep\'ublica Federativa do Brasil},
+ address ={Bras{\'i}lia, DF},
+ date ={1999-12-08},
+ url ={http://www.in.gov.br/mp_leis/leis_texto.aps?Id=Lei%209887},
+ urlaccessdate={1999-12-22}}
+@book{brasil1998,
+ abnt-6023-2000-section = {7.7.4-2},
+ author ={{BRASIL}},
+ nameaddon={Supremo Tribunal Federal},
+ title ={S\'umula n{$^o$}14},
+ note ={N\~ao \'e admiss{\'i}vel por ato
+ administrativo restringir, em raz\~ao de idade, inscri{\c c}\~ao
+ em concurso para cargo p\'ublico},
+ options={noslsn},
+ url={http://www.truenetm.com.br/jurisnet/sumusSTF.html},
+ urlaccessdate={1998-11-29}}
+@article{supremo1998,
+ abnt-6023-2000-section = {7.7.4-3},
+ author ={{BRASIL}},
+ nameaddon={Supremo Tribunal Federal},
+ title ={S\'umula n{$^o$}14. N\~ao \'e admiss{\'i}vel por ato
+ administrativo restringir, em raz\~ao de idade, inscri{\c c}\~ao
+ em concurso para cargo p\'ublico. Julgamento: 1963/12/16.
+ {SUDIN} vol. 0000-01 {PG}00037},
+ journal ={Revista Experimental de Direito e Telem\'atica},
+ url ={http://www.prodau-sc.com.br/ciberjur/stf.html},
+ urlaccessdate={1998-11-29}}
+@book{ceravi1983,
+ abnt-6023-2000-section = {7.8.3-1},
+ title ={Os~perigos do uso de t\'oxicos},
+ editora={Jorge Ramos de Andrade},
+ editorb={Maria Izabel Azevedo},
+ editoratype={producer},
+ editorbtype={coordinator},
+ address ={S\~ao Paulo},
+ publisher={CERAVI},
+ year =1983,
+ note ={1 fita de v{\'i}deo (30 min), VHS, son., color.}}
+@book{riofilme1998,
+ abnt-6023-2000-section = {7.8.3-2},
+ title ={Central do Brasil},
+ editora = {Walter Salles J\'unior},
+ editoratype = {director},
+ editorb = {Martire de Clermont-Tonnerre and Artur Cohn},
+ editorbtype = {producer},
+ editorc = {Marcos Bernstein and Jo\~ao Emanuel Carneiro and
+ Walter Salles J\'unior},
+ editorctype = {screenwriter},
+ furtherresp={Int\'erpretes: Fernanda Montenegro; Mar{\'i}lia Pera;
+ Vinicius de Oliveira; S\^onia Lira; Othon Bastos;
+ Matheus Nachtergaele e outros},
+ publisher={Le Studio Canal; Riofilme; MACT Productions},
+ year =1998,
+ note ={1 filme (106 min), son., color., 35 mm}}
+@book{warner1991,
+ abnt-6023-2000-section = {7.8.3-3},
+ title ={Blade Runner},
+ editora={Ridley Scott},
+ editoratype={director},
+ editorb={Michael Deeley},
+ editorbtype={producer},
+ furtherresp={Int\'erpretes: Harrison Ford; Rutger Hauer; Sean Young;
+ Edward James Olmos e outros.
+ Roteiro: Hampton Fancher e David Peoples.
+ M\'usica: Vangelis},
+ address ={Los Angeles},
+ publisher={Warner Brothers},
+ year ={c1991},
+ note ={1 DVD (117 min), widescreen, color. Produzido por Warner Video Home.
+ Baseado na novela ``Do androids dream of electric sheep?'' de
+ Philip K.\ Dick}}
+@misc{kobayashi1998,
+ abnt-6023-2000-section = {7.9.3-1},
+ author ={K. Kobayashi},
+ title ={Doen{\c c}a dos xavantes},
+ year =1980,
+ options ={noslsn},
+ note ={1 fot., color. 16 cm$\times$56 cm}}
+@article{fraipont1998,
+ abnt-6023-2000-section = {7.9.3-2},
+ author ={Fraipont, E. Amiclar {II}},
+ journal ={O Estado de S.\ Paulo},
+ address ={S\~ao Paulo},
+ month ={30 nov.},
+ year =1998,
+ note ={Caderno 2, Visuais p. D2. 1 fot., p\&b.
+ Foto apresentada no Projeto ABRA/Coca-cola},
+ abnt-note={N\~ao \'e poss{\'i}vel saber o que vem a ser o ``II'' (ou
+ seria ``Ll''?) no nome.}}
+@misc{ceravi1985,
+ abnt-6023-2000-section = {7.9.3-3},
+ title ={O~que acreditar em rela{\c c}\~ao \`a maconha},
+ address ={S\~ao Paulo},
+ publisher={CERAVI},
+ year =1985,
+ howpublished={22 transpar\^encias, color., 25 cm$\times$20 cm}}
+@misc{souza1985,
+ abnt-6023-2000-section = {7.9.3-4},
+ title ={O~descobrimento do Brasil},
+ editora = {Carmem Souza},
+ editoratype = {photographer},
+ editorb = {Marcos Louren{\c c}o},
+ editorbtype = {recorder},
+ address ={S\~ao Paulo},
+ publisher={CERAVI},
+ year =1985,
+ howpublished={31 diapositivos: color. + 1 fita cassete sonoro (15 min) mono}}
+@misc{samu1977,
+ abnt-6023-2000-section = {7.9.3-5},
+ author ={R. Sam\'u},
+ title ={Vit\'oria},
+ subtitle ={18:35 h},
+ year =1977,
+ options ={noslsn},
+ howpublished={1 grav., serigraf., color., 46 cm$\times$63 cm. Cole{\c c}\~ao
+ Particular}}
+@misc{mattos1987,
+ abnt-6023-2000-section = {7.9.3-6},
+ author ={M. D. Mattos},
+ title ={Paisagem --- Quatro Barras},
+ year =1987,
+ options ={noslsn},
+ howpublished={1 original de arte, \'oleo sobre tela, 40~cm{$\times$}50~cm.
+ Cole{\c c}\~ao particular.}}
+@misc{vaso1999,
+ abnt-6023-2000-section = {7.9.3-7},
+ title ={VASO.TIFF},
+ note ={Altura: 1083 pixels. Largura: 827 pixels. 300 dpi. 32 BIT CMYK.
+ 3.5 Mb. Formato TIFF bitmap. Compactado},
+ url ={C:\\Carol\\VASO.TIFF},
+ year =1999,
+ options ={noslsn},
+ urlaccessdate={1999-10-28},
+ abnt-note={Na `norma' aparece o ano quando j\'a tem a data de acesso.}}
+@misc{levi1997,
+ abnt-6023-2000-section = {7.9.3-8},
+ author ={R. Levi},
+ title ={Edif{\'i}cio Columbus de propriedade de Lamberto
+ Ramengoni \`a Rua da Paz, esquina da Avenida
+ Brigadeiro Luiz Antonio},
+ subtitle ={n. 1930-33.},
+ year =1997,
+ pagetotal =108,
+ options ={noslsn},
+ pagename={sheet},
+ howpublished={Plantas diversas. Originais em papel vegetal}}
+@misc{datum1996,
+ abnt-6023-2000-section = {7.9.3-9},
+ organization={Datum Consultoria e Projetos},
+ title ={Hotel Porto do Sol S\~ao Paulo},
+ subtitle ={ar condicionado e ventila{\c c}\~ao mec\^anica:
+ fluxograma hidr\'aulico, central de \'agua gelada},
+ options ={noslsn},
+ year =1996,
+ howpublished={Projeto final. Desenhista: Pedro. N. da obra 1744/96/Folha 10}}
+@book{britanica1981,
+ abnt-6023-2000-section = {7.10-1},
+ title ={Atlas Mirador Internacional},
+ address ={Rio de Janeiro},
+ publisher={Enciclop\'edia Brit\^anica do Brasil},
+ year =1981}
+@manual{geografico1994,
+ abnt-6023-2000-section = {7.10-2},
+ organization={Instituto Geogr\'afico e Cartogr\'afico {(S\~ao Paulo, SP)}},
+ title ={Regi\~oes de governo do Estado de S\~ao Paulo},
+ address ={S\~ao Paulo},
+ year =1994,
+ note ={Plano Cartogr\'afico do Estado de S\~ao Paulo. Escala 1:2.000}}
+@book{michalany1981,
+ abnt-6023-2000-section = {7.10-3},
+ title ={Brasil e parte da Am\'erica do Sul},
+ subtitle={mapa pol\'itico, escolar, rodovi\'ario, tur{\'i}stico e regional},
+ address ={S\~ao Paulo},
+ publisher={Michalany},
+ year ={1981},
+ note ={1 mapa, color., 79~cm$\times$95~cm. Escala 1:600.000}}
+@manual{geografico1986,
+ abnt-6023-2000-section = {7.10-4},
+ organization={Instituto Geogr\'afico e Cartogr\'afico {(S\~ao Paulo, SP)}},
+ title ={Projeto Lins Tup\~a},
+ subtitle={foto a\'erea},
+ address ={S\~ao Paulo},
+ year =1986,
+ note ={Fx~28, n.~15. Escala 1:35.000}}
+@misc{espaciais1987,
+ abnt-6023-2000-section = {7.10-5},
+ title ={Landsat {TM} 5},
+ address ={S\~ao Jos\'e dos Campos},
+ publisher={Instituto Nacional de Pesquisas Espaciais},
+ year ={1987--1988},
+ howpublished={Canais 3, 4 e composi{\c c}\~ao colorida 3, 4 e 5.
+ Escala 1:100.000}}
+@misc{univali1999,
+ abnt-6023-2000-section = {7.10-6},
+ organization={Estados Unidos},
+ nameaddon={National Oceanic and Atmospheric Administration},
+ title ={GOES-08: SE. 13 jul. 1999, 17:42Z. IR04},
+ address ={Itaja{\'i}},
+ publisher={UNIVALI},
+ howpublished={Imagem de sat\'elite: 1999071318.GIF: 557 Kb},
+ abnt-note={N\~ao d\'a para entender porque a `norma' n\~ao coloca o
+ t{\'i}tulo em negrito neste exemplo.}}
+@misc{globo1995,
+ abnt-6023-2000-section = {7.11.1-1},
+ title ={{MPB} especial},
+ address ={[Rio de Janeiro]},
+ publisher={Globo: Movieplay},
+ year ={c1995},
+ howpublished={1 CD (50 min)},
+ series ={Globo collection},
+ number =2}
+@misc{alcione1988,
+ abnt-6023-2000-section = {7.11.1-2},
+ author ={Alcione},
+ title ={Ouro e cobre},
+ editora={Miguel Propschi},
+ editoratype={artisticdirector},
+ address ={S\~ao Paulo},
+ publisher={RCA Victor},
+ year ={p1988},
+ howpublished={1~disco sonoro (45~min), 33~1/3 rpm, estero, 12~pol.}}
+@misc{silva1991,
+ abnt-6023-2000-section = {7.11.1-3},
+ author ={L. I. L. da Silva},
+ title ={Luiz In\'acio Lula da Silva},
+ subtitle={depoimento [abr. 1991]},
+ editora={V. Tremel and M. Garcia},
+ editoratype={interviewer},
+ address ={S\~ao Paulo},
+ publisher={SENAI-SP},
+ year =1991,
+ howpublished={2~fitas cassete (120~min), 3~3/4 pps, estero.
+ Entrevista concedida ao Projeto Mem\'oria do SENAI-SP}}
+@misc{fagner1988,
+ abnt-6023-2000-section = {7.11.1-4},
+ author ={R. Fagner},
+ title ={Revela{\c c}\~ao},
+ address ={Rio de Janeiro},
+ publisher={CBS},
+ year =1988,
+ howpublished={1~fita cassete (60~min), 3~3/4 pps., estereo}}
+@misc{simone1977,
+ abnt-6023-2000-section = {7.11.1-5},
+ author ={Simone},
+ title ={Face a face},
+ publisher={Emi-Odeon Brasil},
+ year ={p1977},
+ howpublished={1~CD (ca. 40~min). Remasterizado em digital}}
+@inbook{alcionet1988,
+ abnt-6023-2000-section = {7.11.2-1},
+ author ={Alcione},
+ title ={Toque macio. {A. Gino. [Compositor]}},
+ editora={Miguel Propschi},
+ editoratype={artisticdirector},
+ booktitle={Ouro e cobre},
+ address ={S\~ao Paulo},
+ publisher={RCA Victor},
+ year ={p1988},
+ note ={1~disco sonoro (45~min), 33~1/3 rpm, est\'ereo, 12~pol.
+ Lado~A, faixa~1 (4~min 3~s)},
+ abnt-note={O compositor foi acrescentado ao t{\'i}tulo.
+ No original o campo "S\~ao Paulo: RCA Victor, p1988"
+ est\'a repetido. Parece ser um erro de digita{\c c}\~ao assim como o
+ ponto em "est\'ereo.".}}
+@inbook{simonej1977,
+ abnt-6023-2000-section = {7.11.2-2},
+ author ={Simone},
+ title ={Jura secreta. {S. Costa, A. Silva. [Compositores]}},
+ booktitle={Face a face},
+ publisher={Emi-Odeon Brasil},
+ year ={p1977},
+ note ={1 CD (ca. 40 min). Faixa 7 (4 min 22 s).
+ Remasterizado em digital.},
+ abnt-note={O compositor foi acrescentado ao t{\'i}tulo.}}
+@misc{bart1952,
+ abnt-6023-2000-section = {7.11.3-1},
+ author ={B. Bart\'ok},
+ title ={O mandarim maravilhoso},
+ subtitle={op. 19},
+ address ={Wien},
+ publisher={Universal},
+ year ={1952},
+ howpublished={1 partitura (73 p.). Orquestra}}
+@misc{gallet1851,
+ abnt-6023-2000-section = {7.11.3-2},
+ editor ={L. Gallet},
+ editortype={Org.},
+ title ={Can{\c c}\~oes populares brasileiras},
+ address ={Rio de Janeiro},
+ publisher={Carlos Wehns},
+ year =1851,
+ howpublished={1 partitura (23 p.). Piano}}
+@misc{villa1916,
+ abnt-6023-2000-section = {7.11.3-3},
+ author ={H. Villa-Lobos},
+ title ={Cole{\c c}\~oes de quartetos modernos},
+ subtitle={cordas},
+ address ={Rio de Janeiro},
+ year =1916,
+ howpublished={1 partitura (23 p.). Violoncelo}}
+@misc{duchamp1918,
+ abnt-6023-2000-section = {7.12.2-1},
+ author ={M. Duchamp},
+ title ={Escultura para viajar},
+ year =1918,
+ options={noslsn},
+ howpublished={1 escultura vari\'avel, borracha colorida e cordel, dimens\~oes
+ \textit{ad lib.} Original destru{\'i}do. C\'opia por
+ Richard Hamilton, feita por ocasi\~ao da retrospectiva de Duchamp
+ na Tate Gallery (Londres) em 1966. Cole{\c c}\~ao de Arturo
+ Schwarz. T{\'i}tulo original: Sculpture for travelling}}
+@misc{europa0000,
+ abnt-6023-2000-section = {7.12.2-2},
+ title ={Ta{\c{c}}a de vidro \`a maneira de Veneza, com a imagem de
+ Nossa Senhora e o menino no fuste tamb\'em decorado
+ com detalhes azuis},
+ options={noslsn},
+ howpublished={Europa, s\'ec. XVIII-XIX, 10,7 cm de di\^am. $\times$
+ 24,5 cm de alt.}}
+@misc{indias0000,
+ abnt-6023-2000-section = {7.12.2-3},
+ title ={Bule de porcelana: fam{\'i}lia rosa, decorado com buqu\^es e
+ guirlandas de flores sobre fundo branco, pegador de tampa em
+ formato de fruto},
+ options={noslsn},
+ howpublished={Marca Companhia das \'Indias. China, s\'ec. XIX.
+ 17 cm de alt.}}
+@misc{birds1998,
+ abnt-6023-2000-section = {7.13.2-1},
+ title ={Birds from Amap\'a},
+ subtitle={banco de dados},
+ options={noslsn},
+ url ={http://www.bdt.org/bdt/avifauna/aves},
+ urlaccessdate={1998-11-25}}
+@misc{tropical1998,
+ abnt-6023-2000-section = {7.13.2-2},
+ title ={\'Acaros no Estado de S\~ao Paulo (\textit{Enseius concordis})},
+ furtherresp={Banco de dados preparado por Carlos H. W. Flechtmann},
+ organization={Funda{\c c}\~ao Tropical de Pesquisas e Tecnologia Andr\'e Tosello},
+ url ={http://www.bdt.org/bdt/acarosp},
+ urlaccessdate={1998-11-28},
+ abnt-note={Este exemplo dado na `norma' parece estar todo equivocado.
+ O exemplo mostra a cita{\c c}\~ao como se n\~ao tivesse um autor (daí
+ a primeira palavra do título em mai\'usculas. No entanto h\'a
+ claramente um autor (a funda{\c c}\~ao). Veja como est\'a na `norma':
+ \'ACAROS no Estado de S\~ao Paulo (\textit{Enseius concordis}):
+ banco de dados preparado por Carlos H. W. Flechtmann. In:
+ FUNDA\c C\~AO TROPICAL DE PESQUISAS E TECNOLOGIA ``ANDR\'E TOSELLO'''.
+ \textbf{Bases de Dados Tropical}: no ar desde 1985.
+ Dispon{\'i}vel em \ldots}}
+@misc{bioline1998,
+ abnt-6023-2000-section = {7.13.2-3},
+ title ={Bioline Discussion List. List maintained by the Bases de Dados Tropical, BDT in Brasil},
+ url ={http://lisserv@bdt.org.br},
+ urlaccessdate={1998-11-25},
+ options ={noslsn}}
+@misc{drummond1998,
+ abnt-6023-2000-section = {7.13.2-4},
+ title ={Book announcement 13 may 1997},
+ editora={J. Drummond},
+ editoratype={producer},
+ url ={http://www.bdt.org.br/bioline/DBSearch?BIOLINE-L+READC+57},
+ urlaccessdate={1998-11-25},
+ options={noslsn},
+ abnt-note={N\~ao d\'a para entender porque na `norma' todo título foi escrito
+ em mai\'usculas (BOOK ANNOUNCEMENT 12 MAY 1998) e n\~ao apenas a primeira
+ palavra. Ser\'a que confundiram o título com o nome de organiza{\c c}\~ao?}}
+@misc{coordena1995,
+ abnt-6023-2000-section = {7.13.2-5},
+ title ={Civitas},
+ editora={Sim\~ao Pedro P. Marinho},
+ editoratype={coordinator},
+ furtherresp={Desenvolvido pela Pontif{\'i}cia Universidade Cat\'olica de Minas
+ Gerais},
+ options={noslsn},
+ year ={1995-1998},
+ howpublished={Apresenta textos sobre urbanismo e desenvolvimento de cidades},
+ url ={http://www.gcsnet.com/oamis/civitas},
+ urlaccessdate={1998-11-27},
+ abnt-note={Claramente h\'a aqui um nome que desempenha papel de editor, minha
+ sugest\~ao para esta cita{\c c}\~ao est\'a em \cite{marinho1995}.}}
+@misc{marinho1995,
+ abnt-6023-2000-section = {7.13.2-5b},
+ title ={Civitas},
+ editor ={Marinho, Sim{\~a}o Pedro P.},
+ editortype={Coord.},
+ publisher={Pontif{\'i}cia Universidade Cat\'olica de Minas Gerais},
+ year ={1995-1998},
+ options={noslsn},
+ note ={Apresenta textos sobre urbanismo e desenvolvimento de cidades},
+ url ={http://www.gcsnet.com/oamis/civitas},
+ urlaccessdate={1998-11-27},
+ abnt-note={Minha sugest\~ao para a referência \cite{coordena1995}.}}
+@misc{cassiano1998,
+ abnt-6023-2000-section = {7.13.2-6},
+ title ={Galeria virtual de arte do Vale do Para{\'i}ba},
+ address ={S\~ao Jos\'e dos Campos},
+ publisher={Funda{\c c}\~ao Cultural Cassiano Ricardo},
+ year =1998,
+ howpublished={Apresenta reprodu{\c c}\~oes virtuais de obras de artistas
+ pl\'asticos do Vale do Para{\'i}ba},
+ url ={http://www.virtualvale.com.br/galeria},
+ urlaccessdate={1998-11-27},
+ abnt-note={Esse exemplo difere daquele mostrado na `norma' pelo uso
+ do `:' entre o endere{\c c}o e a editora.}}
+@misc{parana1998,
+ abnt-6023-2000-section = {7.13.2-7},
+ organization={{Universidade Federal do Paran\'a}},
+ nameaddon={Biblioteca Central},
+ title ={Normas.doc},
+ subtitle ={normas para apresenta{\c c}\~ao de trabalhos},
+ address ={Curitiba},
+ year ={1998},
+ options={noslsn},
+ note ={5 disquetes, 3~$1/2$~pol. Word for Windows 7.0},
+ abnt-note={Na `norma' aparece como ``\textbf{Normas.doc.} normas para \ldots".
+ Aqui a segunda parte foi colocada como \texttt{subtitle}.}}
+@misc{parana1997,
+ abnt-6023-2000-section = {7.13.2-8},
+ organization={{Universidade Federal do Paran\'a}},
+ nameaddon={Biblioteca de Ciência e Tecnologia},
+ title ={Mapas},
+ address ={Curitiba},
+ year =1997,
+ options={noslsn},
+ howpublished={Base de Dados em Microisis, vers\~ao 3.7}}
+@misc{microsoft1995,
+ abnt-6023-2000-section = {7.13.2-9},
+ title ={Microsoft Project for Windows 95, version 4.1},
+ subtitle={project planning software},
+ publisher={Microsoft Corporation},
+ year =1995,
+ howpublished={Conjunto de programas. 1 CD-ROM},
+ abnt-note={Que vexame! A ABNT usa windows e word n\~ao sabe que a MS
+ fica em Redmond? Ou ser\'a que o soft era pirata e n\~ao tinha o certificado
+ de licen{\c c}a com o endere{\c c}o da MS?}}
+@misc{mpc1993,
+ abnt-6023-2000-section = {7.13.2-10},
+ title ={Alie's play house},
+ address ={Palo Alto, CA},
+ publisher={MPC/Opcode Interactive},
+ year =1993,
+ howpublished={1 CD-ROM. Windows 3.1}}
+@misc{sony1990,
+ abnt-6023-2000-section = {7.13.2-11},
+ title ={Pau no gato! Por qu\^e?},
+ address ={Rio de Janeiro},
+ publisher={Sony Music Book Case Multimedia Educational},
+ year ={[1990]},
+ howpublished={1 CD-ROM. Windows 3.1}}
+@misc{accioly2000,
+ abnt-6023-2000-section = {7.13.2-12},
+ author ={F. Accioly},
+ title ={Publica{\c c}\~ao eletr\^onica \normalfont [mensagem pessoal]},
+ options ={noslsn},
+ howpublished={Mensagem recebida por $<$mtmendes@uol.com.br$>$ em 26 jan. 2000}}
+@book{alves1995,
+ abnt-6023-2000-section = {8.1.1.1-1},
+ author ={Alves, Roque de Brito},
+ title ={Ci\^encia criminal},
+ address ={Rio de Janeiro},
+ publisher={Forense},
+ year =1995}
+@book{dami1995,
+ abnt-6023-2000-section = {8.1.1.1-2},
+ author ={Regina Toledo Dami{\~a}o and Antonio Henriques},
+ title ={Curso de direito judr{\'i}dico},
+ address ={S\~ao Paulo},
+ publisher={Atlas},
+ year =1995}
+@book{passos1995,
+ abnt-6023-2000-section = {8.1.1.1-3},
+ author ={Luciana M. M. Passos and Albani Fonseca and Marta Chaves},
+ title ={Alegria de saber},
+ subtitle={matem\'atica, segunda s\'erie, 2, primeiro grau: livro do professor},
+ address ={S\~ao Paulo},
+ publisher={Scipione},
+ year =1995,
+ pagetotal =136}
+@book{urani1994,
+ abnt-6023-2000-section = {8.1.1.2},
+ author ={Urani, A and others},
+ title ={Constitui{\c c}\~ao de uma matriz de contabilidade social para o Brasil},
+ address ={Bras{\'i}lia, DF},
+ publisher={IPEA},
+ year =1994}}
+@book{ferreira1991,
+ abnt-6023-2000-section = {8.1.1.4-1},
+ editor ={Leslie Piccolotto Ferreira},
+ editortype={Org.},
+ title ={O fonoaudi\'ologo e a escola},
+ address ={S\~ao Paulo},
+ publisher={Summus},
+ year =1991}
+@book{marcondes1993,
+ abnt-6023-2000-section = {8.1.1.4-2},
+ editor ={Eduardo Marcondes and de Lima, Ilda Nogueira},
+ editortype={Coord.},
+ title ={Dietas em pediatria cl{\'i}nica},
+ edition =4,
+ address ={S\~ao Paulo},
+ publisher={Sarvier},
+ year =1993}
+@book{moore1960,
+ abnt-6023-2000-section = {8.1.1.4-3},
+ editor ={W. Moore},
+ title ={Construtivismo del movimiento educacional},
+ subtitle={soluciones},
+ address ={C\'ordoba, AR},
+ year =1960}
+@book{lujan1993,
+ abnt-6023-2000-section = {8.1.1.4-4},
+ editor ={Lujan, Roger Patr{\'o}n},
+ editortype={Comp.},
+ title ={Um presente especial},
+ translator={Sonia da Silva},
+ edition =3,
+ address ={S\~ao Paulo},
+ publisher={Aquariana},
+ year =1993,
+ pagetotal =167}
+@book{brasileira1993,
+ abnt-6023-2000-section = {8.1.1.5},
+ title ={Diagn\'ostico do setor editorial brasileiro},
+ address ={S\~ao Paulo},
+ publisher={C\^amara Brasileira do Livro},
+ year =1993,
+ pagetotal =64}
+@book{diniz1994,
+ abnt-6023-2000-section = {8.1.1.6},
+ author ={J{\'u}lio Diniz},
+ title ={As pupilas do senhor reitor},
+ edition =15,
+ address ={S\~ao Paulo},
+ publisher={\'Atica},
+ year =1994,
+ pagetotal =263,
+ series ={S\'erie Bom Livro}}
+@book{alighieri1983,
+ abnt-6023-2000-section = {8.1.1.7-1},
+ author ={Dante{\space}Alighieri},
+ title ={A divina com\'edia},
+ editora={Hern\^ani Donato},
+ editoratype={translatoranfo},
+ address ={S\~ao Paulo},
+ publisher={C{\'i}rculo do Livro},
+ year ={[1983]},
+ pagetotal =344,
+ abnt-note={Neste exemplo a `norma' n\~ao explica porque n\~ao foi abreviado
+ o nome do autor. Para for{\c c}ar o bibtex a considerar os dois nomes
+ como um só foi usado o comando {\tt space} entre o `Dante' e o
+ `Alighieri'.}}
+@book{gomes1995,
+ abnt-6023-2000-section = {8.1.1.7-2},
+ author ={O. Gomes},
+ title ={O direito de fam{\'i}lia},
+ furtherresp={Atualiza{\c c}\~ao e notas de Humberto Theodoro J\'unior},
+ edition =11,
+ address ={Rio de Janeiro},
+ publisher={Forense},
+ year =1995,
+ pagetotal =562}
+@book{albergaria1994,
+ abnt-6023-2000-section = {8.1.1.7-3},
+ author ={Lino Albergaria},
+ title ={Cinco anos sem chover},
+ subtitle={hist\'oria de Lino Albergaria},
+ editora={Paulo Lyra},
+ editoratype={illustrator},
+ edition =12,
+ address ={S\~ao Paulo},
+ publisher={FTD},
+ year =1994,
+ pagetotal =63,
+ abnt-note={Nome correto do autor \'e Lino \emph{de} Albergaria}}
+@manual{brasileira1988,
+ abnt-6023-2000-section = {8.1.2.1-1},
+ organization={Associa{\c c}\~ao Brasileira de Normas T\'ecnicas},
+ title ={{NBR} 10520},
+ subtitle={apresenta{\c c}\~ao de cita{\c c}\~oes em documentos: procedimento},
+ address ={Rio de Janeiro},
+ year =1988}
+@manual{universidade1993,
+ abnt-6023-2000-section = {8.1.2.1-2},
+ organization={Universidade de S\~ao Paulo},
+ title ={Cat\'alogo de teses da Universidade de S\~ao Paulo, 1992},
+ address ={S\~ao Paulo},
+ year =1993,
+ pagetotal =467}
+@proceedings{biblioteconomia1979,
+ abnt-6023-2000-section = {8.1.2.1-3},
+ organization={Congresso Brasileiro de Biblioteconomia e Documenta{\c c}\~ao},
+ conference-number=10,
+ conference-year=1979,
+ conference-location={Curitiba},
+ title ={Anais...},
+ address ={Curitiba},
+ publisher={Associa{\c c}\~ao Bibliotec\'aria do Paran\'a},
+ year =1979,
+ note ={3~v.}}
+@manual{secretaria1993,
+ abnt-6023-2000-section = {8.1.2.2-1},
+ organization={S\~ao Paulo {(Estado)}},
+ nameaddon={Secretaria do Meio Ambiente},
+ title ={Diretrizes para a politica ambiental do Estado de S\~ao Paulo},
+ address ={S\~ao Paulo},
+ year =1993,
+ pagetotal =35}
+@techreport{justica1993,
+ abnt-6023-2000-section = {8.1.2.2-2},
+ author ={{BRASIL}},
+ nameaddon={Minist\'erio da Justi{\c c}a},
+ title ={Relat\'orio de atividades},
+ address ={Bras{\'i}lia, DF},
+ year =1993,
+ pagetotal =28}
+@techreport{biblioteca1985,
+ abnt-6023-2000-section = {8.1.2.3-1},
+ organization={Biblioteca Nacional {(Brasil)}},
+ title ={Relat\'orio da diretoria-geral},
+ subtitle={1984},
+ address ={Rio de Janeiro},
+ year =1985,
+ pagetotal =40}
+@techreport{biblioteca1983,
+ abnt-6023-2000-section = {8.1.2.3-2},
+ organization={Biblioteca Nacional {(Portugal)}},
+ title ={O 24 de julho de 1833 e a guerra civil de 1829--1834},
+ address ={Lisboa},
+ year =1983,
+ pagetotal =95}
+@book{pastro1993,
+ abnt-6023-2000-section = {8.2.1},
+ author ={C. Pastro},
+ title ={Arte sacra},
+ subtitle={espa{\c c}o sagrado hoje},
+ address ={S\~ao Paulo},
+ publisher={Loyola},
+ year =1993,
+ pagetotal =343}
+@book{golsalves1971,
+ abnt-6023-2000-section = {8.2.2},
+ editor ={P. E. Gonsalves},
+ editortype={Org.},
+ title ={A crian{\c c}a},
+ subtitle={perguntas e respostas: m\'edicos, psic\'ologos, professores,
+ t\'ecnicos, dentistas...},
+ foreword={Carlos da Silva Lacaz},
+ address ={S\~ao Paulo},
+ publisher={Cultrix: Ed.\ da USP},
+ year =1971,
+ abnt-note={No original est\'a `prof.' em min\'usculas.}}
+@journalpart{febab1973,
+ abnt-6023-2000-section = {8.2.4},
+ title ={Revista Brasileira de Bibliotecnonomia e documenta{\c c}\~ao},
+ address ={S\~ao Paulo},
+ publisher={FEBAB},
+ year ={1973--1992}}
+@journalpart{boletim1965,
+ abnt-6023-2000-section = {8.2.5},
+ title ={{Boletim Estat{\'i}stico} [da] Rede Ferrovi\'aria Federal},
+ address ={Rio de Janeiro},
+ year ={1965--},
+ howpublished={Trimestral},
+ abnt-note={O ítem 8.2.5 da `norma' trata de títulos `gen\'ericos'. Infelizmente
+ o bibtex n\~ao tem como decidir se um título \'e gen\'erico ou n\~ao.
+ Este caso ainda precisa ser trabalhado.}}
+@article{leitao1989,
+ abnt-6023-2000-section = {8.2.6},
+ author ={D. M. Leit{\~a}o},
+ title ={A informa{\c c}\~ao como insumo estrat\'egico},
+ journal ={Ci.\ Inf.},
+ address ={Bras{\'i}lia, DF},
+ volume =22,
+ number =2,
+ pages ={118-123},
+ month ={maio/ago.},
+ year =1989}
+@book{schaum1956,
+ abnt-6023-2000-section = {8.3.1-1},
+ author ={D. Schaum},
+ title ={Schaum's outline of theory and problems},
+ edition ={5th. ed},
+ address ={New York},
+ publisher={Schaum Publishing},
+ year =1956,
+ pagetotal =204,
+ abnt-note={Na verdade a `norma' est\'a em contradi{\c c}\~ao ao
+ usar \emph{Publishing} pois isso \'e equivalente a `Editor'. Tamb\'em
+ o correto seria usar \emph{fifth} e n\~ao \emph{5th}, que \'e o
+ uso tradicional em bibliografias no exterior (j\'a que querem usar
+ este campo em inglês, que o fa{\c c}am direito).}}
+@book{pedrosa1995,
+ abnt-6023-2000-section = {8.3.1-2},
+ author ={I. Pedrosa},
+ title ={Da cor \`a cor inexistente},
+ edition =6,
+ address ={Rio de Janeiro},
+ publisher={L.~Cristiano},
+ year =1995,
+ pagetotal =219}
+@book{francca1996,
+ abnt-6023-2000-section = {8.3.2},
+ author ={J. L. Fran{\c c}a and others},
+ title ={Manual para normaliza{\c c}\~ao de publica{\c c}\~oes
+ t\'ecnico-cient{\'i}ficas},
+ edition ={{3}. ed. rev. e aum.},
+ address ={Belo Horizonte},
+ publisher={Ed. da UFMG},
+ year =1996,
+ abnt-note={Apesar de ser um manual esta entrada n\~ao foi formatada como {\tt manual}
+ e sim como {\tt book} pois n\~ao se enquadra na defini{\c c}\~ao de manual do bibtex.
+ Veja o que acontece se esta referência for formatada como {\tt manual} em
+ \textcite{francco1996}.
+ Note que ainda aparece um `ed.' adicional que ainda precisa ser acertado no
+ estilo.}}
+@manual{francco1996,
+ abnt-6023-2000-section = {8.3.2b},
+ author ={J. L. Fran{\c c}a and others},
+ title ={Manual para normaliza{\c c}\~ao de publica{\c c}\~oes
+ t\'ecnico-cient{\'i}ficas},
+ edition ={{3}. ed. rev. e aum.},
+ address ={Belo Horizonte},
+ publisher={Ed. da UFMG},
+ year =1996,
+ abnt-note={Aqui a referência \textcite{francca1996} foi formatada como {\tt manual} para
+ fins de compara{\c c}\~ao.}}
+@book{zani1995,
+ abnt-6023-2000-section = {8.4.1},
+ author ={R. Zani},
+ title ={Beleza, sa\'ude e bem-estar},
+ address ={S\~ao Paulo},
+ publisher={Saraiva},
+ year =1995,
+ pagetotal =173}
+@book{swokowski1994,
+ abnt-6023-2000-section = {8.4.3},
+ author ={Earl W. Swokowski and Vera Regina L. F. Flores and Quint{\~ao} Moreno, M{\'a}rcio },
+ title ={C\'alculo de geometria anal{\'i}tica},
+ translator={Alfredo Alves de Faria},
+ editora={Antonio Pertence J\'unior},
+ editoratype={technicalreviser},
+ edition =2,
+ address ={S\~ao Paulo},
+ publisher={Makron Books do Brasil},
+ year =1994,
+ note ={2~v.\footnote{O t{\'i}tulo deveria ser: C\'alculo {\em e} geometria anal{\'i}tica
+ e os \'ultimos dois autores na verdade s\~ao os tradutores.}}}
+@book{lazzarini1994,
+ abnt-6023-2000-section = {8.4.4},
+ author ={Lazzarini, Neto, S.},
+ title ={Cria e recria},
+ address ={[S\~ao Paulo]},
+ publisher={SDF Editores},
+ year =1994,
+ pagetotal =108}
+@book{libris1981,
+ abnt-6023-2000-section = {8.4.5-1},
+ title ={Os~grandes cl\'assicos das poesias l{\'i}ricas},
+ publisher={Ex Libris},
+ year =1981,
+ pagetotal =60,
+ pagename={sheet}}
+@book{krieger1992,
+ abnt-6023-2000-section = {8.4.5-2},
+ author ={G. Krieger and L. A. Novaes and T. Faria},
+ title ={Todos os s\'ocios do presidente},
+ edition =3,
+ publisher={Scritta},
+ year =1992,
+ pagetotal =195}
+@book{daghalian1995,
+ abnt-6023-2000-section = {8.5.1-1},
+ author ={J. Daghlian},
+ title ={L\'ogica e \'algebra de Boole},
+ edition =4,
+ address ={S\~ao Paulo},
+ publisher={Atlas},
+ year =1995,
+ pagetotal =167,
+ illustrated={il.},
+ dimensions={21~cm},
+ note ={Bibliografia: p.~166--167},
+ isbn ={85-224-1256-1}}
+@book{lima1985,
+ abnt-6023-2000-section = {8.5.1-2},
+ author ={M. Lima},
+ title ={Tem encontro com Deus},
+ subtitle={teologia para leigos},
+ address ={Rio de Janeiro},
+ publisher={J.~Olympio},
+ year =1985}
+@book{maia1995,
+ abnt-6023-2000-section = {8.5.2-1},
+ editor ={Ana Maria Alfonso-Goldfarb and Carlos A. Maia},
+ editortype={Coord.},
+ title ={Hist\'oria da ci\^encia},
+ subtitle={o mapa do conhecimento},
+ address ={Rio de Janeiro},
+ publisher={Express\~ao e Cultura},
+ address2={S\~ao Paulo},
+ publisher2={EUDSP},
+ year =1995,
+ pagetotal =968,
+ series ={Am\'erica 500 anos},
+ number =2,
+ abnt-note={Nesta referência ainda falta modificar o estilo para que seja
+ acrescentado um segundo conjunto {\tt address} e {\tt publisher}.}}
+@book{figueiredo1990,
+ abnt-6023-2000-section = {8.5.2-2},
+ author ={N. M. Figueiredo},
+ title ={Metodologias para a promo{\c c}\~ao do uso da informa{\c c}\~ao},
+ subtitle={t\'ecnicas aplicadas particularmente em bibliotecas universit\'arias
+ especializadas},
+ address ={S\~ao Paulo},
+ publisher={Nobel},
+ year =1990}
+@book{franco1993,
+ abnt-6023-2000-section = {8.5.3},
+ author ={Itamar Franco},
+ title ={Discursos},
+ subtitle={de outubro de 1992 a agosto de 1993},
+ address ={Bras{\'i}lia, DF},
+ year =1993,
+ pagetotal =107}
+@book{alves1993,
+ abnt-6023-2000-section = {8.5.4},
+ author ={F. B. Gon{\c c}alves},
+ title ={A hist\'oria de {Mirador}},
+ year =1993}
+@manual{vicosa1994,
+ abnt-6023-2000-section = {8.5.5},
+ organization={Universidade Federal de Vi{\c c}osa},
+ title ={Cat\'alogo de gradua{\c c}\~ao, 1994--1995},
+ address ={Vi{\c c}osa, MG},
+ year =1994,
+ pagetotal =385}
+@book{leite1994,
+ abnt-6023-2000-section = {8.6.1},
+ author ={C. B. Leite},
+ title ={O s\'eculo do desempenho},
+ address ={S\~ao Paulo},
+ publisher={LTr},
+ year =1994,
+ pagetotal =160}
+@book{cipolla1993,
+ abnt-6023-2000-section = {8.6.2},
+ author ={S. Cipolla},
+ title ={Eu e a escola 2{$^a$} s\'erie},
+ address ={S\~ao Paulo},
+ publisher={Paulinas},
+ year =1993,
+ pagetotal =63}
+@book{florenzano1993,
+ abnt-6023-2000-section = {8.6.3},
+ author ={E. Florenzano},
+ title ={Dicion\'ario de id\'eias semelhantes},
+ address ={Rio de Janeiro},
+ publisher={Ediouro},
+ year ={[1993]},
+ pagetotal =383}
+@book{biblica1970,
+ abnt-6023-2000-section = {8.6.4},
+ title ={Chave b{\'i}blica},
+ address ={Bras{\'i}lia, DF},
+ publisher={Sociedade B{\'i}blica do Brasil},
+ year ={1970 (impress\~ao 1994)},
+ pagetotal =511}
+@book{ruch1926,
+ abnt-6023-2000-section = {8.6.5},
+ author ={G. Ruch},
+ title ={Hist\'oria geral da civiliza{\c c}\~ao},
+ subtitle={da Antig\"uidade ao {XX} s\'eculo},
+ address ={Rio de Janeiro},
+ publisher={F. Briguiet},
+ year ={1926-1940},
+ note ={4~v., il., 19~cm}}
+@journalpart{grafica1985,
+ abnt-6023-2000-section = {8.6.6},
+ title ={Globo Rural},
+ address ={S\~ao Paulo},
+ publisher={Rio Gr\'afica},
+ year ={1985--\space},
+ note ={Mensal},
+ abnt-note={Aqui o espa{\c c}o após o ano foi for{\c c}ado com o comando {\tt space} para
+ ficar igual ao original, muito embora esse espa{\c c}o n\~ao ocorra em
+ outros exemplos.}}
+@journalpart{industria1957,
+ abnt-6023-2000-section = {8.6.7},
+ title ={Desenvolvimento \& Conjuntura},
+ address ={Rio de Janeiro},
+ publisher={Confedera{\c c}\~ao Nacional da Ind\'ustria},
+ year ={1957-1968},
+ note ={Mensal}}
+@article{alcarde1996,
+ abnt-6023-2000-section = {8.6.8-1},
+ author ={J. C. Alcarde and A. A. Rodella},
+ title ={O equivalente em carbonato de c\'alcio dos corretivos da acidez dos solos},
+ journal ={Scientia Agricola},
+ address ={Piracicaba},
+ volume =53,
+ number ={2/3},
+ pages ={204-210},
+ month ={maio/dez.},
+ year =1996}
+@article{benetton1993,
+ abnt-6023-2000-section = {8.6.8-2},
+ author ={M. J. Benetton},
+ title ={Terapia ocupacional e reabilita{\c c}\~ao psicossocial: uma rela{\c c}\~ao
+ poss{\'i}vel},
+ journal ={Revista de Terapia Ocupacional da {Universidade de S\~ao Paulo}},
+ address ={S\~ao Paulo},
+ volume =4,
+ number =3,
+ pages ={11-16},
+ month =mar,
+ year =1993}
+@article{figueirde1996,
+ abnt-6023-2000-section = {8.6.9-2},
+ author ={E. Figueiredo},
+ title ={Canad\'a e Antilhas: l{\'i}nguas populares, oralidade e
+ literatura},
+ journal ={Gragoat\'a},
+ address ={Niter\'oi},
+ number =1,
+ pages ={127-136},
+ month ={{2. sem.}},
+ year =1996}
+@book{lucci1994,
+ abnt-6023-2000-section = {8.7.1-1},
+ author ={E. A. Lucci},
+ title ={Viver e aprender},
+ subtitle={estudos sociais, 3: exemplar do professor},
+ edition =3,
+ address ={S\~ao Paulo},
+ publisher={Saraiva},
+ year =1994,
+ pages ={96, 7},
+ abnt-note={A \'ultima parte (``96, 7'') foi colocada num campo {\tt pages},
+ n\~ao sei exatamente o que quer dizer, mas atende ao ítem 8.7.1 da
+ `norma'\cite{NBR6023:2000}.}}
+@book{felipe1994,
+ abnt-6023-2000-section = {8.7.1-2},
+ author ={J. F. A. Felipe},
+ title ={A Previd\^encia social na pr\'atica forense},
+ edition =4,
+ address ={Rio de Janeiro},
+ publisher={Forense},
+ year =1994,
+ pages ={viii, 236},
+ abnt-note={A \'ultima parte (``viii, 236'') foi colocada num campo {\tt pages},
+ para atender ao ítem 8.7.1 da
+ `norma'\cite{NBR6023:2000}.}}
+@book{lellis1994,
+ abnt-6023-2000-section = {8.7.1-3},
+ author ={J. Jakubovic and M. Lellis},
+ title ={Matem\'atica na medida certa, 8. s\'erie},
+ subtitle={livro do professor},
+ edition =2,
+ address ={S\~ao Paulo},
+ publisher={Scipione},
+ year =1994,
+ pages ={208, xxi},
+ abnt-note={A \'ultima parte (``208, xxi'') foi colocada num campo {\tt pages},
+ para atender ao ítem 8.7.1 da
+ `norma'\cite{NBR6023:2000}.}}
+
+@book{piaget1980,
+ abnt-6023-2000-section = {8.7.2-1},
+ author ={J. Piaget},
+ title ={Para onde vai a educa{\c c}\~ao},
+ edition =7,
+ address ={Rio de Janeiro},
+ publisher ={J.~Olympio},
+ year =1980,
+ pagetotal =500}
+@book{tabak1993,
+ abnt-6023-2000-section = {8.7.2-2},
+ author ={F. Tabak},
+ title ={A lei como instrumento de mudan{\c c}a social},
+ address ={Fortaleza},
+ publisher={Funda{\c c}\~ao Waldemar Alc\^antara},
+ year =1993,
+ pagetotal =17,
+ pagename={sheet}}
+@book{tourinho1994,
+ abnt-6023-2000-section = {8.7.3},
+ author ={Tourinho, Filho, F. C.},
+ title ={Processo penal},
+ edition ={{16.} ed. rev. e atual.},
+ address ={S\~ao Paulo},
+ publisher={Saraiva},
+ year =1994,
+ howpublished={4~v.},
+ abnt-note={Aqui tivemos a necessidade de `enganar' o estilo bibliogr\'afico.
+ Quando o campo edition inicia por um n\'umero o estilo adiciona
+ autom\'aticamente um "ed.". Neste caso colocamos o n\'umero entre
+ chaves o que resolveu o problema.}}
+@book{silva1996,
+ abnt-6023-2000-section = {8.7.4},
+ author ={D. P. Silva},
+ title ={Vocabul\'ario jur{\'i}dico},
+ edition =4,
+ address ={Rio de Janeiro},
+ publisher={Forense},
+ year =1996,
+ note ={5~v. em~3}}
+@incollection{rego1991,
+ abnt-6023-2000-section = {8.7.5},
+ author ={L. L. B. Rego},
+ title ={O desenvolvimento cognitivo e a prontid\~ao para alfabetiza{\c c}\~ao},
+ editor ={T. N. Carraro},
+ editortype={Org.},
+ booktitle={Aprender pensando},
+ edition =6,
+ address ={Petr\'opolis},
+ publisher={Vozes},
+ year =1991,
+ pages ={31-40}}
+@book{marques1993,
+ abnt-6023-2000-section = {8.7.6-1},
+ author ={M. P. Marques and R. G. Lanzelotte},
+ title ={Banco de dados e hiperm{\'i}dia},
+ subtitle={construindo um metamodelo para o Projeto Portinari},
+ address ={Rio de Janeiro},
+ publisher={PUC, Departamento de Inform\'atica},
+ year =1993,
+ note ={Pagina{\c c}\~ao irregular}}
+@book{tamandare1993,
+ abnt-6023-2000-section = {8.7.6-2},
+ title ={Sistema de ensino Tamandar\'e},
+ subtitle={sargentos do Ex\'ercito e da Aeron\'autica},
+ address ={[Rio de Janeiro]},
+ publisher={Col\'egio Curso Tamandar\'e},
+ year =1993,
+ note ={N\~ao paginado}}
+@book{cesar1994,
+ abnt-6023-2000-section = {8.8-1},
+ author ={A. M. Cesar},
+ title ={A bala e a mitra},
+ address ={Recife},
+ publisher={Baga{\c c}o},
+ year =1994,
+ pagetotal =267,
+ illustrated={il.}}
+@book{azevedo1994,
+ abnt-6023-2000-section = {8.8-2},
+ author ={M. R. de Azevedo},
+ title ={Viva vida},
+ subtitle={estudos sociais, 4.},
+ address ={S\~ao Paulo},
+ publisher={FTD},
+ year =1994,
+ pagetotal =194,
+ illustrated={il. color.}}
+@book{batista1992,
+ abnt-6023-2000-section = {8.8-3},
+ author ={Z. Batista and N. Batista},
+ title ={O foguete do Guido},
+ editora={Marilda Castanha},
+ editoratype={illustrator},
+ address ={S\~ao Paulo},
+ publisher={Ed. do Brasil},
+ year =1992,
+ pagetotal =15,
+ illustrated={principalmente il. color.}}
+@book{chueire1994,
+ abnt-6023-2000-section = {8.8-4},
+ author ={C. Chueire},
+ title ={Marca angelical},
+ editora={Luciane Fadel},
+ editoratype={illustrator},
+ address ={Petr\'opolis},
+ publisher={Vozes},
+ year =1994,
+ pagetotal =18,
+ illustrated={somente il.},
+ dimensions={20~cm},
+ isbn ={85-326-1087-0}}
+@book{duran1993,
+ abnt-6023-2000-section = {8.9-1},
+ author ={J. J. Duran},
+ title ={Ilumina{\c c}\~ao para v{\'i}deo e cinema},
+ address ={S\~ao Paulo},
+ year =1993,
+ pagetotal =126,
+ dimensions={21~cm}}
+@book{chemello1993,
+ abnt-6023-2000-section = {8.9-2},
+ author ={T. Chemello},
+ title ={L\~as, linhas e retalhos},
+ edition =3,
+ address ={S\~ao Paulo},
+ publisher={Global},
+ year =1993,
+ pagetotal =61,
+ illustrated={il.},
+ dimensions={16~cm {$\times$}~23~cm}}
+@book{arbex1993,
+ abnt-6023-2000-section = {8.10-1},
+ author ={Arbex, Junior, J.},
+ title ={Nacionalismo},
+ subtitle={o desafio \`a nova ordem p\'os-socialista},
+ address ={S\~ao Paulo},
+ publisher={Scipione},
+ year =1993,
+ pagetotal =104,
+ illustrated={il.},
+ dimensions={23~cm},
+ series ={Hist\'oria em aberto}}
+@book{carvalho1994,
+ abnt-6023-2000-section = {8.10-2},
+ author ={M. Carvalho},
+ title ={Guia pr\'atico do alfabetizador},
+ address ={S\~ao Paulo},
+ publisher={\'Atica},
+ year =1994,
+ pagetotal =95,
+ dimensions={21~cm},
+ series ={Princ{\'i}pios},
+ number =243}
+@book{miglori1993,
+ abnt-6023-2000-section = {8.10-3},
+ author ={R. Miglori},
+ title ={Paradigmas e educa{\c c}\~ao},
+ address ={S\~ao Paulo},
+ publisher={Aquariana},
+ year =1993,
+ pagetotal =20,
+ dimensions={23~cm},
+ series ={Vis\~ao do futuro},
+ volume =1}
+@book{amaral1994,
+ abnt-6023-2000-section = {8.10-4},
+ author ={Amaral Sobrinho, J.},
+ title ={Ensino fundamental},
+ subtitle={gastos das Uni\~ao e do {MEC} em 1991: tend\^encias},
+ address ={Bras{\'i}lia, DF},
+ publisher={IPEA},
+ year =1994,
+ pagetotal =8,
+ series ={Texto para discuss\~ao},
+ number ={n.~31},
+ abnt-note={O n\'umero em s\'erie n\~ao deveria de levar o `n.', este exemplo \'e uma
+ exce{\c c}\~ao. N\~ao sabemos por que.}}
+@book{rodrigues1994,
+ abnt-6023-2000-section = {8.10-5},
+ author ={A. Rodrigues},
+ title ={Teatro completo},
+ editora={S\'abato Magaldi},
+ editoratype={generalorganizerfo},
+ address ={Rio de Janeiro},
+ publisher={Nova Aguilar},
+ year =1994,
+ pagetotal =1134,
+ dimensions={19~cm},
+ series ={Biblioteca luso-brasileira. Serie brasileira},
+ abnt-note={Falta mesmo o acento em \emph{S\'erie} no exemplo da norma.}}}
+@book{carruth1993,
+ abnt-6023-2000-section = {8.11.1},
+ author ={J. Carruth},
+ title ={A nova casa do Bebeto},
+ translator={Ruth Rocha},
+ editora={Tony Hutchings},
+ editoratype={illustrator},
+ address ={S\~ao Paulo},
+ publisher={C{\'i}rculo do Livro},
+ year =1993,
+ pagetotal =21,
+ note ={T{\'i}tulo original: Moving House}}
+@book{saadi1994,
+ abnt-6023-2000-section = {8.11.2-1},
+ author ={Saadi},
+ title ={O jardim das rosas...},
+ translator={Aur\'elio Buarque de Holanda},
+ address ={Rio de Janeiro},
+ publisher={J. Olympio},
+ year =1944,
+ pagetotal =124,
+ illustrated={il.},
+ series ={Cole{\c c}\~ao Rubaiyat},
+ note ={Vers\~ao francesa de: Franz Toussaint. Original \'arabe}}
+@book{mandino1994,
+ abnt-6023-2000-section = {8.11.2-2},
+ author ={O Mandino},
+ title ={A universidade do sucesso},
+ translator={Eugenia Loureiro},
+ edition =6,
+ address ={Rio de Janeiro},
+ publisher={Record},
+ year =1994,
+ pagetotal =562,
+ dimensions={21~cm},
+ note ={T{\'i}tulo original: The university of success}}
+@book{makau1962,
+ abnt-6023-2000-section = {8.11.3-1},
+ author ={A. B. Makau},
+ title ={Esperanza de la educaci\'on hoy},
+ address ={Lisboa},
+ publisher={J.~Piaget},
+ year =1962,
+ reprinted-from={wmoore1960}}
+@book{wmoore1960,
+ abnt-6023-2000-section = {8.11.3-1b},
+ editor ={W. Moore},
+ title={Construtivismo del movimiento educacional},
+ subtitle={soluciones},
+ address ={C\'ordoba, AR},
+ year =1960,
+ pages ={309-340},
+ abnt-note={Essa referência ainda traz importantes problemas de implementa{\c c}\~ao.
+ No original aparecem dois campos address/publisher. A segunda
+ ocorrência desses campos por enquanto \'e ignorada pelo estilo.}}
+@article{lion1981,
+ abnt-6023-2000-section = {8.11.3-2},
+ author ={M. F. Lion and J. Andrade},
+ title ={Drogas cardiovasculares e gravidez},
+ reprinted-text={Separata de},
+ journal={Arquivos Brasileiros de Cardiologia},
+ address ={S\~ao Paulo},
+ volume =37,
+ number =2,
+ pages ={125-127},
+ year =1981}
+@monography{morgado1990,
+ abnt-6023-2000-section = {8.11.4-1},
+ author ={M. L. C. Morgado},
+ title ={Reimplante dent\'ario},
+ year-presented =1990,
+ type ={Especializa{\c c}\~ao},
+ school ={Faculdade de Odontologia, Universidade Camilo Castelo Branco},
+ pagetotal =51,
+ pagename={sheet},
+ address ={S\~ao Paulo}}
+@mastersthesis{araujo1986,
+ abnt-6023-2000-section = {8.11.4-2},
+ author ={U. A. M. Ara\'ujo},
+ title ={M\'ascaras inteiri{\c c}as Tuk\'una},
+ subtitle={possibilidade de estudo de artefatos
+ de museu para o conhecimento do universo ind{\'i}gena},
+ year-presented=1986,
+ year =1985,
+ pagetotal =102,
+ pagename={sheet},
+ type ={Dissertação (Mestrado em Ci\^encias Sociais)},
+ school ={Funda{\c c}\~ao Escola de Sociologia Pol{\'i}tica de S\~ao Paulo},
+ address ={S\~ao Paulo},
+ abnt-note={No original: `S\~ao Paulo. 1985.', ou seja um ponto após o endere{\c c}o ao
+ inv\'es de uma vírgula que aparentemente deveria ser o correto.}}
+@monography{morgadob1990,
+ abnt-6023-2000-section = {8.11.4-1b},
+ author ={M. L. C. Morgado},
+ title ={Reimplante dent\'ario},
+ year =1990,
+ type ={Especializa{\c c}\~ao},
+ school ={Faculdade de Odontologia, Universidade Camilo Castelo Branco},
+ pagetotal =51,
+ address ={S\~ao Paulo}}
+@monography{morgadoc1990,
+ abnt-6023-2000-section = {8.11.4-1c},
+ author ={M. L. C. Morgado},
+ title ={Reimplante dent\'ario},
+ year =1990,
+ eventyear =1990,
+ type ={Especializa{\c c}\~ao},
+ school ={Faculdade de Odontologia, Universidade Camilo Castelo Branco},
+ pagetotal =51,
+ pagename={sheet},
+ address ={S\~ao Paulo}}
+@book{laurenti1978,
+ abnt-6023-2000-section = {8.11.5-1},
+ author ={R. Laurenti},
+ title ={Mortalidade pr\'e-natal},
+ address ={S\~ao Paulo},
+ publisher={Centro Brasileiro de Classifica{\c c}\~ao de Doen{\c c}as},
+ year =1978,
+ note ={Mimeografado}}
+@article{marins1991,
+ abnt-6023-2000-section = {8.11.5-2},
+ author ={J. L. C. Marins},
+ title ={Massa calcificada da naso-faringe},
+ journal ={Radiologia Brasileira},
+ address ={S\~ao Paulo},
+ number =23,
+ year =1991,
+ note ={No prelo}}
+@inproceedings{malagrino1985,
+ abnt-6023-2000-section = {8.11.5-3},
+ author ={W. Malagrino and others},
+ title ={Estudos preliminares sobre os efeitos de baixas concentra{\c c}\~oes
+ de detergentes ami\^onicos na forma{\c c}\~ao do bisso em
+ \textit{Branchidontas solisianus}},
+ organization={Congresso Brasileiro de Engenharia Sanit\'aria e Ambiental},
+ conference-number=13,
+ conference-address={Macei\'o},
+ conference-year=1985,
+ note ={N\~ao publicado},
+ abnt-note={O original difere completamente, n\~ao ficou claro porque a `norma'
+ neste caso fugiu completamente da formata{\c c}\~ao dos outros exemplos.}}
+@book{zilberman1998,
+ abnt-6023-2000-section = {8.11.5-4},
+ author ={R. Zilberman},
+ title ={A leitura e o ensino da literatura},
+ address ={S\~ao Paulo},
+ publisher={Contexto},
+ year =1988,
+ relatedtype ={recensionof},
+ reprinted-from={silva1988}}
+@article{silva1988,
+ abnt-6023-2000-section = {8.11.5-4b},
+ author ={E. T. Silva},
+ journal ={Ci.\ Inf.},
+ address ={Bras{\'i}lia, DF},
+ volume =17,
+ number =2,
+ month ={jul./dez.},
+ year =1988}
+@book{holanda1994,
+ abnt-6023-2000-section = {8.11.5-6},
+ author ={S. B. Holanda},
+ title ={Caminhos e fronteiras},
+ edition =3,
+ address ={S\~ao Paulo},
+ publisher={Companhia das Letras},
+ year =1994,
+ pagetotal =301,
+ dimensions={21~cm},
+ illustrated={il.},
+ note ={Inclui {\'i}ndice},
+ isbn ={85-7164-411-X}}
+@book{pelosi1993,
+ abnt-6023-2000-section = {8.11.5-7},
+ author ={T. Pelosi},
+ title ={O caminho das cordas},
+ address ={Rio de Janeiro},
+ publisher={Anais},
+ year =1993,
+ pagetotal =158,
+ illustrated={il.},
+ dimensions={21~cm},
+ note ={Bibliografia: p. 115--158}}
+@book{tringali1994,
+ abnt-6023-2000-section = {8.11.5-8},
+ author ={D. Tringali},
+ title ={Escolas liter\'arias},
+ address ={S\~ao Paulo},
+ publisher={Musa},
+ year =1994,
+ pagetotal =246,
+ dimensions={21~cm},
+ note ={Inclui bibliografias}}
+@misc{delosmar1997,
+ abnt-6023-2000-section = {8.11.5-9},
+ title ={Resprin},
+ subtitle={comprimidos},
+ furtherresp={Respons\'avel t\'ecnico Delosmar R.\ Bastos},
+ address ={S\~ao Jos\'e dos Campos},
+ publisher={Johnson \& Johnson},
+ year =1997,
+ note ={Bula de rem\'edio},
+ abnt-note={N\~ao sabemos porque na `norma' foi formatado desse jeito.
+ Seria mais sensato colocar a empresa como autora e formatar
+ como {\tt manual}. Afinal o que \'e uma bula sen\~ao um manual?
+ Veja na referência \textcite{resprinb1997} a nossa sugest\~ao de
+ formata{\c c}\~ao.}}
+@manual{resprinb1997,
+ abnt-6023-2000-section = {8.11.5-9b},
+ title ={Resprin},
+ subtitle={comprimidos},
+ furtherresp={Respons\'avel t\'ecnico Delosmar R.\ Bastos},
+ address ={S\~ao Jos\'e dos Campos},
+ organization={Johnson \& Johnson},
+ year =1997,
+ note ={Bula de rem\'edio},
+ abnt-note={Esta \'e a nossa sugest\~ao de formata{\c c}\~ao para a referência
+ \textcite{delosmar1997}.}}
+@book{cardim1984,
+ abnt-6023-2000-section = {8.11.5-11},
+ author ={M. S. Cardim},
+ title ={Constitui o ensino de 2$^o$ grau regular noturno uma verdadeira educa{\c c}\~ao
+ de adultos?},
+ address ={Curitiba},
+ publisher={Universidade Federal do Paran\'a, Setor de Educa{\c c}\~ao},
+ year =1984,
+ note ={3 microfichas. Redu{\c c}\~ao de 1:24.000}}
+
+@book{cretella1992,
+ abnt-6023-2000-section = {9.1-1},
+ author ={Cretella, J\'unior, J.},
+ title ={Do impeachment no direito brasileiro},
+ address ={[S\~ao Paulo]},
+ publisher ={R. dos Tribunais},
+ year =1992,
+ pagetotal =107,
+ abnt-note={A pagina{\c c}\~ao no exemplo da `norma' est\'a `p.~107'.}}
+@article{boletime1965,
+ abnt-6023-2000-section = {9.1-2},
+ title ={Boletim~estat{\'i}stico [da] Rede Ferrovi\'aria Federal},
+ address ={Rio de Janeiro},
+ year =1965,
+ pages =20,
+ abnt-note={A pagina{\c c}\~ao no exemplo da `norma' est\'a `p.~20'.}}
+@book{freyre1943,
+ abnt-6023-2000-section = {9.2.2-1},
+ author ={G. Freyre},
+ title ={Casa grande \& senzala},
+ subtitle={forma{\c c}\~ao da fam{\'i}lia brasileira sob regime de economia
+ patriarcal},
+ address ={Rio de Janeiro},
+ publisher={J.~Olympio},
+ year =1943,
+ howpublished={2~v.}}
+@book{freyre1936,
+ abnt-6023-2000-section = {9.2.2-2},
+ author ={G. Freyre},
+ title ={Sobrados e mocambos},
+ subtitle={decad\^encia do patriarcado rural no Brasil},
+ address ={S\~ao Paulo},
+ publisher={Ed.~Nacional},
+ year =1936,
+ abnt-note={O certo deveria ser `Nacional' e n\~ao `Ed.~Nacional'.}}
+@book{freyreg1936,
+ abnt-6023-2000-section = {9.2.3-1},
+ author ={G. Freyre},
+ title ={Sobrados e mocambos},
+ subtitle={decad\^encia do patriarcado rural no Brasil},
+ address ={S\~ao Paulo},
+ publisher={Ed.~Nacional},
+ year =1936,
+ pagetotal =405}}
+@book{freyre1938,
+ abnt-6023-2000-section = {9.2.3-2},
+ author ={G. Freyre},
+ title ={Sobrados e mocambos},
+ subtitle={decad\^encia do patriarcado rural no Brasil},
+ address ={S\~ao Paulo},
+ publisher={Ed.~Nacional},
+ year =1938,
+ edition =2,
+ pagetotal =410},
+ abnt-note={No original n\~ao h\'a espa{\c c}o entre as pontua{\c c}\~oes, isto \'e, aparece
+ `\underline{\ \ \ \ \ \ \ \ }.\underline{\ \ \ \ \ \ \ \ }.'}
+
diff --git a/Master/texmf-dist/doc/latex/biblatex-abnt/abnt-testcase/abntex2-doc-test.bib b/Master/texmf-dist/doc/latex/biblatex-abnt/abnt-testcase/abntex2-doc-test.bib
new file mode 100644
index 00000000000..19b637e2192
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-abnt/abnt-testcase/abntex2-doc-test.bib
@@ -0,0 +1,244 @@
+%% This BibTeX bibliography file was created using BibDesk.
+%% http://bibdesk.sourceforge.net/
+
+
+%% Created for Lauro Cesar Araujo at 2013-10-12 11:06:55 -0300
+
+
+%% Saved with string encoding Unicode (UTF-8)
+
+
+@string{abnt.test.header = {$Header: /home/cvsroot/abntex/texmf/bibtex/bib/abntex/abnt-test.bib,v 1.7 2003/04/10 11:30:51 gweber Exp $}}
+
+@string{cmb = {Cell.\ Mol.\ Biol.}}
+
+@string{ieee = {Institute of Electrical and Electronics Engineers, Inc.}}
+
+
+@inbook{hamada2008,
+ Address = {Nova York, Estados Unidos},
+ Annote = {Exemplo de refer{\^e}ncia do tipo cap{\'i}tulo com autor diferente do autor do livro
+
+Exemplo apresentado por Ello{\'a} Guedes (https://plus.google.com/u/0/112154097203276154799) no grupo do G+
+
+"Matar a charada n{\~a}o foi t{\~a}o trivial considerando o guia do abntex2cite, pois um exemplo mais completo est{\'a} faltando. Todos eles mostram o mesmo "In: ___ ".
+
+Gostaria de sugerir a refer{\^e}ncia que estou utilizando como exemplo para gera{\c c}{\~a}o correta de refer{\^e}ncias tipo cap{\'i}tulo com autor diferente do autor do livro. Acho que pode ser {\'u}til para outras pessoas."
+
+https://github.com/abntex/abntex2/issues/82},
+ Author = {Mitsuru Hamada},
+ Booktitle = {Cryptography and Research Perspectives},
+ Date-Added = {2013-10-12 14:03:25 +0000},
+ Date-Modified = {2013-10-12 14:05:25 +0000},
+ bookauthor = {Roland E. Chen},
+ Pages = {1-48},
+ Publisher = {Nova Science Publishers},
+ Title = {Constructive Codes for Classical and Quantum Wiretap Channels},
+ Year = {2008}}
+
+@book{acentos1,
+ Organization = {\'a\'e{\'i}\'o\'u{\c c}\~a\~o {\'a}{\'e}{\'i}{\'o}{\'u}{\c c}{\~a}{\~o}},
+ Title = {teste}}
+
+@article{ARTICLE1,
+ Address = {Endere{\c c}o},
+ Author = {First von Last, Jr.},
+ Journal = {T{\'i}tulo da Revista},
+ Month = {M{\^e}s},
+ Number = 2,
+ Pages = {15905-15913},
+ Title = {T{\'i}tulo da Obra: artigo com um autor},
+ Volume = 10,
+ Year = 2000}
+
+@article{ARTICLE2,
+ Address = {Endere{\c c}o},
+ Author = {First von Last, Jr. and Second von Previous, Filho},
+ Journal = {T{\'i}tulo da Revista},
+ Month = {M{\^e}s},
+ Number = 2,
+ Pages = {15905-15913},
+ Title = {T{\'i}tulo da Obra: artigo com dois autores},
+ Volume = 10,
+ Year = 2000}
+
+@article{ARTICLE3,
+ Address = {Endere{\c c}o},
+ Author = {First von Last, Jr. and Second von Previous, Filho and Terceiro da Silva},
+ Journal = {T{\'i}tulo da Revista},
+ Month = {M{\^e}s},
+ Number = 2,
+ Pages = {15905-15913},
+ Title = {T{\'i}tulo da Obra: artigo com tr\^es autores},
+ Volume = 10,
+ Year = 2000}
+
+@article{ARTICLE4,
+ Address = {Endere{\c c}o},
+ Author = {First von Last, Jr. and Second von Previous, Filho and Terceiro da Silva and Quarto Quinto},
+ Journal = {T{\'i}tulo da Revista},
+ Month = {M{\^e}s},
+ Number = 2,
+ Pages = {15905-15913},
+ Title = {T{\'i}tulo da Obra: artigo com quatro autores},
+ Volume = 10,
+ Year = 2000}
+
+@article{Tsen86,
+ Author = {K T Tsen and H Morko{\c{c}}},
+ Journal = {Phys.\ Rev.~B},
+ Pages = {4412-4414},
+ Title = {Population relaxation time of nonequilibrium {LO} phonons and electron-phonon interactions in {GaAs--Al$_x$Ga$_{1-x}$As} multiple-quantum-well structures},
+ Volume = {34},
+ Year = 1986}
+
+@article{Schroter98,
+ Author = {U Schr\"oter and D Heitmann},
+ Journal = {Phys.\ Rev.~B},
+ Pages = {15419-15421},
+ Title = {Surface-plasmon-enhanced transmission through metallic gratings},
+ Volume = 58,
+ Year = 1998}
+
+@article{Sun99,
+ Author = {H Sun},
+ Contribuidopor = {G.W.},
+ Journal = {Phys.\ Rev.\ B},
+ Pages = {15381-15384},
+ Title = {Electronic states of {V}-shaped semiconductor quantum wires in electric fields},
+ Volume = 58,
+ Year = 1999}
+
+@article{Creci99,
+ Author = {Geraldo Creci and Gerald Weber},
+ Contribuidopor = {G.W.},
+ Journal = {Semicond.\ Sci.\ Technol.},
+ Pages = {690-694},
+ Title = {Electron and hole states in {V}-groove quantum wires: an effective potential calculation},
+ Volume = 14,
+ Year = 1999}
+
+@article{Subramaniam98,
+ Author = {V Subramaniam and A K Kirsch and T M Jovin},
+ Contribuidopor = {G.W.},
+ Journal = cmb,
+ Pages = {689-700},
+ Title = {Cell biological applications of scanning near-field optical microscopy {(NSOM)}},
+ Volume = 44,
+ Year = 1998}
+
+@article{Deng00,
+ Author = {Z-Y Deng and X Chen and T Ohji and T Kobayashi},
+ Contribuidopor = {G.W.},
+ Journal = {Phys.\ Rev.\ B},
+ Pages = {15905-15913},
+ Title = {Subband structures and exciton and impurity states in {V}-shaped {GaAs-Ga$_{1-x}$Al$_x$As} quantum wires},
+ Volume = 61,
+ Year = 2000}
+
+@book{Koneman99,
+ Address = {Buenos Aires},
+ Author = {E W Koneman and S D Allen and W M Janda and P C Schreckenberger and W C Winn},
+ Contribuidopor = {G.W.},
+ Edition = 5,
+ Publisher = {M{\'e}dica Panamericana},
+ Title = {Diagn{\'o}stico Microbiol{\'o}gico},
+ Year = 1999}
+
+@book{Cardona82,
+ Address = {Berlin},
+ Contribuidopor = {G.W.},
+ Editor = {M. Cardona and G. G{\"u}ntherodt},
+ Isbn = {3-540-11513-7},
+ Number = 51,
+ Publisher = {Springer},
+ Series = {Topics in applied physics},
+ Title = {Light Scattering in Solids},
+ Year = {1982}}
+
+@article{Eiter99:HAA,
+ Author = {Eiter, Thomas and others},
+ Contribuidopor = {E.T.L.},
+ Journal = {Artificial Intelligence},
+ Pages = {179-255},
+ Publisher = {Elsevier},
+ Title = {Heterogeneous Active Agents, {I}: Semantics},
+ Volume = {108},
+ Year = 1999}
+
+@article{Inverno97:Formalisms,
+ Author = {d'Inverno, Mark and Fisher, Michael and Lomuscio, Alessio and Luck, Michael and de Rijke, Maarten and Ryan, Mark and Wooldridge, Michael},
+ Contribuidopor = {E.T.L.},
+ Journal = {The Knowledge Engeneering Review},
+ Number = 12,
+ Title = {Formalisms for Multi-Agent Systems},
+ Volume = 3,
+ Year = 1997}
+
+@book{Ferber95:SMA,
+ Address = {Paris},
+ Author = {Ferber, Jacques},
+ Contribuidopor = {E.T.L.},
+ Publisher = {InterEditions},
+ Title = {Les Syst\`emes Multi-Agent: Vers une Inteligence Collective},
+ Year = 1995}
+
+@incollection{Jennings98:Applications,
+ Address = {Heidelberg},
+ Author = {Nicholas R. Jennings and Michael J. Wooldridge},
+ Booktitle = {Agent Technology: Foundations, Applications, and Markets},
+ Contribuidopor = {E.T.L.},
+ Editor = {Nicholas R. Jennings and Michael J. Wooldridge},
+ Pages = {3--28},
+ Publisher = {Springer},
+ Title = {Applications of Intelligent Agents},
+ Year = 1998}
+
+@manual{Bumgardner97:Syd,
+ Author = {Bumgardner, Jim},
+ Contribuidopor = {E.T.L.},
+ Title = {Syd 1.0.5: User Manual},
+ Year = 1997}
+
+@inproceedings{Valiant95:Rationality,
+ Address = {Santa Cruz (CA)},
+ Author = {Valiant, Leslie G.},
+ Booktitle = {Proc. of the 8th Annual Conference on Computer Learning Theory},
+ Contribuidopor = {E.T.L.},
+ Month = {July 5-8},
+ Title = {Rationality},
+ Year = 1995}
+
+@techreport{Singh91:Intentions,
+ Author = {Munindar P. Singh},
+ Contribuidopor = {E.T.L.},
+ Institution = {Unknown},
+ Title = {Intentions for Multiagent Systems},
+ Year = 1991}
+
+@unpublished{Mccarthy92:Elephant,
+ Author = {John McCarthy},
+ Contribuidopor = {E.T.L.},
+ Note = {Artigo do McCarthy sobre a linguage de programa\c{c}\~ao Elephant},
+ Title = {Elephant 2000: A Programming Language Based on Speech Acts},
+ options = {nosl},
+ Year = 1992}
+
+@phdthesis{Giraffa:1999,
+ Address = {Porto Alegre},
+ Author = {L{\'u}cia M. Martins Giraffa},
+ Contribuidopor = {Ligia Fl{\'a}via},
+ School = {Universidade Federal do Rio Grande do Sul},
+ Title = {Uma arquitetura de tutor utilizando estados mentais},
+ eventyear = {1999}}
+
+@inproceedings{Chiao00,
+ Address = {Piscataway, NJ},
+ Author = {B. Elamaran and Iao-Mak Chio and Liang-Yu Chen and Jung-Chih Chiao},
+ Booktitle = {Proceedings...},
+ Organization = {Microwave Symposium digest,{ 67., 2000, Massachussets}},
+ Pages = {835-838},
+ Publisher = IEEE,
+ Title = {{A Beam-Steerer Using Reconfigurable PBG Ground Plane}},
+ Volume = {2},
+ Year = {2000}}
diff --git a/Master/texmf-dist/doc/latex/biblatex-abnt/abnt-testcase/abntex2-doc.bib b/Master/texmf-dist/doc/latex/biblatex-abnt/abnt-testcase/abntex2-doc.bib
new file mode 100644
index 00000000000..4cd19543101
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-abnt/abnt-testcase/abntex2-doc.bib
@@ -0,0 +1,792 @@
+%% This BibTeX bibliography file was created using BibDesk.
+%% http://bibdesk.sourceforge.net/
+
+
+%% Created for Lauro Cesar Araujo at 2015-04-27 19:42:19 -0300
+
+
+%% Saved with string encoding Unicode (UTF-8)
+
+%% %% Modificado 31-07-2015, Youssef Cherem: remoção de maiúsculas entre chaves, como {A}.
+
+
+@string{abntex.doc.header = {$Header: /home/cvsroot/abntex/texmf/bibtex/bib/abntex/abntex-doc.bib,v 1.1 2003/03/21 18:28:12 gweber Exp $}}
+
+
+@book{ibge1993,
+ Address = {Rio de Janeiro},
+ Author = {IBGE},
+ Date-Added = {2013-08-21 13:48:18 +0000},
+ Date-Modified = {2013-08-21 13:55:50 +0000},
+ Edition = {3},
+ Organization = {http://biblioteca.ibge.gov.br/visualizacao/livros/liv23907.pdf},
+ Publisher = {Centro de Documenta{\c c}{\~a}o e Dissemina{\c c}{\~a}o de Informa{\c c}{\~o}es. Funda{\c c}{\~a}o Intituto Brasileiro de Geografia e Estat{\'i}stica},
+ Title = {Normas de apresenta{\c c}{\~a}o tabular},
+ Urlaccessdate = {21 ago 2013},
+ Year = {1993}}
+
+@manual{abntex2modelo-livro,
+ Annote = {Este documento {\'e} derivado do \cite{abnt-bibtex-doc}},
+ Author = {Youssef Cherem},
+ Date-Added = {2013-08-20 11:04:36 +0000},
+ Date-Modified = {2015-04-27 22:41:44 +0000},
+ Organization = {Equipe abnTeX2},
+ Title = {Modelo de Livro produzido com abnTeX2},
+ Url = {http://www.abntex.net.br/},
+ Year = {2015},
+ Bdsk-Url-1 = {http://www.abntex.net.br/}}
+
+@manual{NBR14724:2011,
+ Address = {Rio de Janeiro},
+ Date-Added = {2013-03-18 14:19:32 +0000},
+ Date-Modified = {2013-03-18 14:20:15 +0000},
+ Month = mar,
+ Org-Short = {ABNT},
+ Organization = {Associa{\c c}\~ao Brasileira de Normas T\'ecnicas},
+ pagetotal = 15,
+ Subtitle = {Informa{\c c}\~ao e documenta{\c c}\~ao --- Trabalhos acad\^emicos --- Apresenta{\c c}\~ao},
+ Title = {{ABNT NBR} 14724:2011},
+ Year = 2011}
+
+@manual{NBR6024:2012,
+ Address = {Rio de Janeiro},
+ Date-Added = {2013-03-18 13:32:00 +0000},
+ Date-Modified = {2013-03-18 13:33:17 +0000},
+ Month = feb,
+ Org-Short = {ABNT},
+ Organization = {Associa{\c c}\~ao Brasileira de Normas T\'ecnicas},
+ pagetotal = 4,
+ Subtitle = {Informa{\c c}\~ao e Documenta{\c c}\~ao - Numera{\c c}\~ao progressiva das se{\c c}\~oes de um documento - Apresenta{\c c}\~ao},
+ Title = {{ABNT NBR} 6024: 2012},
+ Year = 2012}
+
+@manual{abntex2modelo-glossario,
+ Author = {Lauro C{\'e}sar Araujo},
+ Date-Added = {2013-03-11 13:38:46 +0000},
+ Date-Modified = {2015-04-27 22:42:02 +0000},
+ Organization = {Equipe abnteX2},
+ Title = {Exemplo de uso de gloss{\'a}rio com abnTeX2},
+ Url = {http://www.abntex.net.br/},
+ Year = {2015},
+ Bdsk-Url-1 = {http://www.abntex.net.br/}}
+
+@manual{babel,
+ Author = {Johannes Braams},
+ Date-Added = {2013-02-17 14:07:33 +0000},
+ Date-Modified = {2013-02-17 14:07:33 +0000},
+ Month = {April},
+ Title = {Babel, a multilingual package for use with LATEX's standard document classes},
+ Url = {http://mirrors.ctan.org/info/babel/babel.pdf},
+ Urlaccessdate = {17.2.2013},
+ Year = {2008},
+ Bdsk-Url-1 = {http://mirrors.ctan.org/info/babel/babel.pdf}}
+
+@manual{oberdiek2011,
+ Author = {Heiko Oberdiek},
+ Date-Added = {2013-02-03 23:17:19 +0000},
+ Date-Modified = {2013-02-03 23:18:01 +0000},
+ Month = {dez},
+ Title = {The bookmark package},
+ Url = {https://www.ctan.org/pkg/bookmark},
+ Urlaccessdate = {27.2.2015},
+ Year = {2011}}
+
+@manual{enumitem,
+ Author = {Javier Bezos},
+ Date-Added = {2013-01-22 10:24:05 +0000},
+ Date-Modified = {2013-01-22 10:31:21 +0000},
+ Month = {9},
+ Organization = {CTAN},
+ Title = {Customizing lists with the enumitem package},
+ Url = {http://linorg.usp.br/CTAN/macros/latex/contrib/enumitem/enumitem.pdf},
+ Urlaccessdate = {22.1.2013},
+ Year = {2011},
+ Bdsk-Url-1 = {http://linorg.usp.br/CTAN/macros/latex/contrib/enumitem/enumitem.pdf}}
+
+@manual{abntex2modelo-projeto-pesquisa,
+ Annote = {Este documento {\'e} derivado do \cite{abnt-bibtex-doc}},
+ Author = {Lauro C{\'e}sar Araujo},
+ Date-Added = {2013-01-19 09:55:40 +0000},
+ Date-Modified = {2015-04-27 22:41:54 +0000},
+ Organization = {Equipe abnTeX2},
+ Title = {Modelo Can{\^o}nico de Projeto de pesquisa com abnTeX2},
+ Url = {http://www.abntex.net.br/},
+ Year = {2015},
+ Bdsk-Url-1 = {http://www.abntex.net.br/}}
+
+@manual{abntex2modelo-artigo,
+ Annote = {Este documento {\'e} derivado do \cite{abnt-bibtex-doc}},
+ Author = {Lauro C{\'e}sar Araujo},
+ Date-Added = {2013-01-15 00:08:47 +0000},
+ Date-Modified = {2015-04-27 22:41:58 +0000},
+ Organization = {Equipe abnTeX2},
+ Title = {Modelo Can{\^o}nico de Artigo cient{\'i}fico com abnTeX2},
+ Url = {http://www.abntex.net.br/},
+ Year = {2015},
+ Bdsk-Url-1 = {http://www.abntex.net.br/}}
+
+@manual{abntex2modelo-relatorio,
+ Annote = {Este documento {\'e} derivado do \cite{abnt-bibtex-doc}},
+ Author = {Lauro C{\'e}sar Araujo},
+ Date-Added = {2013-01-15 00:06:21 +0000},
+ Date-Modified = {2015-04-27 22:41:51 +0000},
+ Organization = {Equipe abnTeX2},
+ Title = {Modelo Can{\^o}nico de Relat{\'o}rio T{\'e}cnico e/ou Cient{\'i}fico com abnTeX2},
+ Url = {http://www.abntex.net.br/},
+ Year = {2015},
+ Bdsk-Url-1 = {http://www.abntex.net.br/}}
+
+@manual{DOI,
+ Address = {Oxford},
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Org-Short = {IDF},
+ Organization = {International DOI Foundation},
+ Title = {The {DOI} handbook},
+ Url = {doi:10.1000/182},
+ Year = 2003,
+ Bdsk-Url-1 = {doi:10.1000/182}}
+
+@manual{ISO4:1997,
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Org-Short = {ISO},
+ Organization = {International Standards Organization},
+ Subtitle = {Information and documentation --- Rules for the abbreviation of title words and titles of publications},
+ Title = {{ISO} 4:1997},
+ Year = 1997}
+
+@manual{ISO214:1976,
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Org-Short = {ISO},
+ Organization = {International Standards Organization},
+ Subtitle = {Documentation --- Abstracts for publications and documentation},
+ Title = {{ISO} 214:1976},
+ Year = 1976}
+
+@manual{ISO215:1986,
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Org-Short = {ISO},
+ Organization = {International Standards Organization},
+ Subtitle = {Documentation --- Presentation of contributions to periodicals and other serials},
+ Title = {{ISO} 215:1986},
+ Year = 1986}
+
+@manual{ISO639-1:2002,
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Org-Short = {ISO},
+ Organization = {International Standards Organization},
+ Subtitle = {Codes for the representation of names of languages --- Part 1: Alpha-2 code},
+ Title = {{ISO} 639-1:2002},
+ Year = 2002}
+
+@manual{ISO639-2:1998,
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Org-Short = {ISO},
+ Organization = {International Standards Organization},
+ Subtitle = {Codes for the representation of names of languages -- Part 2: Alpha-3 code},
+ Title = {{ISO} 639-2:1998},
+ Year = 1998}
+
+@manual{ISO690-2:1997,
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Org-Short = {ISO},
+ Organization = {International Standards Organization},
+ Subtitle = {Information and documentation --- Bibliographic references Part 2: Electronic documents or parts thereof},
+ Title = {{ISO} 690-2},
+ Url = {http://www.nlc-bnc.ca/iso/tc46sc9/standard/690-2e.htm},
+ Urlaccessdate = {31 mar. 2003},
+ Year = 1997,
+ Bdsk-Url-1 = {http://www.nlc-bnc.ca/iso/tc46sc9/standard/690-2e.htm}}
+
+@manual{ISO690:1987,
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Org-Short = {ISO},
+ Organization = {International Standards Organization},
+ Subtitle = {Information and documentation --- Bibliographic references --- Content, form and structure},
+ Title = {{ISO} 690:1987},
+ Url = {http://www.nlc-bnc.ca/iso/tc46sc9/standard/690-1e.htm},
+ Urlaccessdate = {31 mar. 2003},
+ Year = 1987,
+ Bdsk-Url-1 = {http://www.nlc-bnc.ca/iso/tc46sc9/standard/690-1e.htm}}
+
+@manual{ISO832:1994,
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Org-Short = {ISO},
+ Organization = {International Standards Organization},
+ Subtitle = {Information and documentation --- Bibliographic description and references --- Rules for the abbreviation of bibliographic terms},
+ Title = {{ISO} 832:1994},
+ Url = {http://www.nlc-bnc.ca/iso/tc46sc9/standard/832e.htm},
+ Urlaccessdate = {31 mar. 2003},
+ Year = 1994,
+ Bdsk-Url-1 = {http://www.nlc-bnc.ca/iso/tc46sc9/standard/832e.htm}}
+
+@manual{ISO999:1996,
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Org-Short = {ISO},
+ Organization = {International Standards Organization},
+ Subtitle = {Information and documentation --- Guidelines for the content, organization and presentation of indexes},
+ Title = {{ISO} 999:1996},
+ Url = {http://www.nlc-bnc.ca/iso/tc46sc9/standard/999e.htm},
+ Urlaccessdate = {31 mar. 2003},
+ Year = 1996,
+ Bdsk-Url-1 = {http://www.nlc-bnc.ca/iso/tc46sc9/standard/999e.htm}}
+
+@manual{ISO2108:1992,
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Org-Short = {ISO},
+ Organization = {International Standards Organization},
+ Subtitle = {Information and documentation --- International Standard Book Numbering ({ISBN})},
+ Title = {{ISO} 2108:1992},
+ Url = {http://www.nlc-bnc.ca/iso/tc46sc9/standard/2108e.htm},
+ Urlaccessdate = {31 mar. 2003},
+ Year = 1992,
+ Bdsk-Url-1 = {http://www.nlc-bnc.ca/iso/tc46sc9/standard/2108e.htm}}
+
+@manual{ISO2788:1986,
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Org-Short = {ISO},
+ Organization = {International Standards Organization},
+ Subtitle = {Documentation --- Guidelines for the establishment and development of monolingual thesauri},
+ Title = {{ISO} 2788:1986},
+ Year = 1986}
+
+@manual{ISO3297:1998,
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Org-Short = {ISO},
+ Organization = {International Standards Organization},
+ Subtitle = {Information and documentation --- International standard serial number ({ISSN})},
+ Title = {{ISO} 3297:1998},
+ Year = 1998}
+
+@manual{ISO3901:2001,
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Org-Short = {ISO},
+ Organization = {International Standards Organization},
+ Subtitle = {Information and documentation --- International Standard Recording Code ({ISRC})},
+ Title = {{ISO} 3901:2001},
+ Year = 2001}
+
+@manual{ISO5122:1979,
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Org-Short = {ISO},
+ Organization = {International Standards Organization},
+ Subtitle = {Documentation --- Abstract sheets in serial publications},
+ Title = {{ISO} 5122:1979},
+ Year = 1979}
+
+@manual{ISO5123:1984,
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Org-Short = {ISO},
+ Organization = {International Standards Organization},
+ Subtitle = {Documentation --- Headers for microfiche of monographs and serials},
+ Title = {{ISO} 5123:1984},
+ Year = 1984}
+
+@manual{ISO5963:1985,
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Org-Short = {ISO},
+ Organization = {International Standards Organization},
+ Subtitle = {Documentation --- Methods for examining documents, determining their subjects, and selecting indexing terms},
+ Title = {{ISO} 5963:1985},
+ Year = 1985}
+
+@manual{ISO5964:1985,
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Org-Short = {ISO},
+ Organization = {International Standards Organization},
+ Subtitle = {Documentation --- Guidelines for the establishment and development of multilingual thesauri},
+ Title = {{ISO} 5964:1985},
+ Year = 1985}
+
+@manual{ISO7154:1983,
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Org-Short = {ISO},
+ Organization = {International Standards Organization},
+ Subtitle = {Documentation --- Bibliographic filing principles},
+ Title = {{ISO} 7154:1983},
+ Year = 1983}
+
+@manual{ISO7220:1996,
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Org-Short = {ISO},
+ Organization = {International Standards Organization},
+ Subtitle = {Information and documentation --- Presentation of catalogues of standards},
+ Title = {{ISO} 7220:1996},
+ Year = 1996}
+
+@manual{ISO10324:1997,
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Org-Short = {ISO},
+ Organization = {International Standards Organization},
+ Subtitle = {Information and documentation --- Holdings statements --- Summary level},
+ Title = {{ISO} 10324:1997},
+ Year = 1997}
+
+@manual{ISO10444:1994,
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Org-Short = {ISO},
+ Organization = {International Standards Organization},
+ Subtitle = {Information and documentation --- International standard technical report number ({ISRN})},
+ Title = {{ISO} 10444:1994},
+ Year = 1994}
+
+@manual{ISO10957:1993,
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Org-Short = {ISO},
+ Organization = {International Standards Organization},
+ Subtitle = {Information and documentation --- International standard music number ({ISMN})},
+ Title = {{ISO} 10957:1993},
+ Url = {http://www.nlc-bnc.ca/iso/tc46sc9/standard/10957e.htm},
+ Urlaccessdate = {24 abr. 2003},
+ Year = 1993,
+ Bdsk-Url-1 = {http://www.nlc-bnc.ca/iso/tc46sc9/standard/10957e.htm}}
+
+@manual{ISO11108:1996,
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Org-Short = {ISO},
+ Organization = {International Standards Organization},
+ Subtitle = {Information and documentation --- Archival paper --- Requirements for permanence and durability},
+ Title = {{ISO} 11108:1996},
+ Year = 1996}
+
+@manual{ISO11798:1999,
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Org-Short = {ISO},
+ Organization = {International Standards Organization},
+ Subtitle = {Information and documentation --- Permanence and durability of writing, printing and copying on paper --- Requirements and test methods},
+ Title = {{ISO} 11798:1999},
+ Year = 1999}
+
+@manual{ISO15706:2002,
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Org-Short = {ISO},
+ Organization = {International Standards Organization},
+ Subtitle = {Information and documentation --- International Standard Audiovisual Number ({ISAN})},
+ Title = {{ISO} 15706:2002},
+ Url = {http://www.nlc-bnc.ca/iso/tc46sc9/standard/15706e.htm},
+ Urlaccessdate = {24 abr. 2003},
+ Year = 2002,
+ Bdsk-Url-1 = {http://www.nlc-bnc.ca/iso/tc46sc9/standard/15706e.htm}}
+
+@manual{ISO15707:2001,
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Org-Short = {ISO},
+ Organization = {International Standards Organization},
+ Subtitle = {Information and documentation --- International Standard Musical Work Code ({ISWC})},
+ Title = {{ISO} 15707:2001},
+ Url = {http://www.nlc-bnc.ca/iso/tc46sc9/15707.htm},
+ Urlaccessdate = {24 abr. 2003},
+ Year = 2001,
+ Bdsk-Url-1 = {http://www.nlc-bnc.ca/iso/tc46sc9/15707.htm}}
+
+@manual{NBR6021:1994,
+ Address = {Rio de Janeiro},
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Month = oct,
+ Org-Short = {ABNT},
+ Organization = {Associa{\c c}\~ao Brasileira de Normas T\'ecnicas},
+ pagetotal = 3,
+ Subtitle = {Apresenta{\c c}\~ao de peri\'odicos},
+ Title = {{NBR} 6021},
+ Year = 1994}
+
+@manual{NBR6022:1994,
+ Address = {Rio de Janeiro},
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Month = aug,
+ Org-Short = {ABNT},
+ Organization = {Associa{\c c}\~ao Brasileira de Normas T\'ecnicas},
+ pagetotal = 2,
+ Subtitle = {Apresenta{\c c}\~ao de artigos em publica{\c c}\~oes peri\'odicos},
+ Title = {{NBR} 6022},
+ Year = 1994}
+
+@manual{NBR6023:2000,
+ Address = {Rio de Janeiro},
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Org-Short = {ABNT},
+ Organization = {Associa{\c c}\~ao Brasileira de Normas T\'ecnicas},
+ pagetotal = 22,
+ Subtitle = {Informa{\c c}\~ao e documenta{\c c}\~ao --- Refer\^encias --- Elabora{\c c}\~ao},
+ Title = {{NBR} 6023},
+ Year = 2000}
+
+@manual{NBR6023:2002,
+ Address = {Rio de Janeiro},
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Month = aug,
+ Note = {Substitui a Ref.~\textcite{NBR6023:2000}},
+ Org-Short = {ABNT},
+ Organization = {Associa{\c c}\~ao Brasileira de Normas T\'ecnicas},
+ pagetotal = 24,
+ Subtitle = {Informa{\c c}\~ao e documenta{\c c}\~ao --- Refer\^encias --- Elabora{\c c}\~ao},
+ Title = {{NBR} 6023},
+ Year = 2002}
+
+@manual{NBR6024:1989,
+ Address = {Rio de Janeiro},
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Month = aug,
+ Org-Short = {ABNT},
+ Organization = {Associa{\c c}\~ao Brasileira de Normas T\'ecnicas},
+ pagetotal = 2,
+ Subtitle = {Numera{\c c}\~ao progressiva das se{\c c}\~oes de um documento},
+ Title = {{NBR} 6024},
+ Year = 1989}
+
+@manual{NBR6025:2002,
+ Address = {Rio de Janeiro},
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Month = set,
+ Org-Short = {ABNT},
+ Organization = {Associa{\c c}\~ao Brasileira de Normas T\'ecnicas},
+ pagetotal = 6,
+ Subtitle = {Informa{\c c}\~ao e documenta{\c c}\~ao --- Revis\~ao de originais e provas},
+ Title = {{NBR} 6025},
+ Year = 1989}
+
+@manual{NBR6026:1994,
+ Address = {Rio de Janeiro},
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Month = mar,
+ Org-Short = {ABNT},
+ Organization = {Associa{\c c}\~ao Brasileira de Normas T\'ecnicas},
+ pagetotal = 2,
+ Subtitle = {Legenda bibliogr\'afica},
+ Title = {{NBR} 6026},
+ Year = 1994}
+
+@manual{NBR6027:1989,
+ Address = {Rio de Janeiro},
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Month = aug,
+ Org-Short = {ABNT},
+ Organization = {Associa{\c c}\~ao Brasileira de Normas T\'ecnicas},
+ pagetotal = 2,
+ Subtitle = {Sum\'ario},
+ Title = {{NBR} 6027},
+ Year = 1989}
+
+@manual{NBR6028:1980,
+ Address = {Rio de Janeiro},
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Org-Short = {ABNT},
+ Organization = {Associa{\c c}\~ao Brasileira de Normas T\'ecnicas},
+ Subtitle = {Resumos},
+ Title = {{NBR} 6028},
+ Year = 1980}
+
+@manual{NBR6028:1990,
+ Address = {Rio de Janeiro},
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Month = may,
+ Org-Short = {ABNT},
+ Organization = {Associa{\c c}\~ao Brasileira de Normas T\'ecnicas},
+ pagetotal = 3,
+ Subtitle = {Resumos},
+ Title = {{NBR} 6028},
+ Year = 1990}
+
+@manual{NBR6029:2002,
+ Address = {Rio de Janeiro},
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Month = sep,
+ Org-Short = {ABNT},
+ Organization = {Associa{\c c}\~ao Brasileira de Normas T\'ecnicas},
+ pagetotal = 9,
+ Subtitle = {Informa{\c c}\~ao e documenta{\c c}\~ao --- Livros e folhetos --- Apresenta{\c c}\~ao},
+ Title = {{NBR} 6029},
+ Year = 2002}
+
+@manual{NBR6032:1989,
+ Address = {Rio de Janeiro},
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Month = aug,
+ Org-Short = {ABNT},
+ Organization = {Associa{\c c}\~ao Brasileira de Normas T\'ecnicas},
+ pagetotal = 14,
+ Subtitle = {Abrevia{\c c}\~oes de T{\'i}tulos de peri\'odicos e publica{\c c}\~oes seriadas},
+ Title = {{NBR} 6032},
+ Year = 1989}
+
+@manual{NBR6033:1989,
+ Address = {Rio de Janeiro},
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Month = aug,
+ Org-Short = {ABNT},
+ Organization = {Associa{\c c}\~ao Brasileira de Normas T\'ecnicas},
+ pagetotal = 5,
+ Subtitle = {Ordem alfab\'etica},
+ Title = {{NBR} 6033},
+ Year = 1989}
+
+@manual{NBR6034:1989,
+ Address = {Rio de Janeiro},
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Month = aug,
+ Org-Short = {ABNT},
+ Organization = {Associa{\c c}\~ao Brasileira de Normas T\'ecnicas},
+ pagetotal = 3,
+ Subtitle = {Prepara{\c c}{\~a}o de {\'i}ndice de publica{\c c}{\~o}es},
+ Title = {{NBR} 6034},
+ Year = 1989}
+
+@manual{NBR10520:1988,
+ Address = {Rio de Janeiro},
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Month = oct,
+ Org-Short = {ABNT},
+ Organization = {Associa{\c c}\~ao Brasileira de Normas T\'ecnicas},
+ pagetotal = 3,
+ Subtitle = {Apresenta{\c c}\~ao de cita{\c c}\~oes em documentos --- Procedimentos},
+ Title = {{NBR} 10520},
+ Year = 1988}
+
+@manual{NBR10520:2001,
+ Address = {Rio de Janeiro},
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Org-Short = {ABNT},
+ note={Substitui a Ref.~\textcite{NBR10520:1988}},
+ Organization = {Associa{\c c}\~ao Brasileira de Normas T\'ecnicas},
+ pagetotal = 4,
+ Subtitle = {Informa{\c c}\~ao e documenta{\c c}\~ao --- Apresenta{\c c}\~ao de cita{\c c}\~oes em documentos},
+ Title = {{NBR} 10520},
+ Year = 2001}
+
+@manual{NBR10520:2002,
+ Address = {Rio de Janeiro},
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Month = aug,
+ Note = {Substitui a Ref.~\textcite{NBR10520:2001}},
+ Org-Short = {ABNT},
+ Organization = {Associa{\c c}\~ao Brasileira de Normas T\'ecnicas},
+ pagetotal = 7,
+ Subtitle = {Informa{\c c}\~ao e documenta{\c c}\~ao --- Apresenta{\c c}\~ao de cita{\c c}\~oes em documentos},
+ Title = {{NBR} 10520},
+ Year = 2002}
+
+@manual{NBR10522:1988,
+ Address = {Rio de Janeiro},
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Month = oct,
+ Org-Short = {ABNT},
+ Organization = {Associa{\c c}\~ao Brasileira de Normas T\'ecnicas},
+ pagetotal = 9,
+ Subtitle = {Abrevi{\c c}\~ao na descri{\c c}\~ao bibliogr\'afica},
+ Title = {{NBR} 10522},
+ Year = 1988}
+
+@manual{NBR10523:1988,
+ Address = {Rio de Janeiro},
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Month = oct,
+ Org-Short = {ABNT},
+ Organization = {Associa{\c c}\~ao Brasileira de Normas T\'ecnicas},
+ pagetotal = 5,
+ Subtitle = {Entrada para nomes de l{\'i}ngua portuguesa em registros bibliogr\'aficos},
+ Title = {{NBR} 10523},
+ Year = 1988}
+
+@manual{NBR10719:1989,
+ Address = {Rio de Janeiro},
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Month = aug,
+ Org-Short = {ABNT},
+ Organization = {Associa{\c c}\~ao Brasileira de Normas T\'ecnicas},
+ pagetotal = 17,
+ Title = {Apresenta{\c c}\~ao de relat\'orios t\'ecnico-cient{\'i}ficos},
+ Year = 1989}
+
+@manual{NBR12256:1992,
+ Address = {Rio de Janeiro},
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Month = apr,
+ Org-Short = {ABNT},
+ Organization = {Associa{\c c}\~ao Brasileira de Normas T\'ecnicas},
+ pagetotal = 4,
+ Title = {Apresenta{\c c}\~ao de originais},
+ Year = 1992}
+
+@manual{NBR14724:2001,
+ Address = {Rio de Janeiro},
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Month = jul,
+ Org-Short = {ABNT},
+ Organization = {Associa{\c c}\~ao Brasileira de Normas T\'ecnicas},
+ pagetotal = 6,
+ Subtitle = {Informa{\c c}\~ao e documenta{\c c}\~ao --- trabalhos acad\^emicos --- apresenta{\c c}\~ao},
+ Title = {{NBR} 14724},
+ Year = 2001}
+
+@manual{NBR14724:2002,
+ Address = {Rio de Janeiro},
+ Date-Added = {2012-12-20 12:30:58 +0000},
+ Date-Modified = {2012-12-20 12:30:58 +0000},
+ Month = aug,
+ Note = {Substitui a Ref.~\textcite{NBR14724:2001}},
+ Org-Short = {ABNT},
+ Organization = {Associa{\c c}\~ao Brasileira de Normas T\'ecnicas},
+ pagetotal = 6,
+ Subtitle = {Informa{\c c}\~ao e documenta{\c c}\~ao --- trabalhos acad\^emicos --- apresenta{\c c}\~ao},
+ Title = {{NBR} 14724},
+ Year = 2002}
+
+@manual{memoir,
+ Address = {Normandy Park, WA},
+ Author = {Peter Wilson and Lars Madsen},
+ Date-Added = {2012-12-20 01:04:36 +0000},
+ Date-Modified = {2013-03-21 11:57:49 +0000},
+ Organization = {The Herries Press},
+ Title = {The Memoir Class for Configurable Typesetting - User Guide},
+ Url = {http://mirrors.ctan.org/macros/latex/contrib/memoir/memman.pdf},
+ Urlaccessdate = {19.12.2012},
+ Year = {2010},
+ Bdsk-Url-1 = {http://ctan.tche.br/macros/latex/contrib/memoir/memman.pdf}}
+
+@manual{abntex2modelo,
+ Annote = {Este documento {\'e} derivado do \cite{abnt-bibtex-doc}},
+ Author = {Lauro C{\'e}sar Araujo},
+ Date-Added = {2012-12-20 00:53:31 +0000},
+ Date-Modified = {2015-04-27 22:41:48 +0000},
+ Organization = {Equipe abnTeX2},
+ Title = {Modelo Can{\^o}nico de Trabalho Acad{\^e}mico com abnTeX2},
+ Url = {http://www.abntex.net.br/},
+ Year = {2015},
+ Bdsk-Url-1 = {http://www.abntex.net.br/}}
+
+@manual{abntex2classe,
+ Annote = {Este documento substitui o \cite{abnt-classe-doc}},
+ Author = {Lauro C{\'e}sar Araujo},
+ Date-Added = {2012-12-19 13:08:40 +0000},
+ Date-Modified = {2015-04-27 22:42:11 +0000},
+ Organization = {Equipe abnTeX2},
+ Title = {A classe abntex2: Modelo can{\^o}nico de trabalhos acad{\^e}micos brasileiros compat{\'i}vel com as normas ABNT NBR 14724:2011, ABNT NBR 6024:2012 e outras},
+ Url = {http://www.abntex.net.br/},
+ Year = {2015},
+ Bdsk-Url-1 = {http://www.abntex.net.br/}}
+
+@manual{abntex2cite-alf,
+ Annote = {Este documento {\'e} derivado do \cite{abnt-bibtex-alf-doc}},
+ Author = {Lauro C{\'e}sar Araujo},
+ Date-Added = {2012-12-19 13:08:00 +0000},
+ Date-Modified = {2015-04-27 22:41:33 +0000},
+ Organization = {Equipe abnTeX2},
+ Title = {O pacote abntex2cite: t{\'o}picos espec{\'i}ficos da ABNT NBR 10520:2002 e o estilo bibliogr{\'a}fico alfab{\'e}tico (sistema autor-data},
+ Url = {http://www.abntex.net.br/},
+ Year = {2015},
+ Bdsk-Url-1 = {http://www.abntex.net.br/}}
+
+@manual{abntex2cite,
+ Annote = {Este documento {\'e} derivado do \cite{abnt-bibtex-doc}},
+ Author = {Lauro C{\'e}sar Araujo},
+ Date-Added = {2012-12-19 13:06:14 +0000},
+ Date-Modified = {2015-04-27 22:41:38 +0000},
+ Organization = {Equipe abnTeX2},
+ Title = {O pacote abntex2cite: Estilos bibliogr{\'a}ficos compat{\'i}veis com a ABNT NBR 6023},
+ Url = {http://www.abntex.net.br/},
+ Year = {2015},
+ Bdsk-Url-1 = {http://www.abntex.net.br/}}
+
+@manual{abnt-bibtex-doc,
+ Author = {Gerald Weber},
+ Organization = {Grupo abnTeX},
+ Title = {Estilo bibtex compat{\'i}vel com a `norma' 6023/2000 da {ABNT}},
+ Url = {http://abntex.codigolivre.org.br},
+ Year = {2003},
+ Bdsk-Url-1 = {http://abntex.codigolivre.org.br}}
+
+@manual{abnt-bibtex-alf-doc,
+ Author = {Gerald Weber},
+ Organization = {Grupo abnTeX},
+ Subtitle = {Quest\~oes espec{\'i}ficas da `norma' 10520/2001},
+ Title = {Estilo bibtex compat{\'i}vel com a `norma' 6023/2000 da {ABNT}},
+ Url = {http://abntex.codigolivre.org.br},
+ Year = {2003},
+ Bdsk-Url-1 = {http://abntex.codigolivre.org.br}}
+
+@manual{abnt-classe-doc,
+ Author = {Santini Frasson, Miguel Vin{\'i}cius},
+ Date-Modified = {2013-02-04 12:04:50 +0000},
+ Organization = {Grupo abnTeX},
+ Subtitle = {confec{\c c}{\~a}o de trabalhos acad{\^e}micos em {\LaTeX} segundo as normas {ABNT}},
+ Title = {Classe {ABNT}},
+ Url = {http://abntex.codigolivre.org.br},
+ Year = {2002},
+ Bdsk-Url-1 = {http://abntex.codigolivre.org.br}}
+
+@manual{tabela-simbolos-doc,
+ Author = {Gerald Weber},
+ Organization = {Grupo abnTeX},
+ Title = {Tabelas de s{\'i}mbolos usando makeindex},
+ Url = {http://abntex.codigolivre.org.br},
+ Year = {2003},
+ Bdsk-Url-1 = {http://abntex.codigolivre.org.br}}
+
+@comment{BibDesk Static Groups{
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<array>
+ <dict>
+ <key>group name</key>
+ <string>abnTeX</string>
+ <key>keys</key>
+ <string>memoir,tabela-simbolos-doc,abnt-bibtex-doc,abntex2cite,abntex2cite-alf,abntex2classe,abnt-bibtex-alf-doc,abntex2modelo,abnt-classe-doc</string>
+ </dict>
+ <dict>
+ <key>group name</key>
+ <string>normas</string>
+ <key>keys</key>
+ <string>NBR6033:1989,NBR6034:1989,NBR12256:1992,ISO10324:1997,ISO832:1994,ISO5123:1984,NBR6024:1989,NBR10520:2001,ISO11108:1996,ISO639-2:1998,ISO11798:1999,NBR6023:2000,NBR6027:1989,NBR10523:1988,ISO215:1986,NBR10522:1988,ISO3901:2001,ISO5963:1985,NBR14724:2001,ISO7154:1983,ISO5964:1985,NBR10520:1988,ISO7220:1996,ISO690:1987,ISO15707:2001,NBR10520:2002,NBR10719:1989,DOI,NBR6021:1994,ISO3297:1998,NBR6023:2002,ISO2108:1992,ISO5122:1979,ISO999:1996,NBR6022:1994,ISO214:1976,NBR6026:1994,NBR6025:2002,ISO10444:1994,ISO690-2:1997,NBR14724:2002,ISO2788:1986,ISO4:1997,NBR6029:2002,ISO15706:2002,NBR6032:1989,ISO10957:1993,ISO639-1:2002,NBR6028:1990,NBR6028:1980</string>
+ </dict>
+</array>
+</plist>
+}}
diff --git a/Master/texmf-dist/doc/latex/biblatex-abnt/biblatex-abnt.bib b/Master/texmf-dist/doc/latex/biblatex-abnt/biblatex-abnt.bib
new file mode 100644
index 00000000000..487a0ef3628
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-abnt/biblatex-abnt.bib
@@ -0,0 +1,107 @@
+@mvbook{assis08,
+ author = {Machado de Assis},
+ title = {Obra completa em quatro volumes},
+ year = {2008},
+ editor = {Aluizio Leite and Ana Lima Cecilio and Heloisa Jahn},
+ editortype = {organizer},
+ edition = {2},
+ volumes = {4},
+ publisher = {Nova Fronteira},
+ location = {Rio de Janeiro},
+ series = {Biblioteca luso-brasileira. Série brasileira},
+}
+@book{assis08:1,
+ crossref = {assis08},
+ volume = {1},
+ title = {Fortuna crítica/Romance},
+ pagetotal = {1340},
+}
+@bookinbook{assis08:1b,
+ crossref = {assis08:1},
+ title = {Esaú e Jacó},
+ pages = {1073-1226},
+}
+@inbook{bosi08,
+ crossref = {assis08:1},
+ title = {Uma figura machadiana},
+ author = {Alfredo Bosi},
+ pages = {179-189},
+}
+@suppbook{leite08,
+ crossref = {assis08:1},
+ title = {Nota Editorial},
+ author = {Aluizio Leite and Ana Lima Cecilio and Heloisa Jahn},
+ pages = {1-5},
+}
+
+@mvcollection{moretti09,
+ editor = {Franco Moretti},
+ editortype = {organizer},
+ translator = {Denise Bottmann},
+ title = {O Romance},
+ volumes = {5},
+ publisher = {Cosac Naify},
+ location = {São Paulo},
+ year = {2009},
+}
+@collection{moretti09:1,
+ crossref = {moretti09},
+ volume = {1},
+ title = {A cultura do romance},
+ pagetotal = {1120},
+ illustrated = {40 ils.},
+}
+@incollection{mann09,
+ crossref = {moretti09:1},
+ author = {Thomas Mann},
+ title = {Bilse e eu},
+ pages = {217},
+}
+@suppcollection{moretti09:1b,
+ crossref = {moretti09:1},
+ title = {Apresentação geral},
+ author = {Franco Moretti},
+}
+
+@article{negrão14,
+ title = {Brazilian Portuguese as a transatlantic language},
+ subtitle = {agents of linguistic contact},
+ author = {Esmeralda Vailati Negrão and Evani Viotti},
+ journal = {Interdisciplinary Journal of Portuguese Diaspora Studies},
+ volume = {3},
+ pages = {135-154},
+ year = {2014},
+}
+
+@thesis{eliseu84,
+ title = {Verbos ergativos do Português},
+ subtitle = {descrição e análise},
+ author = {André Manuel Godinho Simões Eliseu},
+ type = {Dissertação (Mestrado em Linguística)},
+ institution = {Universidade de Lisboa},
+ location = {Lisboa},
+ eventyear = {1985},
+}
+@thesis{amaral15,
+ title = {A alternância transitivo-intransitiva no português brasileiro},
+ subtitle = {fenômenos semânticos},
+ author = {Luana Lopes Amaral},
+ type = {Tese (Doutorado em Linguística)},
+ institution = {Universidade Federal de Minas Gerais},
+ location = {Belo Horizonte},
+ eventyear = {2015},
+}
+
+@inproceedings{negrão13,
+ title = {A emergência da sintaxe do português brasileiro},
+ subtitle = {absolutas, alçamento do possuidor e passivas},
+ author = {Esmeralda Vailati Negrão and Evani Viotti},
+ eventtitle = {Encontro nacional do gt de teoria da gramática da ANPOLL},
+ number = {28},
+ venue = {Florianópolis},
+ eventyear = {2013},
+ booktitle = {Caderno de Resumos},
+ publisher = {\mkbibacro{ANPOLL}},
+ location = {Campinas},
+ year = {2013},
+}
diff --git a/Master/texmf-dist/doc/latex/biblatex-abnt/biblatex-abnt.pdf b/Master/texmf-dist/doc/latex/biblatex-abnt/biblatex-abnt.pdf
new file mode 100644
index 00000000000..c0fd3010690
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-abnt/biblatex-abnt.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/biblatex-abnt/biblatex-abnt.tex b/Master/texmf-dist/doc/latex/biblatex-abnt/biblatex-abnt.tex
new file mode 100644
index 00000000000..ada8c1125d3
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-abnt/biblatex-abnt.tex
@@ -0,0 +1,521 @@
+\documentclass[a4paper]{article}
+\usepackage[brazil]{babel}
+\usepackage{lmodern}
+\usepackage[T1]{fontenc}
+\usepackage[utf8]{inputenc}
+\usepackage{microtype}
+\usepackage{enumitem}
+\usepackage{examplep}
+\usepackage{hyperref}
+
+\usepackage{parskip}
+\setlength{\parskip}{1.2\baselineskip}
+
+\usepackage{titlesec}
+\newcommand{\subsectionbreak}{\clearpage}
+
+\usepackage[
+ backend=biber,
+ style=abnt,
+ %hyperref, % Uncomment to turn citations into links
+ %backref, % Uncomment for back references (E.g. ``Cit. on p. 1")
+ %repeatfields, % Uncomment to repeat fields instead of using an underscore
+ %usedashes, % Uncomment to use biblatex standard dashes instead of underscores
+ giveninits, % Uncomment to use initials for first names
+ %bftitles, % Uncomment to print titles in bold
+ %indent, % Uncomment to use hanging indentation in the bibliography
+ %scbib, % Uncomment to use small caps in the bibliography
+ %sccite, % Uncomment to use small caps in the citations
+ %noslsn, % Uncomment to hide [s.l], [s.n] and [s.l.: s.n.]
+ %nosl, % Uncomment to hide just [s.l]
+ %nosn, % Uncomment to hide just [s.n]
+]{biblatex}
+\usepackage[brazil]{babel}
+\usepackage[autostyle]{csquotes}
+
+\addbibresource{biblatex-abnt.bib}
+
+\DeclareBibliographyCategory{singleentries}
+
+\newcommand{\singlecite}[1]{%
+ \addtocategory{singleentries}{#1}%
+ \defbibcheck{key#1}{
+ \iffieldequalstr{entrykey}{#1}
+ {}
+ {\skipentry}}%
+ \printbibliography[heading=none,check=key#1]%
+}
+
+\title{biblatex-abnt}
+\author{Daniel B. Marques}
+
+\begin{document}
+
+\maketitle
+
+\tableofcontents
+
+\clearpage
+\section{Comandos}
+
+\begin{description}[style=nextline]
+ \item [\PVerb{\cite{bosi08}}] \cite{bosi08}
+ \item [\PVerb{\textcite{bosi08}}] \textcite{bosi08}
+ \item [\PVerb{\cite*{bosi08}}] \cite*{bosi08}
+ \item [\PVerb{\textcite*{bosi08}}] \textcite*{bosi08}
+ \item [\PVerb{\cites{moretti09}{mann09}{amaral15}}] \cites{moretti09}{mann09}{amaral15}
+ \item [\PVerb{\textcites{moretti09}{mann09}{amaral15}}] \textcites{moretti09}{mann09}{amaral15}
+ \item [\PVerb{\apud{assis08}{bosi08}}] \apud{assis08}{bosi08}
+ \item [\PVerb{\apud[p.~12]{assis08}[p.~200]{bosi08}}] \apud[p.~12]{assis08}[p.~200]{bosi08}
+ \item [\PVerb{\apud[batman][]{bosi08}}] \apud[batman][]{bosi08}
+ \item [\PVerb{\textapud[p.~200]{assis08}[p.~12]{bosi08}}] \textapud[p.~200]{assis08}[p.~12]{bosi08}
+\end{description}
+
+
+\clearpage
+\section{Opções}
+
+As opções a seguir podem ser usadas ao chamar o pacote \texttt{biblatex}:
+
+\begin{description}
+ \item [hyperref] Transforma as citações em links que levam à bibliografia
+ \item [backref] Aponta, na bibliografia, as páginas em que a entrada foi citada
+ \item [repeatfields] Imprime os campos repetidos na bibliografia, em vez de substituí-los por traços sublineares
+ \item [usedashes] Usa os traços padrão do \texttt{biblatex} em vez de traços sublineares nos campos repetidos
+ \item [giveninits] Abrevia os primeiros nomes na bibliografia
+ \item [bftitles] Usa negrito para os títulos na bibliografia
+ \item [indent] Indenta as entradas da bibliografia
+ \item [scbib] Imprime os nomes em versalete na bibliografia
+ \item [sccite] Imprime os nomes em versalete nas citações
+ \item [noslsn] Oculta as abreviações [s.l], [s.n] e [s.l.: s.n.] na bibliografia
+ \item [nosl] Oculta apenas as abreviações [s.l.]
+ \item [nosn] Oculta apenas as abreviações [s.n.]
+\end{description}
+
+E.g.: \verb"\usepackage[backend=biber, style=abnt, bftitles]{biblatex}"
+
+As opções \texttt{repeatfields}, \texttt{nosl}, \texttt{nosn} e \texttt{noslsn} também podem ser usadas apenas em entradas específicas. E.g.:
+
+\begin{verbatim}
+ @mvbook{assis08,
+ author = {Machado de Assis},
+ title = {Obra completa em quatro volumes},
+ year = {2008},
+ options = {repeatfields, noslsn=false}
+ }
+\end{verbatim}
+
+
+
+\clearpage
+\section{Entradas comuns}
+
+A lista completa de campos e entradas pode ser encontrada no manual do \texttt{biblatex}. Estes são alguns exemplos de situações comuns:
+
+\begingroup
+\let\clearpage\relax
+\subsection{@mvbook}
+\endgroup
+
+Um livro abrangendo múltiplos volumes:
+
+\begin{verbatim}
+ @mvbook{assis08,
+ author = {Machado de Assis},
+ title = {Obra completa em quatro volumes},
+ year = {2008},
+ editor = {Aluizio Leite and Ana Lima Cecilio and Heloisa Jahn},
+ editortype = {organizer},
+ edition = {2},
+ volumes = {4},
+ publisher = {Nova Fronteira},
+ location = {Rio de Janeiro},
+ series = {Biblioteca luso-brasileira. Série brasileira},
+ }
+\end{verbatim}
+
+\singlecite{assis08}
+
+\subsection{@book}
+
+Um único livro. Pode ser um dos volumes de um livro que abrange múltiplos volumes:
+
+\begin{verbatim}
+ @book{assis08:1,
+ volume = {1},
+ title = {Fortuna crítica/Romance},
+ pagetotal = {1340},
+ author = {Machado de Assis},
+ maintitle = {Obra completa em quatro volumes},
+ year = {2008},
+ editor = {Aluizio Leite and Ana Lima Cecilio and Heloisa Jahn},
+ editortype = {organizer},
+ edition = {2},
+ publisher = {Nova Fronteira},
+ location = {Rio de Janeiro},
+ series = {Biblioteca luso-brasileira. Série brasileira},
+ }
+\end{verbatim}
+
+\noindent
+Também é possível usar o campo \texttt{crossref} para herdar as informações de outra entrada:
+
+\begin{verbatim}
+ @book{assis08:1,
+ crossref = {assis08},
+ volume = {1},
+ title = {Fortuna crítica/Romance},
+ pagetotal = {1340},
+ }
+\end{verbatim}
+
+\singlecite{assis08:1}
+
+\subsection{@bookinbook}
+
+Uma obra originalmente publicada por si só, mas citada como parte de outro livro:
+
+\begin{verbatim}
+ @bookinbook{assis08:1b,
+ title = {Esaú e Jacó},
+ pages = {1073-1226},
+ volume = {1},
+ booktitle = {Fortuna crítica/Romance},
+ pagetotal = {1340},
+ author = {Machado de Assis},
+ maintitle = {Obra completa em quatro volumes},
+ year = {2008},
+ editor = {Aluizio Leite and Ana Lima Cecilio and Heloisa Jahn},
+ editortype = {organizer},
+ edition = {2},
+ publisher = {Nova Fronteira},
+ location = {Rio de Janeiro},
+ series = {Biblioteca luso-brasileira. Série brasileira},
+ }
+\end{verbatim}
+
+\noindent
+Ou:
+
+\begin{verbatim}
+ @bookinbook{assis08:1b,
+ crossref = {assis08:1},
+ title = {Esaú e Jacó},
+ pages = {1073-1226},
+ }
+\end{verbatim}
+
+\singlecite{assis08:1b}
+
+\subsection{@inbook}
+
+Uma parte de um livro que forma uma unidade independente, com seu próprio título:
+
+\begin{verbatim}
+ @inbook{bosi08,
+ title = {Uma figura machadiana},
+ author = {Alfredo Bosi},
+ pages = {179-189},
+ volume = {1},
+ booktitle = {Fortuna crítica/Romance},
+ pagetotal = {1340},
+ bookauthor = {Machado de Assis},
+ maintitle = {Obra completa em quatro volumes},
+ year = {2008},
+ editor = {Aluizio Leite and Ana Lima Cecilio and Heloisa Jahn},
+ editortype = {organizer},
+ edition = {2},
+ publisher = {Nova Fronteira},
+ location = {Rio de Janeiro},
+ series = {Biblioteca luso-brasileira. Série brasileira},
+ }
+\end{verbatim}
+
+\noindent
+Ou:
+
+\begin{verbatim}
+ @inbook{bosi08,
+ crossref = {assis08:1},
+ title = {Uma figura machadiana},
+ author = {Alfredo Bosi},
+ pages = {179-189},
+ }
+\end{verbatim}
+
+\singlecite{bosi08}
+
+\subsection{@suppbook}
+
+Uma parte suplementar de um livro, com um título genérico, como ``prefácio'' ou ``introdução'':
+
+\begin{verbatim}
+ @suppbook{leite08,
+ title = {Nota Editorial},
+ author = {Aluizio Leite and Ana Lima Cecilio and Heloisa Jahn},
+ pages = {1-5},
+ volume = {1},
+ booktitle = {Fortuna crítica/Romance},
+ pagetotal = {1340},
+ bookauthor = {Machado de Assis},
+ maintitle = {Obra completa em quatro volumes},
+ year = {2008},
+ editor = {Aluizio Leite and Ana Lima Cecilio and Heloisa Jahn},
+ editortype = {organizer},
+ edition = {2},
+ publisher = {Nova Fronteira},
+ location = {Rio de Janeiro},
+ series = {Biblioteca luso-brasileira. Série brasileira},
+ }
+\end{verbatim}
+
+\noindent
+Ou:
+
+\begin{verbatim}
+ @suppbook{leite08,
+ crossref = {assis08:1},
+ title = {Nota Editorial},
+ author = {Aluizio Leite and Ana Lima Cecilio and Heloisa Jahn},
+ pages = {1-5},
+ }
+\end{verbatim}
+
+\singlecite{leite08}
+
+\subsection{@mvcollection}
+
+Uma coleção abrangendo diversos volumes, cada um composto por diversas contribuições independentes, com seus próprios autores e títulos. A obra como um todo não possui um autor, mas geralmente possui um editor:
+
+\begin{verbatim}
+ @mvcollection{moretti09,
+ editor = {Franco Moretti},
+ editortype = {organizer},
+ translator = {Denise Bottmann},
+ title = {O Romance},
+ volumes = {5},
+ publisher = {Cosac Naify},
+ location = {São Paulo},
+ year = {2009},
+ }
+\end{verbatim}
+
+\singlecite{moretti09}
+
+\subsection{@collection}
+
+Uma única coleção composta por diversas contribuições independentes. Pode ser um dos volumes de uma coleção que abrange múltiplos volumes:
+
+\begin{verbatim}
+ @collection{moretti09:1,
+ volume = {1},
+ title = {A cultura do romance},
+ pagetotal = {1120},
+ illustrated = {40 ils.},
+ editor = {Franco Moretti},
+ editortype = {organizer},
+ translator = {Denise Bottmann},
+ maintitle = {O Romance},
+ publisher = {Cosac Naify},
+ location = {São Paulo},
+ year = {2009},
+ }
+\end{verbatim}
+
+\noindent
+Ou:
+
+\begin{verbatim}
+ @collection{moretti09:1,
+ crossref = {moretti09},
+ volume = {1},
+ title = {A cultura do romance},
+ pagetotal = {1120},
+ illustrated = {40 ils.},
+ }
+\end{verbatim}
+
+\singlecite{moretti09:1}
+
+\subsection{@incollection}
+
+Uma contribuição a uma coleção, formando uma unidade independente com autor e título próprios:
+
+\begin{verbatim}
+ @incollection{mann09,
+ author = {Thomas Mann},
+ title = {Bilse e eu},
+ pages = {217},
+ volume = {1},
+ booktitle = {A cultura do romance},
+ pagetotal = {1120},
+ illustrated = {40 ils.},
+ editor = {Franco Moretti},
+ editortype = {organizer},
+ translator = {Denise Bottmann},
+ maintitle = {O Romance},
+ publisher = {Cosac Naify},
+ location = {São Paulo},
+ year = {2009},
+ }
+\end{verbatim}
+
+\noindent
+Ou:
+
+\begin{verbatim}
+ @incollection{mann09,
+ crossref = {moretti09:1},
+ author = {Thomas Mann},
+ title = {Bilse e eu},
+ pages = {217},
+ }
+\end{verbatim}
+
+\singlecite{mann09}
+
+\subsection{@suppcollection}
+
+Uma parte suplementar de uma coleção, com um título genérico, como ``prefácio'' ou ``introdução'':
+
+\begin{verbatim}
+ @suppcollection{moretti09:1b,
+ title = {Apresentação geral},
+ author = {Franco Moretti},
+ pages = {217},
+ volume = {1},
+ booktitle = {A cultura do romance},
+ pagetotal = {1120},
+ illustrated = {40 ils.},
+ editor = {Franco Moretti},
+ editortype = {organizer},
+ translator = {Denise Bottmann},
+ maintitle = {O Romance},
+ publisher = {Cosac Naify},
+ location = {São Paulo},
+ year = {2009},
+ }
+\end{verbatim}
+
+\noindent
+Ou:
+
+\begin{verbatim}
+ @suppcollection{moretti09:1b,
+ crossref = {moretti09:1},
+ title = {Apresentação geral},
+ author = {Franco Moretti},
+ }
+\end{verbatim}
+
+\singlecite{moretti09:1b}
+
+\subsection{@article}
+
+Um artigo científico/acadêmico:
+
+\begin{verbatim}
+ @article{negrão14,
+ title = {Brazilian Portuguese as a transatlantic language},
+ subtitle = {agents of linguistic contact},
+ author = {Esmeralda Vailati Negrão and Evani Viotti},
+ journal = {Interdisciplinary Journal of Portuguese Diaspora Studies},
+ volume = {3},
+ pages = {135-154},
+ year = {2014},
+ }
+\end{verbatim}
+
+\singlecite{negrão14}
+
+\subsection{@thesis}
+
+Uma dissertação de mestrado:
+
+\begin{verbatim}
+ @thesis{eliseu84,
+ title = {Verbos ergativos do Português},
+ subtitle = {descrição e análise},
+ author = {André Manuel Godinho Simões Eliseu},
+ type = {Dissertação (Mestrado em Linguística)},
+ institution = {Universidade de Lisboa},
+ location = {Lisboa},
+ eventyear = {1985},
+ }
+\end{verbatim}
+
+\singlecite{eliseu84}
+
+Uma tese de doutorado:
+
+\begin{verbatim}
+ @thesis{amaral15,
+ title = {A alternância transitivo-intransitiva no português brasileiro},
+ subtitle = {fenômenos semânticos},
+ author = {Luana Lopes Amaral},
+ type = {Tese (Doutorado em Linguística)},
+ institution = {Universidade Federal de Minas Gerais},
+ location = {Belo Horizonte},
+ eventyear = {2015},
+ }
+\end{verbatim}
+
+\singlecite{amaral15}
+
+\subsection{@inproceedings}
+
+Resumos ou anais de eventos:
+
+\begin{verbatim}
+ @inproceedings{negrão13,
+ title = {A emergência da sintaxe do português brasileiro},
+ subtitle = {absolutas, alçamento do possuidor e passivas},
+ author = {Esmeralda Vailati Negrão and Evani Viotti},
+ eventtitle = {Encontro nacional do gt de teoria da gramática da ANPOLL},
+ number = {28},
+ venue = {Florianópolis},
+ eventyear = {2013},
+ booktitle = {Caderno de Resumos},
+ publisher = {ANPOLL},
+ location = {Campinas},
+ year = {2013},
+ }
+\end{verbatim}
+
+\singlecite{negrão13}
+
+
+\clearpage
+\section{Compatibilidade com o pacote \texttt{abntex2cite}}
+
+Em geral é possível usar o mesmo arquivo \verb`.bib` utilizado pelo \verb`abntex2cite`, e para a maior parte das entradas mais simples nenhuma mudança é necessária; estas são as principais exceções:
+
+\begin{itemize}
+ \item Não consegui entender por que, mas os exemplos do \verb`abntex2cite` usam \verb`{\'\i}` para o caractere ``í'', enquanto o normal me parece ser \verb`{\'i}` (para outras letras com acento agudo o \verb`abntex2cite` usa o formato normal). Isso pode causar alguns problemas, o ideal é usar \verb`{\'i}` (ou aproveitar os recursos do biber e usar a codificação utf-8). Caso isso não seja possível por algum motivo, chamar o biblatex com a opção \verb`safeinputenc` pode resolver alguns problemas (mas também causa alguns outros, interferindo, por exemplo, na capitalização automática de palavras acentuadas).
+ \item Os campos de datas (\verb`date`, \verb`year`, \verb`month` etc.) devem seguir o formato usado pelo \verb`biblatex`, \verb`yyyy-mm-dd`. Cf. seção 2.2.1 do manual.
+ \item O \verb`biblatex` diferencia os campos \verb`pages` (e.g. ``p. 12-18'') e \verb`pagetotal` (e.g. ``347 p.'').
+ \item Quando o primeiro campo impresso é o título, a primeira palavra é automaticamente impressa em maiúsculas. Para que mais de uma palavra seja impressa em maiúsculas, coloque-as entre chaves ou separadas por um no breaking space (\verb`~`).
+ \item Quando o primeiro campo impresso é a organização, todo o campo é impresso em maiúsculas. Para que a capitalização de uma palavra não seja alterada, coloque-a entre chaves (e.g. \verb`{pAlaVRa}`).
+ \item Pode-se incluir no campo \verb`options` as opções \verb`nosl` (para não mostrar a abreviação ``[s.l]''), \verb`nosn` (para não mostrar ``[s.n.]'') ou \verb`noslsn` (para não mostrar nenhuma das duas abreviações) (e.g. \verb`options = {noslsn}`); essa configuração tem efeito em cada entrada específica. Pode-se também incluir essas opções ao chamar o \verb`biblatex` para nunca mostrar as abreviações, e então abrir exceções para entradas específicas (e.g. \verb`options = {noslsn=false}`).
+ \item Para periódicos, deve se utilizar entradas \verb`@periodical`. Usando-se \verb`@book`, como no \verb`abntex2cite`, o ISSN não aparece.
+ \item Para teses de mestrado e doutorado, o campo \verb`pagetotal` é automaticamente formatado em folhas, como requer a norma (e.g. ``347 f.''). Para usar páginas também nessas entradas, use \verb`bookpagination = {page}`. Para usar folhas em outras entradas, use \verb`bookpagination = {sheet}`.
+ \item Ao modificar o campo \verb`type` em teses de mestrado e doutorado, deve-se preenchê-lo com todo o texto desejado (e.g. ``Tese (Doutorado em Nutrição)'').
+ \item Ao utilizar o campo \verb`illustrated`, deve-se preenchê-lo com todo o texto desejado (e.g. ``il.'').
+ \item Além do campo \verb`organization`, há o campo \verb`nameaddon`, de modo que organizações como ``BRASIL. Supremo Tribunal de Justiça'' e ``BRASIL. Supremo Tribunal Federal'' podem ter uma mesma organização, diferenciando-se por esse campo. Isso permite que a primeira parte, ``BRASIL'', não seja repetida várias vezes seguidas (e.g. ``\underline{\hspace*{4em}}. Supremo Tribunal Federal'').
+ \item O \verb`abntex2cite` às vezes usa o campo \verb`type` como um complemento da organização (um exemplo é a entrada \verb`brasil1988`). Com o \verb`biblatex-abnt` deve-se usar o campo \verb`nameaddon` em vez de \verb`type`. Embora nesse caso (``Constituição (1988)'') o campo \verb`type` faça mais sentido semanticamente, colocá-lo nessa posição causaria problemas na organização alfabética da bibliografia, já que o campo \verb`type` às vezes apareceria antes do título e às vezes depois.
+ \item A recomendação do manual do \verb`biblatex` (seção 2.3.3) é de que, para autores corporativos, utilize-se os campos \verb`author` e \verb`editor`, colocando o nome da organização entre chaves. Essa opção tem a vantagem de permitir que se misture autores corporativos e autores comuns (e.g. \verb`editor = {{National` \verb`Aeronautics and Space Administration} and Doe, John}`).
+ \item Quando o nome do autor, editor ou organização for muito grande para usar nas citações, pode-se acrescentar os campos \verb`shortauthor` e \verb`shorteditor` (e.g. \verb`author = {National Aeronautics and Space Administration},` \verb`shortauthor = {NASA}` imprimirá ``NASA'' nas citações e ``National Aeronautics and Space Administration'' na bibliografia). O campo \verb`org-short`, usado pelo \verb`abntex2cite`, é automaticamente convertido para \verb`shortauthor`.
+ \item O separador ``de'' faz com que tudo o que vem depois dele seja considerado um único sobrenome (e.g. na entrada \verb`alves1995` o nome \verb`Roque de Brito` \verb`Alves` é impresso como ``BRITO ALVES, Roque de''). Cf. \url{http://tex.stackexchange.com/q/308625/102699}.
+ \item Quando os campos \verb`number`, \verb`volume`, \verb`chapter` e \verb`edition` contém apenas números, eles são formatados automaticamente (e.g. \verb`edition = {5}` imprime ``5. ed.''). Quando esses campos contém letras, deve-se preencher todo o conteúdo desejado (e.g. \verb`edition = {5th. ed}` imprime ``5th. ed.''). Os caracteres \verb`.,-/` podem ser usados e o campo ainda será considerado como contendo apenas números.
+ \item Em entradas dos tipos \verb`phdthesis`, \verb`mastersthesis` e \verb`monography`, há a data de publicação, que aparece logo após o título, e a data da defesa, que aparece por último. O \verb`abntex2cite` às vezes usa o campo \verb`year-presented` para diferenciar entre as duas datas e às vezes muda as opções do pacote para mostrar uma mesma data em uma ou outra posição. No \verb`biblatex-abnt` pode-se usar os campos de datas usuais para a data de publicação, que aparece após o título, e os campos \verb`eventdate`, \verb`eventmonth` e \verb`eventyear` para a data da defesa, que aparece no final. O campo \verb`year-presented`, usado pelo \verb`abntex2cite`, é automaticamente convertido para \verb`eventyear`. (Cf. entradas \verb`morgado1990`, \verb`morgadob1990` e \verb`morgadoc1990` no arquivo \verb`abnt-testcase.tex`.)
+ \item Em vez dos campos \verb`reprinted-from` e \verb`reprinted-text`, utilizados pelo \verb`abntex2cite`, usa-se o campo \verb`related` para citar uma entrada relacionada e o campo \verb`relatedtype` para especificar a natureza dessa relação. O campo \verb`reprinted-from` é automaticamente convertido para \verb`related`; esse campo deve conter a chave da obra relacionada. O campo \verb`relatedtype` pode conter algumas opções: \verb`relatedtype={reprintfrom}` imprime ``Separata de'' (esse texto também é usado como padrão quando se escreve qualquer coisa no campo \verb`reprinted-text`, usado no \verb`abntex2cite`); \verb`recensionof` imprime ``Recensão de''; \verb`reviewof` imprime ``Resenha de''; \verb`reprintof` imprime ``Reimpressão de''; \verb`translationof` imprime ``Tradução de''. Outras possibilidades podem ser encontradas no arquivo \verb`brazilian.lbx`, incluso na instalação padrão do \verb`biblatex`.
+ \item As entradas \verb`inbook` e \verb`incollection`, no \verb`biblatex`, não se comportam como no \verb`bibtex`. Entradas \verb`inbook` também podem ter um \verb`bookauthor`; elas estão para as entradas \verb`book` assim como as entradas \verb`incollection` estão para as entradas \verb`collection` (Cf. seção 2.3.1 do manual do \verb`biblatex`). No \verb`biblatex-abnt` é possível definir um \verb`bookauthor` para entradas \verb`inbook`, mas, caso isso não seja feito, essas entradas se comportarão como as entradas \verb`inbook` do \verb`bibtex`.
+ \item É possível usar o campo \verb`furtherresp` como no \verb`abntex2cite`, mas é preferível usar os campos \verb`editora`, \verb`editoratype`, \verb`editorb`, \verb`editorbtype` etc. (e.g. \verb`editora = {Ismael Cardim}, editoratype={coeditor}` imprimirá ``Co-edição de Ismael Cardim'' na bibliografia; cf. entradas \verb`houaiss1996`, \verb`koogan1998`, \verb`ceravi1983`, \verb`riofilme1998` e pesquise pelo campo \verb`editoratype` para mais exemplos). Todas as opções para o campo \verb`editortype` podem ser encontradas no arquivo \verb`abnt-brazilian.lbx`. Usar esses campos em lugar do campo \verb`furtherresp` assegurará que as entradas sejam impressas de forma consistente, embora as entradas da própria ABNT não o sejam.
+ \item Para tradutores pode-se usar o campo \verb`translator`.
+\end{itemize}
+
+\clearpage
+\nocite{*}
+\printbibliography
+
+\end{document}