Warning, /office/kile/src/internal-testing/biblatexreqlines.tex is written in an unsupported language. File is not indexed.

0001 \documentclass[a4paper,12pt]{article}
0002 
0003 \usepackage[mincrossrefs=5,bibtex8]{biblatex}
0004 \usepackage[utf8]{inputenc}
0005 \usepackage[T1]{fontenc}
0006 % \usepackage{csquotes}
0007 \usepackage[ngerman]{babel}
0008  
0009 \bibliography{biblatexreqlines}
0010 \begin{document}
0011 
0012 \section{First}
0013 
0014 \begin{refsection}
0015 Test \cite{Scherzer1936}
0016 \end{refsection}
0017 
0018 
0019 \section{Second}
0020 
0021 \begin{refsection}
0022 Test \cite{Scherzer1936}
0023 \end{refsection}
0024 
0025 \printbibliography[section=1]
0026 \printbibliography[section=2]
0027 \end{document}