I want colorize the background of every second entry in the bibliography list. Here is a minimal example:
\documentclass{scrbook}
\usepackage[utf8]{inputenc}
\usepackage[backend=biber,
isbn=true,
giveninits=true,
style=numeric,
maxnames=99,
sorting=ydnt,
defernumbers=true,
autocite=superscript]{biblatex}
\defbibheading{bibliography}[\refname]{}
\addbibresource{references.bib}
\usepackage{xcolor}
\begin{document}
\section{Main text}
\cite{small}
\cite{big}
\section{Bibliography}
\printbibliography
\end{document}
Here is an example of Literature examples:
@book{bal2009,
shorthand = bal2009,
title={Lehrbuch der Objektmodellierung: Analyse und Entwurf mit der UML 2},
author={Balzert, Heide},
year={2009},
publisher={Spektrum Akademischer Verlag}
}
@book{Dem2013,
shorthand = Dem2013,
title={Raspberry Pi - Das Handbuch},
author={Dembowski, K.},
year={2013},
publisher={Springer Fachmedien Wiesbaden}
}
@book{Kof2015,
title={Raspberry Pi: Das umfassende Handbuch, komplett in Farbe - aktuell zu Raspberry Pi 2 - inkl. Schnittstellen, Schaltungsaufbau, Steuerung mit Python und den Erweiterungen Gertboard, PiFace und Quick2Wire},
author={Kofler, M. and K{\"u}hnast, C. and Scherbeck, C.},
isbn={9783836237956},
year={2015},
publisher={Galileo Press},
adress={Bonn},
edition = {1. Aufl.},
number={1. korrigierter Nachdr. Ed.},
}
@book{Upt2014,
shorthand = Upt2014,
title={Raspberry Pi User Guide},
author={Upton, E. and Halfacree, G.},
isbn={9781118921678},
year={2014},
publisher={John Wiley \& Sons Ltd},
adress={Chichester, West Sussex},
edition = {2. Aufl.}
}
