diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tabulars-e/06-00-20.ltx')
-rw-r--r-- | Master/texmf-dist/doc/latex/tabulars-e/06-00-20.ltx | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/Master/texmf-dist/doc/latex/tabulars-e/06-00-20.ltx b/Master/texmf-dist/doc/latex/tabulars-e/06-00-20.ltx deleted file mode 100644 index 94edc8be602..00000000000 --- a/Master/texmf-dist/doc/latex/tabulars-e/06-00-20.ltx +++ /dev/null @@ -1,50 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Example 06-00-20 on page 189. -%% -%% Copyright (C) 2010 Herbert 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. -%% -%% -%% ==== -% Show page(s) 1 -%% -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{201.70511pt} -\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} |