I am studying biblatex and I'm using just a basic file...
\documentclass[12pt,a4paper]{article}
%\usepackage[style=authortitle]{biblatex}
%\usepackage[style=authoryear]{biblatex}
%\usepackage[style=numeric]{biblatex}
\usepackage[style=verbose]{biblatex}
%\labelnamepunct
\addbibresource{animation}
\begin{document}
he said this \footcite{Branston2006}
...
and he said that\parencite{Branston2006}
Edwards\footcite{Edwards2005}
Hammel\footcite{Hammel2007}
Hornung\footcite{Hornung2005}
Maestri\footcite{Maestri1996}
\printbibliography
\end{document}
Which gives me the References section. But with the second line of each reference INDENTED.
How can I get rid of that indentation so that it simply flows on to the next line?
How can I rename the 'References' section to 'List of References'?
{}" on it). – Werner Dec 10 '11 at 05:53\DefineBibliographyStrings{english}{ references = {List of References} }– Marco Daniel Dec 10 '11 at 09:15