\begin{tabularx}{\textwidth}{|c|*{4}{>{\centering\arraybackslash}X|}}
Hi beisammen,
ich wollte mal fragen ob euch zur nicht-Gleichverteilung der Spaltenbreite mit tabulary ein workaround einfällt:

Dies liegt an "multicolumn", wie die Doku erwähnt von tabulary
Minimalbeispiel das dieses Problem erzeugt
\documentclass[12pt,a4paper]{article}
\usepackage{tabulary}
\begin{document}
\begin{table}
\begin{tabulary}{\textwidth}{|c|C|C|}
\hline
\multicolumn{3}{|c|}{This is definitely too much text for my tables taste}\\
\hline
oh&my&god\\
\hline
\end{tabulary}
\end{table}
\end{document}
\setlength{\tymin}{0.25\widthof{This is definitely too much text for my tables taste}}
Ich danke falls Euch etwas einfällt!Package tabulary Warning: No suitable columns! on input line 16.
