Nun ja ohne gehts doch auch:[code]
\usepackage{array}
\usepackage{tabu}
\usepackage{ragged2e,calc}
\usepackage[left=1.5cm,right=1.5cm]{geometry}
\newcolumntype{C}{>{\Centering}X}
\begin{document}
\begin{minipage}{\linewidth}
\begin{minipage}{.48\linewidth}
\begin{tabu} to \linewidth {*{9}{@{}X[c]}@{}}
WS & BS & S & T & Ag & Int & Per & WP & Fel\\
66 & - & $^{12}$60 & $^{8}$40 & 44 & 20 & 35 & 50 & -
\end{tabu}
\textbf{Movement:} 6 / 12 / 18 / 36\newline
\textbf{Wounds:} 40\newline
\textbf{Skills:} Awareness (Per), Climb (S), Swim (S) + 10.\\
\textbf{Talents:} Berserk Charge, Crushing Blow, Fearless, Frenzy, Swift Attack\\
\textbf{Armour:} Reinforce Chitin (All 8 )\\
\textbf{Weapons:} Scything Talons (1d10+16 R; Pen 3) or Rending Claws (1d10+14; Pen 5 Razor Sharp)\\
\large\textbf{Spceial Rules:}\\
\end{minipage}
\hfill
\begin{minipage}{.48\linewidth}
\textbf{Traits:} Dark Sight, Fear 3 (Horrifying), Improved Natural Weapons (Scything Talons and Rending Claws), Multiple Arms, Natural Armor (Hardened Carapace), Natural Weapons, Shadow in the Warp, Size (Enormous), Synapse Creature, Touched by the Fates (1), Tyranid, Unnatural Strength (x2), Unnatural Toughness (x2)\\
\textbf{Supreme Warrior:} When using the All Out Attack Action, the Tyranid Warrior may make a single melee attack that may not be dodged or parried. The Tyranid Warrior may perform this attack a number of times per combat equal to its Intelligence Bonus.
\end{minipage}
\end{minipage}
\end{document} [/code]
notfalls auch mit tabu
Gruß Jens