1
0

Compare commits

..

No commits in common. "0589cba1689c6ba966ba5d8f6ce79e7b26c3cd05" and "e7f6ace2cbb1f0431284cbb4b0c6f9ad1e715de1" have entirely different histories.

3 changed files with 2 additions and 47 deletions

Binary file not shown.

View File

@ -3,8 +3,6 @@
\input{jjpackages.tex} \input{jjpackages.tex}
\usepackage{pmboxdraw}
\usepackage{tikz} \usepackage{tikz}
\usetikzlibrary{graphs, graphdrawing} \usetikzlibrary{graphs, graphdrawing}
\usegdlibrary{phylogenetics, trees} \usegdlibrary{phylogenetics, trees}
@ -27,7 +25,7 @@
%opening %opening
\title{Botanik \& Systematik der Pflanzen} \title{Botanik \& Systematik der Pflanzen}
\author{Jeff Jonczyk} \author{Jeff Jonczyk}
\begin{document} \begin{document}
@ -58,36 +56,6 @@
\section[Allgemeine Phylogenetik]{Allgemeiner Teil: Phylogenetik} \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} \end{document}

View File

@ -43,7 +43,7 @@
\usepackage{ragged2e} \usepackage{ragged2e}
\usepackage{parskip} \usepackage{parskip}
% \usepackage[skip=12pt, indent=30pt, parfill=50pt]{parskip} % \usepackage[skip=12pt, indent=30pt, parfill=50pt]{parskip}
% \usepackage{setspace} % Zeilenabstände \usepackage{setspace}
% ### FONTS & COLORS ################### % ### FONTS & COLORS ###################
@ -73,19 +73,11 @@
\usepackage{graphicx} \usepackage{graphicx}
%\usepackage{wrapstuff} %\usepackage{wrapstuff}
\usepackage[format=plain, labelfont=scriptsize, labelfont+=bf, labelfont+=sf, labelsep=colon, textfont=sf, textfont+=scriptsize]{caption}
\usepackage{float}
\floatplacement{table}{H}
% ### TABLES ########################### % ### TABLES ###########################
\usepackage{multirow} \usepackage{multirow}
\usepackage{tabularx}
\usepackage{tabulary}
% \usepackage{ltxtable}
% \usepackage{dcolumn}
% \usepackage{tabularray}
% ### LISTS ############################ % ### LISTS ############################
@ -108,10 +100,5 @@
\usepackage{pgfplots} \usepackage{pgfplots}
% ### SCIENCE ##########################
% \usepackage{siunitx}
% \usepackage[version=4]{mhchem}
% \usepackage{chemfig}
\usepackage{cleveref} % technically belongs to REFERENCES, but must be loaded after ansmath \usepackage{cleveref} % technically belongs to REFERENCES, but must be loaded after ansmath