summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-contrib/biblatex-abnt/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/biblatex-contrib/biblatex-abnt/README.md
Initial commit
Diffstat (limited to 'macros/latex/contrib/biblatex-contrib/biblatex-abnt/README.md')
-rw-r--r--macros/latex/contrib/biblatex-contrib/biblatex-abnt/README.md57
1 files changed, 57 insertions, 0 deletions
diff --git a/macros/latex/contrib/biblatex-contrib/biblatex-abnt/README.md b/macros/latex/contrib/biblatex-contrib/biblatex-abnt/README.md
new file mode 100644
index 0000000000..1a30b5fcba
--- /dev/null
+++ b/macros/latex/contrib/biblatex-contrib/biblatex-abnt/README.md
@@ -0,0 +1,57 @@
+# 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 Standards)
+rules.
+
+Version 3.4
+
+---
+
+Estilo para BibLaTeX compatível com as normas da ABNT.
+
+Versão 3.4
+
+---
+
+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.
+
+Para instalá-lo manualmente, copie os arquivos `.bbx`, `.cbx` e `.lbx` para
+
+ <TEXMFLOCAL>/tex/latex/biblatex-contrib/biblatex-abnt/
+
+e atualize o banco de dados do TeX (rodando o `texhash`, por exemplo).
+
+**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
+
+1. Adicione as seguintes linhas ao preâmbulo do seu arquivo `.tex`:
+
+ ```tex
+ \usepackage[style=abnt]{biblatex}
+ \addbibresource{arquivo.bib} % Seus arquivos de
+ \addbibresource{outroarquivo.bib} % bibliografia vão aqui
+ ```
+
+2. Use os comandos de citação (e.g. `\cite[10]{entrada2018}`) para citar
+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.*
+