Skip to content
Snippets Groups Projects
Commit f94c899e authored by Walmes Marques Zeviani's avatar Walmes Marques Zeviani
Browse files

Adiciona refs e no poe preambulo o pacote biblatex.

parent fa89ee46
No related branches found
No related tags found
No related merge requests found
......@@ -30,8 +30,6 @@
\usepackage{setspace}
\usepackage{xspace}
\usepackage{biblatex}
\setlength{\parindent}{0pt}
\setlength{\parskip}{6pt plus 2pt minus 1pt}
\setlength{\emergencystretch}{3em} % prevent overfull lines
......@@ -39,6 +37,18 @@
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
\setcounter{secnumdepth}{0}
%-----------------------------------------------------------------------
% Bibliography.
\usepackage[backend=biber, style=authoryear, citestyle=authoryear, doi=false, isbn=false, url=false]{biblatex}
% Use:
% \cite{<ref>}
% \parencite{<ref>}
% \fullcite{<ref>}
% \footfullcite{<ref>}
% ATTENTION: Compilation = pdflatex > biber > pdflatex > pdflatex.
% Call refs.bib at preamble with: \addbibresource{refs.bib}
%-----------------------------------------------------------------------
\usepackage[hang]{caption}
......
......@@ -6,3 +6,12 @@
year={2016},
publisher={O'Reilly Media}
}
@book{ferreira2013estcompjava,
title={Estatística Computational em {Java}},
author={Ferreira, D. F.},
isbn={9788581270135},
url={http://www.livraria.editora.ufla.br/estatistica-computacional-em-java.html},
year={2013},
publisher={Editora UFLA}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment