Search found 3 matches

by maddus
Sat Jun 11, 2011 7:23 pm
Forum: Graphics, Figures & Tables
Topic: table - text closer to the line - how?
Replies: 4
Views: 2137

table - text closer to the line - how?

Thanks a lot. Here the full solution...

\documentclass{article}
\usepackage{booktabs}
\usepackage{array}
\usepackage{ragged2e}
\usepackage{multirow}

\begin{document}

\renewcommand\multirowsetup{\RaggedRight}
\newcolumntype{N}{>{}} \newcolumntype{C}{>{}c}
\newcolumntype{N}{>{}} \newcolumntype{L ...
by maddus
Sat Jun 11, 2011 7:08 pm
Forum: Graphics, Figures & Tables
Topic: table - text closer to the line - how?
Replies: 4
Views: 2137

table - text closer to the line - how?

Thank you very much. That was the solution. Here again the correct result. I down't know if to ask in this thread or open a new one. Is it possible to arrange "Arithmetisches Mittel" to right instead of left like now?

\documentclass{article}
\usepackage{booktabs}
\usepackage{array}
\usepackage ...
by maddus
Sat Jun 11, 2011 6:49 pm
Forum: Graphics, Figures & Tables
Topic: table - text closer to the line - how?
Replies: 4
Views: 2137

table - text closer to the line - how?

I try to put the Text "Arithmetisches Mittel" more down to the line. Here is a small sample...

\documentclass{article}
\usepackage{booktabs}
\usepackage{array}
\usepackage{ragged2e}
\usepackage{multirow}

\begin{document}

\renewcommand\multirowsetup{\RaggedRight}
\newcolumntype{N ...