summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-tabellen/06-00-20.ltx
blob: be2734a13d97cf58d7e12facd24af8b7777258e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
%% 
%%  A DANTE-Edition example
%% 
%%  Beispiel 06-00-20 auf Seite 189.
%% 
%%  Copyright (C) 2010 H. Voss
%% 
%%  It may be distributed and/or modified under the conditions
%%  of the LaTeX Project Public License, either version 1.3
%%  of this license or (at your option) any later version.
%% 
%%  See http://www.latex-project.org/lppl.txt for details.
%% 

%%Run also: >>  << 
% Show page(s) 1

\documentclass[]{article}
\pagestyle{empty}
\setlength\textwidth{194.59192pt}
\setlength\parindent{0pt}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}

\usepackage{dcolumn,booktabs,multirow,ragged2e}
\renewcommand\multirowsetup{\RaggedRight\footnotesize}
\newcolumntype{m}{>{$}l<{$}}
\newcolumntype{N}{>{\footnotesize}l}
\newcolumntype{d}[1]{D{.}{,}{#1}}
\newcommand\mc[2]{\multicolumn{1}{#1}{#2}}

\begin{document}
\begin{tabular}{@{} *{3}{d{3.0}} d{2.0} *{3}{m} l@{}}\toprule
\multicolumn{3}{@{}N}{Listen-Nummer} & \mc{N}{Nennstrom} & \mc{N}{Polzahl}
  & \multicolumn{2}{N}{Anschluss bis mm$^2$} & \multirow{3}{3.5em}{Pg für Abgang oben}\\
    \cmidrule(r){1-3}\cmidrule(lr){6-7}
\mc{@{}N}{mit Bügel-} & \mc{N}{mit Mantel-} & \mc{N}{mit Block-}
  & & & \mc{N}{unten} & \mc{N}{oben} \\[-3pt]
\mc{@{}N}{klemme} & \mc{N}{klemme} & \mc{N}{klemme} & A & & & \\
  \cmidrule(r){1-1}\cmidrule(lr){2-2}\cmidrule(lr){3-3}\cmidrule(lr){4-4}%
  \cmidrule(lr){5-5}\cmidrule(lr){6-6}\cmidrule(lr){7-7}\cmidrule(l){8-8}\addlinespace
406 & 416 & 426 & 25 & 3+\mathrm{Mp}& 4\times16& 4\times16& Pg 21\\
407 & 417 & 427 &    &              &          &          & Pg 29\\\addlinespace
408 & 418 & 428 & 60 & 3+\mathrm{Mp}& 4\times35& 4\times16& Pg 29\\
409 & 419 & 429 &    &              &          &          & Pg 36\\ \addlinespace
456 & 466 & 476 & 90 & 3+\mathrm{Mp}& 4\times70& 4\times70& Pg 36\\
457 & 467 & 477 &    &              &          &          & Pg 42\\\addlinespace
								    \bottomrule
\end{tabular}
\end{document}