Compare commits
2 Commits
e7f6ace2cb
...
0589cba168
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0589cba168 | ||
|
|
e7a2649c87 |
BIN
compendium.pdf
BIN
compendium.pdf
Binary file not shown.
@ -3,6 +3,8 @@
|
||||
|
||||
\input{jjpackages.tex}
|
||||
|
||||
\usepackage{pmboxdraw}
|
||||
|
||||
\usepackage{tikz}
|
||||
\usetikzlibrary{graphs, graphdrawing}
|
||||
\usegdlibrary{phylogenetics, trees}
|
||||
@ -25,7 +27,7 @@
|
||||
|
||||
%opening
|
||||
\title{Botanik \& Systematik der Pflanzen}
|
||||
\author{Jeff Jonczyk}
|
||||
\author{Jeff Jonczyk}
|
||||
|
||||
\begin{document}
|
||||
|
||||
@ -56,6 +58,36 @@
|
||||
|
||||
\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}
|
||||
|
||||
@ -43,7 +43,7 @@
|
||||
\usepackage{ragged2e}
|
||||
\usepackage{parskip}
|
||||
% \usepackage[skip=12pt, indent=30pt, parfill=50pt]{parskip}
|
||||
\usepackage{setspace}
|
||||
% \usepackage{setspace} % Zeilenabstände
|
||||
|
||||
|
||||
% ### FONTS & COLORS ###################
|
||||
@ -73,11 +73,19 @@
|
||||
|
||||
\usepackage{graphicx}
|
||||
%\usepackage{wrapstuff}
|
||||
\usepackage[format=plain, labelfont=scriptsize, labelfont+=bf, labelfont+=sf, labelsep=colon, textfont=sf, textfont+=scriptsize]{caption}
|
||||
\usepackage{float}
|
||||
\floatplacement{table}{H}
|
||||
|
||||
|
||||
% ### TABLES ###########################
|
||||
|
||||
\usepackage{multirow}
|
||||
\usepackage{tabularx}
|
||||
\usepackage{tabulary}
|
||||
% \usepackage{ltxtable}
|
||||
% \usepackage{dcolumn}
|
||||
% \usepackage{tabularray}
|
||||
|
||||
|
||||
% ### LISTS ############################
|
||||
@ -100,5 +108,10 @@
|
||||
\usepackage{pgfplots}
|
||||
|
||||
|
||||
% ### SCIENCE ##########################
|
||||
|
||||
% \usepackage{siunitx}
|
||||
% \usepackage[version=4]{mhchem}
|
||||
% \usepackage{chemfig}
|
||||
|
||||
\usepackage{cleveref} % technically belongs to REFERENCES, but must be loaded after ansmath
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user