ich werde hier echt verrückt, habe meine Tex-Dateien auf einen neuen PC kopiert, wo ich auch Texmaker mit Miktex (x64) benutze.
Plötzlich bekomme ich diese Fehler beim kompilieren:
! Package scrbase Error: unknown option `bibliography=totoc'. ! Package scrbase Error: unknown option `index=notoc'. ! Package scrbase Error: unknown option `listof=notoc'. ! Package scrbase Error: unknown option `chapteratlists=10\p@ '
\setcounter{tocdepth}{3} % Depth of TOC Display
\KOMAoptions{%
%%% Setting of 'Style' and 'Content' of TOC
% toc=left, %
toc=indented,%
%
toc=bib,
% toc=nobib,
% toc=bibnumbered,
%
% toc=index,%
toc=noindex,
%
% toc=listof,
toc=nolistof
% toc=listofnumbered,
%
}%
%%% === Lists of figures, tables etc. =========================================
\KOMAoptions{%
%%% Setting of 'Style' and 'Content' of Lists
%%% (figures, tables etc)
% --- General List Style ---
listof=left, % tabular styles
listof=indented, % hierarchical style
% --- chapter highlighting ---
% listof=chapterentry, % ??? Chapter starts are marked in figure/table
% listof=chaptergapline, % New chapter starts are marked by a gap
% of a single line
listof=chaptergapsmall, % New chapter starts are marked by a gap
% of a smallsingle line
% listof=nochaptergap, % No Gap between chapters
%
% listof=leveldown, % lists are moved one level down ???
% --- Appearance of Lists in TOC
% listof=notoc, % Lists are not part of the TOC
listof=totoc % add Lists to TOC without number
% listof=totocnumbered, % add Lists to TOC with number
}%
%%% === Bibliography ==========================================================
%% Setting of 'Style' and 'Content' of Bibliography
\KOMAoptions{%
% bibliography=oldstyle,%
bibliography=openstyle,%
% bibliography=nottotoc, % Bibliography is not part of the TOC
% bibliography=totocnumbered, % add Bibliography to TOC with number
bibliography=totoc % add Bibliography to TOC without number
}%
%%% === Index =================================================================
%% Setting of 'Style' and 'Content' of Index in TOC
\KOMAoptions{%
index=nottotoc % index is not part of the TOC
% index=totoc, % add index to TOC without number
}%
Ich hoffe ihr könnt mir dennoch helfen, da ich absolut keine Ahnung habe wodurch dieser Error verursacht wird


