Skip to content

Commit

Permalink
Babel should be loaded before biblatex
Browse files Browse the repository at this point in the history
  • Loading branch information
dbmrq committed Jul 8, 2016
1 parent 54f1896 commit 0daeb7c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Para instalá-lo manualmente, copie os arquivos `.bbx`, `.cbx` e `.lbx` para:
1. Adicione as seguintes linhas ao preâmbulo do seu arquivo `.tex`:

```tex
\usepackage[backend=biber, style=abnt]{biblatex}
\usepackage[brazil]{babel}
\usepackage[backend=biber, style=abnt]{biblatex}
\addbibresource{arquivo.bib} % Seus arquivos de
\addbibresource{outroarquivo.bib} % bibliografia vão aqui
```
Expand Down
Binary file modified biblatex-abnt.pdf
Binary file not shown.
7 changes: 3 additions & 4 deletions biblatex-abnt.tex
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
labelnumber, % These two options are used to show the numbers
defernumbers = true, % properly in the abnt-numeric examples
]{biblatex}
\usepackage[brazil]{babel}
\usepackage[autostyle]{csquotes}

\addbibresource{biblatex-abnt.bib}
Expand Down Expand Up @@ -83,14 +82,14 @@ \section{Uso}
Para usar o {biblatex-abnt}, adicione as seguintes linhas ao preâmbulo do seu arquivo {.tex}:

\begin{verbatim}
\usepackage[brazil]{babel}
\usepackage[
backend = biber,
backend = biber,
style = abnt, % Para usar o sistema alfabético.
% style = abnt-numeric, % Para usar o sistema numérico.
]{biblatex}
\usepackage[brazil]{babel}
\addbibresource{arquivo.bib} % Seus arquivos de
\addbibresource{outroarquivo.bib} % bibliografia vão aqui.
\end{verbatim}
Expand Down

0 comments on commit 0daeb7c

Please sign in to comment.