Also mit \nobibintoc funktioniert es leider nicht. Gut, dachte mir schon ,dass ich dieses mal nicht ohne ein Minimalbeispiel rum komme, dann versuch ich's mal
\documentclass[openany,graybox,envcountchap,deutsch]{svmult}
%
\setcounter{tocdepth}{1}
\makeatletter
\providecommand*{\toclevel@titlech}{0}
\def\toclevel@authorch{1000}
\makeatother
\usepackage{float}
\usepackage{placeins}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{txfonts} % provides Times Roman, Helvetica and many compatible math symbols
\usepackage{courier} % Courier as typewriter font
% www.khirevich.com/latex/microtype
\usepackage[
activate={true,nocompatibility}, % activate protrusion and expansion
final, % enable microtype; use "draft" to disable
tracking=true, % activate tracking
kerning=true, % activate kerning
spacing=true, % activate spacing
factor=1100, % add 10% to the protrusion amount (default is 1000)
stretch=10, % reduce stretchability (default is 20)
shrink=10, % reduce shrinkability (default is 20)
]{microtype}
%
\SetExtraKerning[unit=space]
{
encoding={*},
family={*},
series={*},
size={footnotesize,small,normalsize}
}
{
\textendash={400,400}, % en-dash, add more space around it
"28={ ,150}, % left bracket, add space from right
"29={150, }, % right bracket, add space from left
\textquotedblleft={ ,150}, % left quotation mark, space from right
\textquotedblright={150, } % right quotation mark, space from left
}
%
\usepackage[ngerman,english]{babel}
\selectlanguage{ngerman}
\usepackage{graphicx} % standard LaTeX graphics tool
% when including figure files
\usepackage{multicol} % used for the two-column index
\usepackage[bottom]{footmisc} % places footnotes at page bottom
\usepackage{booktabs} % typographic table design
\usepackage[
strict, % throw errors despite warnings
babel % we're using babel
]{csquotes}
%
%
\usepackage{listings} % sourcecode-listings
\lstloadlanguages{Java} % load Java code formatter
% http://mrunix.de/forums/showthread.php?t=60660
\definecolor{javaBlue}{RGB}{42,0.0,255}
\definecolor{javaGreen}{RGB}{63,127,95}
\definecolor{javaLila}{RGB}{127,0,85}
\definecolor{javaDocBlue}{RGB}{63,95,191}
\definecolor{javaDocTags}{RGB}{127,159,191}
\lstdefinestyle{java}{language=Java,
basicstyle=\small\ttfamily,
keywordstyle=\color{javaLila}\bfseries,
commentstyle=\color{javaGreen},
stringstyle=\color{javaBlue},
numbers=left,
numberstyle=\tiny\ttfamily,
stepnumber=1,
showstringspaces=false,
captionpos=t,
breaklines=false,
morecomment=*[s][\color{javaDocBlue}]{/**}{*/},
tabsize=2,
emph={@author, @deprecated, @param, @return, @see, @since, @throws, @version, @serial, @serialField, @serialData, @link},
emphstyle=\color{javaDocTags}\bfseries,
extendedchars=true,
frame=,
}
% same without line numbers
\lstdefinestyle{java2}{language=Java,
basicstyle=\small\ttfamily,
keywordstyle=\color{javaLila}\bfseries,
commentstyle=\color{javaGreen},
stringstyle=\color{javaBlue},
stepnumber=1,
showstringspaces=false,
captionpos=t,
breaklines=false,
morecomment=*[s][\color{javaDocBlue}]{/**}{*/},
tabsize=2,
emph={@author, @deprecated, @param, @return, @see, @since, @throws, @version, @serial, @serialField, @serialData, @link},
emphstyle=\color{javaDocTags}\bfseries,
extendedchars=true,
frame=,
}
%
%
\usepackage{hyperref}
\definecolor{RoyalBlue}{cmyk}{1, 0.50, 0, 0}
\hypersetup{
colorlinks=true,
linkcolor=RoyalBlue,
urlcolor=RoyalBlue,
citecolor=RoyalBlue,
bookmarksopen=true,
bookmarksopenlevel=1,
bookmarksnumbered=true,
pdfhighlight=/N,
pdfpagelayout=OneColumn,
}
%
\usepackage{enumitem}
\def\twodigits#1{%
\ifnum#1<10 0\fi
\number#1}
\usepackage[square,sort,comma,numbers]{natbib}\usepackage{bibgerm}
\usepackage[sectionbib]{chapterbib}