\documentclass[fontsize=12pt,
paper=A4,
parskip=half,
DIV=calc,
headinclude=true,
footinclude=false,
open=right,
appendixprefix=true,
bibliography=totoc,
BCOR=0mm,
twoside]{scrbook}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}
\usepackage[autostyle]{csquotes}
\usepackage[backend=biber,style=numeric,natbib=true]{biblatex}
\addbibresource{deinebib.bib} %korrekten bib-Namen einsetzen
\usepackage{graphicx}
\usepackage[usenames,dvipsnames]{xcolor}
\usepackage{siunitx} %wenn Einheiten vorkommen
\begin{document}
\frontmatter
%\input{titleseite}
%\input{abstract}
\tableofcontents
\mainmatter
%\input{Introduction}
%\input{Background}
%\input{Methods}
%\input{Measurements}
%\input{Interpretation}
%\input{Conclusion}
\appendix
\addpart*{Appendix}
\listoffigures
\listoftables
\printbibliography
\end{document}bib. Datei kann nicht kompiliert werden
Fang mit sowas an:
Alles andere kannst du später hinzufügen. Die wesentliche Frage ist, ob dein Werk so umfangreich ist, dass scrbook die richtige Klasse ist. Das kann ich nicht beurteilen.
Ulrike Fischer
www.troubleshooting-tex.de
www.troubleshooting-tex.de
