94 lines
2.3 KiB
TeX
94 lines
2.3 KiB
TeX
% !TeX program = lualatex
|
|
% MAIN FILE
|
|
|
|
\input{jjpackages.tex}
|
|
|
|
\usepackage{pmboxdraw}
|
|
|
|
\usepackage{tikz}
|
|
\usetikzlibrary{graphs, graphdrawing}
|
|
\usegdlibrary{phylogenetics, trees}
|
|
\pgfgdset{phylogenetic inner node/.style={
|
|
/tikz/.cd, draw, circle, inner sep=0pt, minimum size=5pt
|
|
}
|
|
}
|
|
\pgfgdset{phylogenetic edge/.style={
|
|
/tikz/.cd, thick, rounded corners
|
|
}
|
|
}
|
|
|
|
|
|
\definecolor{treecolor-edge}{RGB}{120, 120, 120}
|
|
\definecolor{treecolor-event}{RGB}{0, 0, 0}
|
|
|
|
|
|
\usepackage{pdfpages}
|
|
|
|
|
|
%opening
|
|
\title{Botanik \& Systematik der Pflanzen}
|
|
\author{Jeff Jonczyk}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\section*{Einleitung}
|
|
|
|
\newpage
|
|
|
|
\tableofcontents
|
|
|
|
\newpage
|
|
|
|
\section[Systematik der Pflanzen]{Spezieller Teil: Systematik der Pflanzen}
|
|
\subsection{Prokaryota, Eukaryota \& Archea}
|
|
|
|
|
|
\begin{figure}[!ht]
|
|
\tikz \graph [phylogenetic tree layout, grow'=right] {
|
|
a -- {
|
|
b [>length=2] --[length=1] { c, d },
|
|
e [>length=3]
|
|
}
|
|
};
|
|
\end{figure}
|
|
|
|
|
|
|
|
\section[Allgemeine Phylogenetik]{Allgemeiner Teil: Phylogenetik}
|
|
|
|
\begin{table}
|
|
\sffamily
|
|
\begin{tabularx}{\textwidth}{|r|c|X|}
|
|
\hline
|
|
\textbf{Taxon} & \textbf{Endung} & \textbf{Beispiel}
|
|
\\ \hline
|
|
Reich & -ota & Eukaryota (Eukaryoten)
|
|
\\
|
|
Abteilung & -phyta & \;\textSFii\textSFx\, Spermatophyta (Samenpflanzen)
|
|
\\
|
|
Unterabteilung & -phytina & \quad\textSFii\textSFx\, Magnoliophytina (Bedecktsamer)
|
|
\\
|
|
Klasse & -opsida\footnote{-phycaea für Algen, -mycetes für Pilze} & \quad\quad\textSFii\textSFx\, Rosopsida (Eudikotyledonen)
|
|
\\
|
|
Unterklasse & -idae\footnote{-phycidae für Algen, -mycetidae für Pilze} & \quad\quad\quad\textSFii\textSFx\, Rosidae (Rosenähnliche)
|
|
\\
|
|
Ordnung & -ales & \quad\quad\quad\quad\textSFii\textSFx\, Rosales (Rosenartige)
|
|
\\
|
|
Familie & -ceae & \quad\quad\quad\quad\quad\textSFii\textSFx\, Rosaceae (Rosengewächse)
|
|
\\
|
|
Unterfamilie & -oidaea & \quad\quad\quad\quad\quad\quad\textSFii\textSFx\, Rosoidaea
|
|
\\
|
|
Gattung & & \quad\quad\quad\quad\quad\quad\quad\textSFii\textSFx\, \emph{Rosa} (Rose)
|
|
\\
|
|
Art & & \quad\quad\quad\quad\quad\quad\quad\quad\textSFii\textSFx\, \emph{Rosa canina} (Hundsrose)
|
|
\\ \hline
|
|
\end{tabularx}
|
|
\caption[Übersicht der phyologenetischen Hierarchieebenen in der Botanik]{Übersicht der phyologenetischen Hierarchieebenen in der Botanik am Beispiel der Hundsrose}
|
|
\label{tab:phylolevels}
|
|
\end{table}
|
|
|
|
|
|
\end{document}
|