From 9189ec48fe9d56f12e7e17b0309331801125770c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 17 Nov 2018 22:23:15 +0000 Subject: biblatex-abnt (17nov18) git-svn-id: svn://tug.org/texlive/trunk@49179 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/biblatex-abnt/CHANGELOG.md | 16 ++ .../doc/latex/biblatex-abnt/NBR10520-2002.tex | 4 +- .../biblatex-abnt/NBR10520-2002_reference.pdf | Bin 214883 -> 214804 bytes .../doc/latex/biblatex-abnt/NBR6023-2002.bib | 272 +++++++++++---------- .../doc/latex/biblatex-abnt/NBR6023-2002.tex | 2 +- .../texmf-dist/doc/latex/biblatex-abnt/README.md | 8 +- .../doc/latex/biblatex-abnt/biblatex-abnt.pdf | Bin 323139 -> 323915 bytes .../doc/latex/biblatex-abnt/biblatex-abnt.tex | 2 +- Master/texmf-dist/doc/latex/biblatex-abnt/test.sh | 11 + .../tex/latex/biblatex-abnt/abnt-ibid.bbx | 2 +- .../tex/latex/biblatex-abnt/abnt-ibid.cbx | 2 +- .../tex/latex/biblatex-abnt/abnt-numeric.bbx | 2 +- .../tex/latex/biblatex-abnt/abnt-numeric.cbx | 2 +- Master/texmf-dist/tex/latex/biblatex-abnt/abnt.bbx | 81 ++++-- Master/texmf-dist/tex/latex/biblatex-abnt/abnt.cbx | 93 ++++++- .../tex/latex/biblatex-abnt/american-abnt.lbx | 21 ++ .../tex/latex/biblatex-abnt/australian-abnt.lbx | 21 ++ .../tex/latex/biblatex-abnt/brazil-abnt.lbx | 2 +- .../tex/latex/biblatex-abnt/brazilian-abnt.lbx | 4 +- .../tex/latex/biblatex-abnt/british-abnt.lbx | 21 ++ .../tex/latex/biblatex-abnt/canadian-abnt.lbx | 21 ++ .../tex/latex/biblatex-abnt/english-abnt.lbx | 4 +- .../tex/latex/biblatex-abnt/portuges-abnt.lbx | 2 +- .../tex/latex/biblatex-abnt/portuguese-abnt.lbx | 2 +- .../tex/latex/biblatex-abnt/spanish-abnt.lbx | 4 +- 25 files changed, 433 insertions(+), 166 deletions(-) create mode 100644 Master/texmf-dist/tex/latex/biblatex-abnt/american-abnt.lbx create mode 100644 Master/texmf-dist/tex/latex/biblatex-abnt/australian-abnt.lbx create mode 100644 Master/texmf-dist/tex/latex/biblatex-abnt/british-abnt.lbx create mode 100644 Master/texmf-dist/tex/latex/biblatex-abnt/canadian-abnt.lbx diff --git a/Master/texmf-dist/doc/latex/biblatex-abnt/CHANGELOG.md b/Master/texmf-dist/doc/latex/biblatex-abnt/CHANGELOG.md index c5afa7083ea..12b4e2fc395 100644 --- a/Master/texmf-dist/doc/latex/biblatex-abnt/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/biblatex-abnt/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.4] - 2018-11-17 + +### Added +- Allow different English varieties +- Add `\textcite*` command + +### Fixed +- Clear some harmless warnings +- Never abbreviate prefix in citations + +### Changed +- Use `uniquename=minfull` for citations +- Replace xstring with l3regex + + ## [3.3] - 2018-04-04 ### Added @@ -104,6 +119,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Add "et al." in citations +[3.4]: https://github.com/abntex/biblatex-abnt/compare/v3.3...v3.4 [3.3]: https://github.com/abntex/biblatex-abnt/compare/v3.2...v3.3 [3.2]: https://github.com/abntex/biblatex-abnt/compare/v3.1...v3.2 [3.1]: https://github.com/abntex/biblatex-abnt/compare/v3.0...v3.1 diff --git a/Master/texmf-dist/doc/latex/biblatex-abnt/NBR10520-2002.tex b/Master/texmf-dist/doc/latex/biblatex-abnt/NBR10520-2002.tex index badbcb44774..583442f9d37 100644 --- a/Master/texmf-dist/doc/latex/biblatex-abnt/NBR10520-2002.tex +++ b/Master/texmf-dist/doc/latex/biblatex-abnt/NBR10520-2002.tex @@ -25,7 +25,7 @@ \usepackage[backend=biber, style=abnt]{biblatex} \usepackage[autostyle]{csquotes} -\addbibresource{NBR10520-2002.bib} +\addbibresource{../bibtex/bib/biblatex-abnt/NBR10520-2002.bib} \setlength{\parskip}{\baselineskip}% \setlength{\parindent}{0pt}% @@ -184,7 +184,7 @@ Segundo \textapud{silva1983}[3]{abreu1999} diz ser [\ldots] \enquote{[\ldots] o viés organicista da burocracia estatal e o antiliberalismo da cultura política de 1937, preservado de modo encapuçado na Carta de 1946.} -\apud[172]{vianna1986}[214-215]{segatto1995}. +\apud[172]{vianna1986}[214--215]{segatto1995}. No modelo serial de \textapud{gough1972}{nardi1993}, o ato de ler envolve um processamento serial que começa com uma fixação ocular sobre o texto, diff --git a/Master/texmf-dist/doc/latex/biblatex-abnt/NBR10520-2002_reference.pdf b/Master/texmf-dist/doc/latex/biblatex-abnt/NBR10520-2002_reference.pdf index 75edeaa9b00..04f1ee064e9 100644 Binary files a/Master/texmf-dist/doc/latex/biblatex-abnt/NBR10520-2002_reference.pdf and b/Master/texmf-dist/doc/latex/biblatex-abnt/NBR10520-2002_reference.pdf differ diff --git a/Master/texmf-dist/doc/latex/biblatex-abnt/NBR6023-2002.bib b/Master/texmf-dist/doc/latex/biblatex-abnt/NBR6023-2002.bib index 71da91f01c6..07f6179bc3c 100644 --- a/Master/texmf-dist/doc/latex/biblatex-abnt/NBR6023-2002.bib +++ b/Master/texmf-dist/doc/latex/biblatex-abnt/NBR6023-2002.bib @@ -12,9 +12,9 @@ %% %% The Current Maintainer of this work is Daniel Ballester Marques. -% section 7 {{{1 +% section 7 >>>1 -% Section 7.1 {{{2 +% Section 7.1 >>>2 @book{gomes1998a, keywords = {7.1}, @@ -54,7 +54,7 @@ @booklet{ibict1993, keywords = {7.1}, - author = {{\mkbibacro{IBICT}}}, + author = {\mkbibacro{IBICT}}, title = {Manual de normas de editoração do {\mkbibacro{IBICT}}}, edition = {2}, location = {Brasília, DF}, @@ -166,9 +166,9 @@ Universidade de Brasília, 1986}, } -% }}} +% <<< -% section 7.2 {{{2 +% section 7.2 >>>2 @book{koogan1998, keywords = {7.2}, @@ -199,9 +199,9 @@ % como no manual. O ideal seria usar o campo `urldate`. } -% }}} +% <<< -% section 7.3 {{{2 +% section 7.3 >>>2 @incollection{romano1996a, keywords = {7.3}, @@ -257,9 +257,9 @@ pages = {15-24}, } -% }}} +% <<< -% section 7.4 {{{2 +% section 7.4 >>>2 @incollection{morfologia1998, keywords = {7.4}, @@ -267,6 +267,7 @@ booktitle = {Enciclopédia multimídia dos seres vivos}, publisher = {Planeta DeAgostini}, year = {c1998}, + sortyear = {1998}, note = {\mkbibacro{CD-ROM} 9}, } @@ -298,9 +299,9 @@ options = {noslsn}, } -% }}} +% <<< -% section 7.5 {{{2 +% section 7.5 >>>2 @periodical{revista1939a, keywords = {7.5.1}, @@ -308,6 +309,7 @@ location = {Rio de Janeiro}, publisher = {\mkbibacro{IBGE}}, year = {1939-\nopunct}, + sortyear = {1939}, } @periodical{revista1939b, @@ -318,6 +320,7 @@ note = {Trimestral. Absorveu Boletim Geográfico, do \mkbibacro{IBGE}. Índice acumulado. 1939-1983}, year = {1939-~.}, + sortyear = {1939}, issn = {0034-723X}, } @@ -336,6 +339,7 @@ location = {São Paulo}, publisher = {Associação Paulista de Medicina}, year = {1941-~.}, + sortyear = {1941}, note = {Bimensal}, issn = {0035-0362}, } @@ -590,9 +594,9 @@ urldate = {1998-11-28}, } -% }}} +% <<< -% section 7.6 {{{2 +% section 7.6 >>>2 @proceedings{iufrost1984, keywords = {7.6.1}, @@ -633,9 +637,9 @@ urldate = {1997-01-21}, } -% }}} +% <<< -% section 7.7 {{{2 +% section 7.7 >>>2 @inproceedings{brayner1994, keywords = {7.7.1}, @@ -762,9 +766,9 @@ options = {noslsn}, } -% }}} +% <<< -% section 7.8 {{{2 +% section 7.8 >>>2 @patent{embrapa1989, keywords = {7.8}, @@ -778,9 +782,9 @@ note = {26 jun. 1989, 30 maio 1995}, } -% }}} +% <<< -% section 7.9 {{{2 +% section 7.9 >>>2 @legislation{saopaulo1998a, keywords = {7.9.1}, @@ -1121,9 +1125,9 @@ options = {noslsn}, } -% }}} +% <<< -% section 7.10 {{{2 +% section 7.10 >>>2 @movie{osperigos1983a, keywords = {7.10}, @@ -1193,6 +1197,7 @@ location = {Los Angeles}, publisher = {Warner Brothers}, year = {c1991}, + sortyear = {1991}, addendum = {1 \mkbibacro{DVD} (117 min), widescreen, color. Produzido por Warner Video Home. Baseado na novela ``Do androids dream of electric sheep?'' de Philip K. Dick}, @@ -1206,9 +1211,9 @@ % `titleaddon`. } -% }}} +% <<< -% section 7.11 {{{2 +% section 7.11 >>>2 @image{kobayashi1998a, keywords = {7.11.1}, @@ -1249,13 +1254,13 @@ } @image{odescobrimento1985, - keywords = {7.11.2}, - title = {O~descobrimento do Brasil}, - titleaddon = {Fotografia de Carmem Souza. Gravação de Marcos Lourenço.}, - location = {São Paulo}, - publisher = {\mkbibacro{CERAVI}}, - date = {1985}, - note = {31 diapositivos, color. + 1 + keywords = {7.11.2}, + title = {O~descobrimento do Brasil}, + titleaddon = {Fotografia de Carmem Souza. Gravação de Marcos Lourenço.}, + location = {São Paulo}, + publisher = {\mkbibacro{CERAVI}}, + date = {1985}, + note = {31 diapositivos, color. + 1 cassete sonoro (15 min), mono}, % editora = {Carmem Souza}, % editoratype = {photographer}, @@ -1351,15 +1356,16 @@ author = {René Stockdale}, title = {When's recess?}, year = {[2002?]}, + sortyear = {2002}, note = {1 fotografia, color.}, url = {http://www.webshots.com/g/d2002/1-nw/20255.html}, urldate = {2001-01-13}, options = {noslsn}, } -% }}} +% <<< -% section 7.12 {{{2 +% section 7.12 >>>2 @book{atlas1981, keywords = {7.12.1}, @@ -1471,6 +1477,7 @@ title = {1931-2000 Brazil's confirmed unprovoked shark attacks}, location = {Gainesville}, year = {[2000?].}, + sortyear = {2000}, note = {1 mapa, color. Escala 1:40.000.000}, url = {http://www.flmnh.ufl.edu/fish/Sharks/ statistics/Gattack/map/Brazil.jpg}, @@ -1487,15 +1494,16 @@ publisher = {Dirección de Salud y Acción Social de la Armada}, location = {Buenos Aires}, year = {c2001}, + sortyear = {2001}, note = {1 mapa, color. Escala indeterminável}, url = {http://www.diba.org/turismo/hoteles/ ushuaia/ubicacion2.htm}, urldate = {2002-01-13}, } -% }}} +% <<< -% section 7.13 {{{2 +% section 7.13 >>>2 @audio{alcione1988a, keywords = {7.13}, @@ -1504,6 +1512,7 @@ location = {São Paulo}, publisher = {\mkbibacro{RCA} Victor}, year = {p1988}, + sortyear = {1988}, note = {1 disco sonoro}, } @@ -1513,18 +1522,20 @@ location = {[Rio de Janeiro]}, publisher = {Globo: Movieplay}, year = {c1995}, + sortyear = {1995}, note = {1 \mkbibacro{CD}}, } @audio{alcione1988b, - keywords = {7.13}, - author = {Alcione}, - title = {Ouro e cobre}, - titleaddon = {Direção artística: Miguel Propschi}, - location = {São Paulo}, - publisher = {\mkbibacro{RCA} Victor}, - year = {p1988}, - note = {1 disco sonoro (45 min), + keywords = {7.13}, + author = {Alcione}, + title = {Ouro e cobre}, + titleaddon = {Direção artística: Miguel Propschi}, + location = {São Paulo}, + publisher = {\mkbibacro{RCA} Victor}, + year = {p1988}, + sortyear = {1988}, + note = {1 disco sonoro (45 min), 33 1/3 rpm, estero., 12 pol.}, % editor = {Miguel Propschi}, % editortype = {artdir}, @@ -1565,13 +1576,14 @@ title = {Face a face}, publisher = {Emi-Odeon Brasil}, year = {p1977}, + sortyear = {1977}, note = {1 \mkbibacro{CD} (ca. 40 min). Remasterizado em digital}, } -% }}} +% <<< -% section 7.14 {{{2 +% section 7.14 >>>2 @inbook{costa1977b, keywords = {7.14}, @@ -1582,6 +1594,7 @@ booktitle = {Face a face}, publisher = {Emi-Odeon Brasil}, year = {p1977}, + sortyear = {1977}, note = {1 \mkbibacro{CD}. Faixa 7}, % editor = {Simone}, % editortype = {interpreter}, @@ -1599,6 +1612,7 @@ location = {São Paulo}, publisher = {\mkbibacro{RCA} Victor}, year = {p1988}, + sortyear = {1988}, note = {1 disco sonoro. Lado A, faixa 1}, % editor = {Alcione}, % editortype = {interpreter}, @@ -1617,13 +1631,14 @@ location = {São Paulo}, publisher = {\mkbibacro{RCA} Victor}, year = {p1988}, + sortyear = {1988}, note = {1 disco sonoro (45 min), 33 1/3 rpm, estereo., 12 pol. Lado A, faixa 1 (4 min 3 s)}, } -% }}} +% <<< -% section 7.15 {{{2 +% section 7.15 >>>2 @misc{bartok1952a, keywords = {7.15.1}, @@ -1663,15 +1678,16 @@ title = {Fervilhar}, subtitle = {frevo}, year = {[19-{}-?]}, + sortyear = {1900}, note = {1 partitura. Piano}, url = {http://openlink.br.inter.net/picolino/partitur.htm}, urldate = {2002-01-05}, options = {noslsn}, } -% }}} +% <<< -% section 7.16 {{{2 +% section 7.16 >>>2 @artwork{duchamp1918a, keywords = {7.16}, @@ -1713,9 +1729,9 @@ options = {noslsn}, } -% }}} +% <<< -% section 7.17 {{{2 +% section 7.17 >>>2 @software{microsoft1995a, keywords = {7.17}, @@ -1747,15 +1763,15 @@ } @inbook{acaros1998, - keywords = {7.17}, - title = {Ácaros no Estado de São Paulo}, - bookauthor = {{Fundação Tropical de Pesquisas e Tecnologia ``André Tosello''}}, - booktitle = {Base de Dados Tropical}, - date = {1985}, - url = {http://www.bdt.org/bdt/acarosp}, + keywords = {7.17}, + title = {Ácaros no Estado de São Paulo}, + bookauthor = {{Fundação Tropical de Pesquisas e Tecnologia ``André Tosello''}}, + booktitle = {Base de Dados Tropical}, + date = {1985}, + url = {http://www.bdt.org/bdt/acarosp}, % urldate = {2002-03-30}, - addendum = {Acesso em: 30 maio 2002}, - options = {noslsn}, + addendum = {Acesso em: 30 maio 2002}, + options = {noslsn}, } @software{microsoft1995b, @@ -1790,13 +1806,13 @@ } @online{aves1998, - keywords = {7.17}, - title = {Aves do Amapá}, - subtitle = {banco de dados}, - url = {http://www.bdt.org/bdt/avifauna/aves}, + keywords = {7.17}, + title = {Aves do Amapá}, + subtitle = {banco de dados}, + url = {http://www.bdt.org/bdt/avifauna/aves}, % urldate = {2002-05-30}, - addendum = {Acesso em: 30 maio 2002}, - options = {noslsn}, + addendum = {Acesso em: 30 maio 2002}, + options = {noslsn}, } @online{bioline1998, @@ -1810,16 +1826,16 @@ } @online{civitas1995, - keywords = {7.17}, - title = {Civitas}, - titleaddon = {Coordenação de Simão Pedro P. Marinho}, - date = {1995/1998}, - note = {Desenvolvido pela Pontifícia Universidade Católica + keywords = {7.17}, + title = {Civitas}, + titleaddon = {Coordenação de Simão Pedro P. Marinho}, + date = {1995/1998}, + note = {Desenvolvido pela Pontifícia Universidade Católica de Minas Gerais 1995-1998. Apresenta textos sobre urbanismo e desenvolvimento de cidades}, - url = {http://www.gcsnet.com/oamis/civitas}, - urldate = {1998-11-27}, - options = {noslsn}, + url = {http://www.gcsnet.com/oamis/civitas}, + urldate = {1998-11-27}, + options = {noslsn}, % editora = {Simão Pedro P. Marinho}, % editoratype = {coordinator}, % O ideal seria usar os campos `editora` e `editoratype` em vez de @@ -1847,17 +1863,17 @@ options = {noslsn}, } -% }}} +% <<< -% }}} +% <<< -% section 8 {{{1 +% section 8 >>>1 -% section 8.1 {{{2 +% section 8.1 >>>2 @book{alves1995, keywords = {8.1.1}, - author = {Roque {\relax de\nopunct} Brito Alves}, + author = {{Roque de Brito} Alves}, title = {Ciência criminal}, location = {Rio de Janeiro}, publisher = {Forense}, @@ -1951,14 +1967,15 @@ } @book{dante1983, - keywords = {8.1.1}, - author = {{Dante Alighieri}}, - title = {A divina comédia}, - titleaddon = {Tradução, prefácio e notas: Hernâni Donato.}, - location = {São Paulo}, - publisher = {Círculo do Livro}, - year = {[1983]}, - pagetotal = {344}, + keywords = {8.1.1}, + author = {{Dante Alighieri}}, + title = {A divina comédia}, + titleaddon = {Tradução, prefácio e notas: Hernâni Donato.}, + location = {São Paulo}, + publisher = {Círculo do Livro}, + year = {[1983]}, + sortyear = {1983}, + pagetotal = {344}, % editor = {Hernâni Donato}, % editortype = {translatoranfo}, % O ideal seria usar os campos `editor` e `editortype` em vez de @@ -1966,15 +1983,15 @@ } @book{gomes1995, - keywords = {8.1.1}, - author = {Orlando Gomes}, - title = {O direito de família}, - titleaddon = {Atualização e notas de Humberto Theodoro Júnior}, - edition = {11}, - date = {1995}, - publisher = {Forense}, - location = {Rio de Janeiro}, - pagetotal = {562}, + keywords = {8.1.1}, + author = {Orlando Gomes}, + title = {O direito de família}, + titleaddon = {Atualização e notas de Humberto Theodoro Júnior}, + edition = {11}, + date = {1995}, + publisher = {Forense}, + location = {Rio de Janeiro}, + pagetotal = {562}, % editor = {Humberto Theodoro Júnior}, % editortype = {updateran}, % O ideal seria usar os campos `editor` e `editortype` em vez de @@ -2114,9 +2131,9 @@ pagetotal = {64}, } -% }}} +% <<< -% section 8.2 {{{2 +% section 8.2 >>>2 @book{pastro1993a, keywords = {8.2}, @@ -2181,6 +2198,7 @@ location = {São Paulo}, publisher = {Associação Paulista de Medicina}, year = {1941-~.}, + sortyear = {1941}, note = {Bimensal}, issn = {0035-0362}, } @@ -2198,6 +2216,7 @@ title = {Boletim Estatístico {[da] Rede Ferroviária Federal}}, location = {Rio de Janeiro}, year = {1965-~.}, + sortyear = {1965}, note = {Trimestral}, options = {noslsn}, } @@ -2228,9 +2247,9 @@ pagetotal = {ii, 412}, } -% }}} +% <<< -% section 8.3 {{{2 +% section 8.3 >>>2 @book{schaum1956, keywords = {8.3}, @@ -2272,12 +2291,13 @@ location = {Seattle}, publisher = {Multicom Publising}, year = {c1994}, + sortyear = {1994}, note = {1 \mkbibacro{CD-ROM}}, } -% }}} +% <<< -% section 8.4 {{{2 +% section 8.4 >>>2 @book{zani1995, keywords = {8.4}, @@ -2338,9 +2358,9 @@ pagetotal = {195}, } -% }}} +% <<< -% section 8.5 {{{2 +% section 8.5 >>>2 @book{daghalian1995, keywords = {8.5}, @@ -2409,8 +2429,7 @@ @book{ribeiro2001, keywords = {8.5}, - author = {Antonia Motta {\relax de\nopunct} - Castro Memória Ribeiro}, + author = {{Antonia Motta de Castro Memória} Ribeiro}, title = {\mkbibacro{AACR2}, Anglo American Cataloguing Rules\nopunct}, titleaddon = {\unspace, 2\textsuperscript{nd} edition: @@ -2426,9 +2445,9 @@ % do título apareça em negrito/itálico e parte não. } -% }}} +% <<< -% section 8.6 {{{2 +% section 8.6 >>>2 @book{leite1994, keywords = {8.6}, @@ -2447,6 +2466,7 @@ location = {São Paulo}, publisher = {Paulinas}, year = {c1993}, + sortyear = {1993}, pagetotal = {63}, } @@ -2457,6 +2477,7 @@ location = {Rio de Janeiro}, publisher = {Ediouro}, year = {[1993]}, + sortyear = {1993}, pagetotal = {383}, } @@ -2477,6 +2498,7 @@ location = {São Paulo}, publisher = {Rio Gráfica}, year = {1985-~.}, + sortyear = {1985}, note = {Mensal}, } @@ -2543,9 +2565,9 @@ date = {1996}, } -% }}} +% <<< -% section 8.7 {{{2 +% section 8.7 >>>2 @book{lucci1994, keywords = {8.7}, @@ -2675,9 +2697,9 @@ note = {Não paginado}, } -% }}} +% <<< -% section 8.8 {{{2 +% section 8.8 >>>2 @book{cesar1994, keywords = {8.8}, @@ -2733,9 +2755,9 @@ % `titleaddon`. } -% }}} +% <<< -% section 8.9 {{{2 +% section 8.9 >>>2 @book{duran1993, keywords = {8.9}, @@ -2766,6 +2788,7 @@ com a imagem de Nossa Senhora e o menino no fuste também decorado com detalhes azuis}, year = {[170-{}-?].}, + sortyear = {1700}, note = {1 taça, 10,7 cm de diâmetro $\times$ 24,5 cm de altura}, options = {noslsn}, @@ -2773,9 +2796,9 @@ % porque o biblatex acha que o ponto de interrogação já é suficiente. } -% }}} +% <<< -% section 8.10 {{{2 +% section 8.10 >>>2 @book{arbex1993, keywords = {8.10}, @@ -2843,9 +2866,9 @@ % editortype = {genorgfo}, } -% }}} +% <<< -% section 8.11 {{{2 +% section 8.11 >>>2 @book{laurenti1978, keywords = {8.11}, @@ -3097,13 +3120,13 @@ note = {3 microfichas. Redução de 1:24.000}, } -% }}} +% <<< -% }}} +% <<< -% section 9 {{{1 +% section 9 >>>1 -% section 9.1 {{{2 +% section 9.1 >>>2 @book{confederacao1993, keywords = {9.1}, @@ -3190,9 +3213,9 @@ options = {repeatfields=false, repeatfirstfields=false}, } -% }}} +% <<< -% section 9.2 {{{2 +% section 9.2 >>>2 @book{cretella1992, keywords = {9.2}, @@ -3212,7 +3235,8 @@ pages = {20}, } -% }}} +% <<< -% }}} +% <<< +% vim: set foldmarker=\ >>>,\ <<< : diff --git a/Master/texmf-dist/doc/latex/biblatex-abnt/NBR6023-2002.tex b/Master/texmf-dist/doc/latex/biblatex-abnt/NBR6023-2002.tex index b175364db73..00356bc3a8c 100644 --- a/Master/texmf-dist/doc/latex/biblatex-abnt/NBR6023-2002.tex +++ b/Master/texmf-dist/doc/latex/biblatex-abnt/NBR6023-2002.tex @@ -25,7 +25,7 @@ \usepackage[style=abnt, sorting=none, repeatfirstfields]{biblatex} \usepackage[autostyle]{csquotes} -\addbibresource{NBR6023-2002.bib} +\addbibresource{../bibtex/bib/biblatex-abnt/NBR6023-2002.bib} \defbibheading{bibliography}[]{\subsection{#1}} diff --git a/Master/texmf-dist/doc/latex/biblatex-abnt/README.md b/Master/texmf-dist/doc/latex/biblatex-abnt/README.md index 3bf0fabf465..1a30b5fcba4 100644 --- a/Master/texmf-dist/doc/latex/biblatex-abnt/README.md +++ b/Master/texmf-dist/doc/latex/biblatex-abnt/README.md @@ -7,13 +7,13 @@ BibLaTeX style for Brazil's ABNT (Brazilian Association of Technical Standards) rules. -Version 3.3 +Version 3.4 --- Estilo para BibLaTeX compatível com as normas da ABNT. -Versão 3.3 +Versão 3.4 --- @@ -34,7 +34,9 @@ Para instalá-lo manualmente, copie os arquivos `.bbx`, `.cbx` e `.lbx` para e atualize o banco de dados do TeX (rodando o `texhash`, por exemplo). -**O biblatex-abnt requer `biblatex v3.8` e `biber v2.8`.** +**O biblatex-abnt requer as últimas versões do Biber e do BibLaTeX. +Se você estiver com algum problema, verifique se esses pacotes estão +atualizados.** ## Uso diff --git a/Master/texmf-dist/doc/latex/biblatex-abnt/biblatex-abnt.pdf b/Master/texmf-dist/doc/latex/biblatex-abnt/biblatex-abnt.pdf index a062ede2656..b75d55e02ba 100644 Binary files a/Master/texmf-dist/doc/latex/biblatex-abnt/biblatex-abnt.pdf and b/Master/texmf-dist/doc/latex/biblatex-abnt/biblatex-abnt.pdf 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 index b8a27a6004c..9af40abf29c 100644 --- a/Master/texmf-dist/doc/latex/biblatex-abnt/biblatex-abnt.tex +++ b/Master/texmf-dist/doc/latex/biblatex-abnt/biblatex-abnt.tex @@ -80,7 +80,7 @@ \printbibliography[heading=none,check=key#1]% }% <<<2 -\newcommand{\version}{3.3} +\newcommand{\version}{3.4} \newcommand{\requirements}{\texttt{biblatex 3.8} e \texttt{biber 2.8}} \title{biblatex-abnt \version} diff --git a/Master/texmf-dist/doc/latex/biblatex-abnt/test.sh b/Master/texmf-dist/doc/latex/biblatex-abnt/test.sh index 6994b6fc15b..8b5ff1f4ac6 100755 --- a/Master/texmf-dist/doc/latex/biblatex-abnt/test.sh +++ b/Master/texmf-dist/doc/latex/biblatex-abnt/test.sh @@ -48,7 +48,18 @@ if [ "$pass" = true ] ; then echo "ALL GOOD!" exit 0 else + echo "" echo "OOPS, THERE'S SOMETHING WRONG!" + echo "" + echo "NBR10520-2002_test.pdf" + gs -q -o - -sDEVICE=inkcov NBR10520-2002_test.pdf + echo "" + echo "NBR6023-2002_test.pdf" + gs -q -o - -sDEVICE=inkcov NBR6023-2002_test.pdf + echo "" + curl --upload-file ./NBR6023-2002_test.pdf https://transfer.sh/ + echo "" + curl --upload-file ./NBR10520-2002_test.pdf https://transfer.sh/ exit 1 fi diff --git a/Master/texmf-dist/tex/latex/biblatex-abnt/abnt-ibid.bbx b/Master/texmf-dist/tex/latex/biblatex-abnt/abnt-ibid.bbx index 40ce2a56d5b..0fbf7ebfb54 100644 --- a/Master/texmf-dist/tex/latex/biblatex-abnt/abnt-ibid.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-abnt/abnt-ibid.bbx @@ -13,7 +13,7 @@ %% The Current Maintainer of this work is Daniel Ballester Marques. \ProvidesFile{abnt-ibid.bbx} -[2018/04/04\space v3.3\space ABNT BibLaTeX citation style]% +[2018-11-17\space v3.4\space ABNT BibLaTeX citation style]% \RequireBibliographyStyle{abnt} diff --git a/Master/texmf-dist/tex/latex/biblatex-abnt/abnt-ibid.cbx b/Master/texmf-dist/tex/latex/biblatex-abnt/abnt-ibid.cbx index e940bac5e87..97e7cfa2dbc 100644 --- a/Master/texmf-dist/tex/latex/biblatex-abnt/abnt-ibid.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-abnt/abnt-ibid.cbx @@ -13,7 +13,7 @@ %% The Current Maintainer of this work is Daniel Ballester Marques. \ProvidesFile{abnt-ibid.cbx}% -[2018/04/04\space v3.3\space ABNT BibLaTeX citation style]% +[2018-11-17\space v3.4\space ABNT BibLaTeX citation style]% % Init >>>1 diff --git a/Master/texmf-dist/tex/latex/biblatex-abnt/abnt-numeric.bbx b/Master/texmf-dist/tex/latex/biblatex-abnt/abnt-numeric.bbx index a05b7ccdb4d..9e9aba2015f 100644 --- a/Master/texmf-dist/tex/latex/biblatex-abnt/abnt-numeric.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-abnt/abnt-numeric.bbx @@ -13,7 +13,7 @@ %% The Current Maintainer of this work is Daniel Ballester Marques. \ProvidesFile{abnt-numeric.bbx}% -[2018/04/04\space v3.3\space ABNT BibLaTeX citation style]% +[2018-11-17\space v3.4\space ABNT BibLaTeX citation style]% \RequireBibliographyStyle{abnt} \ExecuteBibliographyOptions{labelnumber} diff --git a/Master/texmf-dist/tex/latex/biblatex-abnt/abnt-numeric.cbx b/Master/texmf-dist/tex/latex/biblatex-abnt/abnt-numeric.cbx index 1fb33a3be65..8be391001f9 100644 --- a/Master/texmf-dist/tex/latex/biblatex-abnt/abnt-numeric.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-abnt/abnt-numeric.cbx @@ -13,7 +13,7 @@ %% The Current Maintainer of this work is Daniel Ballester Marques. \ProvidesFile{abnt-numeric.cbx}% -[2018/04/04\space v3.3\space ABNT BibLaTeX citation style]% +[2018-11-17\space v3.4\space ABNT BibLaTeX citation style]% % Init >>>1 diff --git a/Master/texmf-dist/tex/latex/biblatex-abnt/abnt.bbx b/Master/texmf-dist/tex/latex/biblatex-abnt/abnt.bbx index ae5449800c8..ec95c836c8f 100644 --- a/Master/texmf-dist/tex/latex/biblatex-abnt/abnt.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-abnt/abnt.bbx @@ -13,7 +13,7 @@ %% The Current Maintainer of this work is Daniel Ballester Marques. \ProvidesFile{abnt.bbx}% -[2018/04/04\space v3.3\space ABNT BibLaTeX citation style]% +[2018-11-17\space v3.4\space ABNT BibLaTeX citation style]% % Init >>>1 @@ -432,31 +432,74 @@ }% }% <<<2 -\newcommand{\iffieldendswith}[4]{% >>>2 - \IfEndWith{\strfield{#1}}{#2}{#3}{#4}% -}% <<<2 -\newcommand{\iffieldendswithpunct}[3]{% >>>2 - \ifboolexpr{% - test {\iffieldendswith{#1}{.}}% - or% - test {\iffieldendswith{#1}{!}}% - or% - test {\iffieldendswith{#1}{?}}% - or% - test {\iffieldendswith{#1}{-}}% - or% - test {\iffieldendswith{#1}{:}}% - or% - test {\iffieldendswith{#1}{/}}% - }{#2}{#3}% -}% <<<2 +% auxiliary commands +\ExplSyntaxOn +% {}{} +\NewDocumentCommand { \abntblx@regex@match } { mm } { + \regex_match:nnTF { #2 } { #1 } +} +\ExplSyntaxOff + +% define \iffieldregex{}{} +\newcommand*{\blx@imc@iffieldregex}{} +\newcommand*{\iffieldregex}{} + +\protected\def\blx@imc@iffieldregex#1#2{% + \blx@imc@iffieldundef{#1} + {\@secondoftwo} + {\expandafter\expandafter + \expandafter\abntblx@regex@match + \expandafter\expandafter + \expandafter{\csname abx@field@#1\endcsname}{#2}}} + +\blx@regimcs{\iffieldregex} + +\newcommand*{\iffieldendswithpunct}[1]{% + \iffieldregex{#1}{(\.|\!|\?|\-|\:|\/)\Z}% +} % <<<1 % Formatting >>>1 +% Use \refname for headings >>>2 +\ifcase\abx@classtype\relax % article +\or % book/report + \defbibheading{bibliography}[\refname]{% + \chapter*{#1}% + \@mkboth{\abx@MakeMarkcase{#1}}{\abx@MakeMarkcase{#1}}} +\or % scrartcl +\or % scrbook/scrreprt + \defbibheading{bibliography}[\refname]{% + \ifcsundef{bibliography@heading} + {\ifkomabibtotocnumbered + {\chapter{#1}} + {\ifkomabibtotoc + {\addchap{#1}} + {\chapter*{#1} + \ifcsundef{@mkdouble} + {\@mkboth{\abx@MakeMarkcase{#1}}{\abx@MakeMarkcase{#1}}} + {\@mkdouble{\abx@MakeMarkcase{#1}}}}}} + {\bibliography@heading{#1}}} +\or % memoir (article) +\or % memoir (book) + \ifcsundef{memUChead}{}{\def\abx@MakeMarkcase{\memUChead}}% + \defbibheading{bibliography}[\refname]{% + \chapter*{#1}% + \if@twoside + \markboth{\abx@MakeMarkcase{#1}}{\abx@MakeMarkcase{#1}}% + \else + \markright{\abx@MakeMarkcase{#1}}% + \fi + \ifmemoirbibintoc + {\phantomsection + \addcontentsline{toc}{chapter}{#1}} + {}} +\fi +% <<<2 + % \IfGivenIsInitial >>>2 \ExplSyntaxOn% diff --git a/Master/texmf-dist/tex/latex/biblatex-abnt/abnt.cbx b/Master/texmf-dist/tex/latex/biblatex-abnt/abnt.cbx index a7fd5e2bd3a..7deb3e81993 100644 --- a/Master/texmf-dist/tex/latex/biblatex-abnt/abnt.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-abnt/abnt.cbx @@ -13,7 +13,7 @@ %% The Current Maintainer of this work is Daniel Ballester Marques. \ProvidesFile{abnt.cbx}% -[2018/04/04\space v3.3\space ABNT BibLaTeX citation style]% +[2018-11-17\space v3.4\space ABNT BibLaTeX citation style]% % Init >>>1 @@ -28,7 +28,7 @@ pagetracker,% block=none,% urldate=long,% - uniquename=full,% + uniquename=minfull,% sortcites=false,% }% <<<2 @@ -137,7 +137,7 @@ {\usebibmacro{name:family-given}% {\namepartfamily}% {\namepartgiveni}% - {\namepartprefixi}% + {\namepartprefix}% {\namepartsuffixi}}% \or% \usebibmacro{name:family-given}% @@ -349,6 +349,93 @@ \let\mkbibnamesuffix\origmkbibnamesuffix% }{}{}% <<<3 +\newbibmacro*{textcitestar}{% >>>3 + \iffieldequals{namehash}{\cbx@lasthash}% + {\iffieldundef{shorthand}% + {\ifthenelse{\iffieldequals{labelyear}{\cbx@lastyear}\AND% + \(\value{multicitecount}=0\OR\iffieldundef{postnote}\)}% + {\setunit{\addcomma}% + \usebibmacro{cite:extradate}}% + {\setunit{\compcitedelim}% + \usebibmacro{cite:labeldate+extradate}% + \savefield{labelyear}{\cbx@lastyear}}}% + {\setunit{\compcitedelim}% + \usebibmacro{cite:shorthand}% + \global\undef\cbx@lastyear}}% + {\ifnameundef{labelname}% + {\iffieldundef{shorthand}% + {\usebibmacro{cite:label}% + \setunit{% + % \global\booltrue{cbx:parens}% + \printdelim{nonameyeardelim}}% + \ifnumequal{\value{citecount}}{1}% + {\usebibmacro{prenote}}% + {}% + \usebibmacro{cite:labeldate+extradate}}% + {\usebibmacro{cite:shorthand}}}% + {% Use `bibhyperref` so that the names are also hyperlinked + \printtext[bibhyperref]{\printnames[textlabelname]{labelname}}% + \setunit{% + % \global\booltrue{cbx:parens}% + \printdelim{nameyeardelim}}% + \ifnumequal{\value{citecount}}{1}% + {\usebibmacro{prenote}}% + {}% + \iffieldundef{shorthand}% + {\iffieldundef{labelyear}% + {\usebibmacro{cite:label}}% + {\usebibmacro{cite:labeldate+extradate}}% + \savefield{labelyear}{\cbx@lastyear}}% + {\usebibmacro{cite:shorthand}% + \global\undef\cbx@lastyear}}% + \stepcounter{textcitecount}% + \savefield{namehash}{\cbx@lasthash}}% + \setunit{% + \ifbool{cbx:parens}% + {\bibcloseparen\global\boolfalse{cbx:parens}}% + {}% + % Use `\bibstring{and}` before the last name and commas before the rest + \ifnumequal{\value{textcitecount}}{\value{textcitetotal}-1}{% + \finalnamedelim% + }{% + \multinamedelim% + }}}% <<<3 + +\xpretobibmacro{textcitestar}{% >>>3 + \let\multinamedelim\multinamedelimorig% + \let\finalnamedelim\finalnamedelimorig% + \let\mkbibnamefamily\origmkbibnamefamily% + \let\mkbibnamegiven\origmkbibnamegiven% + \let\mkbibnameprefix\origmkbibnameprefix% + \let\mkbibnamesuffix\origmkbibnamesuffix% +}{}{}% <<<3 + +\DeclareCiteCommand{\cbx@textcitestar}% >>>3 + {\usebibmacro{cite:init}} + {\usebibmacro{citeindex}% + \usebibmacro{textcitestar}} + {} +{\usebibmacro{textcite:postnote}}% <<<3 + +\DeclareCiteCommand*{\textcite}[\cbx@textcite@init\cbx@textcitestar]% >>>3 + {\gdef\cbx@savedkeys{}% + \citetrackerfalse% + \pagetrackerfalse% + \DeferNextCitekeyHook% + \usebibmacro{cite:init}} + {\ifthenelse{\iffirstcitekey\AND\value{multicitetotal}>0} + {\protected@xappto\cbx@savedcites{()(\thefield{multipostnote})}% + \global\clearfield{multipostnote}} + {}% + \xappto\cbx@savedkeys{\thefield{entrykey},}% + \iffieldequals{namehash}{\cbx@lasthash} + {} + {\stepcounter{textcitetotal}% + \savefield{namehash}{\cbx@lasthash}}} + {} + {\protected@xappto\cbx@savedcites{% +[\thefield{prenote}][\thefield{postnote}]{\cbx@savedkeys}}}% <<<3 + % <<<2 % \footcite >>>2 diff --git a/Master/texmf-dist/tex/latex/biblatex-abnt/american-abnt.lbx b/Master/texmf-dist/tex/latex/biblatex-abnt/american-abnt.lbx new file mode 100644 index 00000000000..4ebdf8ee3f7 --- /dev/null +++ b/Master/texmf-dist/tex/latex/biblatex-abnt/american-abnt.lbx @@ -0,0 +1,21 @@ +%% Copyright 2016 Daniel Ballester Marques +%% +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3 or later is part of all distributions of LaTeX +%% version 2005/12/01 or later. +%% +%% This work has the LPPL maintenance status `maintained'. +%% +%% The Current Maintainer of this work is Daniel Ballester Marques. + +\ProvidesFile{american-abnt.lbx} +[2018-11-17\space v3.4\space ABNT BibLaTeX citation style]% + +\InheritBibliographyExtras{english-abnt} +\InheritBibliographyStrings{english-abnt} + +\endinput diff --git a/Master/texmf-dist/tex/latex/biblatex-abnt/australian-abnt.lbx b/Master/texmf-dist/tex/latex/biblatex-abnt/australian-abnt.lbx new file mode 100644 index 00000000000..5a3e9b5305d --- /dev/null +++ b/Master/texmf-dist/tex/latex/biblatex-abnt/australian-abnt.lbx @@ -0,0 +1,21 @@ +%% Copyright 2016 Daniel Ballester Marques +%% +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3 or later is part of all distributions of LaTeX +%% version 2005/12/01 or later. +%% +%% This work has the LPPL maintenance status `maintained'. +%% +%% The Current Maintainer of this work is Daniel Ballester Marques. + +\ProvidesFile{australian-abnt.lbx} +[2018-11-17\space v3.4\space ABNT BibLaTeX citation style]% + +\InheritBibliographyExtras{english-abnt} +\InheritBibliographyStrings{english-abnt} + +\endinput diff --git a/Master/texmf-dist/tex/latex/biblatex-abnt/brazil-abnt.lbx b/Master/texmf-dist/tex/latex/biblatex-abnt/brazil-abnt.lbx index 4966fcaad44..45330478f9f 100644 --- a/Master/texmf-dist/tex/latex/biblatex-abnt/brazil-abnt.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-abnt/brazil-abnt.lbx @@ -13,7 +13,7 @@ %% The Current Maintainer of this work is Daniel Ballester Marques. \ProvidesFile{brazil-abnt.lbx} -[2018/04/04\space v3.3\space ABNT BibLaTeX citation style]% +[2018-11-17\space v3.4\space ABNT BibLaTeX citation style]% \InheritBibliographyExtras{brazilian-abnt} \InheritBibliographyStrings{brazilian-abnt} diff --git a/Master/texmf-dist/tex/latex/biblatex-abnt/brazilian-abnt.lbx b/Master/texmf-dist/tex/latex/biblatex-abnt/brazilian-abnt.lbx index 8a16994bf8c..8b730ba0d51 100644 --- a/Master/texmf-dist/tex/latex/biblatex-abnt/brazilian-abnt.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-abnt/brazilian-abnt.lbx @@ -12,8 +12,8 @@ %% %% The Current Maintainer of this work is Daniel Ballester Marques. -\ProvidesFile{abnt-brazilian.lbx}% -[2018/04/04\space v3.3\space ABNT BibLaTeX citation style]% +\ProvidesFile{brazilian-abnt.lbx}% +[2018-11-17\space v3.4\space ABNT BibLaTeX citation style]% % Init >>> diff --git a/Master/texmf-dist/tex/latex/biblatex-abnt/british-abnt.lbx b/Master/texmf-dist/tex/latex/biblatex-abnt/british-abnt.lbx new file mode 100644 index 00000000000..dfa7d387b45 --- /dev/null +++ b/Master/texmf-dist/tex/latex/biblatex-abnt/british-abnt.lbx @@ -0,0 +1,21 @@ +%% Copyright 2016 Daniel Ballester Marques +%% +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3 or later is part of all distributions of LaTeX +%% version 2005/12/01 or later. +%% +%% This work has the LPPL maintenance status `maintained'. +%% +%% The Current Maintainer of this work is Daniel Ballester Marques. + +\ProvidesFile{british-abnt.lbx} +[2018-11-17\space v3.4\space ABNT BibLaTeX citation style]% + +\InheritBibliographyExtras{english-abnt} +\InheritBibliographyStrings{english-abnt} + +\endinput diff --git a/Master/texmf-dist/tex/latex/biblatex-abnt/canadian-abnt.lbx b/Master/texmf-dist/tex/latex/biblatex-abnt/canadian-abnt.lbx new file mode 100644 index 00000000000..94fdd028233 --- /dev/null +++ b/Master/texmf-dist/tex/latex/biblatex-abnt/canadian-abnt.lbx @@ -0,0 +1,21 @@ +%% Copyright 2016 Daniel Ballester Marques +%% +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3 or later is part of all distributions of LaTeX +%% version 2005/12/01 or later. +%% +%% This work has the LPPL maintenance status `maintained'. +%% +%% The Current Maintainer of this work is Daniel Ballester Marques. + +\ProvidesFile{canadian-abnt.lbx} +[2018-11-17\space v3.4\space ABNT BibLaTeX citation style]% + +\InheritBibliographyExtras{english-abnt} +\InheritBibliographyStrings{english-abnt} + +\endinput diff --git a/Master/texmf-dist/tex/latex/biblatex-abnt/english-abnt.lbx b/Master/texmf-dist/tex/latex/biblatex-abnt/english-abnt.lbx index fe86ec7fa24..41792e3a4e5 100644 --- a/Master/texmf-dist/tex/latex/biblatex-abnt/english-abnt.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-abnt/english-abnt.lbx @@ -14,8 +14,8 @@ %% %% Tradução para o espanhol de Juan-Ernesto Sepúlveda. Obrigado! -\ProvidesFile{abnt-english.lbx}% -[2018/04/04\space v3.3\space ABNT BibLaTeX citation style]% +\ProvidesFile{english-abnt.lbx}% +[2018-11-17\space v3.4\space ABNT BibLaTeX citation style]% % Init >>> diff --git a/Master/texmf-dist/tex/latex/biblatex-abnt/portuges-abnt.lbx b/Master/texmf-dist/tex/latex/biblatex-abnt/portuges-abnt.lbx index 3ffaafd4527..f1ae7541c4a 100644 --- a/Master/texmf-dist/tex/latex/biblatex-abnt/portuges-abnt.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-abnt/portuges-abnt.lbx @@ -13,7 +13,7 @@ %% The Current Maintainer of this work is Daniel Ballester Marques. \ProvidesFile{portuges-abnt.lbx} -[2018/04/04\space v3.3\space ABNT BibLaTeX citation style]% +[2018-11-17\space v3.4\space ABNT BibLaTeX citation style]% \InheritBibliographyExtras{brazilian-abnt} \InheritBibliographyStrings{brazilian-abnt} diff --git a/Master/texmf-dist/tex/latex/biblatex-abnt/portuguese-abnt.lbx b/Master/texmf-dist/tex/latex/biblatex-abnt/portuguese-abnt.lbx index 6c959948ce2..36baf6bc439 100644 --- a/Master/texmf-dist/tex/latex/biblatex-abnt/portuguese-abnt.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-abnt/portuguese-abnt.lbx @@ -13,7 +13,7 @@ %% The Current Maintainer of this work is Daniel Ballester Marques. \ProvidesFile{portuguese-abnt.lbx} -[2018/04/04\space v3.3\space ABNT BibLaTeX citation style]% +[2018-11-17\space v3.4\space ABNT BibLaTeX citation style]% \InheritBibliographyExtras{brazilian-abnt} \InheritBibliographyStrings{brazilian-abnt} diff --git a/Master/texmf-dist/tex/latex/biblatex-abnt/spanish-abnt.lbx b/Master/texmf-dist/tex/latex/biblatex-abnt/spanish-abnt.lbx index f149e21ffa0..a1ff9ed64f6 100644 --- a/Master/texmf-dist/tex/latex/biblatex-abnt/spanish-abnt.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-abnt/spanish-abnt.lbx @@ -14,8 +14,8 @@ %% %% Tradução para o espanhol de Juan-Ernesto Sepúlveda. Obrigado! -\ProvidesFile{abnt-spanish.lbx}% -[2018/04/04\space v3.3\space ABNT BibLaTeX citation style]% +\ProvidesFile{spanish-abnt.lbx}% +[2018-11-17\space v3.4\space ABNT BibLaTeX citation style]% % Init >>> -- cgit v1.2.3