It looks very ugly if I footcite the same source on the same page.
My .bib-file:
@book{hanain,
year={2014},
isbn={978-1493211647},
title={{SAP} {HANA}: An {Introduction}},
publisher={SAP PRESS},
author={Berg, Bjarne and Silvia, Penny},
pages={233--267},
keywords={book}
}
I use biblatex:
\usepackage[style=authortitle,bibencoding=utf8,sorting=nty,backend=biber]{biblatex}
\addbibresource{Bibliography.bib}
I footcited this way, what creates the above output:
\footcite[Vgl.][27, 36]{hanain}
\footcite[Vgl.][39]{hanain}
Is it possible to quote the same source several times without creating a new line in the footer always?

authortitle-ibidto get "ibid." instead of the full citation. – moewe Feb 18 '16 at 17:53