I am no expert in LaTeX. The table format for the below image was copied from here: https://tex.stackexchange.com/a/33761/206884
Unfortunately, when I apply this to my table definition the layout does no longer look good and the lines exceed the rows.
This is the code on my side. I have to embed it in the {table} as this is, what my writing program Scrivener gives to me.
\begin{table}[htbp]
\rowcolors{2}{tablerowcolor}{white}
\begin{minipage}{\linewidth}
\setlength{\tymax}{0.5\linewidth}
\centering
\small
\caption{Korrekte Definitionen - 1 Bit Liste}
\label{korrektedefinitionen-1bitliste-929}
\begin{tabulary}{\textwidth}{@{}L{0.30\textwidth}L{0.30\textwidth}L{0.2\textwidth}L{0.2\textwidth}@{}} \topline \headcol
Häufige Funktionen & Realisierbar mit & Zustand bei ``1'' & Zustand bei ``0'' \\
\midline
Licht, schaltende Verbraucher & Schaltaktor & Licht ein & Licht aus \\
Status Rückmeldungen (allgemein) & Schaltaktor, Dimmaktor, Jalousieaktor & aktiv\slash ein\slash ja & nicht aktiv\slash aus\slash nein \\
\end{tabulary}
\end{minipage}
\end{table}
Does anybody have an idea how I can change that?



@{}used in begin and end of column specifiers. Also column specifications are wrong – Zarko Feb 13 '20 at 18:05