On branch master Changes to be committed: new file: algen.tex modified: compendium.pdf modified: compendium.tex new file: embryophten.tex new file: kormophyten.tex
107 lines
2.5 KiB
TeX
107 lines
2.5 KiB
TeX
% compendium.tex
|
|
|
|
\input{jjpackages.tex}
|
|
|
|
\usepackage{pmboxdraw} % provides agled lines for tab:phylolevels
|
|
|
|
%opening
|
|
\title{Botanik \& Systematik der Pflanzen}
|
|
\author{Jeff Jonczyk}
|
|
|
|
\setcounter{secnumdepth}{2}
|
|
|
|
\begin{document}
|
|
|
|
|
|
% ### TITLE ###
|
|
\maketitle
|
|
|
|
\newgeometry{paper=a4paper, inner=2.5cm, outer=2.5cm, top=2.5cm, bottom=2.5cm}
|
|
|
|
|
|
% ### PREFACE ###
|
|
%\pagenumbering{none}
|
|
\section*{Einleitung}
|
|
|
|
|
|
% ### TOC ###
|
|
\newpage
|
|
\setcounter{page}{1}
|
|
\pagenumbering{roman}
|
|
|
|
\tableofcontents
|
|
|
|
|
|
% ### CONTENT ###
|
|
\newpage
|
|
\setcounter{page}{1}
|
|
\pagenumbering{arabic}
|
|
|
|
|
|
\part[Spezieller Teil: Systematik der Pflanzen]{Systematik der Pflanzen}
|
|
|
|
\section{Prokaryota, Eukaryota \& Archea}
|
|
|
|
|
|
\section{Algen}
|
|
\input{algen.tex}
|
|
|
|
|
|
\section{Pilze}
|
|
|
|
\section{Embryophyten: Moose und Kormopyhten}
|
|
\input{embryophten.tex}
|
|
|
|
\section{Kormophyten}
|
|
\input{kormophyten.tex}
|
|
|
|
\section{Hemikormophyten, Farne und Farnartige}
|
|
|
|
|
|
\section{Spermatophytina/Samenpflanzen} \label{sec:spermatophytina}
|
|
|
|
\section{Gymnospermen}
|
|
|
|
\section{Angiospermen}
|
|
|
|
\section{Dikotyledonen und Eudikotyledonen}
|
|
|
|
\section{Monokotyledonen}
|
|
|
|
\pagebreak
|
|
\part[Allgemeiner Teil: Phylogenetik]{Allgemeine Phylogenetik}
|
|
|
|
\begin{table}
|
|
\sffamily
|
|
\begin{tabularx}{0.9\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}
|