1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
Jeff
0589cba168 table footnotes 2024-07-05 17:54:20 +02:00
Jeff
e7a2649c87 phylolevels table 2024-07-05 11:17:00 +02:00
3 changed files with 47 additions and 2 deletions

Binary file not shown.

View File

@ -3,6 +3,8 @@
\input{jjpackages.tex}
\usepackage{pmboxdraw}
\usepackage{tikz}
\usetikzlibrary{graphs, graphdrawing}
\usegdlibrary{phylogenetics, trees}
@ -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}

View File

@ -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