Recreate word document in LaTeX
10
citations.bib
Normal file
|
@ -0,0 +1,10 @@
|
|||
@article{zhang2023recent,
|
||||
title={Recent advances of polyphenol oxidases in plants},
|
||||
author={Zhang, Song},
|
||||
journal={Molecules},
|
||||
volume={28},
|
||||
number={5},
|
||||
pages={2158},
|
||||
year={2023},
|
||||
publisher={MDPI}
|
||||
}
|
53
document.tex
Normal file
|
@ -0,0 +1,53 @@
|
|||
\documentclass{scrreprt}
|
||||
% Images
|
||||
\usepackage{graphicx}
|
||||
% Captions
|
||||
\usepackage{caption}
|
||||
\captionsetup{justification=raggedright,singlelinecheck=false}
|
||||
% Citations
|
||||
\usepackage{biblatex}
|
||||
\addbibresource{citations.bib}
|
||||
|
||||
\usepackage[ngerman]{babel}
|
||||
\title{Das ist Chemie! Ergebnisse}
|
||||
\author{Jakob Renken}
|
||||
\begin{document} % Begins a document
|
||||
\maketitle
|
||||
\chapter{Bananen-Tatoo}
|
||||
\section{Material}
|
||||
1/3 Banane, Büroklammer, Tesafilm
|
||||
\section{Aufbau}
|
||||
\begin{figure}[h]
|
||||
\raggedright
|
||||
\includegraphics[height=6cm, bb=0 0 462 415]{"images/other/aufbau-1.png"}
|
||||
\caption[loftitle]{Skizze Versuchsaufbau}
|
||||
\end{figure}
|
||||
|
||||
\section{Durchfürung}
|
||||
\subsection{Ohne Tesafilm}
|
||||
Die Bananenschale wurde mit einer offenen Büroklammer in einem Smiley-Muster durchstochen. Bilder wurden in einem 30 Sekunden tackt geschossen.
|
||||
\subsection{Mit Tesafilm}
|
||||
Wie in 1.1 wurde die Bananenschale durchstochen aufgrund der Größe des Films wurde kein Muster benutzt. Der Film wurde aufgetragen aufgrund von schlechtem Luftabschluss des Filmes wurde dieser versuch zweimal ausgeführt. Bilder wurden wieder im 30 Sekunden tackt geschossen.
|
||||
|
||||
\section{Beobachtungen}
|
||||
In allen versuchen wurde eine versuchen wurde eine Verfärbung bemerkt. In den versuchen 1.2 benötigte diese jedoch länger.
|
||||
\begin{table}[h]
|
||||
\begin{tabular}{c|c|c|c}
|
||||
\textit{Versuch} &\textit{1.1} &\textit{1.2 (1)} &\textit{1.2 (2)} \\
|
||||
\hline
|
||||
\textit{Zeit} &90s &\textgreater 90s &\textgreater 120s \\
|
||||
\hline
|
||||
\textit{0s} &\includegraphics[height=2cm]{"images/tables/1/col_1/1.jpg"} &\includegraphics[height=2cm]{"images/tables/1/col_2/1.jpg"} &\includegraphics[height=2cm]{"images/tables/1/col_3/1.jpg"} \\
|
||||
\textit{30s} &\includegraphics[height=2cm]{"images/tables/1/col_1/2.jpg"} &\includegraphics[height=2cm]{"images/tables/1/col_2/2.jpg"} &\includegraphics[height=2cm]{"images/tables/1/col_3/2.jpg"} \\
|
||||
\textit{60s} &\includegraphics[height=2cm]{"images/tables/1/col_1/3.jpg"} &\includegraphics[height=2cm]{"images/tables/1/col_2/3.jpg"} &\includegraphics[height=2cm]{"images/tables/1/col_3/3.jpg"} \\
|
||||
\textit{90s} &\includegraphics[height=2cm]{"images/tables/1/col_1/4.jpg"} &\includegraphics[height=2cm]{"images/tables/1/col_2/4.jpg"} &\includegraphics[height=2cm]{"images/tables/1/col_3/4.jpg"} \\
|
||||
\textit{120s} & & &\includegraphics[height=2cm]{"images/tables/1/col_3/5.jpg"}
|
||||
\end{tabular}
|
||||
\caption[loftitle]{Vergleich der Verfärbung bei Versuchen 1.1 und 1.2}
|
||||
\end{table}
|
||||
|
||||
\section{Deutung}
|
||||
Es ist zu erkennen das Luftzufuhr ein Einfluss auf die Verfärbungsgeschwindigkeit hat. Grund hierfür ist ein Oxidase Enzym namens Polyphenoloxidase (PPO) \cite{zhang2023recent}. Dieses Enzym reagiert mit Sauerstoff aus der Luft wie bei einer Oxidation.
|
||||
|
||||
\printbibliography
|
||||
\end{document}
|
BIN
images/other/aufbau-1.png
Normal file
After ![]() (image error) Size: 172 KiB |
BIN
images/tables/1/col_1/1.jpg
Normal file
After ![]() (image error) Size: 623 KiB |
BIN
images/tables/1/col_1/2.jpg
Normal file
After ![]() (image error) Size: 469 KiB |
BIN
images/tables/1/col_1/3.jpg
Normal file
After ![]() (image error) Size: 482 KiB |
BIN
images/tables/1/col_1/4.jpg
Normal file
After ![]() (image error) Size: 549 KiB |
BIN
images/tables/1/col_2/1.jpg
Normal file
After ![]() (image error) Size: 545 KiB |
BIN
images/tables/1/col_2/2.jpg
Normal file
After ![]() (image error) Size: 766 KiB |
BIN
images/tables/1/col_2/3.jpg
Normal file
After ![]() (image error) Size: 1 MiB |
BIN
images/tables/1/col_2/4.jpg
Normal file
After ![]() (image error) Size: 785 KiB |
BIN
images/tables/1/col_3/1.jpg
Normal file
After ![]() (image error) Size: 620 KiB |
BIN
images/tables/1/col_3/2.jpg
Normal file
After ![]() (image error) Size: 313 KiB |
BIN
images/tables/1/col_3/3.jpg
Normal file
After ![]() (image error) Size: 281 KiB |
BIN
images/tables/1/col_3/4.jpg
Normal file
After ![]() (image error) Size: 228 KiB |
BIN
images/tables/1/col_3/5.jpg
Normal file
After ![]() (image error) Size: 314 KiB |
BIN
images/tables/1/unused/PXL_20241203_130846168.jpg
Normal file
After ![]() (image error) Size: 998 KiB |
BIN
images/tables/1/unused/PXL_20241203_131528686.jpg
Normal file
After ![]() (image error) Size: 997 KiB |