This repository has been archived on 2022-03-27. You can view files and clone it, but cannot push or open issues/pull-requests.
presis/latex/biologischer-kohlenstoffkre.../index.tex

61 lines
1.4 KiB
TeX

\documentclass[aspectratio=1610]{beamer}
\usetheme[
numbering=fraction,
%sectionpage=none
]{metropolis}
\usefonttheme{professionalfonts}
\usepackage[ngerman]{babel}
\usepackage{appendixnumberbeamer}
\usepackage[version=4]{mhchem}
% https://tex.stackexchange.com/a/13761
\def\signed #1{{\leavevmode\unskip\nobreak\hfil\penalty50\hskip2em
\hbox{}\nobreak\hfil(#1)%
\parfillskip=0pt \finalhyphendemerits=0 \endgraf}}
\newsavebox\mybox
\newenvironment{aquote}[1]
{\savebox\mybox{#1}\begin{quote}\rmfamily}
{\sffamily\signed{\usebox\mybox}\end{quote}}
\title{Biologischer Kohlenstoffkreislauf}
\author{Simon Bruder}
\institute{Christian-von-Bomhard-Schule}
\usepackage{datetime}
\newdate{date}{15}{1}{2020}
\date{\displaydate{date}}
\begin{document}
\maketitle
\begin{frame}{Überblick}
\begin{minipage}{.33\textwidth}
\Large\center\textbf{Produzenten}
\end{minipage}\hfill
\begin{minipage}{.33\textwidth}
\Large\center\textbf{Konsumenten}
\end{minipage}\hfill
\begin{minipage}{.33\textwidth}
\Large\center\textbf{Destruenten}
\end{minipage}
\end{frame}
\section{Produzenten}
\begin{frame}{Photosynthese: Assimilation}
$\ce{6 CO2 + 6 H2O ->[\text{Sonnenlicht}] C6H12O6 + 6 O2}$
\end{frame}
\section{Konsumenten und Destruenten}
\begin{frame}{Zellatmung und Zersetzung: Dissimilation}
$\ce{C6H12O2 + 6 O2 -> 6 CO2 + 6 H2O}$
\end{frame}
\appendix
\begin{frame}
\end{frame}
\end{document}