chemie/document.tex

43 lines
1.1 KiB
TeX
Raw Normal View History

2025-02-11 15:20:50 +01:00
\documentclass{scrreprt}
% Images
\usepackage{graphicx}
2025-02-22 14:39:39 +01:00
\usepackage{float}
2025-02-11 15:20:50 +01:00
% Captions
\usepackage{caption}
\captionsetup{justification=raggedright,singlelinecheck=false}
% Citations
\usepackage{biblatex}
2025-02-22 13:31:20 +01:00
\usepackage{hyperref}
2025-02-11 15:20:50 +01:00
\addbibresource{citations.bib}
% Language
\usepackage[ngerman]{babel}
\usepackage{csquotes}
2025-03-09 18:52:04 +01:00
% Tables
\usepackage{tabularx}
2025-03-12 17:48:44 +01:00
% Chem
\usepackage[version=4]{mhchem}
2025-02-11 15:20:50 +01:00
2025-02-22 14:39:39 +01:00
\newcommand{\versuche}{chapters/versuche}
\newcommand{\aufgaben}{chapters/aufgaben}
2025-02-11 15:20:50 +01:00
\begin{document}
2025-02-22 14:39:39 +01:00
\author{Jakob Renken}
\title{Das ist Chemie! Ergebnisse}
2025-02-11 15:20:50 +01:00
\maketitle
2025-02-22 14:39:39 +01:00
\chapter{Versuche}
\section{Versuch 1: Bananen-Tatoo}
\input{\versuche/versuch_1}
2025-02-11 15:20:50 +01:00
2025-02-22 14:39:39 +01:00
\section{Versuch 2: Einfluss verschiedener Substanzen auf die Braunfärbung}
\input{\versuche/versuch_2}
2025-02-11 15:20:50 +01:00
2025-02-22 14:39:39 +01:00
\chapter{Aufgaben}
\section{Warum wird die Banane braun?}
\input{\aufgaben/aufgabe_2}
2025-02-22 14:39:39 +01:00
\section{Haushaltsmethoden um Braunwerden zu verhindern}
\input{\aufgaben/aufgabe_1}
2025-03-03 18:10:46 +01:00
\section{Was sind Enzyme?}
\input{\aufgaben/aufgabe_3}
2025-02-11 15:20:50 +01:00
\printbibliography
\end{document}