1
0

table footnotes

This commit is contained in:
Jeff 2024-07-05 17:54:20 +02:00
parent e7a2649c87
commit 0589cba168
3 changed files with 7 additions and 8 deletions

Binary file not shown.

View File

@ -60,7 +60,7 @@
\begin{table} \begin{table}
\sffamily \sffamily
\begin{tabulary}{0.8\textwidth}{|r|c|l|} \begin{tabularx}{\textwidth}{|r|c|X|}
\hline \hline
\textbf{Taxon} & \textbf{Endung} & \textbf{Beispiel} \textbf{Taxon} & \textbf{Endung} & \textbf{Beispiel}
\\ \hline \\ \hline
@ -70,9 +70,9 @@
\\ \\
Unterabteilung & -phytina & \quad\textSFii\textSFx\, Magnoliophytina (Bedecktsamer) Unterabteilung & -phytina & \quad\textSFii\textSFx\, Magnoliophytina (Bedecktsamer)
\\ \\
Klasse & -opsida & \quad\quad\textSFii\textSFx\, Rosopsida (Eudikotyledonen) Klasse & -opsida\footnote{-phycaea für Algen, -mycetes für Pilze} & \quad\quad\textSFii\textSFx\, Rosopsida (Eudikotyledonen)
\\ \\
Unterklasse & -idae & \quad\quad\quad\textSFii\textSFx\, Rosidae (Rosenähnliche) 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) Ordnung & -ales & \quad\quad\quad\quad\textSFii\textSFx\, Rosales (Rosenartige)
\\ \\
@ -84,11 +84,10 @@
\\ \\
Art & & \quad\quad\quad\quad\quad\quad\quad\quad\textSFii\textSFx\, \emph{Rosa canina} (Hundsrose) Art & & \quad\quad\quad\quad\quad\quad\quad\quad\textSFii\textSFx\, \emph{Rosa canina} (Hundsrose)
\\ \hline \\ \hline
\end{tabulary} \end{tabularx}
\caption[Übersicht der phyologenetischen Hierarchieebenen in der Botanik]{Übersicht der phyologenetischen Hierarchieebenen in der Botanik am Beispiel der Hundsrose} \caption[Übersicht der phyologenetischen Hierarchieebenen in der Botanik]{Übersicht der phyologenetischen Hierarchieebenen in der Botanik am Beispiel der Hundsrose}
\label{tab:phylolevels} \label{tab:phylolevels}
\end{table} \end{table}
\end{document} \end{document}

View File

@ -81,7 +81,7 @@
% ### TABLES ########################### % ### TABLES ###########################
\usepackage{multirow} \usepackage{multirow}
% \usepackage{tabularx} \usepackage{tabularx}
\usepackage{tabulary} \usepackage{tabulary}
% \usepackage{ltxtable} % \usepackage{ltxtable}
% \usepackage{dcolumn} % \usepackage{dcolumn}