blob: 3bf0fabf465d492b580ebf65480a25b95a23a1b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
# 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.3
---
Estilo para BibLaTeX compatível com as normas da ABNT.
Versão 3.3
---
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 `biblatex v3.8` e `biber v2.8`.**
## 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.*
|