diff options
author | Karl Berry <karl@freefriends.org> | 2018-04-04 20:19:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-04-04 20:19:49 +0000 |
commit | 9472abc3c725ff61ea7c779ffdf35c34b589981b (patch) | |
tree | 387897bcb1d5b4f0a3e12532e82f5b4a6b35ff9a /Master | |
parent | 17a8842ec7353265b330ab4c738e18c07d0c9d23 (diff) |
biblatex-abnt (4apr18)
git-svn-id: svn://tug.org/texlive/trunk@47291 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
19 files changed, 558 insertions, 219 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-abnt/CHANGELOG.md b/Master/texmf-dist/doc/latex/biblatex-abnt/CHANGELOG.md index 6ec3b3ca3e5..c5afa7083ea 100644 --- a/Master/texmf-dist/doc/latex/biblatex-abnt/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/biblatex-abnt/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.3] - 2018-04-04 + +### Added +- Add `comp` option to numeric style + +### Fixed +- Fix problem with English translation + + ## [3.2] - 2017-10-23 ### Added @@ -95,6 +104,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Add "et al." in citations +[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 [3.0.1]: https://github.com/abntex/biblatex-abnt/compare/v3.0...v3.0.1 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 2f75a45f641..b175364db73 100644 --- a/Master/texmf-dist/doc/latex/biblatex-abnt/NBR6023-2002.tex +++ b/Master/texmf-dist/doc/latex/biblatex-abnt/NBR6023-2002.tex @@ -49,8 +49,6 @@ \makeatother \AtBeginDocument{\iftoggle{reference}{}{\globalcolor{red!50}}} -\usepackage{hyperref} - \newtoggle{reference} \toggletrue{reference} diff --git a/Master/texmf-dist/doc/latex/biblatex-abnt/README.md b/Master/texmf-dist/doc/latex/biblatex-abnt/README.md index d91459a79a9..3bf0fabf465 100644 --- a/Master/texmf-dist/doc/latex/biblatex-abnt/README.md +++ b/Master/texmf-dist/doc/latex/biblatex-abnt/README.md @@ -1,35 +1,32 @@ # biblatex-abnt +[![Build Status](https://travis-ci.org/abntex/biblatex-abnt.svg?branch=master)](https://travis-ci.org/abntex/biblatex-abnt) +[![NBR 6023:2002 100%](https://img.shields.io/badge/NBR%206023%3A2002-100%25-brightgreen.svg)](https://github.com/abntex/biblatex-abnt/blob/master/tests/NBR6023-2002_reference.pdf) +[![NBR 10520:2002 100%](https://img.shields.io/badge/NBR%2010520%3A2002-100%25-brightgreen.svg)](https://github.com/abntex/biblatex-abnt/blob/master/tests/NBR10520-2002_reference.pdf) -BibLaTeX style for Brazil's ABNT (Brazilian Association of Technical Norms) -rules. - -Version 3.2 -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). +BibLaTeX style for Brazil's ABNT (Brazilian Association of Technical Standards) +rules. -The current maintainer is -Daniel Ballester Marques ([@dbmrq](https://github.com/dbmrq)). With special -thanks to [@moewew](https://github.com/moewew) and all the awesome people -behind BibLaTeX. +Version 3.3 --- Estilo para BibLaTeX compatível com as normas da ABNT. -Substitui o pacote [`abntex2cite`](https://github.com/abntex/abntex2). +Versão 3.3 -**Requer `biblatex v3.8` e `biber v2.8`.** +--- -O arquivo `biblatex-abnt.pdf` apresenta algumas informações sobre o uso do -pacote. Os arquivos `NBR6023-2002.pdf` e `NBR10520-2002.pdf` imprimem *ipsis -litteris* todas as entradas usadas nas respectivas normas da ABNT. +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 Ballester Marques +([@dbmrq](https://github.com/dbmrq)). ## Instalação -O `biblatex-abnt` está incluso no TeX Live a partir de 2016. +O biblatex-abnt está incluso no TeX Live a partir de 2016. Para instalá-lo manualmente, copie os arquivos `.bbx`, `.cbx` e `.lbx` para @@ -37,6 +34,8 @@ 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`.** + ## Uso 1. Adicione as seguintes linhas ao preâmbulo do seu arquivo `.tex`: @@ -52,5 +51,5 @@ suas entradas. 3. Use o comando `\printbibliography` para imprimir a bibliografia. -*Consulte [o arquivo `biblatex-abnt.pdf`](https://github.com/abntex/biblatex-abnt/raw/master/doc/biblatex-abnt.pdf) e o [manual do `biblatex`](http://mirrors.ctan.org/macros/latex/contrib/biblatex/doc/biblatex.pdf) para informações sobre as opções e comandos disponíveis.* +*Consulte [o arquivo biblatex-abnt.pdf](https://github.com/abntex/biblatex-abnt/raw/master/doc/biblatex-abnt.pdf) e o [manual do biblatex](http://mirrors.ctan.org/macros/latex/contrib/biblatex/doc/biblatex.pdf) para informações sobre as opções e comandos disponíveis.* diff --git a/Master/texmf-dist/doc/latex/biblatex-abnt/biblatex-abnt.pdf b/Master/texmf-dist/doc/latex/biblatex-abnt/biblatex-abnt.pdf Binary files differindex 8be4a9776c3..a062ede2656 100644 --- a/Master/texmf-dist/doc/latex/biblatex-abnt/biblatex-abnt.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-abnt/biblatex-abnt.pdf 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 dddde945ce8..b8a27a6004c 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.2} +\newcommand{\version}{3.3} \newcommand{\requirements}{\texttt{biblatex 3.8} e \texttt{biber 2.8}} \title{biblatex-abnt \version} @@ -141,7 +141,8 @@ Use o comando \verb"\printbibliography" para imprimir a bibliografia. \section{Opções}% >>>2 \label{sec:opções} -As opções a seguir podem ser usadas ao chamar o \texttt{biblatex} (além daquelas descritas no manual do pacote): +As opções a seguir podem ser usadas ao chamar o \texttt{biblatex} (além +daquelas descritas no manual do pacote): \begin{description}[itemindent=-1em,leftmargin=3em]% >>>3 \item [ittitles] Usa itálico para os títulos na bibliografia @@ -151,7 +152,8 @@ As opções a seguir podem ser usadas ao chamar o \texttt{biblatex} (além daque \item [scbib] Imprime os nomes em versalete na bibliografia \item [pretty] Ativa as cinco primeiras opções citadas de uma vez \item [giveninits] Abrevia os primeiros nomes na bibliografia - \item [extrayear] Mostra os anos diferenciados com letras (e.g., 2017a) também na bibliografia + \item [extrayear] Diferencia os anos com letras (e.g., 2017a) + também na bibliografia \item [nosl] Oculta as abreviações [s.l.] na bibliografia \item [nosn] Oculta as abreviações [s.n.] na bibliografia \item [noslsn] Oculta as abreviações [s.l], [s.n] e [s.l.: s.n.] @@ -161,23 +163,26 @@ As opções a seguir podem ser usadas ao chamar o \texttt{biblatex} (além daque mas substitui uma segunda ocorrência com traços sublineares \item [repeattitles] Imprime apenas os títulos repetidos na bibliografia, mas substitui os autores 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 [usedashes] Usa os traços padrão do \texttt{biblatex} nos campos + repetidos \item [language=brazil] Essa opção é adicionada automaticamente. Para imprimir a bibliografia em outros idiomas, substitua o termo \texttt{brazil} pelo código da linguagem desejada - \item [backref] Especifica, na bibliografia, as páginas em que cada entrada - foi citada. + \item [backref] Especifica as páginas em que cada entrada foi citada. \item [citecount] Além das páginas, especifica quantas vezes cada entrada foi citada. + \item [comp] Abrevia a numeração no estilo numérico, imprimindo, e.g., + \enquote{(1--4)} em vez de \enquote{(1, 2, 3, 4)}. \end{description}% <<<3 \vspace{\baselineskip} E.g.: \verb"\usepackage[backend=biber, style=abnt, ittitles]{biblatex}" -As opções \texttt{repeatfields}, \texttt{repeattitles}, \texttt{nosl}, -\texttt{nosn}, \texttt{noslsn} e \texttt{extrayear} também podem ser usadas apenas em entradas -específicas. E.g.: +\begin{sloppypar} + As opções \texttt{repeatfields}, \texttt{repeattitles}, \texttt{backref}, + \texttt{nosl}, \texttt{nosn}, \texttt{noslsn} e \texttt{extrayear} também + podem ser usadas apenas em entradas específicas. E.g.: +\end{sloppypar} \begin{verbatim} @mvbook{assis08, diff --git a/Master/texmf-dist/doc/latex/biblatex-abnt/test.sh b/Master/texmf-dist/doc/latex/biblatex-abnt/test.sh index afaa99c1ab3..6994b6fc15b 100755 --- a/Master/texmf-dist/doc/latex/biblatex-abnt/test.sh +++ b/Master/texmf-dist/doc/latex/biblatex-abnt/test.sh @@ -1,28 +1,54 @@ #!/bin/bash -sed -i '' 's/\\toggletrue{reference}/% \\toggletrue{reference}/' NBR10520-2002.tex - -sed -i '' 's/\\toggletrue{reference}/% \\toggletrue{reference}/' NBR6023-2002.tex - -latexmk -pdf -norc NBR10520-2002.tex - -latexmk -pdf -norc NBR6023-2002.tex - -pdflatex NBR10520-2002_test.tex - -pdflatex NBR6023-2002_test.tex - -latexmk -norc -c - -rm NBR10520-2002.bbl - -rm NBR6023-2002.bbl - -rm NBR10520-2002.run.xml - -rm NBR6023-2002.run.xml - -sed -i '' 's/% \\toggletrue{reference}/\\toggletrue{reference}/' NBR10520-2002.tex - -sed -i '' 's/% \\toggletrue{reference}/\\toggletrue{reference}/' NBR6023-2002.tex +set -e + +echo "Running tests..." + +pass=true + + +sed -i.bak 's/\\toggletrue{reference}/% \\toggletrue{reference}/' NBR10520-2002.tex +pdflatex -draftmode -interaction=batchmode NBR10520-2002.tex +biber NBR10520-2002 +pdflatex -draftmode -interaction=batchmode NBR10520-2002.tex +pdflatex -interaction=batchmode NBR10520-2002.tex +pdflatex -interaction=batchmode NBR10520-2002_test.tex +sed -i.bak 's/% \\toggletrue{reference}/\\toggletrue{reference}/' NBR10520-2002.tex + +while read -r line ; do + C=$(echo $line | awk '{print $1}') + Y=$(echo $line | awk '{print $2}') + M=$(echo $line | awk '{print $3}') + if [ "$C" != 0.00000 ] || [ "$Y" != 0.00000 ] || [ "$M" != 0.00000 ] ; then + pass=false + fi +done < <(gs -q -o - -sDEVICE=inkcov NBR10520-2002_test.pdf | sed -e '1d') + + +sed -i.bak 's/\\toggletrue{reference}/% \\toggletrue{reference}/' NBR6023-2002.tex +pdflatex -draftmode -interaction=batchmode NBR6023-2002.tex +biber NBR6023-2002 +pdflatex -draftmode -interaction=batchmode NBR6023-2002.tex +pdflatex -draftmode -interaction=batchmode NBR6023-2002.tex +pdflatex -interaction=batchmode NBR6023-2002.tex +pdflatex -interaction=batchmode NBR6023-2002_test.tex +sed -i.bak 's/% \\toggletrue{reference}/\\toggletrue{reference}/' NBR6023-2002.tex + +while read -r line ; do + C=$(echo $line | awk '{print $1}') + Y=$(echo $line | awk '{print $2}') + M=$(echo $line | awk '{print $3}') + if [ "$C" != 0.00000 ] || [ "$Y" != 0.00000 ] || [ "$M" != 0.00000 ] ; then + pass=false + fi +done < <(gs -q -o - -sDEVICE=inkcov NBR6023-2002_test.pdf | sed -e '1d') + + +if [ "$pass" = true ] ; then + echo "ALL GOOD!" + exit 0 +else + echo "OOPS, THERE'S SOMETHING WRONG!" + exit 1 +fi diff --git a/Master/texmf-dist/doc/latex/biblatex-abnt/texlive.sh b/Master/texmf-dist/doc/latex/biblatex-abnt/texlive.sh new file mode 100644 index 00000000000..ec338703a84 --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-abnt/texlive.sh @@ -0,0 +1,27 @@ +#!/bin/bash + +wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz +tar -xzf install-tl-unx.tar.gz +cd install-tl-20* + +cat << EOF >> texlive.profile +selected_scheme scheme-minimal +TEXDIR /tmp/texlive +TEXMFCONFIG ~/.texlive/texmf-config +TEXMFHOME ~/texmf +TEXMFLOCAL /tmp/texlive/texmf-local +TEXMFSYSCONFIG /tmp/texlive/texmf-config +TEXMFSYSVAR /tmp/texlive/texmf-var +TEXMFVAR ~/.texlive/texmf-var +option_doc 0 +option_src 0 +EOF + +./install-tl --no-verify-downloads --profile=./texlive.profile +export PATH=/tmp/texlive/bin/x86_64-linux:$PATH + +tlmgr --no-verify-downloads install latex-bin lm ec biblatex biber babel babel-portuges \ + hyphen-portuguese logreq xstring xpatch csquotes substr pdfpagediff \ + microtype graphics etoolbox xcolor oberdiek url l3packages hyperref \ + geometry l3kernel + 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 7ef794856ad..40ce2a56d5b 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} -[2017/11/09\space v3.2\space ABNT BibLaTeX citation style]% +[2018/04/04\space v3.3\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 cff248116d2..e940bac5e87 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}% -[2017/11/09\space v3.2\space ABNT BibLaTeX citation style]% +[2018/04/04\space v3.3\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 e9abff8e976..a05b7ccdb4d 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}% -[2017/11/09\space v3.2\space ABNT BibLaTeX citation style]% +[2018/04/04\space v3.3\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 4cf86a0cc19..1fb33a3be65 100644 --- a/Master/texmf-dist/tex/latex/biblatex-abnt/abnt-numeric.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-abnt/abnt-numeric.cbx @@ -13,89 +13,336 @@ %% The Current Maintainer of this work is Daniel Ballester Marques. \ProvidesFile{abnt-numeric.cbx}% -[2017/11/09\space v3.2\space ABNT BibLaTeX citation style]% +[2018/04/04\space v3.3\space ABNT BibLaTeX citation style]% -\RequireCitationStyle{numeric} +% Init >>>1 + +\RequireCitationStyle{numeric}% + +\newtoggle{comp}% +\DeclareBibliographyOption{comp}[true]{% + \settoggle{comp}{#1}% +}% + +% <<<1 + +% Comp >>>1 + +\providebool{bbx:subentry}% +% \newbool{cbx:parens}% + +\newcounter{cbx@tempcnta}% +\newcounter{cbx@tempcntb}% + +\DeclareFieldFormat{entrysetcount}{\mknumalph{#1}}% + +\newbibmacro*{cite:init}{% + \iftoggle{comp}{% + \global\boolfalse{cbx:parens}% + \global\undef\cbx@lasthash% + \global\undef\cbx@lastnumber% + \global\undef\cbx@lastprefix% + \setcounter{cbx@tempcnta}{0}% + \setcounter{cbx@tempcntb}{-2}% + }{}% +}% + +\newbibmacro*{cite:comp}{% + \iftoggle{comp}{% + \addtocounter{cbx@tempcntb}{1}% + \iffieldundef{shorthand}% + {\ifbool{bbx:subentry}% + {\iffieldundef{entrysetcount}% + {\usebibmacro{cite:comp:comp}}% + {\usebibmacro{cite:comp:inset}}}% + {\usebibmacro{cite:comp:comp}}}% + {\usebibmacro{cite:comp:shand}}% + }{% + \usebibmacro{cite}% + }% +}% + +\newbibmacro*{cite:comp:comp}{% + \ifboolexpr{% + ( test {\iffieldundef{labelprefix}} and test {\ifundef\cbx@lastprefix} )% + or% + test {\iffieldequals{labelprefix}{\cbx@lastprefix}}% + }% + {\ifnumequal{\thefield{labelnumber}}{\value{cbx@tempcntb}}% + {\savefield{entrykey}{\cbx@lastkey}% + \savefield{labelnumber}{\cbx@lastnumber}% + \addtocounter{cbx@tempcnta}{1}}% + {\ifnumequal{\thefield{labelnumber}}{\value{cbx@tempcntb}-1}% + {}% + {\usebibmacro{cite:dump}% + \ifnumgreater{\value{cbx@tempcntb}}{-1}% + {\multicitedelim}% + {}% + \printtext[bibhyperref]{% + \printfield{labelprefix}% + \printfield{labelnumber}}}}}% + {\usebibmacro{cite:comp:end}}% + \setcounter{cbx@tempcntb}{\thefield{labelnumber}}% + \savefield{labelprefix}{\cbx@lastprefix}}% + +\newbibmacro*{cite:comp:end}{% + \usebibmacro{cite:dump}% + \ifnumgreater{\value{cbx@tempcntb}}{-1}% + {\multicitedelim}% + {}% + \printtext[bibhyperref]{% + \printfield{labelprefix}% + \printfield{labelnumber}}}% + +\newbibmacro*{cite:comp:inset}{% + \usebibmacro{cite:dump}% + \ifnumgreater{\value{cbx@tempcntb}}{-1}% + {\multicitedelim}% + {}% + \printtext[bibhyperref]{% + \printfield{labelprefix}% + \printfield{labelnumber}% + \printfield{entrysetcount}}% + \setcounter{cbx@tempcntb}{-1}}% + +\newbibmacro*{cite:comp:shand}{% + \usebibmacro{cite:dump}% + \ifnumgreater{\value{cbx@tempcntb}}{-1}% + {\multicitedelim}% + {}% + \printtext[bibhyperref]{\printfield{shorthand}}% + \setcounter{cbx@tempcntb}{-1}}% + +\newbibmacro*{cite:dump}{% + \iftoggle{comp}{% + \ifnumgreater{\value{cbx@tempcnta}}{0}% + {\ifnumgreater{\value{cbx@tempcnta}}{1}% + {\bibrangedash}% + {\multicitedelim}% + \bibhyperref[\cbx@lastkey]{% + \ifdef\cbx@lastprefix% + {\printtext[labelprefix]{\cbx@lastprefix}}% + {}% + \printtext[labelnumber]{\cbx@lastnumber}}}% + {}% + \setcounter{cbx@tempcnta}{0}% + \global\undef\cbx@lastprefix% + }{}% +}% + +% <<<1 \renewbibmacro*{name:family}[4]{% >>>1 - \ifuseprefix + \ifuseprefix% {\usebibmacro{name:delim}{#3#1}% \usebibmacro{name:hook}{#3#1}% \ifdefvoid{#3}{}{% - \ifcapital - {\mkbibnameprefix{\MakeCapital{#3}}\isdot} + \ifcapital% + {\mkbibnameprefix{\MakeCapital{#3}}\isdot}% {\mkbibnameprefix{#3}\isdot}% \ifprefchar{}{\bibnamedelimc}}% - \mkbibnamefamily{#1}\isdot - \ifdefvoid{#4}{}{\bibnamedelimd\mkbibnamesuffix{#4}\isdot}} + \mkbibnamefamily{#1}\isdot% + \ifdefvoid{#4}{}{\bibnamedelimd\mkbibnamesuffix{#4}\isdot}}% {\usebibmacro{name:delim}{#1}% \usebibmacro{name:hook}{#1}% - \mkbibnamefamily{#1}\isdot + \mkbibnamefamily{#1}\isdot% \ifdefvoid{#4}{}{\bibnamedelimd\mkbibnamesuffix{#4}\isdot}}}% <<<1 % Cite commands >>>1 \DeclareCiteCommand{\cite}[\mkbibparens]% >>>2 - {\usebibmacro{prenote}} + {\usebibmacro{cite:init}% + \usebibmacro{prenote}}% {\usebibmacro{citeindex}% - \usebibmacro{cite}} - {\multicitedelim} - {\usebibmacro{postnote}}% <<<2 + \usebibmacro{cite:comp}}% + {\iftoggle{comp}{}{\multicitedelim}}% + {\usebibmacro{cite:dump}% + \usebibmacro{postnote}}% <<<2 \DeclareCiteCommand{\parencite}[\mkbibparens]% >>>2 - {\usebibmacro{prenote}} + {\usebibmacro{cite:init}% + \usebibmacro{prenote}}% + {\usebibmacro{citeindex}% + \usebibmacro{cite:comp}}% + {\iftoggle{comp}{}{\multicitedelim}}% + {\usebibmacro{cite:dump}% + \usebibmacro{postnote}}% <<<2 + +\DeclareCiteCommand{\footcite}[\mkbibfootnote]% >>>2 + {\usebibmacro{cite:init}% + \usebibmacro{prenote}}% {\usebibmacro{citeindex}% - \usebibmacro{cite}} - {\multicitedelim} - {\usebibmacro{postnote}}% <<<2 + \usebibmacro{cite:comp}}% + {\iftoggle{comp}{}{\multicitedelim}}% + {\usebibmacro{cite:dump}% + \usebibmacro{postnote}}% <<<2 + +\DeclareCiteCommand{\footcitetext}[\mkbibfootnotetext]% >>>2 + {\usebibmacro{cite:init}% + \usebibmacro{prenote}}% + {\usebibmacro{citeindex}% + \usebibmacro{cite:comp}}% + {\iftoggle{comp}{}{\multicitedelim}}% + {\usebibmacro{cite:dump}% + \usebibmacro{postnote}}% <<<2 \DeclareCiteCommand{\smartcite}[\iffootnote\mkbibparens\mkbibfootnote]% >>>2 - {\usebibmacro{prenote}} + {\usebibmacro{cite:init}% + \usebibmacro{prenote}}% {\usebibmacro{citeindex}% - \usebibmacro{cite}} - {\multicitedelim} - {\usebibmacro{postnote}}% <<<2 - -\DeclareCiteCommand{\cbx@textcite}% >>>2 - {\usebibmacro{textcite:init}% Mudar \multinamedelim e \finalnamedelim. - \boolfalse{cbx:parens}% - \renewcommand*{\finalnamedelim}{\addspace\bibstring{and}\addspace}% - \renewcommand*{\multinamedelim}{\addcomma\addspace}}% + \usebibmacro{cite:comp}}% + {\iftoggle{comp}{}{\multicitedelim}}% + {\usebibmacro{cite:dump}% + \usebibmacro{postnote}}% <<<2 + +\DeclareCiteCommand{\supercite}[\mkbibsuperscript]% >>>2 + {\usebibmacro{cite:init}% + \let\multicitedelim=\supercitedelim% + \iffieldundef{prenote}% + {}% + {\BibliographyWarning{Ignoring prenote argument}}% + \iffieldundef{postnote}% + {}% + {\BibliographyWarning{Ignoring postnote argument}}}% {\usebibmacro{citeindex}% - \usebibmacro{textcite}} - {} - {\usebibmacro{textcite:postnote}}% <<<2 + \usebibmacro{cite:comp}}% + {}% + {\usebibmacro{cite:dump}}% <<<2 -\DeclareMultiCiteCommand{\cites}[\mkbibparens]{\cite}{\multicitedelim} +% \textcite >>>2 -\DeclareMultiCiteCommand{\parencites}% - [\mkbibparens]{\parencite}{\multicitedelim} + \renewcommand*{\iffinalcitedelim}{% + \ifnumequal{\value{textcitecount}}{\value{textcitetotal}-1}}% -\DeclareMultiCiteCommand{\smartcites}% - [\iffootnote\mkbibparens\mkbibfootnote]{\smartcite}{\multicitedelim} + \renewbibmacro*{textcite}{% >>>3 + \iftoggle{comp}{% + \iffieldequals{namehash}{\cbx@lasthash}% + {\usebibmacro{cite:comp}}% + {\usebibmacro{cite:dump}% + \ifbool{cbx:parens}% + {\printtext{\bibcloseparen}\global\boolfalse{cbx:parens}}% + {}% + \iffirstcitekey% + {}% + {\textcitedelim}% + \usebibmacro{cite:init}% + \printtext[bibhyperref]{% + \ifnameundef{labelname}% + {\printfield[citetitle]{labeltitle}}% + {\printnames{labelname}}% + } + \setunit*{\printdelim{namelabeldelim}}% + \printtext{\bibopenparen}\global\booltrue{cbx:parens}% + \ifnumequal{\value{citecount}}{1}% + {\usebibmacro{prenote}}% + {}% + \usebibmacro{cite:comp}% + \stepcounter{textcitecount}% + \savefield{namehash}{\cbx@lasthash}}% + }{% + \iffieldequals{namehash}{\cbx@lasthash}% + {\setunit{\multicitedelim}}% + {\printtext[bibhyperref]{% + \ifnameundef{labelname}% + {\printfield[citetitle]{labeltitle}}% + {\printnames{labelname} + }}% + \setunit*{\printdelim{namelabeldelim}}% + \printtext{\bibopenparen}\global\booltrue{cbx:parens}% + \stepcounter{textcitecount}% + \savefield{namehash}{\cbx@lasthash}}% + \ifnumequal{\value{citecount}}{1}% + {\usebibmacro{prenote}}% + {}% + \usebibmacro{cite}% + \setunit{% + \ifbool{cbx:parens}% + {\bibcloseparen\global\boolfalse{cbx:parens}}% + {}% + \textcitedelim}% + }% + }% <<<3 -% <<<1 + \renewbibmacro*{textcite:init}{% >>>3 + \ifnumless{\value{multicitecount}}{2}% + {\global\boolfalse{cbx:parens}% + \global\undef\cbx@lasthash}% + {\global\undef\cbx@lasthash}}% <<<3 + + \renewbibmacro*{textcite:postnote}{% >>>3 + \usebibmacro{postnote}% + \ifthenelse{\value{multicitecount}=\value{multicitetotal}}% + {\setunit{}% + \printtext{% + \ifbool{cbx:parens}% + {\bibcloseparen\global\boolfalse{cbx:parens}}% + {}}}% + {\setunit{% + \ifbool{cbx:parens}% + {\bibcloseparen\global\boolfalse{cbx:parens}}% + {}% + \textcitedelim}}}% <<<3 -\renewbibmacro*{textcite}{%% >>>1 - \iffieldequals{namehash}{\cbx@lasthash} - {\setunit{\multicitedelim}} - {\ifnameundef{labelname} - {\printfield[citetitle]{labeltitle}} - {\printnames{labelname}}% - \setunit{% - \global\booltrue{cbx:parens}% - \printdelim{namelabeldelim}\bibopenparen}% - \stepcounter{textcitecount}% - \savefield{namehash}{\cbx@lasthash}}% - \ifnumequal{\value{citecount}}{1} - {\usebibmacro{prenote}} + \DeclareCiteCommand{\cbx@textcite}% >>>3 + {\iftoggle{comp}{\usebibmacro{cite:init}}{\usebibmacro{textcite:init}}}% + {\usebibmacro{citeindex}% + \usebibmacro{textcite}}% {}% - \usebibmacro{cite}% - \setunit{% - \ifbool{cbx:parens} - {\bibcloseparen\global\boolfalse{cbx:parens}} + {\iftoggle{comp}{% + \usebibmacro{cite:dump}% + \usebibmacro{postnote}% + \ifbool{cbx:parens}% + {\bibcloseparen\global\boolfalse{cbx:parens}}% + {}% + }{% + \usebibmacro{textcite:postnote}% + }}% <<<3 + + \DeclareCiteCommand{\textcite}[\cbx@textcite@init\cbx@textcite]% >>>3 + {\gdef\cbx@savedkeys{}% + \citetrackerfalse% + \pagetrackerfalse% + \DeferNextCitekeyHook% + \iftoggle{comp}{\usebibmacro{cite:init}}{\usebibmacro{textcite:init}}}% + {\ifthenelse{\iffirstcitekey\AND\value{multicitetotal}>0}% + {\protected@xappto\cbx@savedcites{()(\thefield{multipostnote})}% + \global\clearfield{multipostnote}}% {}% - \textcitedelim}}% <<<1 + \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 + + % textcite has nested \DeclareCiteCommand definitions for textcite and we want to use + % the normal textcite context + \DeclareDelimcontextAlias{cbx@textcite}{textcite}% + + \renewrobustcmd{\cbx@textcite@init}[2]{% + \setcounter{textcitetotal}{0}% + \setcounter{textcitecount}{0}% + \def\cbx@savedcites{#1}#2\cbx@savedcites\empty}% + + \DeclareMultiCiteCommand{\cbx@textcites}{\cbx@textcite}{}% + \DeclareMultiCiteCommand{\textcites}[\cbx@textcites@init\cbx@textcites]{\textcite}{}% + + \let\cbx@textcites@init\cbx@textcite@init% + \pretocmd{\cbx@textcites@init}{\UseNextMultiCiteHook}{}{}% + +% <<<2 + +\DeclareMultiCiteCommand{\cites}[\mkbibparens]{\cite}{\multicitedelim}% + +\DeclareMultiCiteCommand{\parencites}% + [\mkbibparens]{\parencite}{\multicitedelim}% + +\DeclareMultiCiteCommand{\smartcites}% + [\iffootnote\mkbibparens\mkbibfootnote]{\smartcite}{\multicitedelim}% + +% <<<1 % bibhyperref >>>1 @@ -104,17 +351,7 @@ \bibhyperref{#1}% }% <<<2 -\DeclareFieldFormat{textcitehyperref}{%% >>>2 - \DeclareFieldAlias{bibhyperref}{noformat}% Avoid nested links - \bibhyperref{% - #1% - \ifbool{cbx:parens}% - {\bibcloseparen\global\boolfalse{cbx:parens}}% - {}}% -}% <<<2 - \savebibmacro{cite}% -\savebibmacro{textcite}% \renewbibmacro*{cite}{%% >>>2 \printtext[citehyperref]{% @@ -122,30 +359,9 @@ \usebibmacro{cite}}% }% <<<2 -\renewbibmacro*{textcite}{%% >>>2 - \ifboolexpr{% - (% - not test {\iffieldundef{prenote}}% - and% - test {\ifnumequal{\value{citecount}}{1}}% - )% - or% - (% - not test {\iffieldundef{postnote}}% - and% - test {\ifnumequal{\value{citecount}}{\value{citetotal}}}% - )% - }% - {\DeclareFieldAlias{textcitehyperref}{noformat}}% - {}% - \printtext[textcitehyperref]{% - \restorebibmacro{textcite}% - \usebibmacro{textcite}}% -}% <<<2 - % <<<1 -\endinput +\endinput% % vim: set foldmarker=\ >>>,\ <<< : diff --git a/Master/texmf-dist/tex/latex/biblatex-abnt/abnt.bbx b/Master/texmf-dist/tex/latex/biblatex-abnt/abnt.bbx index 5e91e59ef02..ae5449800c8 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}% -[2017/11/09\space v3.2\space ABNT BibLaTeX citation style]% +[2018/04/04\space v3.3\space ABNT BibLaTeX citation style]% % Init >>>1 @@ -219,6 +219,14 @@ }% % <<<2 +% Toggle backref per entry >>>2 +\newtoggle{backref}% +\settoggle{backref}{true}% +\DeclareEntryOption[boolean]{backref}[true]{% + \settoggle{backref}{#1}% +}% +% <<<2 + % <<<1 @@ -293,6 +301,7 @@ \step[fieldset=sortkey, origfieldval]% }% \map[overwrite=false]{% + \pertype{thesis}% \pertype{phdthesis}% \pertype{mastersthesis}% \pertype{monography}% @@ -332,23 +341,21 @@ % <<<1 -% Formatting >>>1 +% Helper commands >>>1 -% Capitalization commands >>>2 - -\newcommand\FirstWordUpper[1]{\@firstwordupper#1 \@nil}% >>>3 +\newcommand\FirstWordUpper[1]{\@firstwordupper#1 \@nil}% >>>2 \newcommand\@firstwordupper{}% -\def\@firstwordupper#1 #2\@nil{\MakeUppercase{#1} #2\unskip}% <<<3 +\def\@firstwordupper#1 #2\@nil{\MakeUppercase{#1} #2\unskip}% <<<2 -\newcommand\FirstWordSC[1]{\@firstwordsc#1 \@nil}% >>>3 +\newcommand\FirstWordSC[1]{\@firstwordsc#1 \@nil}% >>>2 \newcommand\@firstwordsc{}% -\def\@firstwordsc#1 #2\@nil{\textsc{#1} #2\unskip}% <<<3 +\def\@firstwordsc#1 #2\@nil{\textsc{#1} #2\unskip}% <<<2 -\newcommand\FirstWordLCSC[1]{\@firstwordlcsc#1 \@nil}% >>>3 +\newcommand\FirstWordLCSC[1]{\@firstwordlcsc#1 \@nil}% >>>2 \newcommand\@firstwordlcsc{}% -\def\@firstwordlcsc#1 #2\@nil{\textsc{\MakeLowercase{#1}} #2\unskip}% <<<3 +\def\@firstwordlcsc#1 #2\@nil{\textsc{\MakeLowercase{#1}} #2\unskip}% <<<2 -% Helper macros >>>3 +% Helper macros >>>2 \long\def\addto#1#2{\expandafter\def\expandafter#1\expandafter{#1#2}}% @@ -372,67 +379,90 @@ }% \def\traceparamE\end{}% -% <<<3 +% <<<2 -\def\smartuppercase#1{% >>>3 +\def\smartuppercase#1{% >>>2 \bgroup % \traceparam{#1}% \MakeUppercase{\paramL}% \egroup% -}% <<<3 +}% <<<2 -\def\smartlowercase#1{% >>>3 +\def\smartlowercase#1{% >>>2 \bgroup % \traceparam{#1}% \MakeLowercase{\paramL}% \egroup% -}% <<<3 +}% <<<2 -\def\smartlcsc#1{% >>>3 +\def\smartlcsc#1{% >>>2 \bgroup % \traceparam{#1}% \textsc{\MakeLowercase{\paramL}}% \egroup% -}% <<<3 +}% <<<2 -\def\smartsc#1{% >>>3 +\def\smartsc#1{% >>>2 \bgroup % \traceparam{#1}% \textsc{\paramL}% \egroup% -}% <<<3 +}% <<<2 -\renewcommand*{\mkbibacro}[1]{% >>>3 +\renewcommand*{\mkbibacro}[1]{% >>>2 \iftoggle{scbib}{% \textsc{\MakeLowercase{#1}}% }{\MakeUppercase{#1}}% -}% <<<3 +}% <<<2 -\newcommand*{\UpperOrSC}[1]{% >>>3 +\newcommand*{\UpperOrSC}[1]{% >>>2 \let\MakeCapital\relax% \iftoggle{scbib}{% \textsc{\MakeLowercase{#1}}% }{% \MakeUppercase{#1}% }% -}% <<<3 +}% <<<2 -\newcommand*{\NormalOrSC}[1]{% >>>3 +\newcommand*{\NormalOrSC}[1]{% >>>2 \iftoggle{scbib}{% \textsc{\MakeLowercase{#1}}% }{% #1% }% -}% <<<3 +}% <<<2 -% <<<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 + +% <<<1 + + +% Formatting >>>1 % \IfGivenIsInitial >>>2 \ExplSyntaxOn% \ProvideDocumentCommand{\IfGivenIsInitial}{mm}{% - \regex_match:nVTF {\w\.} \namepartgiven {#1} {#2}% + \regex_match:nVTF {\w\w} \namepartgiven {#2} {#1}% }% \cs_generate_variant:Nn \regex_match:nnTF { nV }% @@ -877,9 +907,15 @@ }% {\printfield[titlecase]{title}}% {\printfield[normalfont]{title}}}% - \normalfont{\setunit*{\subtitlepunct}% - \printfield[normalfont]{subtitle}% - \setunit{\addperiod\addspace}}}% + \normalfont{% + \iffieldendswithpunct{title}{% + \setunit*{\addspace}% + }{% + \setunit*{\subtitlepunct}% + } + \printfield[normalfont]{subtitle}% + \setunit{\addperiod\addspace}% + }}% \newunit}}% \printfield{titleaddon}% }%% <<<3 @@ -915,7 +951,11 @@ }{% \printfield[titlecase]{booktitle}% }% - \normalfont{\setunit*{\subtitlepunct}}% + \iffieldendswithpunct{booktitle}{% + \normalfont{\setunit*{\addspace}}% + }{% + \normalfont{\setunit*{\subtitlepunct}}% + } \printfield[normalfont]{booksubtitle}}% \newunit}% \printfield{booktitleaddon}% @@ -934,7 +974,11 @@ }{% \printfield[titlecase]{maintitle}% }% - \normalfont{\setunit*{\subtitlepunct}}% + \iffieldendswithpunct{maintitle}{% + \normalfont{\setunit*{\addspace}}% + }{% + \normalfont{\setunit*{\subtitlepunct}}% + } \printfield[normalfont]{mainsubtitle}}% \newunit}% \printfield{maintitleaddon}% @@ -976,7 +1020,11 @@ {}% {\printtext[journaltitle]{% \printfield[titlecase]{journaltitle}% - \setunit{\subtitlepunct}% + \iffieldendswithpunct{journaltitle}{% + \setunit{\addspace}% + }{% + \setunit{\subtitlepunct}% + } \printfield[normalfont]{journalsubtitle}}}% }%% <<<3 @@ -1001,18 +1049,22 @@ }%% <<<3 \renewbibmacro*{periodical}{%% >>>3 - \iffieldundef{title}% - {}% - {\iffieldundef{issue}{% - \printtext[title]{% - \unspace\printfield[upperfirst]{title}% - \normalfont{\setunit*{\subtitlepunct}% - \printfield[normalfont]{subtitle}}}% - }% - {\printtext[title]{% - \printfield[titlecase]{title}% - \normalfont{\setunit*{\subtitlepunct}% - \printfield[normalfont]{subtitle}}}}% + \iffieldundef{title}{}{% + \printtext[title]{% + \iffieldundef{issue}{% + \unspace\printfield[upperfirst]{title}% + }{% + \printfield[titlecase]{title}% + } + \normalfont{% + \iffieldendswithpunct{title}{% + \setunit*{\addspace}% + }{% + \setunit*{\subtitlepunct}% + } + \printfield[normalfont]{subtitle}% + }% + }% }% }%% <<<3 @@ -1262,7 +1314,11 @@ {}% {\printtext[issuetitle]{% \printfield[upperfirst]{issuetitle}% - \setunit*{\subtitlepunct}% + \iffieldendswithpunct{issuetitle}{% + \setunit*{\addspace}% + }{% + \setunit*{\subtitlepunct}% + } \printfield[normalfont]{issuesubtitle}}}% }%% <<<3 @@ -1393,33 +1449,35 @@ }%% <<<3 \renewbibmacro*{pageref}{% >>>3 - \iftoggle{citecount}{% - \printunit{\addperiod\addspace}% - \iflistundef{pageref}{% - \bibstring{citecountnopage}% - }{% - \printtext{% - \ifnumgreater{\value{pageref}}{1}{% - \bibstring{citecountpages}\ppspace% - }{% - \bibstring{citecountpage}\ppspace% + \iftoggle{backref}{% + \iftoggle{citecount}{% + \printunit{\addperiod\addspace}% + \iflistundef{pageref}{% + \bibstring{citecountnopage}% + }{% + \printtext{% + \ifnumgreater{\value{pageref}}{1}{% + \bibstring{citecountpages}\ppspace% + }{% + \bibstring{citecountpage}\ppspace% + }% + \printlist[pageref][-\value{listtotal}]{pageref}% }% - \printlist[pageref][-\value{listtotal}]{pageref}% }% - }% - }{% - \iflistundef{pageref}{}{% - \printunit{\addperiod\addspace}% - \printtext{% - \ifnumgreater{\value{pageref}}{1}{% - \bibstring{backrefpages}\ppspace% - }{% - \bibstring{backrefpage}\ppspace% + }{% + \iflistundef{pageref}{}{% + \printunit{\addperiod\addspace}% + \printtext{% + \ifnumgreater{\value{pageref}}{1}{% + \bibstring{backrefpages}\ppspace% + }{% + \bibstring{backrefpage}\ppspace% + }% + \printlist[pageref][-\value{listtotal}]{pageref}% }% - \printlist[pageref][-\value{listtotal}]{pageref}% }% }% - }% + }{} }% <<<3 % <<<2 diff --git a/Master/texmf-dist/tex/latex/biblatex-abnt/abnt.cbx b/Master/texmf-dist/tex/latex/biblatex-abnt/abnt.cbx index 91535ec688a..a7fd5e2bd3a 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}% -[2017/11/09\space v3.2\space ABNT BibLaTeX citation style]% +[2018/04/04\space v3.3\space ABNT BibLaTeX citation style]% % Init >>>1 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 b119c7f6aa7..4966fcaad44 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} -[2017/11/09\space v3.2\space ABNT BibLaTeX citation style]% +[2018/04/04\space v3.3\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 be2de9ac3d6..8a16994bf8c 100644 --- a/Master/texmf-dist/tex/latex/biblatex-abnt/brazilian-abnt.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-abnt/brazilian-abnt.lbx @@ -13,7 +13,7 @@ %% The Current Maintainer of this work is Daniel Ballester Marques. \ProvidesFile{abnt-brazilian.lbx}% -[2017/11/09\space v3.2\space ABNT BibLaTeX citation style]% +[2018/04/04\space v3.3\space ABNT BibLaTeX citation style]% % Init >>> 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 52095dcb487..fe86ec7fa24 100644 --- a/Master/texmf-dist/tex/latex/biblatex-abnt/english-abnt.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-abnt/english-abnt.lbx @@ -15,7 +15,7 @@ %% Tradução para o espanhol de Juan-Ernesto Sepúlveda. Obrigado! \ProvidesFile{abnt-english.lbx}% -2017/11/09\space v3.2\space ABNT BibLaTeX citation style]% +[2018/04/04\space v3.3\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 0ed37774b08..3ffaafd4527 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} -[2017/11/09\space v3.2\space ABNT BibLaTeX citation style]% +[2018/04/04\space v3.3\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 2d0b5aa8393..6c959948ce2 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} -[2017/11/09\space v3.2\space ABNT BibLaTeX citation style]% +[2018/04/04\space v3.3\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 eb51559d359..f149e21ffa0 100644 --- a/Master/texmf-dist/tex/latex/biblatex-abnt/spanish-abnt.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-abnt/spanish-abnt.lbx @@ -15,7 +15,7 @@ %% Tradução para o espanhol de Juan-Ernesto Sepúlveda. Obrigado! \ProvidesFile{abnt-spanish.lbx}% -[2017/11/09\space v3.2\space ABNT BibLaTeX citation style]% +[2018/04/04\space v3.3\space ABNT BibLaTeX citation style]% % Init >>> |