Ich messe diese Werte.
![alt text][1]
\documentclass[varwidth, border=2pt]{standalone}
%\documentclass[paper=a5]{scrartcl}
\usepackage{tikz}
\begin{document}
\newlength{\Breite}
\newcommand{\MyTabI}{
\newcommand{\MyTabI}{%
\begin{tabular}{ccc}
1 & 2 & 3 \\
a & b & c \\
\end{tabular}
\end{tabular}%
}
\MyTabI \\
\settowidth{\Breite}{\MyTabI}
\the\Breite
\newcommand{\MyTabII}{\begin{tabular}[b]{ccp{3em}}
\newcommand{\MyTabII}{%
\begin{tabular}[b]{ccp{3em}}
1 & 2 & 3 \\
a & b & c \\
\end{tabular}
\end{tabular}%
}
\MyTabII \\
\settowidth{\Breite}{\MyTabII}
\the\Breite
\newcommand{\Linie}{
\newcommand{\Linie}{%
\tikz[inner sep = 0, outer sep=0]\draw (0,0) -- (15.0pt,0);
(15.0pt,0);%
}
\Linie \\
\settowidth{\Breite}{\Linie}
\the\Breite
\end{document}
[1]: http://texwelt.de/wissen/upfiles/Namenlos-11e4yyy_34.pnghttp://texwelt.de/wissen/upfiles/Namenlos-11e4yyy_35.png