diff options
326 files changed, 2 insertions, 13214 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-1.ltxps b/Master/texmf-dist/doc/latex/latex-tabellen/01-01-1.ltxps deleted file mode 100644 index c112d88f8a3..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-1.ltxps +++ /dev/null @@ -1,84 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 01-01-1 auf Seite 4. -%% -%% 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[de]{article} -\pagestyle{empty} -\setlength\textwidth{170.59192pt} -\setlength\parindent{0pt} - -\usepackage{array,pstricks} -\newcommand\Lcs[1]{\texttt{\textbackslash#1}} -\let\Ldim\Lcs -\newsavebox\TabBox - -\begin{document} -\begin{center} -\newlength\Start -\newlength\End -\setlength\Start{\tabcolsep} -\setlength\End{\tabcolsep} -\savebox\TabBox{Links} -\addtolength\Start{\wd\TabBox} -\begin{pspicture}(0,0.3cm)(5.6cm,-0.8cm) -\rput[lb](0,0){\begin{tabular}{|l|r|p{3cm}|}\hline -Links & Rechts & p\{3cm\}\\\hline -%\rule{\wd\TabBox}{5mm} -\end{tabular}} -\psframe[fillcolor=black!30,fillstyle=solid](0,0)(\tabcolsep,-5mm) -\addtolength\End{\wd\TabBox}\addtolength\End{\tabcolsep} -\addtolength\End{\fboxrule} -\rput[lb](\tabcolsep,-5mm){Links} -%\psline{<->}(\tabcolsep,-2mm)(\Start,-2mm) -\psframe[fillcolor=black!50,fillstyle=solid](\Start,0)(\End,-5mm) -\addtolength\Start{\tabcolsep}\addtolength\End{\tabcolsep} -\addtolength\Start{\fboxrule}\addtolength\End{\fboxrule} -\psframe[fillcolor=black!30,fillstyle=solid](\Start,0)(\End,-5mm) -\rput[lb](\End,-5mm){Rechts} -\savebox\TabBox{Rechts} -\addtolength\Start{\wd\TabBox}\addtolength\End{\wd\TabBox} -\addtolength\Start{\tabcolsep}\addtolength\End{\tabcolsep} -\addtolength\Start{\fboxrule}\addtolength\End{\fboxrule} -\psframe[fillcolor=black!50,fillstyle=solid](\Start,0)(\End,-5mm) -\addtolength\Start{\tabcolsep}\addtolength\End{\tabcolsep} -\addtolength\Start{\fboxrule}\addtolength\End{\fboxrule} -\psframe[fillcolor=black!30,fillstyle=solid](\Start,0)(\End,-5mm) -\rput[lb](\End,-5mm){p\{3cm\}} -\addtolength\Start{\tabcolsep}\addtolength\End{\tabcolsep} -\addtolength\Start{3cm}\addtolength\End{3cm} -\addtolength\Start{\fboxrule}\addtolength\End{\fboxrule} -\psframe[fillcolor=black!50,fillstyle=solid](\Start,0)(\End,-5mm) -\end{pspicture}\par -\begin{tabular}{@{}l >{\ttfamily}l@{}} -\emph{width} & \multicolumn{1}{c@{}}{\textrm{\emph{value}}}\\\hline -\Ldim{tabcolsep} & \phantom{00}\the\tabcolsep\\ -\Lcs{widthof}\{Links\} & \settowidth\Start{\textrm{Links}}\phantom{0}\the\Start\\ -2\Ldim{tabcolsep} & \Start=2\tabcolsep \phantom{0}\the\Start\\ -\Lcs{widthof}\{Rechts\} & \settowidth\Start{\textrm{Rechts}}\phantom{0}\the\Start\\ -2\Ldim{tabcolsep} & \Start=2\tabcolsep \phantom{0}\the\Start\\ -p\{3cm\} & \Start=3cm \phantom{0}\the\Start\\ -\Ldim{tabcolsep} & \phantom{00}\the\tabcolsep\\\hline -\textbf{Gesamtbreite}& -\Start=6\tabcolsep% -\settowidth\End{\textrm{Links}}% -\addtolength\Start{\End}% -\settowidth\End{\textrm{Rechts}}% -\addtolength\Start{\End}% -\addtolength\Start{3cm}% -\the\Start \global\End=\Start -\end{tabular} -\end{center} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-10.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/01-01-10.ltx deleted file mode 100644 index d825119b2da..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-10.ltx +++ /dev/null @@ -1,31 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 01-01-10 auf Seite 7. -%% -%% 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{array} - -\begin{document} -\setlength\arrayrulewidth{5pt} -\begin{tabular}{|c|c|}\hline -A & B \\\cline{1-1} -\rule{0pt}{3.2ex}C & D \\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-11.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/01-01-11.ltx deleted file mode 100644 index e729b2c4987..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-11.ltx +++ /dev/null @@ -1,39 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 01-01-11 auf Seite 8. -%% -%% 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} - - - -\begin{document} -\begin{tabular}{@{}cccc@{}}\hline -\multicolumn{2}{|@{}c}{\textbf{Personen}} & -\multicolumn{2}{@{}c|}{\textbf{Beruf}}\\\hline -Anzahl& Geschl.& Angest.& Frei\\\hline -222 & m & 160 & 62 \\ - 2 & n &\textbf{1}& 2 \\[5pt] -97 & w & 70 & 27 \\\hline -\multicolumn{4}{c}{Summen} \\\cline{1-1} -\multicolumn{1}{@{}|c|@{}}{319} - & & 230 & 89 \\ - \cline{1-1}\cline{3-4} - & & \multicolumn{2}{|c|}{319}\\\cline{3-4} -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-12.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/01-01-12.ltx deleted file mode 100644 index 08744e3b9b3..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-12.ltx +++ /dev/null @@ -1,39 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 01-01-12 auf Seite 8. -%% -%% 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} - - - -\begin{document} -\begin{tabular}{|cc|cc|@{}}\hline -\multicolumn{2}{|c}{\textbf{Personen}} & -\multicolumn{2}{c|}{\textbf{Beruf}} \\\hline -\multicolumn{4}{c}{}\\% leere Zeile ohne | -Anzahl& Geschl.& Angest.& Frei\\\hline -222 & m & 160 & 62 \\ - 2 & n &\textbf{1}&2 \\[5pt] -97 & w & 70 & 27 \\\hline -\multicolumn{4}{c}{Summen} \\\cline{1-1} -\multicolumn{1}{|c|}{319} & & 230 & 89 - \\\cline{1-1}\cline{3-4} - & & \multicolumn{2}{|c|}{319}\\\cline{3-4} -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-13.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/01-01-13.ltx deleted file mode 100644 index 2429663eb15..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-13.ltx +++ /dev/null @@ -1,39 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 01-01-13 auf Seite 9. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} - - - -\begin{document} -\begin{tabular}{@{}|cc|cc|@{}} -\multicolumn{2}{|c|}{\textbf{Personen}} & -\multicolumn{2}{c|}{\textbf{Beruf}} \\[5pt] -Anzahl & Geschl. & Angest. & Frei\\\hline -222 & m & 160 & 62 \\ - 2 & n &\textbf{1}& 2 \\[5pt] -97 & w & 70 & 27 \\\hline -\multicolumn{4}{|c|}{Summen} \\\cline{1-1} -\multicolumn{1}{@{}|c|@{}}{319} & & 230 & 89 - \\\cline{1-1}\cline{3-4} -\multicolumn{1}{c}{} - & & \multicolumn{2}{|c|}{319} \\\cline{3-4} -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-14.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/01-01-14.ltx deleted file mode 100644 index b4e05510e46..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-14.ltx +++ /dev/null @@ -1,39 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 01-01-14 auf Seite 9. -%% -%% 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{146.59192pt} -\setlength\parindent{0pt} - - - -\begin{document} -\begin{tabular}{ccccc} -A1 & A1 & A1 & A1 & A1\\\hline -A2 & \begin{tabular}{|c|}\hline - a1\\a1\\a1\\\hline - \end{tabular} & - \begin{tabular}{c}a2\\a2\\a2\\\end{tabular} & - A & - \begin{tabular}{|c|}\hline - a3\\a3\\a4\\\hline\end{tabular}\\ -A3 & A3 & A3 & A3 & A3\\\cline{3-4} -A4 & A4 & \multicolumn{2}{|c|}{A4*} & A4\\\cline{3-4} -A5 & A5 & A5 & A5 & A5\\ -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-15.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/01-01-15.ltx deleted file mode 100644 index 43a56433882..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-15.ltx +++ /dev/null @@ -1,34 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 01-01-15 auf Seite 10. -%% -%% 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} - - - -\begin{document} -\begin{tabular}{|ccc|} - Sp1 Z1 & Sp2 Z1 & Sp3 Z1\\ - \begin{tabular}{c}Sp1 Z2\\Sp1 Z3\end{tabular} - & \begin{tabular}{|c|}\hline - Sp2 Z2/3\\\hline \end{tabular} - & \begin{tabular}{c}Sp4 Z2\\Sp4 Z3\end{tabular}\\ - Sp1 Z4 & Sp2 Z4 & Sp3 Z4 -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-16.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/01-01-16.ltx deleted file mode 100644 index 79cc084c9ed..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-16.ltx +++ /dev/null @@ -1,34 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 01-01-16 auf Seite 10. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} - - - -\begin{document} -\begin{tabular}{|@{}c @{}c@{} c@{}|} - Sp1 Z1 & Sp2 Z1 & Sp3 Z1\\ - \begin{tabular}{c} Sp1 Z2\\Sp1 Z3 \end{tabular} & - \begin{tabular}{|c|}\hline - Sp2 Z2/3\\\hline \end{tabular} & - \begin{tabular}{c} Sp4 Z2\\Sp4 Z3 \end{tabular}\\ - Sp1 Z4 & Sp2 Z4 & Sp3 Z4 -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-17.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/01-01-17.ltx deleted file mode 100644 index 055a57d50fe..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-17.ltx +++ /dev/null @@ -1,34 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 01-01-17 auf Seite 10. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} - - - -\begin{document} -\begin{tabular}{@{}c @{}c@{} c@{}} - Sp1 Z1 & Sp2 Z1 & Sp3 Z1\\\cline{2-2} - \begin{tabular}{c|} Sp1 Z2\\Sp1 Z3 \end{tabular} & - \begin{tabular}{c} Sp2 Z2/3 \end{tabular} & - \begin{tabular}{|c} Sp4 Z2\\Sp4 Z3 \end{tabular} - \\\cline{2-2} - Sp1 Z4 & Sp2 Z4 & Sp3 Z4 -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-18.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/01-01-18.ltx deleted file mode 100644 index 90b479d0a82..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-18.ltx +++ /dev/null @@ -1,37 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 01-01-18 auf Seite 11. -%% -%% 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{146.59192pt} -\setlength\parindent{0pt} - -\newcommand\Btab{} -\renewcommand\Btab[2][c]{\tabular[#1]{#2}} -\newcommand\Etab{}\renewcommand\Etab{\endtabular} - -\begin{document} -\Btab{|@{}c @{}c@{} c@{}|}\hline - \rule{0pt}{3ex}% besserer Abstand nach Oben - Sp1 Z1 & Sp2 Z1 & Sp3 Z1\\\cline{2-2} - \Btab{c|} Sp1 Z2\\Sp1 Z3 \Etab & - \Btab{c} Sp2 Z2/3\\ \Etab & - \Btab{|c} Sp4 Z2\\Sp4 Z3 \Etab \\\cline{2-2} - \rule[-1.5ex]{0pt}{2ex}% besserer Abstand nach Unten - Sp1 Z4 & Sp2 Z4 & Sp3 Z4\\\hline -\Etab -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-19.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/01-01-19.ltx deleted file mode 100644 index 11b343bf6e3..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-19.ltx +++ /dev/null @@ -1,44 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 01-01-19 auf Seite 11. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} -\setlength\textheight{5.5cm} -\setlength\textwidth{180pt} - - - -\begin{document} -\begin{center} -\begin{tabular}{lcr}\hline -L\footnotemark & C & R\\ -L & C & R\\ -L & C\footnotemark & R\\ -L & C & R\\ -L & C & R\footnotemark\\\hline -\end{tabular} -\addtocounter{footnote}{-2} -\footnotetext{Linksbündig} -\stepcounter{footnote}\footnotetext{Zentriert} -\stepcounter{footnote}\footnotetext{Rechtsbündig} -\end{center} -Normale Textzeile nach der zentrierten Tabelle -mit normaler Fußnote\footnote{Normale Fußnote}. -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-2.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/01-01-2.ltx deleted file mode 100644 index 291becdf034..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-2.ltx +++ /dev/null @@ -1,30 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 01-01-2 auf Seite 5. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} - -\usepackage{array} - -\begin{document} -\begin{tabular} - {|*{3}{l}|*{4}{r|}}\cline{1-3} -l&l&l&r&r&r&r\\ L&L&L&R&R&R&R\\\cline{1-3} -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-3.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/01-01-3.ltx deleted file mode 100644 index 0051abb17bd..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-3.ltx +++ /dev/null @@ -1,31 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 01-01-3 auf Seite 5. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} - - - -\begin{document} -\begin{tabular}% - {@{}l|r@{:}c@{$\rightarrow$}p{1.5cm}@{}} -Links & Rechts & Zentriert & Box\\\cline{2-4} -l & r & c & p\{1.5cm\}\\\cline{1-1} -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-4.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/01-01-4.ltx deleted file mode 100644 index 900a7664d20..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-4.ltx +++ /dev/null @@ -1,32 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 01-01-4 auf Seite 5. -%% -%% 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} - - - -\begin{document} -\begin{tabular*}{\linewidth}{lll} -1 & 2 & 3 \\\hline A & B & Links \\\hline -\end{tabular*}\par\bigskip -\begin{tabular*}{\linewidth}{llr} -1 & 2 & 3 \\\hline A & B & Rechts \\\hline -\end{tabular*} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-5.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/01-01-5.ltx deleted file mode 100644 index c3a9314fbc9..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-5.ltx +++ /dev/null @@ -1,35 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 01-01-5 auf Seite 6. -%% -%% 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{218.59192pt} -\setlength\parindent{0pt} -\setlength\textwidth{201.7051pt} - - - -\begin{document} -\begin{tabular*}{\linewidth}% - {|l@{\extracolsep{\fill}}|l|l|} -1 & 2 & 3 \\\hline A & B & C \\\hline -\end{tabular*}\par\bigskip -\begin{tabular*}{\linewidth}% - {|l|l|@{\extracolsep{\fill}}r|} -1 & 2 & 3 \\\hline A & B & C \\\hline -\end{tabular*} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-6.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/01-01-6.ltx deleted file mode 100644 index 63383fc19a4..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-6.ltx +++ /dev/null @@ -1,36 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 01-01-6 auf Seite 6. -%% -%% 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{218.59192pt} -\setlength\parindent{0pt} -\setlength\textwidth{201.7051pt} - - - -\begin{document} -\begin{tabular*}{\linewidth}% - {|@{\extracolsep{\fill}}l|l|l@{}|} -1 & 2 & 3 \\\hline A & B & C \\\hline -\end{tabular*}\par\bigskip -\begin{tabular*}{\linewidth}% - {|@{\extracolsep{\fill}}l|l|r@{}|} -1 & 2 & 3 \\\hline -Links & Links & Rechts \\\hline -\end{tabular*} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-7.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/01-01-7.ltx deleted file mode 100644 index 0eb42c86207..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-7.ltx +++ /dev/null @@ -1,36 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 01-01-7 auf Seite 7. -%% -%% 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}% evtl. anpassen! - - - -\begin{document} -\begin{tabular}{|l|||p{4cm}|r||}\hline - links & p--Spalte & rechts\\ - \hline\hline\hline - A & jetzt hat diese Spalte eine - fixe Breite und ein \newline - sorgt für eine neue Zeile in - dieser Spalte & B \\\hline\hline - 1 & 2 & 3 \\\hline\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-8.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/01-01-8.ltx deleted file mode 100644 index 4e54d6d9715..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-8.ltx +++ /dev/null @@ -1,36 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 01-01-8 auf Seite 7. -%% -%% 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} - - - -\begin{document} -\begin{tabular}{lp{4cm}r} -links & p--Spalte & rechts\\ - \cline{1-2}\hline% siehe Text - A & jetzt hat diese Spalte eine - fixe Breite und ein \newline - sorgt für eine neue Zeile in - dieser Spalte & B \\\cline{2-2} - 1 & 2 & 3 \\\cline{2-3} -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-9.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/01-01-9.ltx deleted file mode 100644 index 33f586ea781..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/01-01-9.ltx +++ /dev/null @@ -1,31 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 01-01-9 auf Seite 7. -%% -%% 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} - - - -\begin{document} -\setlength\arrayrulewidth{5pt} -\begin{tabular}{|c|c|}\hline -A & B \\\cline{1-1} -C & D \\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/01-02-1.ltxps b/Master/texmf-dist/doc/latex/latex-tabellen/01-02-1.ltxps deleted file mode 100644 index aa0b1b45011..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/01-02-1.ltxps +++ /dev/null @@ -1,37 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 01-02-1 auf Seite 12. -%% -%% 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{pst-node} - -\begin{document} -\begin{tabbing} -Die \=\rnode{A}{}Musterzeile \=\rnode{B}{}kann - \=\rnode{C}{},,gekillt`` \=\rnode{D}{}werden\\ -\>\rnode{a}{}erster Tabstop\\ -\>\>\rnode{b}{}zweiter Tabstop\\ -\>\>\>\rnode{c}{}dritter\\ -\>\>\>\>\rnode{d}{}vierter -\end{tabbing} -\psset{nodesepA=-1ex,nodesepB=1ex} -\ncline{->}{A}{a}\ncline{->}{B}{b} -\ncline{->}{C}{c}\ncline{->}{D}{d} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/01-02-2.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/01-02-2.ltx deleted file mode 100644 index b08ca16df5a..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/01-02-2.ltx +++ /dev/null @@ -1,33 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 01-02-2 auf Seite 13. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} - - - -\begin{document} -\begin{tabbing} -Die \=Musterzeile \=kann - \=,,gekillt`` \=werden\kill\\ -\>erster Tabstop\\ \>\>zweiter Tabstop\\ -\>\>\>dritter\\ \>\>\>\>vierter\\ -0 \>1 \>2 \>3 \>4 -\end{tabbing} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/01-02-3.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/01-02-3.ltx deleted file mode 100644 index 8c1773f4111..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/01-02-3.ltx +++ /dev/null @@ -1,33 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 01-02-3 auf Seite 13. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} - - - -\begin{document} -\begin{tabbing} -Die \=Musterzeile \=kann - \=,,gekillt`` \=werden\kill\\ -\>erstes Caf\a'e\\ \>\>zweites Caf\a'e\\ -\>\>\>M\a^aitre\\ -\>Cr\a`eme\>\>\>br\a^ul\a'ee -\end{tabbing} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/01-02-4.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/01-02-4.ltx deleted file mode 100644 index 24945cda040..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/01-02-4.ltx +++ /dev/null @@ -1,37 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 01-02-4 auf Seite 13. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} - -\usepackage[scaled]{luximono} - -\begin{document} -Eine normale Zeile\ldots \ttfamily\small -\begin{tabbing} -function \=\textbf{fact(n: integer)}: integer;\\ -\> begin \=\+ \\% linker Rand auf Tabstop -\> if \=n $>$ 1 then \+ \\ -fact:= n * fact(n-1) \- \\ -else \+ \\ -fact:= 1; \-\-\\% 2 Tabs zurueck -end; -\end{tabbing}\normalfont\normalsize -Eine normale Zeile\ldots -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/01-02-5.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/01-02-5.ltx deleted file mode 100644 index a03b3689471..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/01-02-5.ltx +++ /dev/null @@ -1,42 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 01-02-5 auf Seite 14. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} - -\usepackage[scaled]{luximono} - -\begin{document} -Eine normale Zeile\ldots -\begingroup\small\ttfamily % Schriftumschaltung lokal halten -\begin{tabbing} -\=\hspace{0.25in} \=\hspace{0.25in} \=\hspace{0.25in} \=\hspace{0.25in}\kill -\> <category> \+ \\ - \> <pattern>WHAT IS A *</pattern> \+ \\ - \> <template><srai>DEFINE <star index ="1"></srai> \\ - \> </template> \-\- \\ -\> </category> \\[0.5\normalbaselineskip] -\> <category> \+ \\ - \> <pattern>DO YOU KNOW WHAT A * IS</pattern> \+ \\ -\> <template><srai>DEFINE <star index ="1"></srai></template> \-\- \\ -\> </category> -\end{tabbing} -\endgroup -Eine normale Zeile\ldots -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/01-02-6.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/01-02-6.ltx deleted file mode 100644 index e81c4349aad..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/01-02-6.ltx +++ /dev/null @@ -1,39 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 01-02-6 auf Seite 15. -%% -%% 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} -\setlength\textwidth{200pt} - - - -\begin{document} -\begin{tabbing} -Die \=Musterzeile \=kann - \=,,gekillt`` \=werden\kill\\ -0 \>1 \>2 \>3 \>4\\ - \> \>2 \'Linksbündig\\ -\global\setlength\tabbingsep{20pt} - \> \>2 \'Linksbündig\\ -\global\setlength\tabbingsep{0pt} - \>1 \'Linksbündig\\ -0 \'Linksbündig\\ -\end{tabbing} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/01-02-7.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/01-02-7.ltx deleted file mode 100644 index 9ab3195f5dd..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/01-02-7.ltx +++ /dev/null @@ -1,36 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 01-02-7 auf Seite 15. -%% -%% 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} -\setlength\textwidth{200pt} - - - -\begin{document} -\begin{tabbing} -Die \=Musterzeile \=kann - \=,,gekillt`` \=werden\kill\\ -0 \>1 \>2 \>3 \>4\\ - \> \>2 \`Rechtsbündig in der Zeile\\ - \>1 \`Rechtsbündig \\ -0 \`Rechts \\ -\end{tabbing} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/01-02-8.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/01-02-8.ltx deleted file mode 100644 index e751195235d..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/01-02-8.ltx +++ /dev/null @@ -1,42 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 01-02-8 auf Seite 15. -%% -%% 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} -\setlength\textwidth{200pt} - - - -\begin{document} -Dies ist ein normaler Text in einer -normal breiten Textzeile. -\begin{center} -\begin{minipage}{\linewidth} -\begin{tabbing} -Die \=Musterzeile \=kann - \=,,gekillt`` \=werden\kill\\ -0 \>1 \>2 \>3 \>4\\ - \> \> Rechtsbündig\'Linksbündig\\ -\end{tabbing} -\end{minipage} -\end{center} -Dies ist ein normaler Text in einer -normal breiten Textzeile. -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/01-02-9.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/01-02-9.ltx deleted file mode 100644 index e4fabff00b2..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/01-02-9.ltx +++ /dev/null @@ -1,48 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 01-02-9 auf Seite 16. -%% -%% 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} -\setlength\textheight{5.5cm} -\setlength\textwidth{160pt} - - - -\begin{document} -\begin{center}\begin{minipage}{\textwidth} -\begin{tabbing} -foo \= foobar \= foobarbaz\kill -f \> fb \> fbb\\ -f\footnotemark \> fb \> fbb\\ -f \> fb \> fbb\\ -f \> fb\footnotemark \> fbb\\ -f \> fb \> fbb\\ -f \> fb \> fbb\footnotemark -\end{tabbing} -\end{minipage}\end{center} -\addtocounter{footnote}{-2} -\footnotetext{foo}\stepcounter{footnote} -\footnotetext{foobar}\stepcounter{footnote} -\footnotetext{foobarbaz} - -Normale Textzeile nach der -\texttt{tabbing}-Umgebung mit normaler -Fußnote\footnote{Normale Fußnote}. -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-01-1.ltx deleted file mode 100644 index c363e3f94e7..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-1.ltx +++ /dev/null @@ -1,30 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-01-1 auf Seite 19. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} - - - -\begin{document} -\begin{tabular}{|l|r|c|p{1.5cm}|}\hline -Links & Rechts & Zentriert &Eine parbox\\\hline -l & r & c &p\{1.5cm\}\\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-10.ltxps b/Master/texmf-dist/doc/latex/latex-tabellen/02-01-10.ltxps deleted file mode 100644 index c921dc84d53..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-10.ltxps +++ /dev/null @@ -1,31 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-01-10 auf Seite 21. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} - -\usepackage{array} - -\begin{document} -\begin{tabular}{|m{1.5cm} | p{1.5cm} | b{1.5cm}|} -\hline -Eine parbox & Eine parbox & Eine parbox\\\hline -m\{1.5cm\} & p\{1.5cm\} & b\{1.5cm\}\\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-11.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-01-11.ltx deleted file mode 100644 index 9ac41a2b6cf..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-11.ltx +++ /dev/null @@ -1,30 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-01-11 auf Seite 22. -%% -%% 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{355.65944pt} -\setlength\parindent{0pt} - -\usepackage{array} \newcolumntype{L}{>{$}l<{$}} \newcolumntype{T}{>{\ttfamily\small}l} - -\begin{document} -\begin{tabular}{@{}lLT@{\qquad}lLT@{}}\hline -Sinus & \sin(\alpha) &<Wert> sin &Cosinus & \cos(\alpha) & <Wert> cos \\ -Tangens&\tan(\alpha)&<Wert> tan &Arcus Tangens&\arctan(x)&<Wert1> <Wert2> atan\\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-12.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-01-12.ltx deleted file mode 100644 index b93f3826226..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-12.ltx +++ /dev/null @@ -1,37 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-01-12 auf Seite 22. -%% -%% 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{355.65944pt} -\setlength\parindent{0pt} -\usepackage[T1]{fontenc} -\usepackage[utf8]{inputenc} - -\usepackage{array,rotating} \newcolumntype{B}{>{\bfseries}c} -\newcolumntype{T}{>{\ttfamily}l}\newcolumntype{R}[1]{>{\begin{turn}{#1}}l<{\end{turn}}} - -\begin{document} -\begin{tabular}[b]{BTl} -\multicolumn{1}{R{45}}{Abkürzung} & \multicolumn{1}{R{45}}{Bezugsspalte} & -\multicolumn{1}{R{45}}{Parameter}\\\hline B & c & - \\ T & l & - \\ R & l & 1\\\hline -\end{tabular} \qquad -\begin{tabular}[b]{@{}BTl@{}} -\multicolumn{1}{R{90}}{Abkürzung} & \multicolumn{1}{R{90}}{Bezugsspalte} & -\multicolumn{1}{R{90}}{Parameter}\\ B & c & - \\ T & l & - \\ R & l & 1 -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-13.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-01-13.ltx deleted file mode 100644 index 9fefb3fd73f..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-13.ltx +++ /dev/null @@ -1,38 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-01-13 auf Seite 23. -%% -%% 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[T1]{fontenc} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} - -\usepackage{array} -\newcolumntype{P}[1]{>{\hspace{0pt}}p{#1}} - -\begin{document} -\begin{tabular}{|l|r|cp{1.75cm}|} -Links & Rechts & Zentriert & Box\\\hline -l & r & c & Definitionsgemäß -\end{tabular}\\[8mm] -\begin{tabular}{|l|r|cP{1.75cm}|} -Links & Rechts & Zentriert & Box\\\hline -l & r & c & Definitionsgemäß -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-14.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-01-14.ltx deleted file mode 100644 index 63d1b15f8dc..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-14.ltx +++ /dev/null @@ -1,39 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-01-14 auf Seite 23. -%% -%% 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[T1]{fontenc} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} -\selectlanguage{ngerman} - -\usepackage{array,ragged2e} -\newcolumntype{L}[1]{>{\hspace{0pt}\RaggedRight}p{#1}} -\newcolumntype{C}[1]{>{\hspace{0pt}\Centering}p{#1}} -\newcolumntype{R}[1]{>{\hspace{0pt}\RaggedLeft}p{#1}} - -\begin{document} -\begin{tabular}{@{}L{3cm}C{3cm}R{3cm}@{}}\hline -Eine linksbündige Spalte mit rechtsseitigem Flattersatz - & Eine zentrierte Spalte mit linkem und rechtem Flattersatz - & Eine rechtsbündige Spalte mit linksseitigem Flattersatz\\ -L & C & R\\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-15.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-01-15.ltx deleted file mode 100644 index 741b7d45f44..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-15.ltx +++ /dev/null @@ -1,30 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-01-15 auf Seite 23. -%% -%% 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{146.59192pt} -\setlength\parindent{0pt} - -\usepackage{array} \newcolumntype{x}{llcll} - -\begin{document} -\begin{tabular}{ r x } -R & L & L & C & L & L\\ -RR& LL& LL& CC& LL& LL -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-16.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-01-16.ltx deleted file mode 100644 index 3046fb0d405..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-16.ltx +++ /dev/null @@ -1,30 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-01-16 auf Seite 24. -%% -%% 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{146.59192pt} -\setlength\parindent{0pt} - -\usepackage{array} - -\begin{document} -\begin{tabular}{|l!{\vrule width 3pt}l|c|l|l|}\hline -L & L & C & L & L\\ -LL&\multicolumn{3}{!{\vrule width 3pt}c|}{CCC} & L\\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-17.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-01-17.ltx deleted file mode 100644 index 36e4f340b90..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-17.ltx +++ /dev/null @@ -1,31 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-01-17 auf Seite 24. -%% -%% 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{146.59192pt} -\setlength\parindent{0pt} - -\usepackage{array} - -\begin{document} -\begin{tabular}{!{\vrule width 3pt}l|l|c|l|l|}\hline -L & L & C & L & L \\\cline{1-3} -\multicolumn{3}{!{\vrule width 3pt}c|}{CCC} & L & L\\\hline -L & L & \multicolumn{3}{r|}{Rechts} \\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-18.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-01-18.ltx deleted file mode 100644 index 0226a1bafe0..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-18.ltx +++ /dev/null @@ -1,39 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-01-18 auf Seite 25. -%% -%% 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} -\setlength\parskip{5pt plus 2pt minus 1pt} - -\usepackage{array} - -\begin{document} -Zeile \begin{tabular}[t]{|c|}\hline - Eins\\Zwei\\\hline -\end{tabular} Zeile \\ -eine neue Zeile im Absatz\par Zeile -\begin{tabular}[t]{|c|}\firsthline - Eins\\Zwei\\\hline -\end{tabular} Zeile \\ -eine neue Zeile im Absatz\par Zeile -\begin{tabular}[t]{|c|}\firsthline - Eins\\Zwei\\\lasthline -\end{tabular} Zeile \\ -eine neue Zeile im Absatz -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-19.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-01-19.ltx deleted file mode 100644 index 17f5549ed28..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-19.ltx +++ /dev/null @@ -1,39 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-01-19 auf Seite 25. -%% -%% 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{array} - -\begin{document} -Eine Zeile im Absatz vor der Tabelle.\par -Zeile \begin{tabular}[t]{|c|}\firsthline - Eins\\Zwei\\\lasthline -\end{tabular} Zeile \\ -Eine Zeile im Absatz nach der Tabelle.\par -Eine Zeile im Absatz vor der Tabelle und\\ -\verb+\addtolength\extratabsurround{10pt}+. -\par Zeile -\addtolength\extratabsurround{10pt} -\begin{tabular}[t]{|c|}\firsthline - Eins\\Zwei\\\lasthline -\end{tabular} Zeile \\ -Eine Zeile im Absatz nach der Tabelle. -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-2.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-01-2.ltx deleted file mode 100644 index 5c8a74ce71f..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-2.ltx +++ /dev/null @@ -1,31 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-01-2 auf Seite 20. -%% -%% 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{array} - -\begin{document} -\setlength\extrarowheight{8pt} -\begin{tabular}{|l|r|c|p{1.75cm}|}\hline -Links & Rechts & Zentriert & Box\\\hline -l & r & c & p\{1.75cm\}\\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-3.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-01-3.ltx deleted file mode 100644 index 312fa7439ed..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-3.ltx +++ /dev/null @@ -1,34 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-01-3 auf Seite 20. -%% -%% 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{array} - -\begin{document} -\begin{tabular}{|l|r|c|>{\raggedright% - \arraybackslash}p{2.5cm}|}\hline -L & R & Z & Box\\\hline -l & r & c & p\{2.5cm\}\newline - neue Zeile mit \verb+\newline+\\ -l & r & c & neue Tabellenzeile mit \verb+\\+\\ - wie jetzt &&& \\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-4.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-01-4.ltx deleted file mode 100644 index d4ee99d87b5..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-4.ltx +++ /dev/null @@ -1,35 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-01-4 auf Seite 20. -%% -%% 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{array,ragged2e} - -\begin{document} -\begin{tabular}{|l|r|c| - >{\RaggedRight}p{2.5cm}|}\hline -L & R & Z & Box\tabularnewline\hline -l & r & c & p\{2.5cm\} - \newline neue Zeile mit \verb+\newline+\\ -l & r & c & neue Tabellen\-zeile - mit \verb=\tabularnewline=\\ -wie jetzt&&&\tabularnewline\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-5.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-01-5.ltx deleted file mode 100644 index bcdfb4ff8ec..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-5.ltx +++ /dev/null @@ -1,30 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-01-5 auf Seite 20. -%% -%% 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{array} - -\begin{document} -\begin{tabular}{|>{\bfseries}l|r|c|p{1.5cm}|} -Links & Rechts & Zentriert & Box\\ - l & r & c & p\{1.5cm\} -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-6.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-01-6.ltx deleted file mode 100644 index e0e999e536a..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-6.ltx +++ /dev/null @@ -1,30 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-01-6 auf Seite 21. -%% -%% 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{array} - -\begin{document} -\begin{tabular}{l>{$}r<{$}c|p{1.5cm}|} -Links & Rechts & Zentriert & Box\\\hline -l & r & c & p\{1.5cm\} -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-7.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-01-7.ltx deleted file mode 100644 index 686b2f252cd..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-7.ltx +++ /dev/null @@ -1,31 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-01-7 auf Seite 21. -%% -%% 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{array} - -\begin{document} -\begin{tabular}{l ! {\vline}r !{:} c - !{$\rightarrow$} p{1.5cm}} -Links & Rechts & Zentriert & Box\\\hline -l & r & c & p\{1.5cm\} -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-8.ltxps b/Master/texmf-dist/doc/latex/latex-tabellen/02-01-8.ltxps deleted file mode 100644 index 7df929feb70..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-8.ltxps +++ /dev/null @@ -1,30 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-01-8 auf Seite 21. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} - -\usepackage{array} - -\begin{document} -\begin{tabular}{|l | m{1.5cm}|}\hline -Links & Eine parbox \\\hline -l & m\{1.5cm\}\\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-9.ltxps b/Master/texmf-dist/doc/latex/latex-tabellen/02-01-9.ltxps deleted file mode 100644 index 49df1f4cad4..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-01-9.ltxps +++ /dev/null @@ -1,30 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-01-9 auf Seite 21. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} - -\usepackage{array} - -\begin{document} -\begin{tabular}{|l | b{1.5cm}|}\hline -Links & Eine parbox \\\hline -l & b\{1.5cm\}\\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-02-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-02-1.ltx deleted file mode 100644 index 89e4d1a4dcd..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-02-1.ltx +++ /dev/null @@ -1,31 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-02-1 auf Seite 26. -%% -%% 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{arydshln} - -\begin{document} -\begin{tabular}{|l:r:|:c:p{1.5cm}|}\hline -Links & Rechts & Zentriert & Box\\\hdashline -l & r & c & p\{1.5cm\}\\\hline -l & r & c & p\{1.5cm\}\\\hdashline\hdashline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-02-2.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-02-2.ltx deleted file mode 100644 index 5520ed05a3a..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-02-2.ltx +++ /dev/null @@ -1,36 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-02-2 auf Seite 26. -%% -%% 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{arydshln} - -\begin{document} -\begin{tabular} - {|l:r:|:c;{2pt/2pt}p{1.5cm};{2pt/4pt}} - \hdashline[3pt/1.5pt] -Links & Rechts & Zentriert & Box\\ - \cdashline{2-3}[1pt/3pt] -l & r & c & p\{1.5cm\}\\\hdashline[5pt/3pt] -l & r & c & p\{1.5cm\}\\\hline -l & r & c & p\{1.5cm\}\\\hdashline[3pt/5pt] -l & r & c & p\{1.5cm\}\\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-02-3.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-02-3.ltx deleted file mode 100644 index 3e0ebbc8e5f..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-02-3.ltx +++ /dev/null @@ -1,36 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-02-3 auf Seite 27. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} -\setlength\parskip{5pt plus 2pt minus 1pt} - -\usepackage{array,arydshln} - -\begin{document} -eine neue Zeile im Absatz\par Zeile -\begin{tabular}[t]{:c:}\firsthdashline - Eins\\Zwei\\\hdashline -\end{tabular} Zeile \\ -eine neue Zeile im Absatz\par Zeile -\begin{tabular}[t]{:c:}\firsthdashline[3pt/1pt] - Eins\\Zwei\\\lasthdashline[1pt/3pt] -\end{tabular} Zeile \\ -eine neue Zeile im Absatz -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-02-4.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-02-4.ltx deleted file mode 100644 index 2a80f1aa2cf..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-02-4.ltx +++ /dev/null @@ -1,35 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-02-4 auf Seite 27. -%% -%% 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{arydshln} -\setlength\dashlinedash{2pt} -\setlength\dashlinegap{2pt} - -\begin{document} -\begin{tabular}{|l:r:|:c:p{1.5cm}:} - \hdashline -Links & Rechts & Zentriert & Box\\ - \cdashline{2-3} -l & r & c & p\{1.5cm\}\\\hdashline -l & r & c & p\{1.5cm\}\\\hdashline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-02-5.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-02-5.ltx deleted file mode 100644 index 1e87490ae6f..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-02-5.ltx +++ /dev/null @@ -1,34 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-02-5 auf Seite 27. -%% -%% 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{arydshln} - -\begin{document} -\setlength\arrayrulewidth{5pt} -\begin{tabular}{:c:}\hdashline - Eins\\Zwei\\\hdashline -\end{tabular}\par\medskip -\ADLsomewide% Umschalten auf array-Stil -\begin{tabular}{:c:}\hdashline - Eins\\Zwei\\\hdashline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-02-6.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-02-6.ltx deleted file mode 100644 index 66340298ad4..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-02-6.ltx +++ /dev/null @@ -1,37 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-02-6 auf Seite 28. -%% -%% 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{355.65944pt} -\setlength\parindent{0pt} - -\usepackage{arydshln} - -\begin{document} -\setlength\tabcolsep{0pt}\setbox\strutbox\hbox{\vrule height14pt depth6pt width0pt} -\newcommand\mb{\makebox[20pt]} -\setlength\dashlinedash{3.01pt}\setlength\dashlinegap{3.01pt} - \newcommand\Tabelle[1]{\begin{tabular}[b]{|c:c;{2pt/2pt}c|}\hline - \noalign{\vskip-\arrayrulewidth} - \mb{A}&\mb{A}&\mb{A}\\[-\arrayrulewidth]\hdashline - \mb{B}&\mb{B}&\mb{B}\\[-\arrayrulewidth]\hdashline[2pt/2pt] - \mb{C}&\mb{C}&\mb{C}\\[-\arrayrulewidth]\hline - \multicolumn3c{(#1)} -\end{tabular}} -\Tabelle1\qquad\ADLdrawingmode{2}\Tabelle2\qquad\ADLdrawingmode{3}\Tabelle3 -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-03-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-03-1.ltx deleted file mode 100644 index 28178e78c92..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-03-1.ltx +++ /dev/null @@ -1,35 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-03-1 auf Seite 29. -%% -%% 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{146.59192pt} -\setlength\parindent{0pt} - -\usepackage{multirow} - -\begin{document} -\begin{tabular}{|l|l|l|}\hline - Sp1 Z0 & Sp2 Z0 & Sp3 Z0\\ - Sp1 Z1 & Sp2 Z1 - & \multirow{3}{2cm}{Sp 3}\\\cline{1-1} - Sp1 Z2 & Sp2 Z2 & \\\cline{1-2} - Sp1 Z3 & \multirow{2}{1cm}{Sp 2 und mehr Text} &\\ - \cline{1-1}\cline{3-3} - Sp1 Z4 & & Sp3 Z4\\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-03-10.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-03-10.ltx deleted file mode 100644 index d8936be9164..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-03-10.ltx +++ /dev/null @@ -1,42 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-03-10 auf Seite 33. -%% -%% 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{355.65944pt} -\setlength\parindent{0pt} - -\usepackage{multirow,bigstrut} \addtolength\bigstrutjot{2pt} - -\begin{document} -\begin{tabular}{|l|r|c|}\hline - 11 & 21 & \multirow{3}[6]{1cm}{3}\bigstrut\\\cline{1-1} - 12 & 22 & \bigstrut\\\cline{1-2} - 13 & \multirow{2}[4]{1cm}{2} & \bigstrut\\\cline{1-1}\cline{3-3} - 14 & & 34 \bigstrut\\\hline -\end{tabular} \quad \begin{tabular}{@{}|l|r|c|@{}}\hline - 11 & 21 & \multirow{3}[3]{1cm}{3}\bigstrut[t]\\\cline{1-1} - 12 & 22 & \bigstrut[t]\\\cline{1-2} - 13 & \multirow{2}[2]{1cm}{2} & \bigstrut[t]\\\cline{1-1}\cline{3-3} - 14 & & 34 \bigstrut[t]\\\hline -\end{tabular} \quad \begin{tabular}{@{}|l|r|c|@{}}\hline - 11 & 21 & \multirow{3}[3]{1cm}{3}\bigstrut[b]\\\cline{1-1} - 12 & 22 & \bigstrut[b]\\\cline{1-2} - 13 & \multirow{2}[2]{1cm}{2} & \bigstrut[b]\\\cline{1-1}\cline{3-3} - 14 & & 34 \bigstrut[b]\\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-03-11.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-03-11.ltx deleted file mode 100644 index 0683ffa0983..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-03-11.ltx +++ /dev/null @@ -1,40 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-03-11 auf Seite 33. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} - -\usepackage{bigstrut,multirow} - -\begin{document} -\begin{minipage}{2cm} -\begin{eqnarray*} - 1&1\\2&2\\3&3\\ - \multirow{5}*{8} &4\\ &5\\ &6\\ &7\\ &8\\ - 9&9\\10&10 -\end{eqnarray*} -\end{minipage}\setlength\bigstrutjot{\jot} -\begin{minipage}{2cm} -\begin{eqnarray*} - 1&1\\2&2\\3&3\\ - \multirow{5}[20]*{8} &4\\ &5\\ &6\\ &7\\ &8\\ - 9&9\\10&10 -\end{eqnarray*} -\end{minipage} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-03-12.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-03-12.ltx deleted file mode 100644 index 87349671f63..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-03-12.ltx +++ /dev/null @@ -1,38 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-03-12 auf Seite 34. -%% -%% 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} -\renewcommand\arraystretch{1.1} - -\usepackage{multirow,bigdelim} - -\begin{document} -\begin{tabular}{lll} - & 0 &\ldots\\ -\ldelim\{{6}{1.9cm}[Wenn $f(n)=$] - & 1 & dann mache\ldots\\ - & 2 & dann mache\ldots\\ - & 3 & dann mache\ldots\\ - & 4 & dann mache\ldots\\ - & 5 & dann mache\ldots\\ - & 6 &\ldots\\ - & 7 &\ldots -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-03-13.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-03-13.ltx deleted file mode 100644 index adb74e06944..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-03-13.ltx +++ /dev/null @@ -1,37 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-03-13 auf Seite 34. -%% -%% 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} -\renewcommand\arraystretch{1.1} - -\usepackage{multirow,bigdelim} - -\begin{document} -\begin{tabular}{lllr} - & 0 & \ldots &\\ -\ldelim{\{}{6}{1.9cm}[Wenn $f(n)=$] - & 1 & dann mache\ldots &\\ - & 2 & dann mache\ldots &\\ - & 3 & dann mache\ldots &\rdelim{]}{4}{*}\\ - & 4 & dann mache\ldots &\\ - & 5 & dann mache\ldots &\\ - & 6 &\ldots &\\ -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-03-14.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-03-14.ltx deleted file mode 100644 index b5970f8bd48..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-03-14.ltx +++ /dev/null @@ -1,42 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-03-14 auf Seite 36. -%% -%% 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{multirow,bigstrut} -\usepackage[table]{xcolor} -\renewcommand\multirowsetup{\centering} - -\begin{document} -\begin{tabular}{|l|>{\columncolor{black!30}}r|>{\columncolor{black!20}}r|}\hline - Sp1 Z1 & Sp2 Z1 & \multirow{3}[6]{2cm}{Sp 3} \bigstrut\\\cline{1-1} - Sp1 Z2 & Sp2 Z2 & \bigstrut \\\cline{1-2} - Sp1 Z3 & \multirow{2}[4]{2cm}[0.8\abovedisplayskip]{\[f(x,y)=xy\]} & - \bigstrut\\\cline{1-1}\cline{3-3} - Sp1 Z4 & & Sp3 Z4\bigstrut\\\hline -\end{tabular} \quad -\begin{tabular}{|l|>{\columncolor{black!30}}r|>{\columncolor{black!20}}r|}\hline - Sp1 Z1 & Sp2 Z1 & \bigstrut \\\cline{1-1} - Sp1 Z2 & Sp2 Z2 & \bigstrut \\\cline{1-2} - Sp1 Z3 & & \multirow{-3}[6]{2cm}{Sp 3} \bigstrut \\\cline{1-1}\cline{3-3} - Sp1 Z4 & \multirow{-2}[4]{2cm}[0.8\abovedisplayskip]{\[f(x,y)=xy\]} - & Sp3 Z4 \bigstrut\\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-03-2.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-03-2.ltx deleted file mode 100644 index 6b228e1ec94..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-03-2.ltx +++ /dev/null @@ -1,37 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-03-2 auf Seite 29. -%% -%% 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{146.59192pt} -\setlength\parindent{0pt} - -\usepackage{multirow,bigstrut} - -\begin{document} -\begin{tabular}{|l|l|l|}\hline - Sp1 Z0 & Sp2 Z0 & Sp3 Z0\\ - Sp1 Z1 & Sp2 Z1 & - \multirow{3}{2cm}{Sp 3}\\\cline{1-1} - Sp1 Z2 & Sp2 Z2 & \\\cline{1-2} - Sp1 Z3 & \multirow{4}{1cm}{Sp 2 und mehr Text} &\\ - \cline{1-1}\cline{3-3} - Sp1 Z4 & & Sp3 Z4\\ - & & \\ - & & \\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-03-3.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-03-3.ltx deleted file mode 100644 index 866ff89550a..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-03-3.ltx +++ /dev/null @@ -1,34 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-03-3 auf Seite 30. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} - -\usepackage{multirow} - -\begin{document} -\begin{tabular}{|l|r|c|}\hline - Sp1 Z0 & Sp2 Z0 & Sp3 Z0\\ - Sp1 Z1 & Sp2 Z1 & \multirow{3}*{Sp 3}\\\cline{1-1} - Sp1 Z2 & Sp2 Z2 & \\\cline{1-2} - Sp1 Z3 & \multirow{2}*{Sp 2} & \\ - \cline{1-1}\cline{3-3} - Sp1 Z4 & & Sp3 Z4\\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-03-4.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-03-4.ltx deleted file mode 100644 index 7780bf560b9..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-03-4.ltx +++ /dev/null @@ -1,35 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-03-4 auf Seite 30. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} - -\usepackage{multirow,bigstrut} - -\begin{document} -\begin{tabular}{|l|r|c|}\hline - Sp1 Z0 & Sp2 Z0 & Sp3 Z0\\ - Sp1 Z1 & Sp2 Z1 & - \multirow{3}{1.25cm}{Sp 3}\bigstrut\\\cline{1-1} - Sp1 Z2 & Sp2 Z2 & \bigstrut\\\cline{1-2} - Sp1 Z3 & \multirow{2}{1.25cm}{Sp 2} & \bigstrut\\ - \cline{1-1}\cline{3-3} - Sp1 Z4 & & Sp3 Z4\bigstrut\\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-03-5.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-03-5.ltx deleted file mode 100644 index b596d5e5676..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-03-5.ltx +++ /dev/null @@ -1,35 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-03-5 auf Seite 31. -%% -%% 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{146.59192pt} -\setlength\parindent{0pt} - -\usepackage{multirow,bigstrut} - -\begin{document} -\begin{tabular}{|l|r|c|}\hline - Sp1 Z0 & Sp2 Z0 & Sp3 Z0\\ - Sp1 Z1 & Sp2 Z1 & - \multirow{3}[6]{1.25cm}{Sp 3}\bigstrut\\\cline{1-1} - Sp1 Z2 & Sp2 Z2 & \bigstrut\\\cline{1-2} - Sp1 Z3 & \multirow{2}[4]{1.25cm}{Sp 2} & \bigstrut\\ - \cline{1-1}\cline{3-3} - Sp1 Z4 & & Sp3 Z4\bigstrut\\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-03-6.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-03-6.ltx deleted file mode 100644 index dd5e0999675..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-03-6.ltx +++ /dev/null @@ -1,35 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-03-6 auf Seite 31. -%% -%% 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{146.59192pt} -\setlength\parindent{0pt} - -\usepackage{multirow,bigstrut} - -\begin{document} -\begin{tabular}{|l|r|c|}\hline - Sp1 Z0 & Sp2 Z0 & Sp3 Z0\\ - Sp1 Z1 & Sp2 Z1 & \multirow{3}[6]{1.25cm}{Sp 3} - \bigstrut\\\cline{1-1} - Sp1 Z2 & Sp2 Z2 & \bigstrut\\\cline{1-2} - Sp1 Z3 & \multirow{2}[4]{2cm}{\[f(x,y)=xy\]} - & \bigstrut\\\cline{1-1}\cline{3-3} - Sp1 Z4 & & Sp3 Z4\bigstrut\\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-03-7.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-03-7.ltx deleted file mode 100644 index 23612537cdc..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-03-7.ltx +++ /dev/null @@ -1,36 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-03-7 auf Seite 31. -%% -%% 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{146.59192pt} -\setlength\parindent{0pt} - -\usepackage{multirow,bigstrut} - -\begin{document} -\begin{tabular}{|l|r|c|}\hline - Sp1 Z0 & Sp2 Z0 & Sp3 Z0\\ Sp1 Z1 & Sp2 Z1 & - \multirow{3}[6]{1.25cm}{Sp 3}\bigstrut\\\cline{1-1} - Sp1 Z2 & Sp2 Z2 & \bigstrut\\\cline{1-2} - Sp1 Z3 & - \multirow{2}[4]{2cm}[0.8\abovedisplayskip]{% - \[f(x,y)=xy\]} & - \bigstrut\\\cline{1-1}\cline{3-3} - Sp1 Z4 & & Sp3 Z4\bigstrut\\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-03-8.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-03-8.ltx deleted file mode 100644 index 7476305164a..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-03-8.ltx +++ /dev/null @@ -1,37 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-03-8 auf Seite 32. -%% -%% 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{multirow,bigstrut} -\renewcommand\multirowsetup{\centering} - -\begin{document} -\begin{tabular}{| l | r | r |}\hline - Sp1 Z0 & Sp2 Z0 & Sp3 Z0\\ Sp1 Z1 & Sp2 Z1 -& \multirow{3}[6]{2cm}{Sp3}\bigstrut\\\cline{1-1} - Sp1 Z2 & Sp2 Z2 & \bigstrut\\\cline{1-2} - Sp1 Z3 & - \multirow{2}[4]{2cm}[0.8\abovedisplayskip]{% - \[f(x,y)=xy\]} & - \bigstrut\\\cline{1-1}\cline{3-3} - Sp1 Z4 & & Sp3 Z4\bigstrut\\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-03-9.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-03-9.ltx deleted file mode 100644 index 2efd3c1aed0..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-03-9.ltx +++ /dev/null @@ -1,44 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-03-9 auf Seite 33. -%% -%% 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{355.65944pt} -\setlength\parindent{0pt} - -\usepackage{multirow,bigstrut} - -\begin{document} -\begin{tabular}{|l|r|c|}\hline - 11 & 21 & \multirow{3}[6]{1cm}{3}\bigstrut\\\cline{1-1} - 12 & 22 & \bigstrut\\\cline{1-2} - 13 & \multirow{2}[4]{1cm}{2} & \bigstrut\\\cline{1-1}\cline{3-3} - 14 & & 34 \bigstrut\\\hline -\end{tabular}\quad -\begin{tabular}{@{}|l|r|c|@{}}\hline - 11 & 21 & \multirow{3}[3]{1cm}{3}\bigstrut[t]\\\cline{1-1} - 12 & 22 & \bigstrut[t]\\\cline{1-2} - 13 & \multirow{2}[2]{1cm}{2} & \bigstrut[t]\\\cline{1-1}\cline{3-3} - 14 & & 34 \bigstrut[t]\\\hline -\end{tabular}\quad -\begin{tabular}{@{}|l|r|c|@{}}\hline - 11 & 21 & \multirow{3}[3]{1cm}{3}\bigstrut[b]\\\cline{1-1} - 12 & 22 & \bigstrut[b]\\\cline{1-2} - 13 & \multirow{2}[2]{1cm}{2} & \bigstrut[b]\\\cline{1-1}\cline{3-3} - 14 & & 34 \bigstrut[b]\\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-04-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-04-1.ltx deleted file mode 100644 index 5d57e6d32fc..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-04-1.ltx +++ /dev/null @@ -1,38 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-04-1 auf Seite 36. -%% -%% 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\parskip{10pt} -\AtBeginDocument{\setbox0\hbox{$ $}} - -\usepackage{blkarray} - -\begin{document} -\begin{tabular}{c|c|c} -11 & 21 & 31\\ -12 & \multicolumn{1}{r}{22} & 32\\ -13 & 23 & 33 -\end{tabular} - -\begin{blockarray}{c|c&|c} -11 & 21 & 31\\ -12 & \BAmulticolumn{1}{r}{22} & 32\\ -13 & 23 & 33 -\end{blockarray} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-04-10.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-04-10.ltx deleted file mode 100644 index 4ab47f0f2f9..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-04-10.ltx +++ /dev/null @@ -1,35 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-04-10 auf Seite 42. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} -\AtBeginDocument{\setbox0\hbox{$ $}} - -\usepackage{blkarray} - -\begin{document} -\begin{blockarray}{||c||c|cc||cc||} - \BAhhline{|t:=:t:=| <<# <<:t|} - 0 & 1 & 2 & 3 & 4 & 5\\\BAhline - 0 & 1 & 2 & 3 & 4 & 5\\\BAhline\BAhline - 0 & 1 & 2 & 3 & 4 & 5\\\BAhhline{||-||-..||.-} - 0 & 1 & 2 & 3 & 4 & 5\\\BAhhline{=::=""::"=} - 0 & 1 & 2 & 3 & 4 & 5\\\BAhhline{|b:=:b:=""::"=:b|} -\end{blockarray} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-04-2.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-04-2.ltx deleted file mode 100644 index 79d7ad3231e..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-04-2.ltx +++ /dev/null @@ -1,34 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-04-2 auf Seite 37. -%% -%% 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{98.59192pt} -\setlength\parskip{10pt} -\AtBeginDocument{\setbox0\hbox{$ $}} - -\usepackage{blkarray} - -\begin{document} -\begin{blockarray}{c|c|c} -11 & 21 & 31\\ -\begin{block}{>{\itshape}c\BAmulticolumn{2}{>{\itshape}r}} -12 & 23--32\\ 13 & 23--33\\ -\end{block} -14 & 24 & 34 -\end{blockarray} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-04-3.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-04-3.ltx deleted file mode 100644 index 7b72e0b795d..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-04-3.ltx +++ /dev/null @@ -1,34 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-04-3 auf Seite 37. -%% -%% 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{146.59192pt} -\setlength\parskip{10pt} -\AtBeginDocument{\setbox0\hbox{$ $}} - -\usepackage{blkarray} - -\begin{document} -\begin{blockarray}{c \{ c c \} c} -11 & 21 & 31 & 41\\ -\begin{block*}{c \BAmulticolumn{2}{c} c} -12 & 23\mbox{--}32 & 42\\13 & 23\mbox{--}33 & 43\\ -\end{block*} -14 & 24 & 34 & 44 -\end{blockarray} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-04-4.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-04-4.ltx deleted file mode 100644 index 6a74c30ef8e..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-04-4.ltx +++ /dev/null @@ -1,34 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-04-4 auf Seite 37. -%% -%% 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{146.59192pt} -\setlength\parskip{10pt} -\AtBeginDocument{\setbox0\hbox{$ $}} - -\usepackage{blkarray} - -\begin{document} -\begin{blockarray}{cccc} -11 & 21 & 31 & 41\\ -\begin{block}{c | cc \} c} -12 & 22 & 32 & 42\\ 13 & 23 & 33 & 43\\ -\end{block} -14 & 24 & 34 & 44 -\end{blockarray} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-04-5.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-04-5.ltx deleted file mode 100644 index a6c8f40c572..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-04-5.ltx +++ /dev/null @@ -1,35 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-04-5 auf Seite 38. -%% -%% 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{170.59192pt} -\setlength\parskip{10pt} -\AtBeginDocument{\setbox0\hbox{$ $}} - -\usepackage{blkarray} - -\begin{document} -\begin{blockarray}{>{\scriptsize}cccc} -\begin{block}{*{4}{>{\scriptsize}c}} -1 & 2 & 3 & 4\\ -\end{block} \begin{block}{>{\scriptsize}c(ccc)} -2 & 22 & 32 & 42\\ 3 & 23 & 33 & 43\\ -4 & 24 & 34 & 44\\ -\end{block} -\end{blockarray} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-04-6.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-04-6.ltx deleted file mode 100644 index 0eb5196493d..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-04-6.ltx +++ /dev/null @@ -1,38 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-04-6 auf Seite 39. -%% -%% 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{170.59192pt} -\setlength\parskip{10pt} -\AtBeginDocument{\setbox0\hbox{$ $}} - -\usepackage{blkarray} - -\begin{document} -\begin{blockarray}{>{\scriptsize}ccccl} -\begin{block}{*{5}{>{\scriptsize}c}} -1 & 2 & 3 & 4 & Spalten\\ -\end{block} -\begin{block}{\Left{Demo} \{ >{\scriptsize}cccc - \Right\}{3$\times$3 Matrix} l} -2 & 22 & 32 & 42\\ 3 & 23 & 33 & 43\\ -4 & 24 & 34 & 44\\ -\end{block} -\makebox[0pt][l]{\scriptsize Zeilen} -\end{blockarray} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-04-7.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-04-7.ltx deleted file mode 100644 index 75607bae649..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-04-7.ltx +++ /dev/null @@ -1,51 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-04-7 auf Seite 40. -%% -%% 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} -\hyphenation{ge-nau Klam-mern} -\newcommand\cs[1]{\texttt{\textbackslash#1}} -\AtBeginDocument{\setbox0\hbox{$ $}} - -\usepackage{blkarray,ragged2e} - -\begin{document} -\begin{blockarray}{\BAenum!{.\quad}cc\Right{\}}{\texttt{Block 1}}} - ccc &cc\\ c &ccccccccc \\ - \BAnoalign*{\cs{BAnoalign*} setzt den Text genau in der Tabellenbreite.} - \begin{block}{\BAenum!{.\quad}(rr\Right{\}}{% - \parbox{3cm}{Block 2, mit einem geschachtelten \texttt{block*}} - }} - rrr & rr \\ rrr & r \\ % Nächste Zeile leeres "Feld" für BAenum - \begin{block*}{!{\quad}ll} & ll & ll\phantom{X}\\ & l & l\\ \end{block*} - r & r \\ - \end{block} - ccc \\ - \begin{block}{\BAenum!{.\quad}>{\bfseries}l \{c\Right{\}}{\texttt{Block 3}}} - \gdef\theBAenumi{\Roman{BAenumi}} - LLL & \BAmultirow{50pt}{\Centering Alle Spalten in einem Block.} \\ LL & \\ L & \\ - \end{block} - \begin{block}{\BAenum \{l\}l\Right{\}}{\texttt{Block 4}}} - ll & l\\ \BAnoalign{Im Gegensatz zu \cs{BAnoalign*}, unterbricht \cs{BAnoalign} - alle Klammern im aktuellen Block.} - l & lll \\ - \end{block} - c & c -\end{blockarray} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-04-8.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-04-8.ltx deleted file mode 100644 index 92c04e49728..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-04-8.ltx +++ /dev/null @@ -1,43 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-04-8 auf Seite 41. -%% -%% 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} -\AtBeginDocument{\setbox0\hbox{$ $}} - -\usepackage{blkarray}\BAtablenotestrue - -\begin{document} -\begin{blockarray}{|c||c|} - I\footnotetext[\textsc{Quelle:}]{Chicago Manual of Style.} - & II\footnote{Anmerk. zu II. Dies ist eine lange Fußnote zur Demonstration des - Zeilenumbruchs in der Fußnote.}\\ - \begin{blockarray}{(ll)} - \footnotetext[\textsc{Quelle:}]{Chicago Manual of Style.} - \footnotetext[\textsc{Anm.:}]{Obige Angabe ist inkorrekt.} - Linke Spalte--1 & Links--2\\ Links--3\footnote{Fußnote zu Links-3.} & Links--4\\ - \end{blockarray} & \begin{blockarray}{(ll)} - \footnotetext[\textsc{Quelle:}]{Chicago Manual of Style.} - \footnotetext[\textsc{Anm.:}]{Obige Angabe ist inkorrekt.} - Rechte Spalte--1 & Rechts--2\\ Rechts--3\footnote{Fußnote zu Rechts-3} & Rechts--4\\ - \end{blockarray}\\ - III\footnote{Note on THREE.} & IV \\ -\end{blockarray} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-04-9.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-04-9.ltx deleted file mode 100644 index 56971621440..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-04-9.ltx +++ /dev/null @@ -1,46 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-04-9 auf Seite 41. -%% -%% 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{146.59192pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} -\setlength\textheight{5.5cm} -\setlength\textwidth{4.5cm} -\AtBeginDocument{\setbox0\hbox{$ $}} - -\usepackage{blkarray} -\BAtablenotesfalse - -\begin{document} -\begin{blockarray}{[c c]} - I\footnote{Chicago Manual of Style (CMoS).} & - II\footnote{Dies ist eine lange Fußnote - zur Demonstration des Zeilenumbruchs.}\\ - \begin{blockarray}{(ll)} - l-1\footnote{Chicago Manual of Style.} & l-2 \\ - l-3\footnote{Fußnote zu l-3.} & l-4 \\ - \end{blockarray} - & \begin{blockarray}{(ll)} - r-1\footnote{CMoS} - & r-2\\r-3\footnote{\ldots} & r-4\\ - \end{blockarray}\\ - III\footnote{Anm. zu III.} & IV \\ -\end{blockarray} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-05-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-05-1.ltx deleted file mode 100644 index decec448852..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-05-1.ltx +++ /dev/null @@ -1,37 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-05-1 auf Seite 44. -%% -%% 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{eurosym} - - - -\begin{document} -\begin{tabular}{||l|lr||} \hline -Gnome & Pfund & \euro13.65\\ - \cline{2-3} - & Stück & .01 \\\hline -Gnu & gefüllt & 92.50 \\ - \cline{1-1}\cline{3-3} -Emu & & 33.33 \\\hline -Schnabeltier & gefroren & 8.99 \\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-05-10.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-05-10.ltx deleted file mode 100644 index cd9b6fb645e..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-05-10.ltx +++ /dev/null @@ -1,56 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-05-10 auf Seite 49. -%% -%% 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{array,booktabs} \usepackage[table]{xcolor} -\definecolor{cLightRed}{rgb}{1,.70,.70} \definecolor{cLightYellow}{rgb}{.90,.85,.55} -\definecolor{cLightGray}{rgb}{.90,.90,.90}\definecolor{cMediumGray}{rgb}{.70,.70,.70} -\definecolor{cDarkGray}{rgb}{.50,.60,.70} \newcommand\thickc[1][0.5pt]{\vrule width #1} -\newcommand\myMidrule{\specialrule{0.6pt}{0pt}{0pt}} - -\begin{document} -\renewcommand{\arraystretch}{1.35} -\begin{tabular}{|l|c|c|m{4cm}|} \specialrule{2pt}{5pt}{0pt} - \multicolumn{4}{!{\thickc[2pt]}c!{\thickc[2pt]}}{% - \large \textbf{Boot Loader Header Table}}\\\specialrule{2pt}{0pt}{0pt} - \multicolumn{4}{!{\thickc[1pt]}>{\columncolor{cLightYellow}}r!{\thickc[1pt]}}{% - \large Version Independent }\\\specialrule{1pt}{0pt}{0pt} - \multicolumn{1}{!{\thickc[1pt]}>{\columncolor{cDarkGray}}c|}{Entry} - & \multicolumn{1}{|>{\columncolor{cDarkGray}}c|}{Location} - & \multicolumn{1}{|>{\columncolor{cDarkGray}}c|}{Size} - & \multicolumn{1}{|>{\columncolor{cDarkGray}}c!{\thickc[1pt]}}{Comments} \\ - \specialrule{1pt}{0pt}{0pt} -% - \rowcolor{cLightGray} JmpTrap & 0 & Word & 0EBFEh (JMP \$)\\\myMidrule - \rowcolor{cMediumGray} MagicNumber & 2 & Word & 0AA55h \\\myMidrule - \rowcolor{cLightGray} Name & 4 & 4 Bytes & 'EBLH' \\\myMidrule - \rowcolor{cMediumGray} Version & 8 & Word & Version of BLH table\\\myMidrule - \rowcolor{cLightGray} Size & 10 & Byte & Size of BLH table \\\myMidrule - \rowcolor{cMediumGray}SizeVDT & 11 & Byte & Size of following version - dependent table\\\myMidrule - \multicolumn{4}{!{\thickc[1pt]}>{\columncolor{cLightYellow}}r!{\thickc[1pt]}}{% - \large Version 1.x }\\\myMidrule - \rowcolor{cLightGray} Empty & 0 & 0 & No Data for 1.x\\\myMidrule - \multicolumn{4}{!{\thickc[2pt]}c!{\thickc[2pt]}}{% - \large \textbf{End of Boot Loader Header Table}}\\[-2pt]\bottomrule[2pt] -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-05-11.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-05-11.ltx deleted file mode 100644 index d453145e7bd..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-05-11.ltx +++ /dev/null @@ -1,48 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-05-11 auf Seite 50. -%% -%% 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{longtable} -\usepackage{booktabs} - -\begin{document} -\begin{longtable}{@{}lrccccr@{}} -\caption{Ãœbersicht}\\ \specialrule{1pt}{5pt}{5pt} -\multicolumn{1}{l}{Verbindung} & \multicolumn{1}{c}{Lit.} - & \multicolumn{1}{c}{X-Ray} & \multicolumn{1}{c}{Lsm.} - & \multicolumn{1}{c}{$^{125}$Te-shift} - & \multicolumn{1}{c}{$^{19}$F-shift} \\\midrule -\addlinespace[0.3em] -\endhead -% -\addlinespace[0.5em] -\endfoot -% -\bottomrule -\endlastfoot -% -(CF$_3$C$_6$F$_4$)$_2$Te$_2$ &---&---&---&---&--- \\\midrule -Ph$_2$Te &---&---&---&729&--- \\\midrule\relax -(C$_6$F$_4$)$_2$Te$_2$ &---& ja&---&762& $-108,0$; $-152,0$ -\end{longtable} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-05-2.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-05-2.ltx deleted file mode 100644 index e9eea3eec83..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-05-2.ltx +++ /dev/null @@ -1,34 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-05-2 auf Seite 44. -%% -%% 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{eurosym} - -\begin{document} -\begin{tabular}{@{}llr@{}} \hline -Gnome & Pfund & \euro13.65\\\cline{2-3} - & Stück & .01 \\\hline -Gnu & gefüllt & 92.50\\\cline{1-1}\cline{3-3} -Emu & & 33.33\\\hline -Schnabeltier& gefroren& 8.99 \\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-05-3.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-05-3.ltx deleted file mode 100644 index ade4dac98a3..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-05-3.ltx +++ /dev/null @@ -1,34 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-05-3 auf Seite 44. -%% -%% 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{eurosym,multirow} - -\begin{document} -\begin{tabular}{@{}llr@{}} \hline -Gnome & Pfund & \euro13.65 \\ - & Stück & .01 \\ -Gnu & \multirow{2}*{gefüllt} & 92.50\\ -Emu & & 33.33 \\ -Schnabeltier & gefroren & 8.99\\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-05-4.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-05-4.ltx deleted file mode 100644 index 96d19279061..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-05-4.ltx +++ /dev/null @@ -1,36 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-05-4 auf Seite 45. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} - -\usepackage{eurosym,array,multirow,booktabs} - -\begin{document} -\begin{tabular}{@{}ll>{$}r<{$}@{}} \toprule -\multicolumn{2}{c}{Fleisch}\\\cmidrule(r){1-2} -Tier &Einheit& \textrm{Preis in \euro}\\\midrule -Gnome & Pfund & 13.65 \\ - & Stück & 0.01 \\ -Gnu & \multirow{2}*{gefüllt} & 92.50\\ -Emu & & 33.33 \\ -Schnabeltier & gefroren & 8.99\\\bottomrule -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-05-5.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-05-5.ltx deleted file mode 100644 index 087fe4ad85c..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-05-5.ltx +++ /dev/null @@ -1,35 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-05-5 auf Seite 46. -%% -%% 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{xcolor,booktabs} -\newlength{\basis}\setlength{\basis}{10cm} \newlength{\balkenlaenge} -\newcommand*{\Balken}[1]{% - \setlength{\balkenlaenge}{0.01\basis}\setlength{\balkenlaenge}{#1\balkenlaenge}% - \textcolor{black!40}{\rule{\balkenlaenge}{1.5ex}} #1\,\%} - -\begin{document} -\begin{tabular}{@{}ll@{}}\toprule -\Balken{57} & sehr groß \\ \Balken{23} & groß\\ -\Balken{12} & weniger groß\\ \Balken{8} & klein\\\bottomrule -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-05-6.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-05-6.ltx deleted file mode 100644 index 9b5c78595ff..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-05-6.ltx +++ /dev/null @@ -1,36 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-05-6 auf Seite 46. -%% -%% 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{146.59192pt} -\setlength\parindent{0pt} - -\usepackage{booktabs} - -\begin{document} -\begin{tabular}{cccc} -Eins&Zwei&Drei&Vier\\\cmidrule{1-1}\cmidrule{2-2} - \cmidrule{3-3}\cmidrule{4-4} -Eins&Zwei&Drei&Vier\\\cmidrule(lr){1-2}\cmidrule(lr){3-4} -Eins&Zwei&Drei&Vier\\\cmidrule(lr){1-1}\cmidrule(lr){2-2} - \cmidrule(lr){3-3}\cmidrule(lr){4-4} -Eins&Zwei&Drei&Vier\\\cmidrule(r){1-2}\cmidrule(l){3-4} -Eins&Zwei&Drei&Vier\\\cmidrule(r){1-1}\cmidrule(lr){2-2} - \cmidrule(lr){3-3}\cmidrule(l){4-4} -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-05-7.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-05-7.ltx deleted file mode 100644 index ae1ae4e9e89..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-05-7.ltx +++ /dev/null @@ -1,37 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-05-7 auf Seite 46. -%% -%% 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{146.59192pt} -\setlength\parindent{0pt} - -\usepackage{booktabs} - -\begin{document} -\begin{tabular}{@{}cccc@{}} -Eins&Zwei&Drei&Vier\\\cmidrule{1-2}\cmidrule{3-4} -Eins&Zwei&Drei&Vier\\\cmidrule{1-1}\cmidrule{2-2} - \cmidrule{3-3}\cmidrule{4-4} -Eins&Zwei&Drei&Vier\\\cmidrule(lr){1-2}\cmidrule(lr){3-4} -Eins&Zwei&Drei&Vier\\\cmidrule(lr){1-1}\cmidrule(lr){2-2} - \cmidrule(lr){3-3}\cmidrule(lr){4-4} -Eins&Zwei&Drei&Vier\\\cmidrule(r){1-2}\cmidrule(l){3-4} -Eins&Zwei&Drei&Vier\\\cmidrule(r){1-1}\cmidrule(lr){2-2} - \cmidrule(lr){3-3}\cmidrule(l){4-4} -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-05-8.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-05-8.ltx deleted file mode 100644 index b61a0f0356d..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-05-8.ltx +++ /dev/null @@ -1,43 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-05-8 auf Seite 47. -%% -%% 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{eurosym,array,booktabs} - -\begin{document} -\begin{tabular}{@{}>{\raggedright}p{4.5cm}@{\kern-30pt}*{6}{>{\small}r}@{}}\toprule -\textit{Alternative 1} & Investitions- & Jahr\\[-2pt] - & zeitpunkt & 2006 & 2007 & 2008 & 2010 & 2010 \\ -\cmidrule(lr){3-3}\cmidrule(lr){4-4}\cmidrule(lr){5-5} - \cmidrule(lr){6-6}\cmidrule(l){7-7} -Einführungszahlungen & 0 & 0 & 0 & 0 & 0 & 0 \\ -Lfd. Personalzahlungen & 0 & 7.187 & 7.187 & 7.187 & 7.187 & 7.187 \\ -Lfd. Zahlungen für \newline -Wartung/Systempflege & 0 & 13.572 & 13.572 & 13.572 & 13.572 & 13.572\\ - \cmidrule[0.8pt](r){1-2}\cmidrule(lr){3-3}\cmidrule(lr){4-4}\cmidrule(lr){5-5} - \cmidrule(lr){6-6}\cmidrule(l){7-7} -Gesamtzahlungen für die Investition - & 0 & 20.759 & 20.759 & 20.759 & 20.759 & 20.759\\\bottomrule -% -\multicolumn{7}{c}{\rule{0pt}{3ex}\small(Alle Angaben in \euro)} -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-05-9.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-05-9.ltx deleted file mode 100644 index bcf62111c14..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-05-9.ltx +++ /dev/null @@ -1,33 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-05-9 auf Seite 48. -%% -%% 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{146.59192pt} -\setlength\parindent{0pt} - -\usepackage{booktabs} - -\begin{document} -\begin{tabular}{cccc} -Eins & Zwei & Drei & Vier\\\cmidrule{2-3}\cmidrule{2-3} -Eins & Zwei & Drei & Vier\\ - \cmidrule{2-3}\morecmidrules\cmidrule{2-3} -Eins & Zwei & Drei & Vier\\\cmidrule{2-3}\morecmidrules - \cmidrule{2-3}\morecmidrules\cmidrule{2-3} -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-06-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-06-1.ltx deleted file mode 100644 index 6b8b6f3d385..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-06-1.ltx +++ /dev/null @@ -1,30 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-06-1 auf Seite 50. -%% -%% 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{122.59192pt} -\setlength\parindent{0pt} - - - -\begin{document} -\begin{tabular}{c}\hline -$ f(x)=\frac{\sqrt{x^2-1}}{x^2+1}$ \\\hline -$ f(x)=\frac{\sqrt{x^2-1}}{x^2+\frac{1}{x^2}}$\\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-06-2.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-06-2.ltx deleted file mode 100644 index 6132b8a337d..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-06-2.ltx +++ /dev/null @@ -1,31 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-06-2 auf Seite 50. -%% -%% 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{122.59192pt} -\setlength\parindent{0pt} - - - -\begin{document} -\renewcommand\arraystretch{2.5} -\begin{tabular}{c}\hline -$ f(x)=\frac{\sqrt{x^2-1}}{x^2+1}$ \\\hline -$ f(x)=\frac{\sqrt{x^2-1}}{x^2+\frac{1}{x^2}}$\\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-06-3.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-06-3.ltx deleted file mode 100644 index 6cc4353068e..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-06-3.ltx +++ /dev/null @@ -1,30 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-06-3 auf Seite 51. -%% -%% 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{122.59192pt} -\setlength\parindent{0pt} - -\usepackage{cellspace} - -\begin{document} -\begin{tabular}{Sc}\hline -$ f(x)=\frac{\sqrt{x^2-1}}{x^2+1}$ \\\hline -$ f(x)=\frac{\sqrt{x^2-1}}{x^2+\frac{1}{x^2}}$\\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-06-4.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-06-4.ltx deleted file mode 100644 index 367aa44375b..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-06-4.ltx +++ /dev/null @@ -1,32 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-06-4 auf Seite 51. -%% -%% 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{122.59192pt} -\setlength\parindent{0pt} - -\usepackage{cellspace} -\addtolength\cellspacetoplimit{3pt} -\addtolength\cellspacebottomlimit{3pt} - -\begin{document} -\begin{tabular}{Sc}\hline -$ f(x)=\frac{\sqrt{x^2-1}}{x^2+1}$ \\\hline -$ f(x)=\frac{\sqrt{x^2-1}}{x^2+\frac{1}{x^2}}$\\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-06-5.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-06-5.ltx deleted file mode 100644 index cb6f3f9f9d0..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-06-5.ltx +++ /dev/null @@ -1,39 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-06-5 auf Seite 51. -%% -%% 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{170.59192pt} -\usepackage[utf8]{inputenc} -\usepackage[T1]{fontenc} -\usepackage[ngerman]{babel} -\setlength\textwidth{180pt} - -\usepackage{amsmath,cellspace,tabularx} -\addparagraphcolumntypes{X} -\addtolength\cellspacetoplimit{3pt} -\addtolength\cellspacebottomlimit{3pt} - -\begin{document} -\begin{tabularx}{\linewidth}{S{p{3em}}SX}\hline -$x$ & die unabhängige Variable, kann - willkürlich vorgegeben werden \\\hline -$y$ & die abhängige Variable \\\hline -$f(x)$ & die Funktion - $y=f(x)\dfrac{1}{\sqrt{x}}$\\\hline -\end{tabularx} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-07-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-07-1.ltx deleted file mode 100644 index 5a341110bc3..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-07-1.ltx +++ /dev/null @@ -1,30 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-07-1 auf Seite 52. -%% -%% 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{146.59192pt} -\setlength\parindent{0pt} - -\usepackage{ctable} - -\begin{document} -\ctable{lcr}{}{% <-- leeres Fussnotenargument! - \emph{Links} & \emph{Zentriert} & \emph{Rechts}\\\hline - l & c & r \\ - left & center & right } -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-07-2.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-07-2.ltx deleted file mode 100644 index 66fc0e3ced2..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-07-2.ltx +++ /dev/null @@ -1,42 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-07-2 auf Seite 53. -%% -%% 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{122.59192pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} - -\usepackage{ctable} - -\begin{document} -\ctable[notespar=true]{|c||c|}{% - \tnote[\textsc{Quelle:}]{Chicago Manual of Style.}% - \tnote{Anmerk. zu II. Dies ist eine sehr lange Fußnote - zur Demonstration des Zeilenumbruchs in der Fußnote.}% - \tnote[b]{Fußnote zu Links-3.}% - \tnote[*]{Fußnote zu Rechts-3}% - \tnote[c]{Fußnote zu III.}% - \footnotetext[6]{Noch eine echte Fußnote zu III.}}{% - I\tmark[\textsc{Quelle:}] & II\tmark \\ - Links--1 & Rechts--1 \\ - Links--2 & Rechts--2 \\ - Links--3\tmark[b]& Rechts--3\tmark[*]\\ - Links--4 & Rechts--4 \\ - III\tmark[c] & IV\tmark[f] } -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-07-3.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-07-3.ltx deleted file mode 100644 index 20e33365cdb..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-07-3.ltx +++ /dev/null @@ -1,47 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-07-3 auf Seite 54. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} - -\usepackage{ctable} - -\begin{document} -\ctable[framerule=0.5pt,framesep=5pt, - framebg=0.8 0.5 0.6]{@{}c||c@{}}{% - \tnote[\textsc{Quelle:}]{Chicago Manual of Style.}% - \tnote{Anmerk. zu II. Dies ist eine sehr lange - Fußnote zur Demonstration des Zeilenumbruchs - in der Fußnote.}% - \tnote[b]{Fußnote zu Links-3.}% - \tnote[*]{Fußnote zu Rechts-3}% - \tnote[c]{Fußnote zu III.}% - \footnotetext[6]{Noch eine ,,echte`` Fußnote - zu III.}% -}{% - I\tmark[\textsc{Quelle:}] & II\tmark \\ - Linke Spalte--1 & Rechte Spalte--1 \\ - Links--2 & Rechts--2 \\ - Links--3\tmark[b]& Rechts--3\tmark[*]\\ - Links--4 & Rechts--4 \\ - III\tmark[c] & IV\tmark[f] -} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-07-4.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/02-07-4.ltx2 deleted file mode 100644 index 5d98192df1b..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-07-4.ltx2 +++ /dev/null @@ -1,48 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-07-4 auf Seite 55. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{190.59192pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} -\usepackage[paperheight=9.5cm, paperwidth=6.5cm, lmargin=5mm, rmargin=5mm, - bmargin=10mm,tmargin=15mm]{geometry} -\AtBeginDocument{\small\pagestyle{headings}} -\setcounter{page}{2} - -\usepackage{ctable} - -\begin{document} -Hier kommt zur Demonstration ziemlich sinnloser Text vor der folgenden Tabelle, -die wegen der \texttt{sideways}-Option auf einer eigenen Seite erscheinen wird. - -\ctable[sideways,maxwidth=\textheight, - caption=Eine Tabelle mit \texttt{\textbackslash ctable}]{@{}>{\ttfamily}l X@{} -}{% - \tnote[*]{Eine Demonstration mit \texttt{\textbackslash ctable}.}% -}{% -\FL% FirstLine mit Standarddicke -sideways\tmark[*] & Dreht die Tabelle entgegen (oneside) oder mit (twoside) dem - Uhrzeigersinn um 90 Grad und setzt sie auf eine eigene Seite. Die - \texttt{pos}-Option darf in diesem Fall nicht benutzt werden.\ML[0.1pt]% MidLine -star & Verwendet als Gleitumgebung die jeweilige Sternvariante, was nur im - \texttt{\textbackslash twocolumn}-Modus sinnvoll ist, um damit die Tabelle über - beide Spalten zu setzen.\LL[0.5pt]% LastLine -}% Ende des Tabellenarguments -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-07-5.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-07-5.ltx deleted file mode 100644 index 61435c1fe57..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-07-5.ltx +++ /dev/null @@ -1,42 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-07-5 auf Seite 56. -%% -%% 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{242.59192pt} -\setlength\parindent{0pt} -\usepackage[dvips,textheight=8cm,textwidth=7cm]{geometry} - -\usepackage{ctable} - -\begin{document} -\ctable{@{}lcr@{}}{}{% - \emph{Links} & \emph{Zentriert} - & \emph{Rechts}\\\hline - l & c & r\\ - left & center & right } -\ctable[left]{@{}lcr@{}}{}{% - \emph{Links} & \emph{Zentriert} - & \emph{Rechts}\\\hline - l & c & r\\ - left & center & right } -\ctable[right]{@{}lcr@{}}{}{% - \emph{Links} & \emph{Zentriert} - & \emph{Rechts}\\\hline - l & c & r\\ - left & center & right } -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-08-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-08-1.ltx deleted file mode 100644 index 703b9a70361..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-08-1.ltx +++ /dev/null @@ -1,45 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-08-1 auf Seite 56. -%% -%% 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} -\begin{filecontents*}{data0.csv} -Vorname,Nachname,AusweisNo,Alter -Hannes,"Wader, sen.",102689,68 -Jane,Austen,102647,75 -James,Brown,103569,42 -Jana,Voss,105488,26 -Roger,Daltry,106872,58 -Claire,Waldoff,104356,45 -Felix,Voss,513110,29 -\end{filecontents*} - -\usepackage{datatool} - -\begin{document} -\DTLloaddb{Liste}{data0.csv} -\begin{tabular}{llc} -\bfseries Vorname & \bfseries Nachname - & \bfseries Alter -\DTLforeach{Liste}{\vorname=Vorname, - \nachname=Nachname,\alter=Alter}{% - \\ \vorname & \nachname & \alter} -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-08-2.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-08-2.ltx deleted file mode 100644 index 13c70697c73..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-08-2.ltx +++ /dev/null @@ -1,52 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-08-2 auf Seite 57. -%% -%% 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} -\setlength\textwidth{180pt} -\usepackage[utf8]{inputenc} -\begin{filecontents*}{data0.csv} -Vorname,Nachname,AusweisNo,Alter -Hannes,"Wader, sen.",102689,68 -Jane,Austen,102647,75 -James,Brown,103569,42 -Jana,Voss,105488,26 -Roger,Daltry,106872,58 -Claire,Waldoff,104356,45 -Felix,Voss,513110,29 -\end{filecontents*} - -\usepackage{datatool} -\usepackage{booktabs} -\DTLloaddb{Liste}{data0.csv} - -\begin{document} -\begin{tabular}{ @{}cllc@{}}\toprule -\emph{No.} & \emph{Vorname} & - \emph{Nachname} & \emph{Alter}\\ - \midrule -\DTLforeach{Liste}{\vorname=Vorname, - \nachname=Nachname,\alter=Alter}{% -\label{tab:\nachname} \theDTLrowi. - & \vorname & \nachname & \alter\\} -\end{tabular}\par -Man findet den Eintrag von James Brown in -Zeile~\ref{tab:Brown} der Tabelle und den -von Claire in Zeile~\ref{tab:Waldoff}. -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-08-3.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-08-3.ltx deleted file mode 100644 index 55cb17376c1..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-08-3.ltx +++ /dev/null @@ -1,46 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-08-3 auf Seite 58. -%% -%% 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} -\begin{filecontents*}{data0.csv} -Vorname,Nachname,AusweisNo,Alter -Hannes,"Wader, sen.",102689,68 -Jane,Austen,102647,75 -James,Brown,103569,42 -Jana,Voss,105488,26 -Roger,Daltry,106872,58 -Claire,Waldoff,104356,45 -Felix,Voss,513110,29 -\end{filecontents*} - -\usepackage{datatool} -\DTLloaddb{Liste}{data0.csv} - -\begin{document} -\begin{tabular}{cllc} -\bfseries No. & \bfseries Vorname - & \bfseries Nachname & \bfseries Alter -\DTLforeach[\DTLisopenbetween{\nachname}{W}{X}]% - {Liste}{\vorname=Vorname, - \nachname=Nachname,\alter=Alter}{\\ - \theDTLrowi.&\vorname&\nachname&\alter} -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-08-4.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-08-4.ltx deleted file mode 100644 index 621a9453a94..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-08-4.ltx +++ /dev/null @@ -1,48 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-08-4 auf Seite 58. -%% -%% 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} -\begin{filecontents*}{data0.csv} -Vorname,Nachname,AusweisNo,Alter -Hannes,"Wader, sen.",102689,68 -Jane,Austen,102647,75 -James,Brown,103569,42 -Jana,Voss,105488,26 -Roger,Daltry,106872,58 -Claire,Waldoff,104356,45 -Felix,Voss,513110,29 -\end{filecontents*} - -\usepackage{datatool} -\usepackage[table]{xcolor} - -\begin{document} -\DTLloaddb{Liste}{data0.csv} -\begin{tabular}{cllc} -\emph{No.} & \emph{Vorname} & - \emph{Nachname} & \emph{Alter} -\DTLforeach{Liste}{\vorname=Vorname, - \nachname=Nachname,\alter=Alter}{\\ - \DTLifoddrow% - {\rowcolor{black!20}}{\rowcolor{black!40}} - \theDTLrowi.&\vorname&\nachname&\alter} -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-08-5.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-08-5.ltx deleted file mode 100644 index f0c86421a25..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-08-5.ltx +++ /dev/null @@ -1,44 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-08-5 auf Seite 58. -%% -%% 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} -\begin{filecontents*}{data0.csv} -Vorname,Nachname,AusweisNo,Alter -Hannes,"Wader, sen.",102689,68 -Jane,Austen,102647,75 -James,Brown,103569,42 -Jana,Voss,105488,26 -Roger,Daltry,106872,58 -Claire,Waldoff,104356,45 -Felix,Voss,513110,29 -\end{filecontents*} - -\usepackage{datatool} -\DTLloaddb{Liste}{data0.csv} - -\begin{document} -\begin{tabular}{cllc@{\qquad}cllc} -\bfseries No. & \bfseries Vorname & \bfseries Nachname & \bfseries Alter & -\bfseries No. & \bfseries Vorname & \bfseries Nachname & \bfseries Alter -\DTLforeach{Liste}{\vorname=Vorname,\nachname=Nachname,\alter=Alter}% - {\DTLifoddrow{\\}{&} \theDTLrowi. & \vorname & \nachname & \alter} -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-08-6.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-08-6.ltx deleted file mode 100644 index 3de31ec9f9f..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-08-6.ltx +++ /dev/null @@ -1,48 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-08-6 auf Seite 59. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} -\begin{filecontents*}{data0.csv} -Vorname,Nachname,AusweisNo,Alter -Hannes,"Wader, sen.",102689,68 -Jane,Austen,102647,75 -James,Brown,103569,42 -Jana,Voss,105488,26 -Roger,Daltry,106872,58 -Claire,Waldoff,104356,45 -Felix,Voss,513110,29 -\end{filecontents*} - -\usepackage{datatool} -\usepackage{booktabs} -\DTLloaddb{Liste}{data0.csv} - -\begin{document} -\begin{tabular}{@{} cllc @{}}\toprule -\emph{No.} & \emph{Vorname} & - \emph{Nachname} & \emph{Alter} -\DTLforeach{Liste}{\vorname=Vorname, - \nachname=Nachname,\alter=Alter}{% - \DTLiffirstrow{\\\midrule}{\\} - \theDTLrowi.&\vorname&\nachname&\alter} -\\\bottomrule -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-08-7.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-08-7.ltx deleted file mode 100644 index 889f1fd7002..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-08-7.ltx +++ /dev/null @@ -1,47 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-08-7 auf Seite 59. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} -\begin{filecontents*}{data0.csv} -Vorname,Nachname,AusweisNo,Alter -Hannes,"Wader, sen.",102689,68 -Jane,Austen,102647,75 -James,Brown,103569,42 -Jana,Voss,105488,26 -Roger,Daltry,106872,58 -Claire,Waldoff,104356,45 -Felix,Voss,513110,29 -\end{filecontents*} - -\usepackage{datatool} -\DTLloaddb{Liste}{data0.csv} - -\begin{document} -\DTLsort[Nachname]{Alter=descending}{Liste} -\begin{tabular}{@{}cllc@{}} -\bfseries No. & \bfseries Vorname - & \bfseries Nachname & \bfseries Alter -\DTLforeach{Liste}{\vorname=Vorname, - \nachname=Nachname,\alter=Alter}{% - \DTLiffirstrow{\\\hline}{\\} - \theDTLrowi.&\vorname&\nachname&\alter} -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-08-8.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-08-8.ltx deleted file mode 100644 index d799131a487..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-08-8.ltx +++ /dev/null @@ -1,47 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-08-8 auf Seite 60. -%% -%% 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} -\begin{filecontents*}{data0.csv} -Vorname,Nachname,AusweisNo,Alter -Hannes,"Wader, sen.",102689,68 -Jane,Austen,102647,75 -James,Brown,103569,42 -Jana,Voss,105488,26 -Roger,Daltry,106872,58 -Claire,Waldoff,104356,45 -Felix,Voss,513110,29 -\end{filecontents*} - -\usepackage{datatool} -\DTLloaddb{Liste}{data0.csv} - -\begin{document} -\DTLsort*{Nachname}{Liste} -\begin{tabular}{@{}cllc@{}} -\bfseries No. & \bfseries Vorname - & \bfseries Nachname & \bfseries Alter -\DTLforeach{Liste}{\vorname=Vorname, - \nachname=Nachname,\alter=Alter}{% - \DTLiffirstrow{\\\hline}{\\} - \theDTLrowi.&\vorname&\nachname&\alter} -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-09-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-09-1.ltx deleted file mode 100644 index a7c478a2fd7..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-09-1.ltx +++ /dev/null @@ -1,34 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-09-1 auf Seite 61. -%% -%% 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[thinlines]{easytable} - -\begin{document} -\begin{TAB}(e){lrc}{ctb} -l & r & c \\ -AA & BB & tt\\ -l & r & b -\end{TAB}\qquad -\begin{TAB}(e){|l|r|c|}{|c|t|b|} -l & r & c\\AA & BB & tt\\l & r & b -\end{TAB} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-09-2.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-09-2.ltx deleted file mode 100644 index b01714ec345..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-09-2.ltx +++ /dev/null @@ -1,32 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-09-2 auf Seite 61. -%% -%% 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{146.59192pt} -\setlength\parindent{0pt} - -\usepackage[thinlines]{easytable} - -\begin{document} -\fbox{% -\begin{TAB}(e,15pt,15pt)[5pt,3cm,3cm]{l:r:c}{c:t:b} -l & r & c \\ -AA & BB & tt \\ -l & r & b -\end{TAB}} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-09-3.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-09-3.ltx deleted file mode 100644 index a878bf55419..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-09-3.ltx +++ /dev/null @@ -1,42 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-09-3 auf Seite 62. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} - -\usepackage[thicklines]{easytable} - -\begin{document} -\begin{TAB}(e){;lrc;}{;ctb;} -l & r & c \\ -AA & \begin{TAB}(e){.r.}{.t.}BB\end{TAB} & tt\\ -l & r & b -\end{TAB}\\[\medskipamount] -\begin{TAB}(@)[10pt]{0lr0}{0tt0} - \begin{TAB}(@){:lr:}{:ct:} - l & r \\ AA & BB - \end{TAB} & - \begin{TAB}(@){1c1}{2bb2} - c\\tt - \end{TAB}\\ - \begin{TAB}(@){lr}{c} - l & r - \end{TAB} & \begin{TAB}(@){.c.}{.c.} b \end{TAB} -\end{TAB} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-10-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-10-1.ltx deleted file mode 100644 index d5711426158..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-10-1.ltx +++ /dev/null @@ -1,34 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-10-1 auf Seite 63. -%% -%% 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{146.59192pt} -\setlength\parindent{0pt} - -\usepackage{hhline} - -\begin{document} -\begin{tabular}{||c||c|cc||cc||} - \hhline{|t:=:t:=| <<# <<:t|} - 0 & 1 & 2 & 3 & 4 & 5\\\hline - 0 & 1 & 2 & 3 & 4 & 5\\\hhline{ << << <<} - 0 & 1 & 2 & 3 & 4 & 5\\\hhline{||-||-..||.-} - 0 & 1 & 2 & 3 & 4 & 5\\\hhline{=::=~~::~=} - 0 & 1 & 2 & 3 & 4 & 5\\\hhline{|b:=:b:=--::-=:b|} -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-11-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-11-1.ltx deleted file mode 100644 index 76cc8952915..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-11-1.ltx +++ /dev/null @@ -1,40 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-11-1 auf Seite 64. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} - -\usepackage{makecell} - -\begin{document} -\begin{tabular}{|c|c|}\hline -1. & \makecell{Ohne Parameter} \\\hline -2. & \makecell{Ohne Parameter\\aber zweizeilig}\\\hline -3. & \makecell[l]{horizontal linksbündig} \\\hline -4. & \makecell[l]{horizontal\\ linksbündig} \\\hline -5. & \makecell[r]{horizontal rechtsbündig} \\\hline -6. & \makecell[r]{horizontal\\ rechtsbündig}\\\hline -\end{tabular}\\[5pt] -\begin{tabular}{|c|c|}\hline -7. & \makecell[{}{p{3cm}}]{feste Breite} \\\hline -8. & \makecell[{}{p{3cm}}]{feste\\ Breite}\\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-11-10.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-11-10.ltx deleted file mode 100644 index 9ad3df528b4..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-11-10.ltx +++ /dev/null @@ -1,36 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-11-10 auf Seite 68. -%% -%% 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{makecell} - -\begin{document} -\setcellgapes{5pt}\makegapedcells -\begin{tabular}{@{}c@{}}\hline -normale Zeile\\\hline oben und unten\\\hline -oben und unten\\\hline -\end{tabular}\\[10pt] -\nomakegapedcells -\begin{tabular}{@{}c@{}}\hline -normale Zeile\\\hline oben und unten\\\hline -oben und unten\\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-11-11.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-11-11.ltx deleted file mode 100644 index eb725afde37..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-11-11.ltx +++ /dev/null @@ -1,44 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-11-11 auf Seite 69. -%% -%% 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} -\usepackage[T1]{fontenc} -\usepackage[utf8]{inputenc} -\setlength\parindent{0pt} - -\usepackage{multirow,makecell} - -\begin{document} -\begin{tabular}{ l c c }\hline -\multirowthead{4}{Erster Spaltenkopf} - & \multicolumn{2}{c}{\thead{Mehrspaltenkopf}}\\\cline{2-3} - & \thead{Zweiter und\\mehrzeiliger\\Spaltenkopf} & \thead{Dritter\\Spaltenkopf}\\\hline -Zellentext & A &\multirowcell{4}{28--31}\\ \cline{1-2} -\makecell{Mehrzeiliger \\ Zellentext} & B & \\ \hline -\makecell[l]{Linksbündiger \\ Zellentext} & C - & \multirowcell{4}[.5\normalbaselineskip][l]{37--43}\\\cline{1-2} -\makecell[r]{Rechtsbündiger \\ Zellentext} & D & \\\hline -\makecell[b]{Fußbündiger \\ Zellentext} & E - & \multirowcell{6}[\normalbaselineskip][r]{37--43\\52--58}\\\cline{1-2} -\makecell[{{p{5cm}}}]{langer langer langer - Zellentext mit fester Breite} & F & \\\cline{1-2} -\makecell[{{>{\setlength\parindent{1em}}p{5cm}}}]{langer langer langer - Zellentext mit fester Breite} & G & \\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-11-12.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-11-12.ltx deleted file mode 100644 index 3da35c0567e..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-11-12.ltx +++ /dev/null @@ -1,43 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-11-12 auf Seite 69. -%% -%% 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{booktabs,multirow,makecell} -\renewcommand\theadfont{\itshape\footnotesize} - -\begin{document} -\begin{tabular}{@{}llr@{--}rrlr@{--}rrl@{}}\toprule - & \multicolumn{8}{l}{\thead{Zum Umsetzen}} & \\\cmidrule(lr){2-9} - & \multicolumn{4}{l}{\thead{von Frequenzen im}} - & \multicolumn{4}{l}{\thead{auf Frequenzen im}}\\\cmidrule(lr){2-5}\cmidrule(lr){6-9} - \thead[b]{Typ} & \thead[t]{Fernseh-\\bereich} & \multicolumn{2}{l}{\thead{Kanal}} - & \thead{MHz} & \thead[t]{Fernseh-\\bereich} & \multicolumn{2}{l}{\thead{Kanal}} - & \thead{MHz} & \thead[t]{Bau-\\form}\\\cmidrule(r){1-1}\cmidrule(lr){2-2} - \cmidrule(lr){3-4}\cmidrule(lr){5-5}\cmidrule(lr){6-6}\cmidrule(lr){7-8} - \cmidrule(lr){9-9}\cmidrule(l){10-10} - SAFE 381 WK & F I & 2 & 4 & 174 & F III & 5 & 12 & 174 & DO \\ - SAFE 382 WK & F II & 5 & 12 & 68 & F I & 2 & 4 & 47 & DO \\ - SAFE 383 WK & F III & 21 & 38 & 174 & F III & 5 & 12 & 174 & ES \\ - SAFE 384 WK & F IV & 42 & 48 & 47 & F III & 5 & 12 & 174 & ET \\\bottomrule -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-11-13.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-11-13.ltx deleted file mode 100644 index 271d98e3c9f..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-11-13.ltx +++ /dev/null @@ -1,34 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-11-13 auf Seite 70. -%% -%% 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{242.59192pt} -\setlength\parindent{0pt} - -\usepackage{makecell} - -\begin{document} -\begin{tabular}{@{}c|*{9}{c}@{}} -1 & \nline[1][2]{9}\\\hline -2 & A & \eline{7} & Z\\ -3 & \nline{2} & \eline{5} & \nline{2}\\ -4 & \nline[S1][4]{9}\\ -5 & \nline[(a)][2]{6}\\ -6 & \eline{4} & \nline[1][4]{3} -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-11-2.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-11-2.ltx deleted file mode 100644 index 7970205f519..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-11-2.ltx +++ /dev/null @@ -1,35 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-11-2 auf Seite 64. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} - -\usepackage{makecell} - -\begin{document} -\begin{tabular}{|c|c|}\hline -1. & \makecell{Ohne Parameter} \\\hline -2. & \makecell[t]{vertikal oben} \\\hline -3. & \makecell[t]{vertikal\\ oben} \\\hline -4. & \makecell[b]{vertikal unten} \\\hline -5. & \makecell[b]{vertikal\\ unten}\\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-11-3.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-11-3.ltx deleted file mode 100644 index 74a7c3ca8db..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-11-3.ltx +++ /dev/null @@ -1,39 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-11-3 auf Seite 64. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} - -\usepackage{makecell} - -\begin{document} -\begin{tabular}{|c|c|}\hline -1. & \makecell{Ohne Parameter} \\\hline -2. & \makecell*[tl]{vertikal oben\\ - horizontal links}\\\hline -3. & \makecell[tr]{vertikal oben\\ - horizontal rechts}\\\hline -4. & \makecell*[bl]{vertikal unten\\ - horizontal links}\\\hline -5. & \makecell[br]{vertikal unten\\ - horizontal rechts}\\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-11-4.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-11-4.ltx deleted file mode 100644 index c7328b6e97c..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-11-4.ltx +++ /dev/null @@ -1,37 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-11-4 auf Seite 65. -%% -%% 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{makecell} - -\begin{document} -\begin{tabular}{ccc} -\thead{Titel für die\\Spalte 1} - & \thead[l]{Spalte 2} - & \thead[r]{Spalte 3} \\\hline -A & \makecell*[tl]{vertikal oben\\ - horizontal links} & B\\ -C & \makecell[tr]{vertikal oben\\ - horizontal rechts} & RECHTS \\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-11-5.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-11-5.ltx deleted file mode 100644 index 002b8fb7682..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-11-5.ltx +++ /dev/null @@ -1,39 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-11-5 auf Seite 66. -%% -%% 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{218.59192pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} - -\usepackage{makecell} - -\begin{document} -\renewcommand\cellalign{lt} -\renewcommand\theadalign{lb} -\renewcommand\theadfont{\itshape\small} -\begin{tabular}{@{}ccc@{}} -\thead{Titel für die\\Spalte 1} - & \thead{Spalte 2} - & \thead{Spalte 3} \\\hline -A & \makecell*{vertikal oben\\LINKS} & B\\ -C & \makecell{vertikal oben\\ LINKS} - & RECHTS \\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-11-6.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-11-6.ltx deleted file mode 100644 index fba5b00dc3b..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-11-6.ltx +++ /dev/null @@ -1,41 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-11-6 auf Seite 66. -%% -%% 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{makecell,rotating} - -\begin{document} -\renewcommand\cellalign{lt} -\renewcommand\theadalign{lb} -\renewcommand\theadfont{\itshape\normalsize} -\settowidth\rotheadsize{\theadfont Titel für die} -\begin{tabular}{@{}ccc@{}}\hline -\rothead{Titel für die\\Spalte 1} - & \thead{Spalte 2} - & \renewcommand\cellrotangle{45} - \rothead{Spalte 3} \\\hline -A & \rotcell{vertikal oben\\LINKS} & B\\ -C & \makecell*{vertikal oben\\ LINKS} - & RECHTS \\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-11-7.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-11-7.ltx deleted file mode 100644 index 2adc2610a31..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-11-7.ltx +++ /dev/null @@ -1,30 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-11-7 auf Seite 67. -%% -%% 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{355.65944pt} -\setlength\parindent{0pt} -\setlength\fboxsep{0pt} - -\usepackage{makecell} - -\begin{document} -\rule{1em}{0.5pt}\fbox{guter Text}\rule{1em}{0.5pt}\fbox{\gape{guter Text}}% -\rule{1em}{0.5pt}\fbox{\gape[b]{guter Text}}\rule{1em}{0.5pt} -\fbox{\gape[t]{guter Text}}\rule{1em}{0.5pt} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-11-8.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-11-8.ltx deleted file mode 100644 index 422e6081584..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-11-8.ltx +++ /dev/null @@ -1,30 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-11-8 auf Seite 67. -%% -%% 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{355.65944pt} -\setlength\parindent{0pt} -\setlength\fboxsep{0pt} - -\usepackage{makecell} - -\begin{document} -\rule{1em}{0.5pt}\fbox{guter Text}\rule{1em}{0.5pt}\fbox{\Gape{guter Text}}% -\rule{1em}{0.5pt}\fbox{\Gape[5pt]{guter Text}}\rule{1em}{0.5pt} -\fbox{\Gape[5pt][-5pt]{guter Text}}\rule{1em}{0.5pt} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-11-9.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-11-9.ltx deleted file mode 100644 index 3d9ab500a3a..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-11-9.ltx +++ /dev/null @@ -1,32 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-11-9 auf Seite 67. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} - -\usepackage{makecell} - -\begin{document} -\begin{tabular}{@{}c@{}}\hline -normale Zeile\\\hline -\bottopstrut oben und unten\\\hline -\botstrut nur unten\\\hline -\topstrut nur oben\\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-12-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-12-1.ltx deleted file mode 100644 index 9bc4282113e..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-12-1.ltx +++ /dev/null @@ -1,36 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-12-1 auf Seite 71. -%% -%% 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{122.59192pt} -\setlength\parindent{0pt} - -\usepackage{mdwtab} - -\begin{document} -\begin{tabular}{!{\vline[3pt]}l@{\quad}|Mc|}\hlx{hv[1]} - \multicolumn{2}{!{\vline[3pt]}c|}{% - Gleichungen}\\\hlx{v[1]hv} -1.& f(x)=\frac{\sqrt{x^2-1}}{x^2+1} \\\hlx{vhv} -2.& f(x)=\frac{\sqrt{x^2-1}}{x^2+\frac{1}{x^2}}\\\hlx{vh} -\tabpause{Jetzt kommen dieselben\\ - Gleichungen noch mal!}\hlx{hv} -3.& f(x)=\frac{\sqrt{x^2-1}}{x^2+1} \\\hlx{vhv} -4.& f(x)=\frac{\sqrt{x^2-1}}{x^2+\frac{1}{x^2}}\\\hlx{vh} -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-12-2.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-12-2.ltx deleted file mode 100644 index cfe07e3b4c2..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-12-2.ltx +++ /dev/null @@ -1,31 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-12-2 auf Seite 72. -%% -%% 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{355.65944pt} -\setlength\parindent{0pt} -\usepackage[ngerman]{babel} - -\usepackage{mdwtab} -\newcolumntype{P}[1][2cm]{>{\raggedright\hspace{0pt}}p{#1}} - -\begin{document} -\begin{tabular}{| P[1cm] | P | }\hlx{hv} -Beliebiger Text & Noch mal beliebiger Text\\\hlx{vh} -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-13-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-13-1.ltx deleted file mode 100644 index bfdc8edf503..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-13-1.ltx +++ /dev/null @@ -1,31 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-13-1 auf Seite 73. -%% -%% 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{slashbox,pict2e} - -\begin{document} -\begin{tabular}{l|*{5}{c}} -\backslashbox{Feiertag}{Jahr} & 2007 & 2008 & 2010 & 2010 & 2011\\\hline -Ostern & 08.04. & 23.03. & 12.04. & 04.04. & 24.04.\\ -Pfingsten & 27.05. & 11.05. & 31.05. & 23.05. & 12.06. -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-13-2.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-13-2.ltx deleted file mode 100644 index ddcf2d06cd4..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-13-2.ltx +++ /dev/null @@ -1,31 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-13-2 auf Seite 73. -%% -%% 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{slashbox,pict2e} - -\begin{document} -\begin{tabular}{r|*{5}{c}|l} -\backslashbox{Fest}{Jahr}& 2007& 2008& 2010& 2010& 2011& \slashbox{Jahr}{Fest}\\\hline -Ostern & 08.04. & 23.03. & 12.04. & 04.04. & 24.04. & Ostern\\ -Pfingsten & 27.05. & 11.05. & 31.05. & 23.05. & 12.06. & Pfingsten -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-13-3.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-13-3.ltx deleted file mode 100644 index 29c30cfdd5a..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-13-3.ltx +++ /dev/null @@ -1,31 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-13-3 auf Seite 74. -%% -%% 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{slashbox,pict2e} - -\begin{document} -\begin{tabular}{l|*{5}{c}} -\backslashbox[20mm]{Zwei\\ Feiertage}{Jahr} & 2007 & 2008 & 2010 & 2010 & 2011\\\hline -Ostern & 08.04. & 23.03. & 12.04. & 04.04. & 24.04.\\ -Pfingsten & 27.05. & 11.05. & 31.05. & 23.05. & 12.06. -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-13-4.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-13-4.ltx deleted file mode 100644 index 7ea4bc6547f..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-13-4.ltx +++ /dev/null @@ -1,32 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-13-4 auf Seite 74. -%% -%% 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{slashbox,pict2e} - -\begin{document} -\begin{tabular}{|@{}r|*{5}{c}|l@{}|}\hline -\backslashbox[0pt][l]{Fest}{Jahr} & 2007 & 2008 & 2010 & 2010 & 2011 - & \slashbox[0pt][r]{Jahr}{Fest}\\\hline -Ostern & 08.04. & 23.03. & 12.04. & 04.04. & 24.04. & Ostern\\ -Pfingsten & 27.05. & 11.05. & 31.05. & 23.05. & 12.06. & Pfingsten\\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-14-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-14-1.ltx deleted file mode 100644 index 94fcda58b61..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-14-1.ltx +++ /dev/null @@ -1,33 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-14-1 auf Seite 75. -%% -%% 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} - - - -\begin{document} -\begin{tabular}{|*7{c|}}\hline -a1&b1&c1&d1&e1&f1&g1\\\hline -a2&\multicolumn{2}{l|}{b2} - &d2&e2&f2&g2\\\hline -\multicolumn{3}{|l|}{a3}&d3& -\multicolumn{2}{l|}{e3}&g3\\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-14-10.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-14-10.ltx deleted file mode 100644 index 1506adc6019..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-14-10.ltx +++ /dev/null @@ -1,34 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-14-10 auf Seite 78. -%% -%% 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{spreadtab,eurosym} - -\begin{document} -\begin{spreadtab}{{tabular}{rr |r}} -@ Monat & @ Einkommen & @ Steuer \\\hline - 1 & 5409 & b2*0.3 \\ - 2 & 4523 & b3*0.3 \\ - 3 & 4711 & b4*0.3 \\\hline - & \llap{Summe: :={sum(b2:b4)} \euro} - & $\sum$: :={sum(C2:C4)} -\end{spreadtab} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-14-11.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-14-11.ltx deleted file mode 100644 index 96a23665c46..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-14-11.ltx +++ /dev/null @@ -1,30 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-14-11 auf Seite 79. -%% -%% 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{355.65944pt} - - -\usepackage{spreadtab} \setlength\tabcolsep{2pt} - -\begin{document} -\begin{spreadtab}{{tabular}{@{} *9{p{3em}} @{}}} - 0 & 1 & 2 & 3 & 4 & 5 & 6 & 7 &8\\\hline -fact(a1)&fact(b1)&fact(c1)&fact(d1)&fact(e1)&fact(f1)&fact(g1)&fact(h1)&fact(i1) -\end{spreadtab} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-14-12.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-14-12.ltx deleted file mode 100644 index c3e8a920d57..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-14-12.ltx +++ /dev/null @@ -1,31 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-14-12 auf Seite 79. -%% -%% 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{355.65944pt} - - -\usepackage{spreadtab} - -\begin{document} -\begin{spreadtab}{{tabular}{ @{} r *6c @{}}} -@Alter & 10 & 11 & 12 & 13 & 14 & 15\\ -@Anzahl & 5 & 8 & 20 & 55 & 9 & 3\\\hline -\multicolumn{7}{@{}l}{Altersmittelwert: :={sumprod(b1:g1;b2:g2)/sum(b2:g2)}} -\end{spreadtab} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-14-13.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-14-13.ltx deleted file mode 100644 index c45c8ce5a98..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-14-13.ltx +++ /dev/null @@ -1,31 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-14-13 auf Seite 79. -%% -%% 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{355.65944pt} - - -\usepackage{spreadtab} \STautoround{4} - -\begin{document} -\begin{spreadtab}{{tabular}{@{} l|cccc @{}}} -@Zufallszahl $\in [0;1]$ &rand() &rand() &rand() &rand() \\ -@Zufallszahl $\in [-20;20]$ &randint(-5,5) &randint(-5,5) &randint(-5,5) &randint(-5,5)\\ -@Zufallszahl $\in [0;20]$ &randint(20) &randint(20) &randint(20) &randint(20) \\ -\end{spreadtab} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-14-14.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-14-14.ltx deleted file mode 100644 index 5daa52acc10..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-14-14.ltx +++ /dev/null @@ -1,36 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-14-14 auf Seite 80. -%% -%% 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{355.65944pt} - - -\usepackage{spreadtab} - -\begin{document} -\begin{spreadtab}{{tabular}{cc}} -@1789/7/14 & engshortdatetonum(a1)\\ -2001/1/1 :={} & engshortdatetonum([-1,0])\\ -engshortdatetonum(0/3/1) & engshortdatetonum(\number\year/\number\month/\number\day)\\ -englongdatetonum(February 13, 2005) & englongdatetonum(\today)\\ -@July 1, 1970 & englongdatetonum(a5)\\\hline -@2010/11/23 & engshortdatetonum([-1,0])\\ -@2010/1/1 & engshortdatetonum([-1,0])\\ -@Differenz & :={[0,-2]-[0,-1]} Tage -\end{spreadtab} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-14-15.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-14-15.ltx deleted file mode 100644 index ad628c8940c..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-14-15.ltx +++ /dev/null @@ -1,37 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-14-15 auf Seite 81. -%% -%% 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{355.65944pt} - - -\usepackage{spreadtab} - -\begin{document} -\begin{spreadtab}{{tabular}{cc}}\hline -\multicolumn{2}{|c|}{@2010/3/17} \\\hline - 365 & numtoengshortdate(engshortdatetonum(a1)+[-1,0])\\ - 365 & numtoenglongdate(engshortdatetonum(a1)+[-1,0]) \\ - 365 & numtoengmonth(engshortdatetonum(a1)+[-1,0]) \\ - 365 & numtoengday(engshortdatetonum(a1)+[-1,0]) \\\hline --365 & numtoengshortdate(engshortdatetonum(a1)+[-1,0])\\ --365 & numtoenglongdate(engshortdatetonum(a1)+[-1,0]) \\ --365 & numtoengmonth(engshortdatetonum(a1)+[-1,0]) \\ --365 & numtoengday(engshortdatetonum(a1)+[-1,0]) -\end{spreadtab} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-14-2.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-14-2.ltx deleted file mode 100644 index 77cf32942c2..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-14-2.ltx +++ /dev/null @@ -1,33 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-14-2 auf Seite 75. -%% -%% 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{spreadtab} - -\begin{document} -\begin{spreadtab}{{tabular}{rr |r}} - 27 & 54 & a1+b1 \\ - 58 & 45 & a2-b2 \\ - 50 & 25 & a3*b3 \\ - 60 & 47 & a4/b4 \\\hline -a1+a2+a3 & b1+b2+b4 & a5/b5 -\end{spreadtab} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-14-3.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-14-3.ltx deleted file mode 100644 index e255629211a..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-14-3.ltx +++ /dev/null @@ -1,34 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-14-3 auf Seite 75. -%% -%% 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{spreadtab} - -\begin{document} -\STautoround{3} -\begin{spreadtab}{{tabular}{rr |r}} - 27 & 54 & a1+b1 \\ - 58 & 45 & a2-b2 \\ - 50 & 25 & a3*b3 \\ - 60 & 47 & a4/b4 \\\hline -a1+a2+a3 & b1+b2+b4 & a5+b5 -\end{spreadtab} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-14-4.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-14-4.ltx deleted file mode 100644 index 51bf5cee57a..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-14-4.ltx +++ /dev/null @@ -1,34 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-14-4 auf Seite 76. -%% -%% 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{355.65944pt} -\setlength\parindent{0pt} - -\usepackage{spreadtab,amsmath} - -\begin{document} -$\begin{spreadtab}{{matrix}{}} -1\\ -[0,-1] & [-1,-1]\\ -[0,-1] & [-1,-1]+[0,-1] & [-1,-1]\\ -[0,-1] & [-1,-1]+[0,-1] & [-1,-1]+[0,-1] & [-1,-1]\\ -[0,-1] & [-1,-1]+[0,-1] & [-1,-1]+[0,-1] & [-1,-1]+[0,-1] & [-1,-1]\\ -[0,-1] & [-1,-1]+[0,-1] & [-1,-1]+[0,-1] & [-1,-1]+[0,-1] & [-1,-1]+[0,-1] & [-1,-1] -\end{spreadtab}$ -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-14-5.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-14-5.ltx deleted file mode 100644 index ebde7698250..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-14-5.ltx +++ /dev/null @@ -1,33 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-14-5 auf Seite 76. -%% -%% 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{spreadtab} - -\begin{document} -\begin{spreadtab}{{tabular}{rr |r}} -@ Monat & @ Einkommen & @ Steuer \\\hline - 1 & 5409 & b2*0.3 \\ - 2 & 4523 & b3*0.3 \\ - 3 & 4711 & b4*0.3 \\\hline - & b2+b3+b4 & B5*0.3 -\end{spreadtab} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-14-6.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-14-6.ltx deleted file mode 100644 index 80aa1014d29..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-14-6.ltx +++ /dev/null @@ -1,34 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-14-6 auf Seite 77. -%% -%% 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{spreadtab,eurosym} - -\begin{document} -\begin{spreadtab}{{tabular}{rr |r}} -@ Monat & @ Einkommen & @ Steuer \\\hline - 1 & 5409 & b2*0.3 \\ - 2 & 4523 & b3*0.3 \\ - 3 & 4711 & b4*0.3 \\\hline - & \llap{Summe: :={b2+b3+b4} \euro} - & $\sum$: :={B5*0.3} -\end{spreadtab} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-14-7.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-14-7.ltx deleted file mode 100644 index ae851d10af3..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-14-7.ltx +++ /dev/null @@ -1,32 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-14-7 auf Seite 77. -%% -%% 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{355.65944pt} -\setlength\parindent{0pt} - -\usepackage{spreadtab} - -\begin{document} -\begin{spreadtab}{{tabular}{r | ccc}}\hline -@ $x$-Werte & -1 & 0 \SThidecol & 2 & 3 \\\hline -@ $f(x)=2\cdot x-1$ & 2*[0,-1]-1& 2*[0,-1]-1 & 2*[0,-1]-1 & 2*[0,-1]-1\\ -@ $g(x)=x-10$\SThiderow& [0,-2]-10 & [0,-2]-10 & [0,-2]-10 & [0,-2]-10 \\ -@ $h(x)=1-x$ & 1-[0,-3] & 1-[0,-3] & 1-[0,-3] & 1-[0,-3] \\\hline -\end{spreadtab} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-14-8.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-14-8.ltx deleted file mode 100644 index 5ee05fff656..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-14-8.ltx +++ /dev/null @@ -1,33 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-14-8 auf Seite 78. -%% -%% 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{spreadtab} - -\begin{document} -\begin{spreadtab}[\STsavecell\result{c1}]% - {{tabular}{|c|c|c|c|c|}}\hline -10 & a1+10 & b1+10 & a1+b1+c1 - & @Zelle c1 : \result\\\hline -\end{spreadtab}\par\medskip -\medskip -Zelle c1 hatte den Wert: \result -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-14-9.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-14-9.ltx deleted file mode 100644 index a57fe2eae45..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-14-9.ltx +++ /dev/null @@ -1,37 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-14-9 auf Seite 78. -%% -%% 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{spreadtab,eurosym} - -\begin{document} -\begin{spreadtab}[\STsavecell\EK{b5}% - \STsavecell\ST{c5}]{{tabular}{rr |r}} -@ Monat & @ Einkommen & @ Steuer \\\hline - 1 & 5409 & b2*0.3 \\ - 2 & 4523 & b3*0.3 \\ - 3 & 4711 & b4*0.3 \\\hline - & \llap{Summe: :={b2+b3+b4} \euro} - & $\sum$: :={B5*0.3} -\end{spreadtab}\par\medskip -Das Einkommen betrug \EK~\euro\ -und die Steuer \ST~\euro! -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-15-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-15-1.ltx deleted file mode 100644 index 9f6f5c86356..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-15-1.ltx +++ /dev/null @@ -1,38 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-15-1 auf Seite 82. -%% -%% 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{122.59192pt} -\setlength\parindent{0pt} - -\usepackage{tabls} - -\begin{document} -\begin{tabular}{c}\hline -$ f(x)=\frac{\sqrt{x^2-1}}{x^2+1}$\\\hline -$ f(x)=\frac{\sqrt{x^2-1}}{x^2+\frac{1}{x^2}}$\\\hline -\end{tabular}\\[10pt] -% -\setlength\tablinesep{0pt}% Standard-LaTeX -\setlength\arraylinesep{0pt}% Standard-LaTeX -\setlength\extrarulesep{0pt}% Standard-LaTeX -\begin{tabular}{c}\hline -$ f(x)=\frac{\sqrt{x^2-1}}{x^2+1}$ \\\hline -$ f(x)=\frac{\sqrt{x^2-1}}{x^2+\frac{1}{x^2}}$\\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-15-2.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-15-2.ltx deleted file mode 100644 index e8c89d3253f..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-15-2.ltx +++ /dev/null @@ -1,32 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-15-2 auf Seite 82. -%% -%% 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{tabls,slashbox,pict2e} - -\begin{document} -\begin{tabular}{|@{}r|*{5}{c}|l@{}|}\hline -\backslashbox[0pt][l]{Fest}{Jahr} & 2007 & 2008 & 2010 & 2010 & 2011 - & \slashbox[0pt][r]{Jahr}{Fest}\\\hline[3pt] -Ostern & 08.04. & 23.03. & 12.04. & 04.04. & 24.04. & Ostern\\ -Pfingsten & 27.05. & 11.05. & 31.05. & 23.05. & 12.06. & Pfingsten\\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-15-3.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-15-3.ltx deleted file mode 100644 index 1affc4ba3d0..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-15-3.ltx +++ /dev/null @@ -1,38 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-15-3 auf Seite 83. -%% -%% 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{tabls} -\newcommand{\T}{\textsf{T}}\newcommand{\Z}{\mathcal{Z}}\newcommand{\C}{\textsf{c}} - -\begin{document} -\begin{tabular}{@{}c|c|ccccc@{}}\hline - BV \rule[-0.3cm]{0cm}{0.8cm}& R & $d$ & $u_\Z$ - & $u_{\Z^\C}$ & $v_\Z$ & $v_{\Z^\C}$\\\hline - $u_\Z$ \rule[-0.3cm]{0cm}{0.8cm}& $y_\Z$&$A_\Z$ & $I$ & $0$ & $-I$ & $0$ \\ - $u_{\Z^\C}$ \rule[-0.3cm]{0cm}{0.8cm}& $y_{\Z^\C}$ - & $A_{\Z^\C}$&$0$ & $I$ & $0$ & $-I$\\\hline - ZF/GK & $e_m^\T - \left(\begin{array}{c} y_\Z \\ y_{\Z^\C}\end{array}\right)$ - & $e_m^\T\left(\begin{array}{c}A_\Z \\A_{\Z^\C}\end{array}\right) $ - & $0$ & $0$ & $-2e_n^\T$ & $-2e_{m-n}^\T$ \\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-16-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-16-1.ltx deleted file mode 100644 index 9e24aa31487..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-16-1.ltx +++ /dev/null @@ -1,33 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-16-1 auf Seite 84. -%% -%% 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{booktabs} -\usepackage{tabularht} - -\begin{document} -\fbox{% -\begin{tabularht*}{1in}{4in}{@{} l @{\extracolsep{\fill}} r @{}} - Oben Links & Oben Rechts\\\interrowfill - \multicolumn{2}{@{}c@{}}{bounding box}\\\interrowfill - Unten Links & Oben Rechts -\end{tabularht*}} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-16-2.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-16-2.ltx deleted file mode 100644 index cf4ddec0148..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-16-2.ltx +++ /dev/null @@ -1,33 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-16-2 auf Seite 84. -%% -%% 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[vlines]{tabularht} - -\begin{document} -\begin{tabularht}{1.75cm}{*{4}{|c}|}\hline -Spalte 1 & Spalte 2 & Spalte 3 - & Spalte 4\\\hline -\interrowfill[2,3]\hline -Spalte 1 & Spalte 2 & Spalte 3 - & Spalte 4\\\hline -\end{tabularht} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-16-3.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-16-3.ltx deleted file mode 100644 index e2f50468b2b..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-16-3.ltx +++ /dev/null @@ -1,36 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-16-3 auf Seite 85. -%% -%% 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{122.59192pt} -\setlength\parindent{0pt} - -\usepackage{booktabs} -\usepackage[vlines]{tabularht} - -\begin{document} -\begin{tabularht}{spread=0pt}{|l|l|}\hline - Erste & Linie\\\hline -\interrowstart \addlinespace[10mm]\interrowstop\hline - Zweite & Linie\\ -\interrowstart \hline\hline \interrowstop - Dritte & Linie\\\hline -\interrowspace[1,3]{12mm}\hline - Vierte & Linie\\\hline -\end{tabularht} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-17-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-17-1.ltx deleted file mode 100644 index da96614772e..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-17-1.ltx +++ /dev/null @@ -1,33 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-17-1 auf Seite 85. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} - -\usepackage{booktabs}\usepackage{tabularkv} - -\begin{document} -\fbox{\begin{tabularkv}[width=2.3in,height=0.7in, - valign=center]{@{}l@{\extracolsep{\fill}}r@{}} - Oben Links & Oben Rechts \\\interrowfill - \multicolumn{2}{@{}c@{}}{% - bounding box}\\\interrowfill - Unten Links & Oben Rechts -\end{tabularkv}} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-18-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-18-1.ltx deleted file mode 100644 index 3b6db7507ca..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-18-1.ltx +++ /dev/null @@ -1,40 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-18-1 auf Seite 86. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} -\setlength\textwidth{6cm} -\setlength\parskip{8pt plus 3pt} - -\usepackage{tabularx} - -\begin{document} -Text vor der Tabelle, der über die ganze Zeile geht.\par -\begin{tabularx}{\linewidth}% - {!{\vrule width 2pt}X@{}} -Auf einfache Weise kann jetzt ein Balken neben -dem Text erzeugt werden.\par\medskip Dieser -kann auch über Absätze hinweg gehen. Lediglich -ein Seitenumbruch ist mit \texttt{tabularx} -nicht möglich ($\rightarrow$\texttt{ltxtable})! -\end{tabularx}\par -Text nach der Tabelle, der über die ganze Zeile geht. -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-18-2.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-18-2.ltx deleted file mode 100644 index b19e127f681..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-18-2.ltx +++ /dev/null @@ -1,42 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-18-2 auf Seite 86. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} -\hyphenation{Spal-te} -\setlength\textwidth{6cm} -\setlength\parskip{8pt plus 3pt} - -\usepackage{tabularx} - -\begin{document} -Text vor der Tabelle, der über die ganze Zeile -geht, um zu zeigen, dass die Tabelle auch so -breit ist.\par -\begin{tabularx}{\linewidth}{@{}X p{1cm} X@{}} -Die Breite der Spalte wird automatisch bestimmt. -& Diese Spalte ist 1\,cm breit. -& Die Breite der Spalte wird automatisch bestimmt. -\end{tabularx}\par -Text nach der Tabelle, der über die ganze Zeile -geht, um zu zeigen, dass die Tabelle auch so -breit ist. -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-18-3.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-18-3.ltx deleted file mode 100644 index 0c2e5b42391..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-18-3.ltx +++ /dev/null @@ -1,47 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-18-3 auf Seite 87. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} -\hyphenation{Spal-te} -\setlength\textwidth{6cm} -\setlength\parskip{8pt plus 3pt} - -\usepackage{tabularx} - -\begin{document} -Text vor der Tabelle, der über die ganze Zeile -geht, um zu zeigen, dass die Tabelle auch so -breit ist.\par -\begin{tabularx}{\linewidth}{@{} - >{\setlength\hsize{0.7\hsize}}X | - p{1cm} | - >{\setlength\hsize{1.3\hsize}}X@{}} -Die Breite der Spalte wird automatisch -bestimmt. -& Diese Spalte ist 1\,cm breit. -& Die Breite der Spalte wird automatisch -bestimmt. -\end{tabularx}\par -Text nach der Tabelle, der über die ganze Zeile -geht, um zu zeigen, dass die Tabelle auch so -breit ist. -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-18-4.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-18-4.ltx deleted file mode 100644 index b53f1d735f0..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-18-4.ltx +++ /dev/null @@ -1,45 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-18-4 auf Seite 87. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} -\setlength\textwidth{6cm} -\setlength\parskip{8pt plus 3pt} - -\usepackage{tabularx,ragged2e} - -\begin{document} -Text vor der Tabelle, der über die ganze Zeile -geht, um zu zeigen, dass die Tabelle auch so -breit ist.\par -\begin{tabularx}{\linewidth}{@{} - >{\setlength\hsize{0.7\hsize}\RaggedRight}X | - >{\RaggedRight}p{1cm} | - >{\setlength\hsize{1.3\hsize}\RaggedRight}X@{}} -Die Breite der Spalte wird automatisch bestimmt. - & Diese Spalte ist 1\,cm breit. - & Die Breite der Spalte wird automatisch - bestimmt. -\end{tabularx}\par -Text nach der Tabelle, der über die ganze -Zeile geht, um zu zeigen, dass die Tabelle -auch so breit ist. -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-18-5.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-18-5.ltx deleted file mode 100644 index 2e09c63839f..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-18-5.ltx +++ /dev/null @@ -1,45 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-18-5 auf Seite 88. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} -\setlength\textwidth{6cm} -\setlength\parskip{8pt plus 3pt} - -\usepackage{tabularx,ragged2e} -\renewcommand\tabularxcolumn[1]{>{\small}m{#1}} - -\begin{document} -Text nach der Tabelle, der über die ganze Zeile -geht.\par -\begin{tabularx}{\linewidth}{@{} - >{\setlength\hsize{0.7\hsize}\RaggedRight}X | - >{\RaggedRight}p{1cm} | - >{\setlength\hsize{1.3\hsize}\RaggedRight}X@{}} -Die Breite der Spalte wird automatisch bestimmt. - & Diese Spalte ist 1\,cm breit. - & Die Breite der Spalte wird automatisch - bestimmt. -\end{tabularx}\par -Text nach der Tabelle, der über die ganze -Zeile geht, um zu zeigen, dass die Tabelle -auch so breit ist. -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-19-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-19-1.ltx deleted file mode 100644 index 00232aae055..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-19-1.ltx +++ /dev/null @@ -1,39 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-19-1 auf Seite 89. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} -\setlength\textwidth{6cm} -\setlength\parskip{8pt plus 3pt} - -\usepackage{tabulary} - -\begin{document} -Text vor der Tabelle, der über die ganze Zeile -geht.\par -\begin{tabulary}{\linewidth}{@{}L | C | R@{}} -Die Höhe der Spalte wird automatisch bestimmt. -& Diese Spalte ist ? breit. -& Die Höhe der Spalte wird automatisch bestimmt. -\end{tabulary}\par -Text nach der Tabelle, der über die ganze Zeile -geht. -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-19-2.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-19-2.ltx deleted file mode 100644 index 7ec2c913346..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-19-2.ltx +++ /dev/null @@ -1,37 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-19-2 auf Seite 89. -%% -%% 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{248.96051pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} -\setlength\parskip{8pt plus 3pt} - -\usepackage{tabulary} - -\begin{document} -Text vor der Tabelle, der über die ganze Breite der Zeile gehen wird.\par -\begin{tabulary}{\linewidth}{@{}J | J | J@{}} -Die Höhe der Spalte wird automatisch bestimmt. - & Diese Spalte ist ?\,cm breit, wie genau, weiß man nicht. - & Die Höhe der Spalte wird automatisch bestimmt, sodass alle Spalten gleich hoch - sind, allerdings bei vorgegebener Breite. -\end{tabulary}\par -Text vor der Tabelle, der über die ganze Breite der Zeile gehen wird. -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-20-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-20-1.ltx deleted file mode 100644 index 5a685b106c4..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-20-1.ltx +++ /dev/null @@ -1,49 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-20-1 auf Seite 91. -%% -%% 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[ngerman]{babel} -\usepackage[utf8]{inputenc} - -\usepackage{threeparttable,array,booktabs,calc} - -\begin{document} -\begin{threeparttable} -\caption{Zusammenstellung der Vorzeichen für die wichtigsten trigonometrischen - Funktionen.\tnote{1}} -\begin{tabular}{@{}rc*{6}{>{$}c<{$}}}\toprule -\emph{Quadrant} & Größe des Winkels & \sin\tnote{a} & \cos\tnote{a} & \tan\tnote{b} - & \mathrm{cot}\tnote{b} & \mathrm{sec}\tnote{c} & \mathrm{csec}\tnote{c} \\\midrule - I & $0^\circ$ bis $90^\circ$ & + & + & + & + & + & + \\ - II & $90^\circ$ bis $180^\circ$ & + & - & - & - & - & + \\ - III & $180^\circ$ bis $270^\circ$ & - & - & + & + & - & - \\ - IV & $270^\circ$ bis $360^\circ$ & - & + & - & - & + & - \\\bottomrule -\end{tabular} -\begin{tablenotes} - \item[1] Ãœbertragung auf das Bogenmaß ist einfach möglich. - \begingroup% lokal halten - \renewcommand\tnote[1]{\normalsize\bfseries#1} - \item[Wertebereiche:] ~ \endgroup - \item[a] \makebox[1.8em][r]{$-1$} bis $+1$ - \item[b] \makebox[1.8em][r]{$-\infty$} bis $+\infty$ - \item[c] \makebox[1.8em][r]{$-\infty$} bis $-1$ und $+1$ bis $+\infty$ -\end{tablenotes} -\end{threeparttable} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-20-2.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-20-2.ltx deleted file mode 100644 index 25fde3298c5..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-20-2.ltx +++ /dev/null @@ -1,44 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-20-2 auf Seite 91. -%% -%% 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[ngerman]{babel} -\usepackage[utf8]{inputenc} - -\usepackage[para]{threeparttable} - -\begin{document} -\begin{threeparttable} -\caption{Gegenüberstellung der - verschiedenen Analysen in Gas.} -\begin{tabular}[t]{r|c|c|c}\hline -\rule[-0.5ex]{0pt}{3ex} - & P1 & P2\tnote{A} & P3\\\hline -Druckabfall & 0,149 & 0,494 & 0,199\\ -Windung & 0,146 & 0,480 & 0,240\\ -Heißextraktion & 0,164\tnote{a} - & 0,508 & 0,209 \\\hline -\end{tabular} -\begin{tablenotes}[flushleft] -\item[A] Unsichere Messung -\item[a] Störung während der Messung -\end{tablenotes} -\end{threeparttable} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-21-1.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/02-21-1.ltx2 deleted file mode 100644 index da9a476967e..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-21-1.ltx2 +++ /dev/null @@ -1,60 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-21-1 auf Seite 93. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:90mm,pagesize]{typearea} -\areaset{60mm}{58mm} -\usepackage[ngerman]{babel} -\AtBeginDocument{\setlength\parindent{0pt}} -\usepackage{fancyhdr} -\lhead{\small \texttt{threeparttablex}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{longtable,threeparttablex} -\usepackage[ngerman]{babel} - -\begin{document} -\begin{ThreePartTable} -\begin{TableNotes} -\item[a] Eine Anmerkung zu der Tabelle -\item[b] Diese Tabelle ist nur eine Demonstration -\end{TableNotes} -\begin{longtable}{@{}l c r p{1.5cm}@{}} -L & Z & R & Box\\\hline -\endfirsthead -\multicolumn{4}{@{}l}{\small\ldots\emph{Fortsetzung}}\\\hline -L & Z & R & Box\\\hline -\endhead -\hline -\multicolumn{4}{r@{}}{\small\emph{Fortsetzung nächste Seite} \ldots}\\ -\endfoot -\hline -\insertTableNotes -\endlastfoot -l & c & r & 1. Zeile\\ l & c & r & 2. Zeile\\ l & c & r & 3. Zeile\\ -l & c\tnote{a} & r & 4. Zeile\\ l & c & r\tnote{b} & 5. Zeile\\ -l & c & r & 6. Zeile\\ l & c & r & 7. Zeile\\ l & c & r & 8. Zeile\\ -l & c & r & 9. Zeile\\ l & c & r &10. Zeile\\ l & c & r &11. Zeile\\ -l & c & r &12. Zeile -\end{longtable} -\end{ThreePartTable} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-21-2.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/02-21-2.ltx2 deleted file mode 100644 index 35954ee836e..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-21-2.ltx2 +++ /dev/null @@ -1,63 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-21-2 auf Seite 94. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:90mm,pagesize]{typearea} -\areaset{60mm}{58mm} -\usepackage[ngerman]{babel} -\AtBeginDocument{\setlength\parindent{0pt}} -\usepackage{fancyhdr} -\lhead{\small \texttt{threeparttablex}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{longtable} -\usepackage[referable]{threeparttablex} -\usepackage{hyperref} - -\begin{document} -\begin{ThreePartTable} -\begin{TableNotes} -\item[a]\label{tn:a} Eine Anmerkung zu der Tabelle -\item[b]\label{tn:b} Diese Tabelle ist nur eine Demonstration -\end{TableNotes} -\begin{longtable}{@{}l c r p{1.5cm}@{}} -L & Z & R & Box\\\hline -\endfirsthead -\multicolumn{4}{@{}l}{\small\ldots\emph{Fortsetzung}}\\\hline -L & Z & R & Box\\\hline -\endhead -\hline -\multicolumn{4}{r@{}}{\small\emph{Fortsetzung nächste Seite} \ldots}\\ -\endfoot -\hline -\insertTableNotes -\endlastfoot -l & c & r & 1. Zeile\\ l & c & r & 2. Zeile\\ l & c & r & 3. Zeile\\ -l & c\tnotex{tn:a} & r & 4. Zeile\\ l & c & r\tnotex{tn:b} & 5. Zeile\\ -l & c & r & 6. Zeile\\ l & c & r & 7. Zeile\\ l & c & r & 8. Zeile\\ -l & c & r & 9. Zeile\\ l & c & r &10. Zeile\\ l & c & r &11. Zeile\\ -l & c & r &12. Zeile -\end{longtable} -\end{ThreePartTable} - -In den Anmerkungen~\ref{tn:a} und~\ref{tn:b} der Tabelle \ldots -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-22-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-22-1.ltx deleted file mode 100644 index b71080e0865..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-22-1.ltx +++ /dev/null @@ -1,31 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-22-1 auf Seite 95. -%% -%% 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{146.59192pt} -\setlength\parindent{0pt} - -\usepackage{warpcol} - -\begin{document} -\begin{tabular}{P{3.1} P{-2.1}}\hline -\multicolumn{1}{c}{\emph{Spalte 1}} - & \multicolumn{1}{c}{\emph{Spalte 2}}\\\hline - 123.4 & -12.3\\12.3 & 12.3\\1.2 & 1.2\\\hline - \end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-22-2.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-22-2.ltx deleted file mode 100644 index bcd13b7cd88..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-22-2.ltx +++ /dev/null @@ -1,36 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-22-2 auf Seite 95. -%% -%% 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{warpcol} -\newcolumntype{L}[1]{>{\pcolbegin{r}{#1}}l<{\pcolend}} -\newcolumntype{R}[1]{>{\pcolbegin{r}{#1}}r<{\pcolend}} - -\begin{document} -\begin{tabular}{@{} L{3.1}L{3.1}P{3.1}P{3.1}R{3.1}R{3.1} @{}} \hline - \multicolumn{1}{l}{KT} & \multicolumn{1}{l}{Langer Titel} - & \multicolumn{1}{c}{KT} & \multicolumn{1}{c}{Langer Titel} - & \multicolumn{1}{r}{KT} & \multicolumn{1}{r}{Langer Titel}\\ \hline - 123.4 & 123.4 & 123.4 & 123.4 & 123.4 & 123.4 \\ - 12.3 & 12.3 & 12.3 & 12.3 & 12.3 & 12.3 \\ - 1.2 & 1.2 & 1.2 & 1.2 & 1.2 & 1.2 \\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-22-3.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-22-3.ltx deleted file mode 100644 index 599e83576a6..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-22-3.ltx +++ /dev/null @@ -1,38 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-22-3 auf Seite 96. -%% -%% 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[ngerman]{babel} -\usepackage[utf8]{inputenc} -\setlength\tabcolsep{3pt} - -\usepackage{warpcol} - -\begin{document} -\begin{tabular}{@{} - >{\pcolbegin{l}{3.1}}c<{\pcolend}P{3.1} - >{\pcolbegin{c}{3.1}}c<{\pcolend} @{}}\hline -\multicolumn{1}{@{}c}{Linksbündig} - & \multicolumn{1}{c}{Rechtsbündig} - & \multicolumn{1}{c@{}}{Zentriert}\\ \hline - 123.4&123.4&123.4\\12.3&12.3&12.3\\ - 1.2&1.2&1.2\\\hline - \end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-22-4.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-22-4.ltx deleted file mode 100644 index 01f66d27222..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-22-4.ltx +++ /dev/null @@ -1,35 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-22-4 auf Seite 96. -%% -%% 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{146.59192pt} -\setlength\parindent{0pt} -\usepackage[ngerman]{babel} -\usepackage[utf8]{inputenc} - -\usepackage{warpcol,eurosym} -\newcolumntype{L}[1]{>{\pcolbegin{l}{#1}}l<{\pcolend}} - -\begin{document} -\begin{tabular}{@{} L{< 1.3} P{3\,3.2} @{}}\hline -\multicolumn{1}{@{}c}{\emph{p}} - & \multicolumn{1}{c@{}}{\emph{Kosten (\euro)}}\\\hline - > 0.1 & 123\,456.78 \\ < 0.1 & 23\,456.78 \\ - < 0.01 & 4\,523.45 \\ < 0.001 & 345.67 \\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-23-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-23-1.ltx deleted file mode 100644 index b347b3e881d..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-23-1.ltx +++ /dev/null @@ -1,37 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-23-1 auf Seite 97. -%% -%% 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{355.65944pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} - -\usepackage{tabularx,widetable} - -\begin{document} -\begin{tabular*}{\linewidth}{|l|c@{\kern\tabcolsep\vrule\extracolsep{\fill}}c|}\hline -Spalte A & Breitere Spalte B & longtable*\\\hline -\end{tabular*}\par\bigskip -\begin{tabularx}{\linewidth}{|l|X|X|}\hline -Spalte A & Breitere Spalte B & tabularx\\\hline -\end{tabularx}\par\bigskip -\begin{widetable}{\linewidth}{|l|c|c|}\hline -Spalte A & Breitere Spalte B & widetable\\\hline -\end{widetable} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-24-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-24-1.ltx deleted file mode 100644 index ecee26ad806..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-24-1.ltx +++ /dev/null @@ -1,31 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-24-1 auf Seite 98. -%% -%% 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{dcolumn} - -\begin{document} -\begin{tabular}{| c | D{.}{,}{5} | D{,}{.}{-1} | } -Name & Wert & Normdarstellung\\\hline - e & 2.71828 & 0,271828\cdot10^{1}\\ $\pi$ & 3.1416 & 0,31416\cdot10^{1}\\ - v & 0.21 & 0,21 \\ Q & 0 & 0 -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-24-2.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-24-2.ltx deleted file mode 100644 index 2cdd970bbe9..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-24-2.ltx +++ /dev/null @@ -1,31 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-24-2 auf Seite 98. -%% -%% 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{dcolumn} \newcommand\mc[1]{\multicolumn{1}{c|}{\emph{#1}}} - -\begin{document} -\begin{tabular}{| c | D{.}{,}{5} | D{,}{.}{-1} | } -\emph{Name} & \mc{Wert} & \mc{Normdarstellung}\\\hline - e & 2.71828 & 0,271828\cdot10^{1}\\ $\pi$ & 3.1416 & 0,31416\cdot10^{1}\\ - v & 0.21 & 0,21 \\ Q & 0 & 0 -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-24-3.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-24-3.ltx deleted file mode 100644 index 41282f88cdc..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-24-3.ltx +++ /dev/null @@ -1,31 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-24-3 auf Seite 99. -%% -%% 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{dcolumn} \newcommand\mc[1]{\multicolumn{1}{c|}{\emph{#1}}} - -\begin{document} -\begin{tabular}{| c | D{.}{,}{5} | >{$}l<{$} | } -\emph{Name} & \mc{Wert} & \mc{Normdarstellung}\\\hline - e & 2.71828 & 0,271828\cdot10^{1}\\ $\pi$ & 3.1416 & 0,31416\cdot10^{1}\\ - v & 0.21 & 0,21 \\ Q & 0 & 0 -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-24-4.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-24-4.ltx deleted file mode 100644 index 56198787cbe..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-24-4.ltx +++ /dev/null @@ -1,34 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-24-4 auf Seite 99. -%% -%% 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{dcolumn} -\newcolumntype{d}[1]{D{.}{.}{#1}} -\newcommand{\mc}[1]{\multicolumn{1}{c|}{#1}} -\newcommand{\Mc}[1]{\multicolumn{1}{|c|}{#1}} - -\begin{document} -\begin{tabular}{| d{-1}| d{1}| d{2}| d{3.2}| d{5.2}|} -\Mc{d\{-1\}}&\mc{d\{1\}}&\mc{d\{2\}}&\mc{d\{3.2\}}&\mc{d\{5.2\}}\\\hline --13.02 & -13.02 & -13.02 & -13.02 & -13.02 \\ --13.02 & -13.02 & -13.02 & -13.02 & -13.02 -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-25-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-25-1.ltx deleted file mode 100644 index 0118566a67a..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-25-1.ltx +++ /dev/null @@ -1,31 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-25-1 auf Seite 100. -%% -%% 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{rccol} -\newcommand\mc[2]{\multicolumn{1}{#1}{\ttfamily#2}} - -\begin{document} -\begin{tabular}{| R{1}{5} | R{1}{6} @{$\cdot10^1$\hspace{\tabcolsep}} | c | R{3}{2} |} -\mc{|c|}{R\{1\}\{5\}} & \mc{c|}{R\{1\}\{6\}} & c & \mc{c|}{R\{3\}\{2\}}\\\hline -2,71828 & 0,271828 & $\pi$ & 314.16\\ 0,21 & 0,21 & Q & 0.3\\ -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-25-2.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-25-2.ltx deleted file mode 100644 index 1bbf900801b..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-25-2.ltx +++ /dev/null @@ -1,31 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-25-2 auf Seite 101. -%% -%% 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{rccol} \newcommand\mc[2]{\multicolumn{1}{#1}{\ttfamily#2}} - -\begin{document} -\begin{tabular}{| R-{1}{4} | R{1}{6} @{$\cdot10^1$\hspace{\tabcolsep}} - | c | R[.][,]{3}{2} |} -\mc{|c|}{R-\{1\}\{4\}} & \mc{c|}{R\{1\}\{6\}} & c & \mc{c|}{R[.][,]\{3\}\{2\}}\\\hline --2,71828 & 0,271828 & $\pi$ & 314.16\\ -0,21 & 0,21 & Q & 0.3\\ -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-26-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-26-1.ltx deleted file mode 100644 index 5bb725e9ff5..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-26-1.ltx +++ /dev/null @@ -1,36 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-26-1 auf Seite 103. -%% -%% 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{355.65944pt} -\usepackage[utf8]{inputenc} - -\usepackage{siunitx,booktabs} - -\begin{document} -\begin{tabular}{S - S[tabnumalign=centre,tabformat=2.4] - S[tabnumalign=right, tabformat=2.4] - S[tabnumalign=left,tabformat=2.4, decimalsymbol=comma]}\toprule -\emph{Standard}&\emph{Zentriert}&\emph{Rechtsbündig}&\emph{Linksbündig}\\\midrule - 2.3456 & 2.3456 & 2.3456 & 2.3456 \\ -34.25 & 34.25 & 34.25 & 34.25 \\ - 6.7835 & 6.7835 & 6.7835 & 6.7835 \\ -90.473 & 90.473 & 90.473 & 90.473 \\\bottomrule -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-26-10.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-26-10.ltx deleted file mode 100644 index 93d0e75bfa2..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-26-10.ltx +++ /dev/null @@ -1,42 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% -%% 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{146.59192pt} -\usepackage[utf8]{inputenc} -\setlength\parindent{0pt} - -\usepackage{siunitx,booktabs} - -\begin{document} -\begin{tabular}{@{} - S<{{\,\si{\kg}}} S<{{\,\si{\kg}}} @{}}\toprule -\multicolumn{1}{@{}c}{\emph{Tabellenspalte}} & -\multicolumn{1}{c@{}}{\emph{Tabellenspalte}}\\ -\midrule -1.23 & 1.23 \\ 4.56 & 4.56 \\ 7.8 & 7.8 \\ -\bottomrule -\end{tabular}\\[8pt] -\begin{tabular}{@{} - S<{{\,\si{\kg}}} S<{{\,\si{\kg}}} @{}}\toprule -\multicolumn{1}{@{}c}{\emph{Tabellenspalte}} & -\multicolumn{1}{c@{}}{\emph{Tabellenspalte}}\\ -\midrule -1.23 & 1.23 \cr 4.56 & 4.56 \cr 7.8 & 7.8 \cr -\bottomrule -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-26-2.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-26-2.ltx deleted file mode 100644 index e0e675445bd..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-26-2.ltx +++ /dev/null @@ -1,37 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-26-2 auf Seite 103. -%% -%% 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{355.65944pt} -\usepackage[utf8]{inputenc} - -\usepackage[expproduct=\cdot]{siunitx} \usepackage{booktabs} - -\begin{document} -\begin{tabular}{S[tabnumalign=centre,tabformat=2.2e2] - S[tabnumalign=centre,tabformat=+2.2e2] - S[tabnumalign=centre,tabformat=2.2e1.1] - S}\toprule -\emph{Sehr große Werte} & \emph{Sehr große Werte} & -\emph{Sehr große Werte} & \emph{Werte}\\\midrule - 2.3e1 & 2.34e1 & +-2.34e1 & +2.31 \\ --34.23e45 & -34.23e45 & -34.23e45 & 34.23 \\ --56.78 & -56.78 & -56.78 & -56.78 \\ - 1.0e34 & 1.0e34 & +1.0e34 & +-1.0 \\\bottomrule -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-26-3.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-26-3.ltx deleted file mode 100644 index d0c81d15e6b..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-26-3.ltx +++ /dev/null @@ -1,33 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-26-3 auf Seite 104. -%% -%% 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{170.59192pt} -\usepackage[utf8]{inputenc} - -\usepackage[expproduct=\cdot]{siunitx} -\usepackage{booktabs} -\sisetup{tabformat=1.3e2,tabnumalign=centre} - -\begin{document} -\begin{tabular}{SS[tabalignexp=false]}\toprule -\emph{Spalte} & \emph{Spalte} \\\midrule -1.2e3 & 1.2e3\\ -1.234e56 & 1.234e56\\\bottomrule -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-26-4.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-26-4.ltx deleted file mode 100644 index bacbafaf330..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-26-4.ltx +++ /dev/null @@ -1,38 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-26-4 auf Seite 104. -%% -%% 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{170.59192pt} -\usepackage[utf8]{inputenc} - -\usepackage[expproduct=\cdot]{siunitx} -\usepackage{booktabs} -\sisetup{tabformat=1.3,tabnumalign=centre} - -\begin{document} -\begin{tabular}{% - S - S[tabautofit] - S[tabautofit,tabnumalign=centredecimal]}\toprule -\emph{Spalte} & \emph{Spalte} - & \emph{Spalte} \\\midrule -1.2 & 1.2 & 1.2 \\ -1.234 & 1.2345 & 1.234\\ -\bottomrule -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-26-5.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-26-5.ltx deleted file mode 100644 index a359e08c173..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-26-5.ltx +++ /dev/null @@ -1,36 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-26-5 auf Seite 105. -%% -%% 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} -\usepackage[utf8]{inputenc} - -\usepackage[expproduct=\cdot]{siunitx} -\sisetup{tabparseonly} -\usepackage{booktabs} - -\begin{document} -\begin{tabular}{ S S[tabnumalign=left] - S[tabnumalign=right]}\toprule -\emph{Zentriert} & \emph{Linksbündig} - & \emph{Rechtsbündig} \\\midrule -14.2 & 14.2 & 14.2 \\ -1.23456 & 1.23456 & 1.23456\\ -1.2e3 & 1.2e3 & 1.2e3\\\bottomrule -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-26-6.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-26-6.ltx deleted file mode 100644 index b1fb4ca949a..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-26-6.ltx +++ /dev/null @@ -1,35 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-26-6 auf Seite 105. -%% -%% 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{146.59192pt} -\usepackage[utf8]{inputenc} - -\usepackage{siunitx} \usepackage{booktabs} - -\begin{document} -\begin{tabular}{ - S[digitsep=none,decimalsymbol={\,\pm\,}, - numdigits={0123456789.},numdecimal=+]}\toprule -\emph{Zahlenwerte}\\\midrule - 2.3456 + 0.02 \\ -34.2345 + 0.001 \\ -56.7835 + 0.067 \\ -90.473 + 0.021 \\\bottomrule -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-26-7.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-26-7.ltx deleted file mode 100644 index 7055e87d0c6..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-26-7.ltx +++ /dev/null @@ -1,35 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-26-7 auf Seite 105. -%% -%% 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{146.59192pt} -\usepackage[utf8]{inputenc} - -\usepackage{siunitx} \usepackage{booktabs} - -\begin{document} -\begin{tabular}{ - S[tabformat=1.2e-1,tabnumalign=centre] - s[tabunitalign=left]}\toprule -{\emph{Wert}} & \emph{Einheit}\\\midrule -2.16e-5 & \metre\squared\per\second \\ -2.83e-6 & \metre\squared\per\second \\ -7.39e3 & \pascal\cubic\metre\per\mole\\ -1.0e5 & \pascal \\\bottomrule -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-26-8.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-26-8.ltx deleted file mode 100644 index 45898b0be91..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-26-8.ltx +++ /dev/null @@ -1,34 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-26-8 auf Seite 106. -%% -%% 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{146.59192pt} -\usepackage[utf8]{inputenc} - -\usepackage{siunitx} \usepackage{booktabs} - -\begin{document} -\begin{tabular}{S[tabformat=1.2e-1,tabnumalign=centre]@{\,} - s[tabunitalign=left]}\toprule -{\emph{Wert}} & \emph{Einheit}\\\midrule -2.16e-5 & \metre\squared\per\second \\ -2.83e-6 & \metre\squared\per\second \\ -7.39e3 & \pascal\cubic\metre\per\mole\\ -1.0e5 & \pascal \\\bottomrule -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-26-9.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-26-9.ltx deleted file mode 100644 index fd5161f6a75..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-26-9.ltx +++ /dev/null @@ -1,38 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-26-9 auf Seite 106. -%% -%% 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} -\usepackage[utf8]{inputenc} - -\usepackage[expproduct=\cdot]{siunitx} -\usepackage{booktabs} -\sisetup{tabnumalign=centre} - -\begin{document} -\begin{tabular}{c - S[tabformat=1.3e1]<{{\,\si{\kilogram}}} - S[tabformat=2.2]}\toprule -\emph{No} & \multicolumn{1}{c}{\emph{Masse}} - & {Masse/\SI{e3}{\kilogram}}\\\midrule -1 & 4.56e3 & 4.56 \\ -2 & 2.40e3 & 2.40 \\ -3 & 1.345e4 & 13.45 \\ -4 & 4.5e2 & 0.45 \\\bottomrule -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-27-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-27-1.ltx deleted file mode 100644 index 3ca23472cd3..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-27-1.ltx +++ /dev/null @@ -1,39 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-27-1 auf Seite 107. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} - -\usepackage{polytable} - -\begin{document} -\begin{pboxed} -\column{A}{l}\column{B}{l} -\column{C}{l}\column{D}{l} -\={A} function - \>[B] \textbf{fact(n: integer)}: integer;\\ -\>[B] begin \>[C]\qquad \>[D]\qquad\\ - \={C} if $n>1$ then \\ - \={D} fact:= n * fact(n-1) \\ - \>[C] else \\ - \>[D] fact:= 1; \\ -\>[A] end; -\end{pboxed} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-28-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-28-1.ltx deleted file mode 100644 index 70c642da171..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-28-1.ltx +++ /dev/null @@ -1,32 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-28-1 auf Seite 108. -%% -%% 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{tabto} - -\begin{document} -Ein\tabto{3cm}Sprung auf 3\,cm.\\ -\makebox[3cm][r]{$\Rightarrow$}\\ -Ein langer Text am Anfang -\tabto{3cm}Sprung auf 3\,cm.\\ -\makebox[3cm][r]{$\Rightarrow$} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-28-2.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-28-2.ltx deleted file mode 100644 index fce7f25a3fa..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-28-2.ltx +++ /dev/null @@ -1,34 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-28-2 auf Seite 108. -%% -%% 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{tabto} - -\begin{document} -Ein\tabto*{3cm}Sprung auf 3\,cm.\\ -\makebox[3cm][r]{$\Rightarrow$}\\ -Ein langer Text am Anfang -\tabto*{3cm}Sprung auf 3\,cm.% -\tabto*{1cm}1\,cm\\ -\makebox[1cm][r]{$\Rightarrow$}% -\makebox[2cm][r]{$\Rightarrow$} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-28-3.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-28-3.ltx deleted file mode 100644 index 56a38147f5b..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-28-3.ltx +++ /dev/null @@ -1,33 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-28-3 auf Seite 108. -%% -%% 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{tabto} - -\begin{document} -\TabPositions{1cm,3cm} -Ein\tab\tab Sprung auf 3\,cm.\\ -\makebox[3cm][r]{$\Rightarrow$}\\ -Ein langer Text am Anfang% - \tab Zeilenumbruch!\\ -0\tab 1\,cm\tab 3\,cm -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-28-4.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-28-4.ltx deleted file mode 100644 index ef87932d51b..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-28-4.ltx +++ /dev/null @@ -1,32 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-28-4 auf Seite 109. -%% -%% 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{218.59192pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} -\setlength\textwidth{200pt} - -\usepackage{tabto} - -\begin{document} -\NumTabs{4} -\tab1\tab2\tab3 \hfill Ende\par -\NumTabs{3} -\tab1\tab2\tab3 \hfill Ende -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-29-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-29-1.ltx deleted file mode 100644 index d7ad852615e..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-29-1.ltx +++ /dev/null @@ -1,38 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-29-1 auf Seite 109. -%% -%% 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} -\setlength\textwidth{200pt} - -\usepackage{Tabbing} - -\begin{document} -Eine normale Textzeile vor der Umgebung. -\begin{Tabbing} -Die \TAB{=}Musterzeile \TAB{=}kann auch - \TAB{=},,gekillt`` \TAB{=}werden\\ -\TAB{>}erstes Caf\'e\\ -\TAB{>}\TAB{>}zweites Caf\'e\\ -\TAB{>}\TAB{>}\TAB{>}M\^aitre\\ -\TAB{>}Cr\`eme - \TAB{>}\TAB{>}\TAB{>}br\^ul\'ee -\end{Tabbing} -Eine normale Textzeile nach der Umgebung. -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/02-29-2.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/02-29-2.ltx deleted file mode 100644 index 47fc320c3ef..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/02-29-2.ltx +++ /dev/null @@ -1,38 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 02-29-2 auf Seite 110. -%% -%% 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} -\setlength\textwidth{200pt} - -\usepackage{Tabbing} - -\begin{document} -Eine normale Textzeile vor der Umgebung. -\begin{Tabbing} -Die \TAB{=}Musterzeile \TAB{=}wird jetzt - \TAB{=},,gekillt`` \TAB{=}werden\kill -\TAB{>}erstes Caf\'e\\ -\TAB{>}\TAB{>}zweites Caf\'e\\ -\TAB{>}\TAB{>}\TAB{>}M\^aitre\\ -\TAB{>}Cr\`eme - \TAB{>}\TAB{>}\TAB{>}br\^ul\'ee -\end{Tabbing} -Eine normale Textzeile nach der Umgebung. -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/03-01-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/03-01-1.ltx deleted file mode 100644 index 9db3608c32e..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/03-01-1.ltx +++ /dev/null @@ -1,33 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 03-01-1 auf Seite 112. -%% -%% 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{colortbl} -\definecolor{gray70}{gray}{0.7} -\definecolor{gray90}{gray}{0.9} - -\begin{document} -\begin{tabular}{>{\columncolor{gray70}}c - >{\columncolor[rgb]{1,0,0}}c - >{\columncolor{gray90}}c} -Eins & Zwei & Drei\\ A & B & C -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/03-01-10.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/03-01-10.ltx deleted file mode 100644 index 64608fe67a5..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/03-01-10.ltx +++ /dev/null @@ -1,35 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 03-01-10 auf Seite 115. -%% -%% 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{122.59192pt} -\setlength\parindent{0pt} - -\usepackage{colortbl} -\newlength\Dicke\setlength\Dicke{2\arrayrulewidth} -\addtolength\Dicke{\doublerulesep} - -\begin{document} -\begin{tabular}{ - !{\color[gray]{0.2}\vline}!{\color[gray]{0.2}\vline}c - !{\color[gray]{0.2}\vrule width \Dicke}c - !{\color{red}\vline}!{\color{red}\vline}c - !{\color{cyan}\vrule width \Dicke}} - Eins & Zwei & Drei\\ A & B & C \\ uno & due & tre -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/03-01-11.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/03-01-11.ltx deleted file mode 100644 index a93410964cf..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/03-01-11.ltx +++ /dev/null @@ -1,33 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 03-01-11 auf Seite 116. -%% -%% 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{146.59192pt} -\setlength\parindent{0pt} - -\usepackage{colortbl} -\setlength\arrayrulewidth{2pt} -\arrayrulecolor{red}\doublerulesepcolor{blue} - -\begin{document} -\begin{tabular}{||c|||c|||c||}\hline\hline - Eins & Zwei & Drei\\\hline\arrayrulecolor[gray]{0.9} - A & B & C \\\hline\hline - uno & due & tre \\\hline\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/03-01-12.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/03-01-12.ltx deleted file mode 100644 index 2150a0110c5..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/03-01-12.ltx +++ /dev/null @@ -1,35 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 03-01-12 auf Seite 116. -%% -%% 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{146.59192pt} -\setlength\parindent{0pt} - -\usepackage{colortbl} -\setlength\arrayrulewidth{2pt} -\arrayrulecolor{red}\doublerulesepcolor[gray]{0.6} - -\begin{document} -\begin{tabular}{||c|||c|||c||}\hline\hline - Eins & Zwei & Drei\\\cline{1-2} - \arrayrulecolor[gray]{0.9} - A & B & C \\\cline{1-1}\cline{3-3} - \arrayrulecolor{black} - uno & due & tre \\\cline{2-2} -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/03-01-2.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/03-01-2.ltx deleted file mode 100644 index 51048d5dd24..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/03-01-2.ltx +++ /dev/null @@ -1,33 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 03-01-2 auf Seite 112. -%% -%% 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{colortbl} -\definecolor{gray70}{gray}{0.7} -\definecolor{gray90}{gray}{0.9} - -\begin{document} -\begin{tabular}{|>{\columncolor{gray70}[0pt]}c| - >{\columncolor[rgb]{1,0,0}[0pt]}c| - >{\columncolor{gray90}[0pt]}c|} -Eins & Zwei & Drei\\ A & B & C -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/03-01-3.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/03-01-3.ltx deleted file mode 100644 index db2d18d033f..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/03-01-3.ltx +++ /dev/null @@ -1,33 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 03-01-3 auf Seite 112. -%% -%% 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{146.59192pt} -\setlength\parindent{0pt} - -\usepackage{colortbl} -\definecolor{gray70}{gray}{0.7} -\definecolor{gray90}{gray}{0.9} - -\begin{document} -\begin{tabular}{@{}>{\columncolor{gray70}[0pt][\tabcolsep]}c - >{\columncolor[rgb]{1,0,0}}c - >{\columncolor{gray90}[\tabcolsep][0pt]}c@{}} -Eins & Zwei & Drei\\ A & B & C -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/03-01-4.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/03-01-4.ltx deleted file mode 100644 index f1ff35c443d..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/03-01-4.ltx +++ /dev/null @@ -1,39 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 03-01-4 auf Seite 113. -%% -%% 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{146.59192pt} -\setlength\parindent{0pt} - -\usepackage[table]{xcolor} - -\begin{document} -\begin{tabular}{ccc} -\rowcolor[gray]{0.6}Eins & Zwei & Drei\\ -\rowcolor[gray]{0.7}A & B & C \\ -\rowcolor[gray]{0.9}uno & due & tre -\end{tabular}\\[6pt] -% -\begin{tabular}{|>{\columncolor{gray!70}[0pt]}c| - >{\columncolor[rgb]{1,0,0}[0pt]}c| - >{\columncolor{gray!90}[0pt]}c|} -\rowcolor[gray]{0.6}Eins & Zwei & Drei\\ -\rowcolor{cyan} A & B & C \\ - uno & due & tre -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/03-01-5.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/03-01-5.ltx deleted file mode 100644 index f522ac0673b..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/03-01-5.ltx +++ /dev/null @@ -1,42 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 03-01-5 auf Seite 113. -%% -%% 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{146.59192pt} -\setlength\parindent{0pt} - -\usepackage{colortbl} - -\begin{document} -\begin{tabular}{||@{} - >{\columncolor[gray]{.7}[0pt][\tabcolsep]}ccc@{}||} -\rowcolor[gray]{0.6}Eins & Zwei& Drei\\ -\rowcolor{cyan} A & B & C\\ uno & due & tre -\end{tabular}\\[8pt] -\begin{tabular}{||@{} - >{\columncolor[gray]{.7}[0pt][\tabcolsep]}ccc@{}||} -\rowcolor[gray]{0.6}[0pt]Eins & Zwei& Drei\\ -\rowcolor{cyan}[0pt] A & B & C\\ uno & due & tre -\end{tabular}\\[8pt] -\begin{tabular}{||@{} - >{\columncolor[gray]{.7}[0pt][\tabcolsep]}cc - >{\columncolor{white}[\tabcolsep][0pt]}c@{}||} -\rowcolor[gray]{0.6}Eins & Zwei& Drei\\ -\rowcolor{cyan} A & B & C\\ uno & due & tre -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/03-01-6.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/03-01-6.ltx deleted file mode 100644 index 7d28d7afbea..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/03-01-6.ltx +++ /dev/null @@ -1,31 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 03-01-6 auf Seite 114. -%% -%% 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{122.59192pt} -\setlength\parindent{0pt} - -\usepackage{colortbl} - -\begin{document} -\begin{tabular}{ccc} -\rowcolor[gray]{0.6}Eins & Zwei & Drei\\ -\rowcolor[gray]{0.7}A & \cellcolor{white}B & C \\ -\rowcolor[gray]{0.9}\cellcolor{red}uno & due & \cellcolor{white}tre -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/03-01-7.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/03-01-7.ltx deleted file mode 100644 index 02e457a5bac..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/03-01-7.ltx +++ /dev/null @@ -1,35 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 03-01-7 auf Seite 114. -%% -%% 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{122.59192pt} -\setlength\parindent{0pt} - -\usepackage{colortbl} -\definecolor{gray70}{gray}{0.7} -\definecolor{gray90}{gray}{0.9} - -\begin{document} -\begin{tabular}{|>{\columncolor{gray70}[0pt]}c| - >{\columncolor[rgb]{1,0,0}[0pt]}c| - >{\columncolor{gray90}[0pt]}c|} -\rowcolor[gray]{0.6}Eins & Zwei & \cellcolor{white}Drei\\ -\rowcolor{cyan} A & \cellcolor{white}B & C \\ -\cellcolor{white}uno & due & tre -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/03-01-8.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/03-01-8.ltx deleted file mode 100644 index 9b7316e76cc..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/03-01-8.ltx +++ /dev/null @@ -1,36 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 03-01-8 auf Seite 115. -%% -%% 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{122.59192pt} -\setlength\parindent{0pt} - -\usepackage{colortbl} -\definecolor{gray70}{gray}{0.7} -\definecolor{gray90}{gray}{0.9} - -\begin{document} -\begin{tabular}{@{} - >{\columncolor{gray70}[0pt][\tabcolsep]}c - >{\columncolor[rgb]{1,0,0}}c - >{\columncolor{gray90}[\tabcolsep][0pt]}c@{}} -\cellcolor{white}Eins & Zwei & Drei\\ -\rowcolor{cyan} A & \cellcolor{white}B & C \\ -\rowcolor[gray]{0.9}uno & due & \cellcolor{white}tre -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/03-01-9.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/03-01-9.ltx deleted file mode 100644 index c694c6f8ba7..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/03-01-9.ltx +++ /dev/null @@ -1,31 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 03-01-9 auf Seite 115. -%% -%% 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{122.59192pt} -\setlength\parindent{0pt} - -\usepackage{colortbl} - -\begin{document} -\begin{tabular}{!{\color[gray]{0.2}\vline}c - !{\color[gray]{0.4}\vline}c!{\color[gray]{0.6}\vline}c - !{\color[gray]{0.7}\vline} !{\color[gray]{0.9}\vline}} - Eins & Zwei & Drei\\ A & B & C \\ uno & due & tre -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/03-02-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/03-02-1.ltx deleted file mode 100644 index c00330dfe47..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/03-02-1.ltx +++ /dev/null @@ -1,32 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 03-02-1 auf Seite 117. -%% -%% 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{146.59192pt} -\setlength\parindent{0pt} - -\usepackage[table]{xcolor} - -\begin{document} -\[ \underline{A} = - \left(\begin{array}{c>{\columncolor{magenta}}cc} - A & B & C\\ -\rowcolor{cyan} A & \cellcolor{white} BBB & C\\ - A & B & C - \end{array}\right) \] -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/03-02-2.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/03-02-2.ltx deleted file mode 100644 index 44cca7e045b..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/03-02-2.ltx +++ /dev/null @@ -1,36 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 03-02-2 auf Seite 118. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} - -\usepackage[table]{xcolor} - -\begin{document} -\rowcolors{1}{}{blue!30} -\begin{tabular}{|ccc|}\hline - \multicolumn{3}{|c|}{Tabelle 1}\\\hline - A & BBB & C\\\hline A & B & C\\\hline -\end{tabular} \par\bigskip -\rowcolors*[\hline]{1}{}{blue!30} -\begin{tabular}{|ccc|} - \multicolumn{3}{|c|}{Tabelle 2}\\ \hiderowcolors - A & BBB & C\\ A & B & C\\ -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/03-02-3.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/03-02-3.ltx deleted file mode 100644 index 3b10e9c4cc1..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/03-02-3.ltx +++ /dev/null @@ -1,45 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 03-02-3 auf Seite 119. -%% -%% 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} -\setlength\delimitershortfall{-3pt} - -\usepackage[table]{xcolor} -\definecolor{umbra}{rgb}{0.8,0.8,0.5} -\newcommand*\zero{\multicolumn{1}{>{\columncolor{white}}c}{0}} -\newcommand*\colCell[2]{\multicolumn{1}{>{\columncolor{#1}}c}{#2}} - -\begin{document} -\[ \left[\, -\begin{array}{*{5}{>{\columncolor[gray]{0.95}}c}} - h_{k,1,0}(n) & h_{k,1,1}(n) & h_{k,1,2}(n) & \zero & \zero \\ - h_{k,2,0}(n) & h_{k,2,1}(n) & h_{k,2,2}(n) & \zero & \zero \\ - h_{k,3,0}(n) & h_{k,3,1}(n) & h_{k,3,2}(n) & \zero & \zero \\ - h_{k,4,0}(n) & \colCell{umbra}{h_{k,4,1}(n)} & h_{k,4,2}(n) & \zero & \zero \\ - \zero & h_{k,1,0}(n-1) & h_{k,1,1}(n-1) & h_{k,1,2}(n-1) & \zero \\ - \zero & h_{k,2,0}(n-1) & h_{k,2,1}(n-1) & h_{k,2,2}(n-1) & \zero \\ - \zero & h_{k,3,0}(n-1) & h_{k,3,1}(n-1) & h_{k,3,2}(n-1) & \zero \\ - \zero & \colCell{umbra}{h_{k,4,0}(n-1)} & h_{k,4,1}(n-1) & h_{k,4,2}(n-1) & \zero \\ - \zero & \zero & h_{k,1,0}(n-2) & h_{k,1,1}(n-2) & h_{k,1,2}(n-2)\\ - \rowcolor[gray]{0.75}\zero&\zero& h_{k,2,0}(n-2) & h_{k,2,1}(n-2) & h_{k,2,2}(n-2)\\ - \zero & \zero & h_{k,3,0}(n-2) & h_{k,3,1}(n-2) & h_{k,3,2}(n-2)\\ - \zero & \zero & h_{k,4,0}(n-2) & h_{k,4,1}(n-2) & h_{k,4,2}(n-2) -\end{array} \,\right]_{12\times 5} \] -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/03-02-4.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/03-02-4.ltx deleted file mode 100644 index a715c3c1394..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/03-02-4.ltx +++ /dev/null @@ -1,44 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 03-02-4 auf Seite 120. -%% -%% 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} -\setlength\delimitershortfall{-3pt} - -\usepackage[table]{xcolor} -\definecolor{umbra}{rgb}{0.8,0.8,0.5} -\newcommand*\zero{\multicolumn{1}{>{\columncolor{white}}c}{0}} - -\begin{document} -\[ \left[\, \rowcolors{1}{umbra}{blue!10} -\begin{array}{*{5}{c}} - h_{k,1,0}(n) & h_{k,1,1}(n) & h_{k,1,2}(n) & \zero & \zero\\ - h_{k,2,0}(n) & h_{k,2,1}(n) & h_{k,2,2}(n) & \zero & \zero\\ - h_{k,3,0}(n) & h_{k,3,1}(n) & h_{k,3,2}(n) & \zero & \zero\\ - h_{k,4,0}(n) & h_{k,4,1}(n) & h_{k,4,2}(n) & \zero & \zero\\ - \zero & h_{k,1,0}(n-1) & h_{k,1,1}(n-1) & h_{k,1,2}(n-1) & \zero\\ - \zero & h_{k,2,0}(n-1) & h_{k,2,1}(n-1) & h_{k,2,2}(n-1) & \zero\\ - \zero & h_{k,3,0}(n-1) & h_{k,3,1}(n-1) & h_{k,3,2}(n-1) & \zero\\ - \zero & h_{k,4,0}(n-1) & h_{k,4,1}(n-1) & h_{k,4,2}(n-1) & \zero\\ - \zero & \zero & h_{k,1,0}(n-2) & h_{k,1,1}(n-2) & h_{k,1,2}(n-2)\\ - \zero & \zero & h_{k,2,0}(n-2) & h_{k,2,1}(n-2) & h_{k,2,2}(n-2)\\ - \zero & \zero & h_{k,3,0}(n-2) & h_{k,3,1}(n-2) & h_{k,3,2}(n-2)\\ - \zero & \zero & h_{k,4,0}(n-2) & h_{k,4,1}(n-2) & h_{k,4,2}(n-2) -\end{array} \,\right]_{12\times 5} \] -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/03-02-5.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/03-02-5.ltx deleted file mode 100644 index dfd44d02d02..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/03-02-5.ltx +++ /dev/null @@ -1,42 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 03-02-5 auf Seite 120. -%% -%% 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{146.59192pt} -\setlength\parindent{0pt} - -\usepackage[table]{xcolor} -\newcommand*\Nr{\number\rownum} - -\begin{document} -\rowcolors[\hline]{3}{green!25}{yellow!50} -\arrayrulecolor{red!75!gray} -\begin{tabular}{ll} - Spalte 1 & Zeile \number\rownum\\ - Spalte 1 & Zeile \Nr\\ Spalte 1 & Zeile \Nr\\ - Spalte 1 & Zeile \Nr\\\arrayrulecolor{black} - Spalte 1 & Zeile \Nr\\ Spalte 1 & Zeile \Nr\\ - \rowcolor{blue!25} Spalte 1 & Zeile \Nr\\ -\hiderowcolors% Farbe unterdrücken - Spalte 1 & Zeile \Nr\\ Spalte 1 & Zeile \Nr\\ - Spalte 1 & Zeile \Nr\\\showrowcolors% Farbe aktivieren - Spalte 1 & Zeile \Nr\\ Spalte 1 & Zeile \Nr\\ -\multicolumn{1}{>{\columncolor{red!40}}l}{Spalte 1} - & Zeile \number\rownum\\ -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/03-02-6.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/03-02-6.ltx deleted file mode 100644 index a6bb058a5a5..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/03-02-6.ltx +++ /dev/null @@ -1,43 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 03-02-6 auf Seite 121. -%% -%% 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{146.59192pt} -\setlength\parindent{0pt} - -\usepackage[table]{xcolor} -\newcommand*\Nr{\number\rownum} - -\begin{document} -\rowcolors*[\hline]{3}{green!25}{yellow!50} -\arrayrulecolor{red!75!gray} -\begin{tabular}{ll} - Spalte 1 & Zeile \number\rownum\\ - Spalte 1 & Zeile \Nr\\ Spalte 1 & Zeile \Nr\\ - Spalte 1 & Zeile \Nr\\\arrayrulecolor{black} - Spalte 1 & Zeile \Nr\\ Spalte 1 & Zeile \Nr\\ - \rowcolor{blue!25} - Spalte 1 & Zeile \Nr\\ Spalte 1 & Zeile \Nr\\ - \hiderowcolors - Spalte 1 & Zeile \Nr\\ Spalte 1 & Zeile \Nr\\ - \showrowcolors - Spalte 1 & Zeile \Nr\\ Spalte 1 & Zeile \Nr\\ - \multicolumn{1}{>{\columncolor{red!40}}l}{Spalte 1} - & Zeile \Nr\\ -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/03-02-7.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/03-02-7.ltx deleted file mode 100644 index 4454971b590..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/03-02-7.ltx +++ /dev/null @@ -1,39 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 03-02-7 auf Seite 121. -%% -%% 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{146.59192pt} -\setlength\parindent{0pt} - -\usepackage[table]{xcolor} -\usepackage{array} -\newcommand*\Nr{\makebox[1cm]{% - \textcolor{CL!!+}{\number\rownum}}} - -\begin{document} -\definecolorseries{CS}{rgb}{last}{yellow}{blue} -\definecolorseries{CL}{rgb}{last}{blue}{yellow} -\resetcolorseries[13]{CS} -\resetcolorseries[13]{CL} -\rowcolors[\hline]{1}{CS!!+}{CS!!+} -\begin{tabular}{c} -\Nr\\ \Nr\\ \Nr\\ \Nr\\ \Nr\\ -\Nr\\ \Nr\\ \Nr\\ \Nr\\ \Nr\\ -\Nr\\ \Nr\\ \Nr -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/03-03-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/03-03-1.ltx deleted file mode 100644 index ec60f676440..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/03-03-1.ltx +++ /dev/null @@ -1,35 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 03-03-1 auf Seite 122. -%% -%% 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{170.59192pt} -\AtBeginDocument{\setlength\parindent{0pt}} -\usepackage[utf8]{inputenc} - -\usepackage[table]{xcolor} -\newcommand\Chline[1]{\arrayrulecolor{#1}\hline} - -\begin{document} -\begin{tabular}{@{}ll@{}}\\\hline -Ägypten & 30.06.1995 \\\Chline{red} -Albanien & 08.09.2000 \\\hline -Angola & 23.11.1996 \\\Chline{blue} -Argentina & 01.01.1995 \\\Chline{red!40} -Antillen & 21.01.1996 \\\hline\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/03-03-2.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/03-03-2.ltx deleted file mode 100644 index 32d393711d5..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/03-03-2.ltx +++ /dev/null @@ -1,36 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 03-03-2 auf Seite 122. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc}% evtl. anpassen! - -\usepackage[table]{xcolor} -\newcommand\Chline[1]{\arrayrulecolor{#1}% - \hline\arrayrulecolor{black}} -\newcommand\Ccline[2]{\arrayrulecolor{#1}% - \cline{#2}\arrayrulecolor{black}} - -\begin{document} -\begin{tabular}{l r r}\\\Chline{blue} -marching band & AN & 9.80\\\hline -presentation & AN & 8.66\\\Ccline{red}{1-2} -commity & AN & 13.31\\\Ccline{blue}{2-3} -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/03-03-3.ltxb b/Master/texmf-dist/doc/latex/latex-tabellen/03-03-3.ltxb deleted file mode 100644 index 2ebbf56a1d7..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/03-03-3.ltxb +++ /dev/null @@ -1,32 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 03-03-3 auf Seite 123. -%% -%% Copyright (C) 2010 Vo\ss -%% -%% 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[xcolor=table]{beamer} -\usetheme{Malmoe} \useoutertheme{sidebar} \usecolortheme{dove} -\newcommand\Chline[1]{\arrayrulecolor{#1}\hline\arrayrulecolor{black}} - - -\begin{document} -\begin{frame}{Beispiel}{Farbige Linien} -\begin{center}\Large -\begin{tabular}{l >{\columncolor{red!30}}r r}\\\Chline{blue} -\rowcolor{magenta!40} \emph{Name} & \emph{Type} & \emph{Value}\\\Chline{blue} -marching band & AN & 9.80\\\Chline{red} presentation & AN & 8.66\\\Chline{green} -commity & AN &13.31\\\Chline{blue} food & AN &11.01\\\hline -\end{tabular} -\end{center} -\end{frame} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/03-03-4.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/03-03-4.ltx deleted file mode 100644 index 3e1e01b5673..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/03-03-4.ltx +++ /dev/null @@ -1,53 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 03-03-4 auf Seite 123. -%% -%% 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} -\AtBeginDocument{\definecolor{RAL1023}{cmyk}{0.0,0.1,0.9,0.0} \definecolor{RAL2010}{cmyk}{0.05,0.7,1.0,0.0} -\definecolor{RAL3020}{cmyk}{0.0,1.0,1.0,0.1} \definecolor{RAL4006}{cmyk}{0.5,1.0,0.0,0.1} -\definecolor{RAL5017}{cmyk}{1.0,0.2,0.05,0.4}\definecolor{RAL6024}{cmyk}{0.9,0.1,0.8,0.1} -\definecolor{RAL7042}{cmyk}{0.3,0.1,0.2,0.4} \definecolor{RAL7043}{cmyk}{0.3,0.1,0.2,0.8} -\definecolor{RAL9016}{cmyk}{0.03,0.0,0.0,0.0}\definecolor{RAL9017}{cmyk}{1.0,0.9,1.0,0.95} -\footnotesize} -\newcommand\TZeile[9]{% - \cellcolor{#1} & \cellcolor{cyan!#2}#2 & \cellcolor{magenta!#3}#3 - &\cellcolor{yellow!#4}#4 &\cellcolor{black!#5}\ifnum#5>60 \color{white}\fi#5 \mbox{#6} - &\cellcolor{red!#7}#7 &\cellcolor{green!#8}#8 &\cellcolor{blue!#9}#9 } - -\usepackage[table]{xcolor}\usepackage{ragged2e}% Definitionen in der Praeambel -> CTAN! - -\begin{document} -\begin{tabular}{>{\Centering}p{1.75cm}>{\columncolor{cyan}}c>{\columncolor{magenta}}c - >{\columncolor{yellow}}c>{\columncolor{black}}c >{\Centering}p{2.5cm} ->{\columncolor{red}}c>{\columncolor{green}}c>{\columncolor{blue}}c >{\Centering}p{1.75cm}} -CMYK & C & M & Y & \color{white}K & Bezeichnung & R & G & \color{white}B & RGB\\\hline -\TZeile{RAL1023}{0}{10}{90}{0}{Verkehrsgelb}{100}{90}{10} & \cellcolor[rgb]{1,0.9,0.1}\\ -\TZeile{RAL2010}{5}{70}{100}{0}{Verkehrsorange}{95}{30}{0} & \cellcolor[rgb]{0.95,0.3,0}\\ -\TZeile{RAL3020}{0}{100}{100}{10}{Verkehrsrot}{90}{0}{0} & \cellcolor[rgb]{0.9,0,0}\\ -\TZeile{RAL4006}{50}{100}{0}{10}{Verkehrspurpur}{40}{0}{90} & \cellcolor[rgb]{0.4,0,0.9}\\ -\TZeile{RAL5017}{100}{20}{5}{40}{Verkehrsblau}{0}{40}{55} & \cellcolor[rgb]{0,0.4,0.55}\\ -\TZeile{RAL6024}{90}{10}{80}{10}{Verkehrsgrün}{0}{80}{10} & \cellcolor[rgb]{0,0.8,0.1}\\ -\TZeile{RAL7042}{30}{10}{20}{40}{Verkehrsgrau A}{30}{50}{40} & \cellcolor[rgb]{0.3,0.5,0.4}\\ -\TZeile{RAL7043}{30}{10}{20}{80}{Verkehrsgrau B}{0}{10}{0} & \cellcolor[rgb]{0,0.1,0}\\ -\TZeile{RAL9016}{3}{0}{0}{0}{Verkehrsweiß}{97}{100}{100} & \cellcolor[rgb]{0.97,1,1}\\ -\TZeile{RAL9017}{100}{90}{100}{95}{Verkehrsschwarz}{0}{0}{0} & \cellcolor[rgb]{0,0,0} -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/03-03-5.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/03-03-5.ltx deleted file mode 100644 index b42f09e9035..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/03-03-5.ltx +++ /dev/null @@ -1,42 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 03-03-5 auf Seite 124. -%% -%% 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{array,booktabs,ragged2e} -\usepackage[table]{xcolor} \definecolor{gold}{rgb}{.99,1,.9} -\definecolor{lgrey}{gray}{.95} \definecolor{lblue}{rgb}{.92,.97,1} -\newcolumntype{C}[1]{>{\columncolor{#1}[0pt][\tabcolsep]\Centering$}c<{$}} -\newcolumntype{M}[2]{>{\columncolor{#1}[2\tabcolsep][0pt]\Centering$}m{#2}<{$}} - -\begin{document} -\begin{tabular}{@{} C{yellow!40}*{10}{>{$}m{12pt}<{$}}M{lgrey}{14pt}M{lgrey}{12pt} @{}} -\toprule -\rowcolor{blue!40}Tabelle&\mathsf1&\mathsf2&\mathsf3&\mathsf4&\mathsf5&\mathsf6 - &\mathsf{7} &\mathsf{8}&\mathsf{9}&\mathsf{10}&Y_{t} &Z_{t}\\\midrule -0 &\circ&\circ&\circ&\circ&\circ &\circ &\circ&\ast &\circ &\circ&1&\mbox{---} \\ -1 &\circ&\circ&\circ&\circ&\circ &\circ &\circ&\dagger&\ast &\circ&1&1\\ -2 &\circ&\circ&\circ&\circ&\ast &\ast &\circ&\dagger&\dagger&\circ&2&2\\ -3 &\circ&\circ&\circ&\circ&\dagger&\ast &\circ&\dagger&\dagger&\circ&1&0\\ -4 &\circ&\circ&\circ&\circ&\dagger&\dagger&\circ&\dagger&\dagger&\circ&0&0\\\bottomrule -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/03-03-6.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/03-03-6.ltx deleted file mode 100644 index dba62671d17..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/03-03-6.ltx +++ /dev/null @@ -1,41 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 03-03-6 auf Seite 124. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} - -\usepackage[table]{xcolor}\usepackage{booktabs} -\arrayrulecolor{red} - -\begin{document} -\begin{tabular}{@{}llr@{}}\toprule -\multicolumn{2}{c}{Item}\\ -\cmidrule(r){1-2}\morecmidrules\cmidrule(r){1-2} -Animal & Description & Price (\$)\\ -\arrayrulecolor{blue}\cmidrule(r){1-1} - \cmidrule[2pt](l{1em}r{1em}){2-2}\cmidrule(l){3-3} -Gnat & per gram & 13.65 \\ - & each & 0.01 \\\addlinespace[2ex] -Gnu & stuffed & 92.50 \\\midrule -Emu & stuffed & 33.33 \\\specialrule{2pt}{1ex}{1ex} -Armadillo & frozen & 8.99\\\arrayrulecolor{green} -\bottomrule -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-01-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/04-01-1.ltx deleted file mode 100644 index ecc5d0a7263..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-01-1.ltx +++ /dev/null @@ -1,43 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-01-1 auf Seite 126. -%% -%% 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{218.59192pt} -\setlength\parindent{0pt} -\setlength\textwidth{220pt} - -\usepackage{longtable} - -\begin{document} -Links \hfill Zentriert \hfill Rechts - -\begin{longtable}{|l|c|r|p{1.7cm}|}\hline -Links & Zentriert & Rechts & Box\\\hline -l & c & r & p\{1.7cm\}\\\hline -\end{longtable} -% Rechtsbündig -\begin{longtable}[r]{|l|c|r|p{1.7cm}|}\hline -Links & Zentriert & Rechts & Box\\\hline -l & c & r & p\{1.7cm\}\\\hline -\end{longtable} -% Linksbündig -\begin{longtable}[l]{|l|c|r|p{1.7cm}|}\hline -Links & Zentriert & Rechts & Box\\\hline -l & c & r & p\{1.7cm\}\\\hline -\end{longtable} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-01-10.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-01-10.ltx2 deleted file mode 100644 index cc2e7b4dad9..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-01-10.ltx2 +++ /dev/null @@ -1,55 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-01-10 auf Seite 134. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:85mm,pagesize]{typearea} -\setlength\parindent{0pt} -\usepackage[ngerman]{babel} -\usepackage{fancyhdr} -\lhead{\small\texttt{\textbackslash caption}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{longtable} - -\begin{document} -Belangloser Text vor der nun einzufügenden \texttt{longtable}. - -\begin{longtable}{@{}l c r p{1.5cm}@{}} -L & Z & R & Box\\\hline -\endfirsthead -\multicolumn{4}{@{}l}{\small\ldots\emph{Fortsetzung}}\\\hline -L & Z & R & Box\\\hline -\endhead -\hline -\multicolumn{4}{r@{}}{\small\emph{Fortsetzung nächste Seite} \ldots}\\ -\caption{Tabellenunterschrift}\\ -\endfoot -\hline -\\[-2ex] -\caption{Tabellenunterschrift} -\endlastfoot -l & c & r & 1. Zeile\\ l & c & r & 2. Zeile\\ l & c & r & 3. Zeile\\ -l & c & r & 4. Zeile\\ l & c & r & 5. Zeile\\ l & c & r & 6. Zeile\\ -l & c & r & 7. Zeile\\ l & c & r & 8. Zeile\\ l & c & r & 9. Zeile\\ -l & c & r &10. Zeile\\ l & c & r &11. Zeile\\ l & c & r &12. Zeile\\ -\end{longtable} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-01-11.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-01-11.ltx2 deleted file mode 100644 index 22e6fead94d..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-01-11.ltx2 +++ /dev/null @@ -1,51 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-01-11 auf Seite 135. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:82mm,pagesize]{typearea} -\setlength\parindent{0pt} -\usepackage[ngerman]{babel} -\usepackage{fancyhdr} -\lhead{\small\texttt{\textbackslash caption}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{longtable}\setlength\LTcapwidth{1in} - -\begin{document} -Belangloser Text vor der nun einzufügenden \texttt{longtable}. -\begin{longtable}{@{}l c r p{1.5cm}@{}} -L & Z & R & Box\\\hline -\endfirsthead -\multicolumn{4}{@{}l}{\small\ldots\emph{Fortsetzung}}\\\hline L & Z & R & Box\\\hline -\endhead -\hline -\multicolumn{4}{r@{}}{\small\emph{Fortsetzung nächste Seite} \ldots} -\endfoot -% leerer letzter Fuß, keine Linie nach caption -\endlastfoot -l & c & r & 1. Zeile\\ l & c & r & 2. Zeile\\ l & c & r & 3. Zeile\\ -l & c & r & 4. Zeile\\ l & c & r & 5. Zeile\\ l & c & r & 6. Zeile\\ -l & c & r & 7. Zeile\\ l & c & r & 8. Zeile\\ l & c & r & 9. Zeile\\ -l & c & r &10. Zeile\\ l & c & r &11. Zeile\\ l & c & r &12. Zeile\\\hline -\caption{Tabellenunterschrift mit 1\,Inch Breite} -\end{longtable} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-01-12.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-01-12.ltx2 deleted file mode 100644 index bce151718d7..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-01-12.ltx2 +++ /dev/null @@ -1,45 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-01-12 auf Seite 136. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:85mm,pagesize]{typearea} -\setlength\parindent{0pt} -\usepackage[ngerman]{babel} -\AtBeginDocument{\selectlanguage{ngerman}} -\usepackage{fancyhdr} -\lhead{\small\texttt{\textbackslash caption}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{longtable} -\usepackage[labelfont=bf]{caption} - -\begin{document} -\setlength\LTcapwidth{2.75cm}% <--- Länge ändern -\begin{longtable}{@{}l c r p{1.5cm}@{}} -\caption{Eine Tabellenüberschrift mit 2,75\,cm Breite\label{tab:l4}}\\[5pt] -L & Z & R & Box\\\hline -l & c & r & 1. Zeile\\ l & c & r & 2. Zeile\\ l & c & r & 3. Zeile\\ -l & c & r & 4. Zeile\\ l & c & r & 5. Zeile\\ l & c & r & 6. Zeile\\ -l & c & r & 7. Zeile\\ l & c & r & 8. Zeile\\ l & c & r & 9. Zeile\\ -l & c & r &10. Zeile\\ l & c & r &11. Zeile\\ l & c & r &12. Zeile\\\hline -\end{longtable} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-01-13.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-01-13.ltx2 deleted file mode 100644 index 60077c1d781..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-01-13.ltx2 +++ /dev/null @@ -1,44 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-01-13 auf Seite 137. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:85mm,pagesize]{typearea} -\setlength\parindent{0pt} -\usepackage{fancyhdr} -\lhead{\small\texttt{\textbackslash caption}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{longtable} - -\begin{document} -Eine Demo\footnote{Textzeile} für Fußnoten. -\begin{longtable}{@{}l c r p{1.5cm}@{}} -L\footnote{Ãœberschrift} & Z & R & Box\\\hline -l & c\footnote{Erste Zeile, zweite Spalte} & r & 1. Zeile -\\ l & c & r\footnote{Zweite Zeile, dritte Spalte} & 2. Zeile\\ -l & c & r & 3. Zeile\\ l & c & r & 4. Zeile\\ l & c & r & 5. Zeile -\\ l & c & r & 6. Zeile\\ l & c & r & 7. Zeile\\ -l & c & r & 8. Zeile\footnote{Achte Zeile, letzte Spalte}\\ l & c & r & 9. Zeile\\ -l & c & r &10. Zeile\\ l\footnote{Elfte Zeile, erste Spalte} & c & r &11. Zeile\\\hline -\end{longtable} -Eine Demo\footnote{Textzeile} für Fußnoten. -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-01-14.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-01-14.ltx2 deleted file mode 100644 index c4be6bf3654..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-01-14.ltx2 +++ /dev/null @@ -1,43 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-01-14 auf Seite 138. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:85mm,pagesize]{typearea} -\setlength\parindent{0pt} -\usepackage[ngerman]{babel} -\usepackage{fancyhdr} -\lhead{\small\texttt{\textbackslash caption}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{longtable} -\setlength\LTchunksize{7} \setlength\LTcapwidth{2.75cm} - -\begin{document} -\begin{longtable}{@{}l c r p{1.5cm}@{}} -\caption{Eine Tabellen\"uberschrift mit 2,75\,cm Breite\label{tab:l4}}\\[5pt] -L & Z & R & Box\\\hline -l & c & r & 1.\\ ll & c & r & 2.\\ l & c & r & 3.\\ -l & c & r & 4.\\ lll & c & rr & 5.\\ l & cc & r & 6.\\ -l & c & r & 7.\\ llll & c & rrr & 8. Zeile\\ l & ccc & r & 9. Zeile\\ -l & c & r &10. Zeile\\ llll & c & rrrr &11. Zeile\\ l & cccc & r &12. Zeile\\\hline -\end{longtable} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-01-15.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-01-15.ltx2 deleted file mode 100644 index d7f1511bb06..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-01-15.ltx2 +++ /dev/null @@ -1,42 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-01-15 auf Seite 139. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:85mm,pagesize]{typearea} -\setlength\parindent{0pt} -\usepackage[ngerman]{babel} -\usepackage{fancyhdr} -\lhead{\small\texttt{\textbackslash kill}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{longtable} - -\begin{document} -\begin{longtable}{@{}l c r p{1.5cm}@{}} -L & XXXX & Rechts & p \kill -L & Z & R & Box\\\hline -l & c & r & 1.\\ ll & c & r & 2.\\ l & c & r & 3.\\ -l & c & r & 4.\\ lll & c & rr & 5.\\ l & cc & r & 6.\\ -l & c & r & 7.\\ llll & c & rrr & 8. Zeile\\ l & ccc & r & 9. Zeile\\ -l & c & r &10. Zeile\\ llll & c & rrrr &11. Zeile\\ l & cccc & r &12. Zeile\\\hline -\end{longtable} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-01-2.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-01-2.ltx2 deleted file mode 100644 index fc2adaef9c9..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-01-2.ltx2 +++ /dev/null @@ -1,43 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-01-2 auf Seite 127. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:85mm,pagesize]{typearea} -\usepackage[ngerman]{babel} -\AtBeginDocument{\selectlanguage{ngerman} -\setlength\parindent{0pt} -\setlength\LTpre{0pt}} -\usepackage{fancyhdr} -\lhead{\small Seitenumbruch-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{array,longtable} - -\begin{document} -\begin{longtable}{@{}l c r >{\hspace{0pt}}p{2.5cm}@{}} -l & c & r & 1. Zeile\\\hline -l & c & r & 2. Zeile\\\hline -l & c & r & Eine Zeile mit besonders viel Text, der dazu führt, dass bereits - nach der zweiten Tabellenzeile umbrochen werden muss, da die dritte Zeile - zu hoch ist, um auf die erste Seite zu passen. -\end{longtable} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-01-3.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-01-3.ltx2 deleted file mode 100644 index 7ef1e1bc3e8..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-01-3.ltx2 +++ /dev/null @@ -1,43 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-01-3 auf Seite 127. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:85mm,pagesize]{typearea} -\usepackage[ngerman]{babel} -\AtBeginDocument{\selectlanguage{ngerman} -\setlength\parindent{0pt} -\setlength\LTpre{0pt}} -\usepackage{fancyhdr} -\lhead{\small Seitenumbruch-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{array,longtable} - -\begin{document} -\begin{longtable}{@{}l c r >{\arraybackslash\hspace{0pt}}p{2.5cm}@{}} -l & c & r & 1. Zeile\\\hline l & c & r & 2. Zeile\\\hline -l & c & r & Eine Zeile mit besonders viel Text, der dazu führt, dass bereits nach der - zweiten Tabellenzeile umbrochen werden muss, da die dritte Zeile zu \\% eingefügt! - & & & hoch ist, um auf \\% eingefügt! - & & & die erste Seite zu passen. -\end{longtable} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-01-4.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-01-4.ltx2 deleted file mode 100644 index 14ab1057270..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-01-4.ltx2 +++ /dev/null @@ -1,48 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-01-4 auf Seite 128. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:85mm,pagesize]{typearea} -\usepackage[ngerman]{babel} -\AtBeginDocument{\selectlanguage{ngerman} -\setlength\parindent{0pt} -\setlength\LTpre{0pt}} -%\setlength\textheight{5cm} -%\setlength\textwidth{5cm} -\usepackage{fancyhdr} -\lhead{\small Seitenumbruch-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{array,longtable} -\newcommand\NewLine{\setlength\parfillskip{0pt}\tabularnewline} - -\begin{document} -\begin{longtable}{@{}l c r >{\arraybackslash\hspace{0pt}}p{2.5cm}@{}} -l & c & r & 1. Zeile\\\hline -l & c & r & 2. Zeile\\\hline -l & c & r & Eine Zeile mit besonders viel Text, der dazu führt, dass bereits - nach der zweiten Tabellenzeile umbrochen werden muss, - da die dritte Zeile zu \NewLine% eingefügt! - & & & hoch ist, um auf \NewLine% eingefügt! - & & & die erste Seite zu passen. -\end{longtable} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-01-5.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-01-5.ltx2 deleted file mode 100644 index 312d686ee34..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-01-5.ltx2 +++ /dev/null @@ -1,40 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-01-5 auf Seite 129. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:83mm,pagesize]{typearea} -\setlength\parindent{0pt} -\usepackage{fancyhdr} -\lhead{\small\texttt{newpage}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{longtable} - -\begin{document} -\begin{longtable}{@{}l c r p{1.5cm}@{}} -L & Z & R & Box\\\hline -l & c & r & 1. Zeile\\ l & c & r & 2. Zeile\\ l & c & r & 3. Zeile\\ -l & c & r & 4. Zeile\\ l & c & r & 5. Zeile\\ l & c & r & 6. Zeile\\\newpage -l & c & r & 7. Zeile\\ l & c & r & 8. Zeile\\ l & c & r & 9. Zeile\\ -l & c & r &10. Zeile\\ l & c & r &11. Zeile\\ l & c & r &12. Zeile -\end{longtable} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-01-6.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/04-01-6.ltx deleted file mode 100644 index 30b9e4dfbd3..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-01-6.ltx +++ /dev/null @@ -1,50 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-01-6 auf Seite 130. -%% -%% 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{218.59192pt} - -\usepackage[utf8]{inputenc}% eventuell anpassen -\setlength\parindent{0pt} -\setlength\textwidth{5cm} - -\usepackage{longtable,calc} -\newsavebox\TBox - -\begin{document} -\sbox\TBox{\begin{tabular}{|l|c|r|p{1.5cm}|} -Links & Zentriert & Rechts & Box -\end{tabular}} -Links \hfill Zentriert \hfill Rechts -\begin{longtable}{|l|c|r|p{1.5cm}|}\hline -Links & Zentriert & Rechts & Box\\\hline -l & c & r & p\{1.5cm\}\\\hline -\end{longtable} -\setlength\LTleft{\textwidth-\wd\TBox} -\raggedleft Rechtsbündig -\begin{longtable}{|l|c|r|p{1.5cm}|}\hline -Links & Zentriert & Rechts & Box\\\hline -l & c & r & p\{1.5cm\}\\\hline -\end{longtable} -\setlength\LTleft{0.5\textwidth-0.5\wd\TBox} -\centering Zentriert -\begin{longtable}{|l|c|r|p{1.5cm}|}\hline -Links & Zentriert & Rechts & Box\\\hline -l & c & r & p\{1.5cm\}\\\hline -\end{longtable} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-01-7.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/04-01-7.ltx deleted file mode 100644 index c5abe461362..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-01-7.ltx +++ /dev/null @@ -1,43 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-01-7 auf Seite 131. -%% -%% 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} - -\usepackage[utf8]{inputenc}% eventuell anpassen -\setlength\parindent{0pt} -\setlength\parskip{6pt plus 2pt minus 1pt} - -\usepackage{longtable} - -\begin{document} -Eine Textzeile vor der Tabelle -\begin{longtable}{|l|c|r|p{1.5cm}|}\hline -Links & Zentriert & Rechts & Box\\\hline -l & c & r & p\{1.5cm\}\\\hline -\end{longtable} -Eine Textzeile nach der Tabelle\par -Eine Textzeile vor der Tabelle -\setlength\LTpre{0pt}% -\setlength\LTpost{0pt}% -\begin{longtable}{|l|c|r|p{1.5cm}|}\hline -Links & Zentriert & Rechts & Box\\\hline -l & c & r & p\{1.5cm\}\\\hline -\end{longtable} -Eine Textzeile nach der Tabelle -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-01-8.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-01-8.ltx2 deleted file mode 100644 index 42e32f21676..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-01-8.ltx2 +++ /dev/null @@ -1,46 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-01-8 auf Seite 132. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:82mm,pagesize]{typearea} -\setlength\parindent{0pt} -\usepackage{fancyhdr} -\lhead{\small Kopf- und Fu\ss zeilendemo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{longtable} - -\begin{document} -\begin{longtable}{@{}l c r p{1.5cm}@{}} -L & Z & R & Box\\\hline -\endfirsthead -\multicolumn{4}{@{}l}{\small\ldots\emph{Fortsetzung}}\\\hline L & Z & R & Box\\\hline -\endhead -\hline \multicolumn{4}{r@{}}{\small\emph{Fortsetzung nächste Seite} \ldots}\\ -\endfoot -\hline -\endlastfoot -l & c & r & 1. Zeile\\l & c & r & 2. Zeile\\l & c & r & 3. Zeile\\l & c & r & 4. Zeile\\ -l & c & r & 5. Zeile\\l & c & r & 6. Zeile\\l & c & r & 7. Zeile\\l & c & r & 8. Zeile\\ -l & c & r & 9. Zeile\\l & c & r &10. Zeile\\l & c & r &11. Zeile\\l & c & r &12. Zeile -\end{longtable} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-01-9.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-01-9.ltx2 deleted file mode 100644 index 4c13c66ada3..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-01-9.ltx2 +++ /dev/null @@ -1,51 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-01-9 auf Seite 133. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:85mm,pagesize]{typearea} -\setlength\parindent{0pt} -\usepackage{fancyhdr} -\lhead{\small\texttt{\textbackslash caption}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{longtable} - -\begin{document} -\begin{longtable}{@{}l c r p{1.5cm}@{}} -\caption{Tabellenüberschrift}\label{tab:l1}\\ -L & Z & R & Box\\\hline -\endfirsthead -\multicolumn{4}{@{}l}{\small\ldots\emph{Fortsetzung}}\\\hline -L & Z & R & Box\\\hline -\endhead -\hline -\multicolumn{4}{r@{}}{\small\emph{Fortsetzung nächste Seite} \ldots}\\ -\endfoot -\hline -\endlastfoot -l & c & r & 1. Zeile\\ l & c & r & 2. Zeile\\ l & c & r & 3. Zeile\\ -l & c & r & 4. Zeile\\ l & c & r & 5. Zeile\\ l & c & r & 6. Zeile\\ -l & c & r & 7. Zeile\\ l & c & r & 8. Zeile\\ l & c & r & 9. Zeile\\ -l & c & r &10. Zeile\\ l & c & r &11. Zeile\\ l & c & r &12. Zeile -\end{longtable} -Wie Tabelle~\ref{tab:l1} zeigt, \ldots -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-02-1.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-02-1.ltx2 deleted file mode 100644 index 429a229b604..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-02-1.ltx2 +++ /dev/null @@ -1,47 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-02-1 auf Seite 140. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:85mm,pagesize]{typearea} -\areaset{65mm}{55mm} -\setlength\parindent{0pt} -\usepackage{fancyhdr} -\usepackage[ngerman]{babel} -\hyphenation{Hilfs-da-datei Quer-ver-wei-se Da-tei Da-ten-bank} -\lhead{\small\texttt{\textbackslash ltablex}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{ltablex,ragged2e} - -\begin{document} -\begin{tabularx}{\linewidth}{@{}>{\ttfamily}l>{\RaggedRight}X@{}} -\caption{Dateiendungen}\\ -aux & (auxiliary) Hilfsdatei, enthält Querverweise usw. \\ -bbl & (bibliography) Hilfsdatei, enthält die Einträge für die Literatur\\ -bib & (bibtex) enthält die Literaturdaten\\ -blg & (bibliography log) enthält die Ausgaben eines Bib\TeX-Laufs\\ -cfg & (config) Konfigurationsdatei\\ -clo & (class options) Definitionen für die Dokumentenklasse - und die entsprechenden Klassen-Optionen\\ -cls & (class) Dokument-Klassendatei\\ -\end{tabularx} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-02-2.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-02-2.ltx2 deleted file mode 100644 index 88e0b984ed2..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-02-2.ltx2 +++ /dev/null @@ -1,57 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-02-2 auf Seite 141. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:85mm,pagesize]{typearea} -\areaset{65mm}{55mm} -\setlength\parindent{0pt} -\usepackage{fancyhdr} -\usepackage[ngerman]{babel} -\hyphenation{Hilfs-da-datei Quer-ver-wei-se Da-tei Da-ten-bank} -\setlength\tabcolsep{3pt} -\lhead{\small\texttt{\textbackslash ltablex}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{ltablex,ragged2e} - -\begin{document} -\begin{tabularx}{\linewidth}{@{}>{\ttfamily}l>{\RaggedRight}X@{}} -\caption*{Dateiendungen}\\ -.ext & Beschreibung\\\hline -\endfirsthead -\multicolumn{2}{@{}l}{\ldots\ \small Fortsetzung}\\\hline -.ext & Beschreibung\\\hline -\endhead -\hline -\multicolumn{2}{r@{}}{\small Fortsetzung\ldots}\\ -\endfoot -\hline -\endlastfoot -aux & (auxiliary) Hilfsdatei, enthält Querverweise usw. \\ -bbl & (bibliography) Hilfsdatei, enthält die Einträge für die Literatur\\ -bib & (bibtex) enthält die Literaturdaten\\ -blg & (bibliography log) enthält die Ausgaben eines Bib\TeX-Laufs\\ -cfg & (config) Konfigurationsdatei\\ -clo & (class options) Definitionen für die Dokumentenklasse - und die entsprechenden Klassen-Optionen\\ -\end{tabularx} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-03-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/04-03-1.ltx deleted file mode 100644 index f4aafd43214..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-03-1.ltx +++ /dev/null @@ -1,34 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-03-1 auf Seite 142. -%% -%% 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{218.59192pt} -\setlength\parindent{0pt} - -\begin{filecontents}{DateiDemo.tex} -bar -\end{filecontents} -\usepackage{verbatim} -% Ende Praeambel - -\begin{document} -foo \input{DateiDemo.tex} baz - -\small -\verbatiminput{DateiDemo.tex} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-03-2.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-03-2.ltx2 deleted file mode 100644 index f11ded3a3fe..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-03-2.ltx2 +++ /dev/null @@ -1,52 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-03-2 auf Seite 143. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:85mm,pagesize]{typearea} -\areaset{60mm}{55mm} -\usepackage[ngerman]{babel} -\setlength\parindent{0pt} -\usepackage{filecontents,fancyhdr} -\lhead{\small\texttt{\textbackslash LTXtable}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} -\AtBeginDocument{\setlength\LTcapwidth{4cm}} -\begin{filecontents}{LTXtab0.tex} -\begin{longtable}{@{}>{\ttfamily}l>{\RaggedRight}X@{}} -\caption{Dateiendungen und ihre Bedeutung}\\ -aux & (auxiliary) Hilfsdatei, enth\"alt Querverweise usw. \\ -bbl & (Bibliografie) Hilfsdatei, enth\"alt die Eintr\"age f\"ur die Literatur\\ -bib & (Bibliografie) enth\"alt die Literaturdaten\\ -blg & (Bibliografie) Logdatei, enth\"alt die Ausgaben eines BibTeX-Laufs\\ -cfg & (configure) \TeX-Datei mit Konfigurationsinformation\\ -clo & (class options) \TeX-Datei mit Definitionen f\"ur die Dokumentenklasse - und die entsprechenden Klassen-Optionen\\ -cls & (class) Dokument-Klassendatei -\end{longtable} -\end{filecontents} - -\usepackage{ltxtable,ragged2e} - -\begin{document} -\LTXtable{\linewidth}{LTXtab0} - -\rule{1cm}{0.5pt}\hfill Textbreite\hfill\rule{1cm}{0.5pt} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-03-3.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-03-3.ltx2 deleted file mode 100644 index eee20532f67..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-03-3.ltx2 +++ /dev/null @@ -1,55 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-03-3 auf Seite 144. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:85mm,pagesize]{typearea} -\areaset{60mm}{55mm} -\usepackage[ngerman]{babel} -\setlength\parindent{0pt} -\usepackage{fancyhdr} -\lhead{\small\texttt{\textbackslash footnote}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{ltxtable,filecontents} -\begin{filecontents}{LTXtab1.tex} -\begin{longtable}{@{}>{\ttfamily}l>{\raggedright\arraybackslash}X@{}} -aux\footnotemark & Hilfsdatei, enth\"alt Querverweise usw. \\ -bbl\footnotemark & Hilfsdatei, enth\"alt die Eintr\"age f\"ur die Literatur\\ -cfg & \TeX-Datei mit Konfigurationsinformation\\ -clo\footnotemark & \TeX-Datei mit Definitionen f\"ur die Dokumentenklasse - und die entsprechenden Klassen-Optionen\\ -cls\footnotemark & Dokument-Klassendatei -\end{longtable} -\end{filecontents} - -\begin{document} -\rule{1cm}{0.5pt}\hfill Textbreite\footnote{Anhang}\hfill\rule{1cm}{0.5pt} - -\LTXtable{\linewidth}{LTXtab1} -\addtocounter{footnote}{-4} -\stepcounter{footnote}\footnotetext{auxiliary} -\stepcounter{footnote}\footnotetext{bibliography} -\stepcounter{footnote}\footnotetext{class options} -\stepcounter{footnote}\footnotetext{class} -\vfill -\rule{1cm}{0.5pt}\hfill Textbreite\footnote{foo}\hfill\rule{1cm}{0.5pt} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-04-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/04-04-1.ltx deleted file mode 100644 index 671037bd72b..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-04-1.ltx +++ /dev/null @@ -1,37 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-04-1 auf Seite 145. -%% -%% 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{stabular} - -\begin{document} -\begin{stabular}{lc}\\\hline -1. & Tabellenzeile 1 \\\hline -\emptyrow\hline -3. & Tabellenzeile 3 \\\hline -\emptyrow[10pt]\hline -5. & Tabellenzeile 5 \\\hline -\tabrow{Text}\hline -7. & Tabellenzeile 7 \\\hline -\tabrow{Text}[5pt]\hline -9. & Tabellenzeile 9 \\\hline -\end{stabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-04-2.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-04-2.ltx2 deleted file mode 100644 index ec3c675d0e0..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-04-2.ltx2 +++ /dev/null @@ -1,52 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-04-2 auf Seite 146. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:88mm,pagesize]{typearea} -\areaset{60mm}{58mm} -\usepackage[ngerman]{babel} -\usepackage[utf8]{inputenc} -\AtBeginDocument{\setlength\parindent{0pt}} -\usepackage{fancyhdr} -\lhead{\small \texttt{stabular}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{stabular} - -\begin{document} -Eine normale \texttt{stabular}-Umgebung, die einen Seitenumbruch aufweisen wird, -aber nicht zentriert werden kann. - -% die folgende \texttt{center}-Umgebung dient nur zur Demonstration, -% dass sie keine Wirkung hat für \texttt{stabular} hat. -\begin{center} -\begin{stabular}{@{}p{0.5\linewidth} r@{}} -\emph{Land} & \emph{Eintritt}\\\hline -Ägypten & 30.06.1995\\ Albanien & 08.09.2000 \\ -Angola & 23.11.1996\\ Antigua-et-Barbuda& 01.01.1995 \\ -Antillen & 21.01.1996\\ Arabische Emirate & 10.04.1996 \\ -Argentinien & 01.01.1995\\ Armenien & 05.02.2003\\Australien & 01.01.1995\\ -Bahrein & 01.01.1995\\ Bangladesch & 01.01.1995\\Barbados& 01.01.1995\\ -Belgien & 01.01.1995\\ Belize & 01.01.1995 \\ -\end{stabular} -\end{center} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-04-3.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-04-3.ltx2 deleted file mode 100644 index 08598a3b138..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-04-3.ltx2 +++ /dev/null @@ -1,49 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-04-3 auf Seite 147. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:88mm,pagesize]{typearea} -\areaset{60mm}{58mm} -\usepackage[ngerman]{babel} -\usepackage[utf8]{inputenc} -\AtBeginDocument{\setlength\parindent{0pt}} -\usepackage{fancyhdr} -\lhead{\small \texttt{stabular}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{stabular} - -\begin{document} -Eine normale \texttt{stabular}-Umgebung, die einen Seitenumbruch aufweisen wird, -aber nicht zentriert werden kann. - -\begin{stabular}{@{}p{1.5em}@{} p{0.5\linewidth} r@{}} -& \emph{Land} & \emph{Eintritt}\\\cline{2-3} -& Ägypten & 30.06.1995 \\ & Albanien & 08.09.2000 \\ -& Angola & 23.11.1996 \\ & Antigua-et-Barbuda& 01.01.1995 \\ -& Antillen & 21.01.1996 \\ & Arabische Emirate & 10.04.1996 \\ -& Argentinien & 01.01.1995 \\ & Armenien & 05.02.2003 \\ -& Australien & 01.01.1995 \\ & Bahrein & 01.01.1995 \\ -& Bangladesch & 01.01.1995 \\ & Barbados & 01.01.1995 \\ -& Belgien & 01.01.1995 \\ & Belize & 01.01.1995 \\ -\end{stabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-04-4.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-04-4.ltx2 deleted file mode 100644 index 0a0a46a0915..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-04-4.ltx2 +++ /dev/null @@ -1,49 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-04-4 auf Seite 148. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:88mm,pagesize]{typearea} -\areaset{60mm}{58mm} -\usepackage[ngerman]{babel} -\usepackage[utf8]{inputenc} -\AtBeginDocument{\setlength\parindent{0pt}} -\usepackage{fancyhdr} -\lhead{\small \texttt{stabular*}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{stabular} - -\begin{document} -Eine normale \texttt{stabular*}-Umgebung, die über die ganze Zeilenbreite -geht und einen Seitenumbruch aufweisen wird. - -\begin{stabular*}{\linewidth}{@{}p{0.5\linewidth} @{\extracolsep{\fill}} r@{}} -\emph{Land} & \emph{Eintritt}\\\hline -Ägypten & 30.06.1995 \\ Albanien & 08.09.2000 \\ -Angola & 23.11.1996 \\ Antigua-et-Barbuda& 01.01.1995 \\ -Antillen & 21.01.1996 \\ Arabische Emirate & 10.04.1996 \\ -Argentinien & 01.01.1995 \\ Armenien & 05.02.2003 \\ -Australien & 01.01.1995 \\ Bahrein & 01.01.1995 \\ -Bangladesch & 01.01.1995 \\ Barbados & 01.01.1995 \\ -Belgien & 01.01.1995 \\ Belize & 01.01.1995 \\ -\end{stabular*} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-04-5.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-04-5.ltx2 deleted file mode 100644 index 5b205343256..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-04-5.ltx2 +++ /dev/null @@ -1,54 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-04-5 auf Seite 149. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:88mm,pagesize]{typearea} -\areaset{60mm}{58mm} -\usepackage[ngerman]{babel} -\usepackage[utf8]{inputenc} -\AtBeginDocument{\setlength\parindent{0pt}} -\usepackage{fancyhdr} -\lhead{\small \texttt{stabular*}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{stabular} - -\begin{document} -Eine normale \texttt{stabular*}-Umgebung, die über die ganze Zeilenbreite -geht und einen Seitenumbruch aufweisen wird. - -\begin{stabular*}{\linewidth}{@{}p{0.5\linewidth} @{\extracolsep{\fill}} r@{}} -\emph{Land} & \emph{Eintritt}\\\hline -Ägypten & 30.06.1995 \\ Albanien & 08.09.2000 \\ -Angola & 23.11.1996 \\ Antigua-et-Barbuda& 01.01.1995 \\ -Antillen & 21.01.1996 \\ Arabische Emirate & 10.04.1996 \\ -Argentinien & 01.01.1995 \\ Armenien & 05.02.2003 \\ -Australien & 01.01.1995 \\\hline -\multicolumn{2}{r@{}}{\small\emph{Fortsetzung}\ldots}\\ -% Seitenumbruch -\multicolumn{2}{@{}l}{\ldots\small\emph{Fortsetzung}}\\\hline -\emph{Land} & \emph{Eintritt}\\\hline -Bahrein & 01.01.1995 \\ -Bangladesch & 01.01.1995 \\ Barbados & 01.01.1995 \\ -Belgien & 01.01.1995 \\ Belize & 01.01.1995 \\ -\end{stabular*} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-05-1.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-05-1.ltx2 deleted file mode 100644 index 72eceb5d322..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-05-1.ltx2 +++ /dev/null @@ -1,47 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-05-1 auf Seite 150. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:90mm,pagesize]{typearea} -\areaset{60mm}{58mm} -\usepackage[ngerman]{babel} -\AtBeginDocument{\setlength\parindent{0pt}} -\usepackage[utf8]{inputenc}% eventuell anpassen -\usepackage{fancyhdr} -\lhead{\small \texttt{supertabular}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage[pageshow]{supertabular} - -\begin{document} -\begin{supertabular}{@{}l r@{}} -\emph{Land} & \emph{Eintritt}\\\hline -Ägypten & 30.06.1995 \\ Albanien & 08.09.2000 \\ -Angola & 23.11.1996 \\ Antigua-et-Barbuda & 01.01.1995 \\ -Antillen & 21.01.1996 \\ Arabische Emirate & 10.04.1996 \\ -Argentinien & 01.01.1995 \\ Armenien & 05.02.2003 \\ -Australien & 01.01.1995 \\ Bahrein & 01.01.1995 \\ -Bangladesch & 01.01.1995 \\ Barbados & 01.01.1995 \\ -Belgien & 01.01.1995 \\ Belize & 01.01.1995 \\ -Benin & 22.02.1996 \\ -\end{supertabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-05-2.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-05-2.ltx2 deleted file mode 100644 index 21da01118e4..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-05-2.ltx2 +++ /dev/null @@ -1,45 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-05-2 auf Seite 151. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:90mm,pagesize]{typearea} -\areaset{60mm}{58mm} -\usepackage[ngerman]{babel} -\usepackage[utf8]{inputenc}% eventuell anpassen -\AtBeginDocument{\setlength\parindent{0pt}} -\usepackage{fancyhdr} -\lhead{\small \texttt{supertabular}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{array,supertabular} - -\begin{document} -\begin{supertabular*}{\linewidth}{@{}l!{\extracolsep{\fill}} r@{}} -\emph{Land} & \emph{Eintritt}\\\hline -Ägypten & 30.06.1995\\ Albanien & 08.09.2000\\ Angola & 23.11.1996\\ -Antigua-et-Barbuda & 01.01.1995\\ Antillen & 21.01.1996\\ -Arabische Emirate & 10.04.1996\\ Argentinien & 01.01.1995\\ -Armenien & 05.02.2003\\ Australien & 01.01.1995\\ Bahrein & 01.01.1995\\ -Bangladesch & 01.01.1995\\ Barbados & 01.01.1995\\ Belgien & 01.01.1995\\ -Belize & 01.01.1995\\ Benin & 22.02.1996\\ -\end{supertabular*} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-05-3.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-05-3.ltx2 deleted file mode 100644 index 6ea2583bc84..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-05-3.ltx2 +++ /dev/null @@ -1,46 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-05-3 auf Seite 152. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:90mm,pagesize]{typearea} -\usepackage[utf8]{inputenc}% eventuell anpassen -\areaset{60mm}{58mm} -\usepackage[ngerman]{babel} -\AtBeginDocument{\setlength\parindent{0pt}} -\usepackage{fancyhdr} -\lhead{\small \texttt{supertabular}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{array,supertabular} - -\begin{document} -\begin{supertabular*}{\linewidth}{@{}l!{\extracolsep{\fill}} r@{}} -\emph{Land} & \emph{Eintritt}\\\hline -\shrinkheight{-3\normalbaselineskip} -Ägypten & 30.06.1995\\ Albanien & 08.09.2000\\ Angola & 23.11.1996\\ -Antigua-et-Barbuda & 01.01.1995\\ Antillen & 21.01.1996\\ -Arabische Emirate & 10.04.1996\\ Argentinien & 01.01.1995\\ -Armenien & 05.02.2003\\ Australien & 01.01.1995\\ Bahrein & 01.01.1995\\ -Bangladesch & 01.01.1995\\ Barbados & 01.01.1995\\ Belgien & 01.01.1995\\ -Belize & 01.01.1995\\ Benin & 22.02.1996\\ -\end{supertabular*} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-05-4.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-05-4.ltx2 deleted file mode 100644 index 661e2f0420f..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-05-4.ltx2 +++ /dev/null @@ -1,49 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-05-4 auf Seite 153. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:90mm,pagesize]{typearea} -\usepackage[utf8]{inputenc}% eventuell anpassen -\areaset{60mm}{58mm} -\usepackage[ngerman]{babel} -\AtBeginDocument{\setlength\parindent{0pt}} -\usepackage{fancyhdr} -\lhead{\small \texttt{supertabular}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{supertabular} - -\begin{document} -\tablefirsthead{\hline \emph{Land} & \emph{Eintritt}\\\hline} -\tablehead{\emph{Land} & \emph{Eintritt}\\\hline} -\tabletail{\hline \multicolumn{2}{r@{}}{Fortsetzung \ldots}\\} -\tablelasttail{\hline} -\begin{center} -\begin{supertabular}{@{}p{0.5\linewidth} r@{}} -Ägypten & 30.06.1995\\ Albanien & 08.09.2000\\ Angola & 23.11.1996\\ -Antigua-et-Barbuda& 01.01.1995\\ Antillen & 21.01.1996\\ -Arabische Emirate & 10.04.1996\\ Argentinien& 01.01.1995\\ Armenien & 05.02.2003\\ -Australien & 01.01.1995\\ Bahrein & 01.01.1995\\ Bangladesch& 01.01.1995\\ -Barbados & 01.01.1995\\ Belgien & 01.01.1995\\ Belize & 01.01.1995\\ -\end{supertabular} -\end{center} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-05-5.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-05-5.ltx2 deleted file mode 100644 index 6b43545554f..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-05-5.ltx2 +++ /dev/null @@ -1,47 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-05-5 auf Seite 154. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:88mm,pagesize]{typearea} -\usepackage[utf8]{inputenc}% eventuell anpassen -\areaset{60mm}{58mm} -\usepackage[ngerman]{babel} -\AtBeginDocument{\setlength\parindent{0pt}} -\usepackage{fancyhdr} -\lhead{\small \texttt{supertabular}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{supertabular} \usepackage[labelfont=bf]{caption} - -\begin{document} -\tablecaption{Demonstration einer Tabellenüberschrift.} -\tablefirsthead{\hline \emph{Land} & \emph{Eintritt}\\\hline} -\tablehead{\emph{Land} & \emph{Eintritt}\\\hline} -\tabletail{\hline \multicolumn{2}{r@{}}{Fortsetzung \ldots}\\} \tablelasttail{\hline} -\begin{center}\begin{supertabular}{@{}p{0.5\linewidth} r@{}} -Ägypten & 30.06.1995\\ Albanien & 08.09.2000\\ Angola & 23.11.1996\\ -Antigua-et-Barbuda& 01.01.1995\\ Antillen & 21.01.1996\\ -Arabische Emirate & 10.04.1996\\ Argentinien& 01.01.1995\\ Armenien & 05.02.2003\\ -Australien & 01.01.1995\\ Bahrein & 01.01.1995\\ Bangladesch& 01.01.1995\\ -Barbados & 01.01.1995\\ Belgien & 01.01.1995\\ Belize & 01.01.1995\\ -\end{supertabular}\end{center} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-05-6.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-05-6.ltx2 deleted file mode 100644 index 35eedd8171d..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-05-6.ltx2 +++ /dev/null @@ -1,57 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-05-6 auf Seite 155. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:90mm,pagesize]{typearea} -\usepackage[utf8]{inputenc}% eventuell anpassen -\areaset{60mm}{58mm} -\usepackage[ngerman]{babel} -\AtBeginDocument{\setlength\parindent{0pt}} -\usepackage{fancyhdr} -\lhead{\small \texttt{supertabular}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{supertabular} - -\begin{document} -\tablefirsthead{\hline \emph{Land} & \emph{Eintritt}\\\hline} -\tablehead{\emph{Land} & \emph{Eintritt}\\\hline} -\tabletail{\hline \multicolumn{2}{r@{}}{Fortsetzung \ldots}\\} -\tablelasttail{\hline} -Text\footnote{Vor dem Text} und Fußnote. -\begin{center} -\begin{supertabular}{@{}p{0.5\linewidth} r@{}} -Ägypten\footnotemark& 30.06.1995\\ Albanien & 08.09.2000\\Angola & 23.11.1996\\ -Antigua-et-Barbuda & 01.01.1995\\ Antillen\footnotemark& 21.01.1996\\ -Arabische Emirate & 10.04.1996\\Argentinien & 01.01.1995 \\ -Armenien & 05.02.2003\\ Australien & 01.01.1995\\ Bahrein & 01.01.1995\\ -Bangladesch & 01.01.1995\\ Barbados & 01.01.1995\\Belgien & 01.01.1995\\ -Belize\footnotemark & 01.01.1995\\ -\end{supertabular} -\addtocounter{footnote}{-3} -\stepcounter{footnote}\footnotetext{Erste Fußnote} -\stepcounter{footnote}\footnotetext{Zweite Fußnote} -\stepcounter{footnote}\footnotetext{Dritte Fußnote} -\end{center} -Text\footnote{Nach dem Text} und Fußnote. - -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-05-7.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-05-7.ltx2 deleted file mode 100644 index 9f3dbd97c19..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-05-7.ltx2 +++ /dev/null @@ -1,51 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-05-7 auf Seite 156. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:90mm,pagesize]{typearea} -\usepackage[utf8]{inputenc}% eventuell anpassen -\areaset{60mm}{58mm} -\usepackage[ngerman]{babel} -\AtBeginDocument{\setlength\parindent{0pt}} -\usepackage{fancyhdr} -\lhead{\small \texttt{supertabular}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{supertabular} - -\begin{document} -\tablefirsthead{\hline \emph{Land} & \emph{Eintritt}\\\hline} -\tablehead{\emph{Land} & \emph{Eintritt}\\\hline} -\tabletail{\hline \multicolumn{2}{r@{}}{Fortsetzung \ldots}\\} -\tablelasttail{\hline} -Text\footnote{Vor dem Text} und Fußnote.\par\bigskip -\begin{mpsupertabular}{@{}p{0.5\linewidth} r@{}} -Ägypten\footnote{Erste Fußnote}& 30.06.1995 \\ Albanien & 08.09.2000 \\ -Angola & 23.11.1996 \\ Antigua-et-Barbuda & 01.01.1995 \\ -Antillen\footnote{Zweite Fußnote}& 21.01.1996 \\ Arabische Emirate & 10.04.1996 \\ -Argentinien & 01.01.1995 \\ Armenien & 05.02.2003 \\ -Australien & 01.01.1995 \\ Bahrein & 01.01.1995 \\ -Bangladesch & 01.01.1995 \\ Barbados & 01.01.1995 \\ -Belgien & 01.01.1995 \\ Belize\footnote{Dritte Fußnote} & 01.01.1995 \\ -\end{mpsupertabular}\par\bigskip -Text\footnote{Nach dem Text} und Fußnote. -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-05-8.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-05-8.ltx2 deleted file mode 100644 index ab172bb876c..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-05-8.ltx2 +++ /dev/null @@ -1,55 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-05-8 auf Seite 157. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:90mm,pagesize]{typearea} -\usepackage[utf8]{inputenc}% eventuell anpassen -\areaset{60mm}{58mm} -\usepackage[ngerman]{babel} -\AtBeginDocument{\setlength\parindent{0pt}} -\usepackage{fancyhdr} -\lhead{\small \texttt{supertabular}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{supertabular} - -\begin{document} -\tablefirsthead{\hline \emph{Land} & \emph{Eintritt}\\\hline} -\tablehead{\emph{Land} & \emph{Eintritt}\\\hline} -\tabletail{\hline \multicolumn{2}{r@{}}{Fortsetzung \ldots}\\} -\tablelasttail{\hline} -Text ohne Fußnote. - -\medskip -\begin{mpsupertabular*}{\linewidth}{@{}p{0.5\linewidth} @{\extracolsep{\fill}} r@{}} -Ägypten\footnote{Erste Fußnote}& 30.06.1995 \\ Albanien & 08.09.2000 \\ -Angola & 23.11.1996 \\ Antigua-et-Barbuda & 01.01.1995 \\ -Antillen\footnote{Zweite Fußnote}& 21.01.1996 \\ Arabische Emirate & 10.04.1996 \\ -Argentinien & 01.01.1995 \\ Armenien & 05.02.2003 \\ -Australien & 01.01.1995 \\ Bahrein & 01.01.1995 \\ -Bangladesch & 01.01.1995 \\ Barbados & 01.01.1995 \\ -Belgien & 01.01.1995 \\ Belize\footnote{Dritte Fußnote} & 01.01.1995 \\ -\end{mpsupertabular*} - -\medskip -Text ohne Fußnote. -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-06-1.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-06-1.ltx2 deleted file mode 100644 index 969207d4a0e..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-06-1.ltx2 +++ /dev/null @@ -1,44 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-06-1 auf Seite 158. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:85mm,pagesize]{typearea} -\usepackage[utf8]{inputenc}% eventuell anpassen -\areaset{60mm}{53mm} -\usepackage[ngerman]{babel} -\AtBeginDocument{\setlength\parindent{0pt}} -\usepackage{fancyhdr} -\lhead{\small \texttt{xtab}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{xtab} - -\begin{document} -\begin{center}\begin{xtabular}{@{}l r@{}} -\emph{Land} & \emph{Eintritt}\\\hline -Ägypten & 30.06.1995\\ Albanien & 08.09.2000\\ Angola & 23.11.1996\\ -Antigua-et-Barbuda& 01.01.1995\\ Antillen & 21.01.1996\\ -Arabische Emirate & 10.04.1996\\ Argentinien& 01.01.1995\\ Armenien & 05.02.2003\\ -Australien & 01.01.1995\\ Bahrein & 01.01.1995\\ Bangladesch& 01.01.1995\\ -Barbados & 01.01.1995\\ Belgien & 01.01.1995\\ Belize & 01.01.1995\\ -\end{xtabular}\end{center} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-06-2.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-06-2.ltx2 deleted file mode 100644 index 3ad41dc811a..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-06-2.ltx2 +++ /dev/null @@ -1,44 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-06-2 auf Seite 159. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:90mm,pagesize]{typearea} -\usepackage[utf8]{inputenc}% eventuell anpassen -\areaset{60mm}{58mm} -\usepackage[ngerman]{babel} -\AtBeginDocument{\setlength\parindent{0pt}} -\usepackage{fancyhdr} -\lhead{\small \texttt{xtabular}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{array,xtab} - -\begin{document} -\begin{xtabular*}{\linewidth}{@{}l!{\extracolsep{\fill}} r@{}} -\emph{Land} & \emph{Eintritt}\\\hline -Ägypten & 30.06.1995\\ Albanien & 08.09.2000\\ Angola & 23.11.1996\\ -Antigua-et-Barbuda& 01.01.1995\\ Antillen & 21.01.1996\\ -Arabische Emirate & 10.04.1996\\ Argentinien& 01.01.1995\\ Armenien & 05.02.2003\\ -Australien & 01.01.1995\\ Bahrein & 01.01.1995\\ Bangladesch& 01.01.1995\\ -Barbados & 01.01.1995\\ Belgien & 01.01.1995\\ Belize & 01.01.1995\\ -\end{xtabular*} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-06-3.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-06-3.ltx2 deleted file mode 100644 index bcbf2530842..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-06-3.ltx2 +++ /dev/null @@ -1,45 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-06-3 auf Seite 160. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:90mm,pagesize]{typearea} -\usepackage[utf8]{inputenc}% eventuell anpassen -\areaset{60mm}{58mm} -\usepackage[ngerman]{babel} -\AtBeginDocument{\setlength\parindent{0pt}} -\usepackage{fancyhdr} -\lhead{\small \texttt{xtabular}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{array,xtab} - -\begin{document} -\begin{xtabular*}{\linewidth}{@{}l!{\extracolsep{\fill}} r@{}} -\emph{Land} & \emph{Eintritt}\\\hline -\shrinkheight{-3.1\normalbaselineskip} -Ägypten & 30.06.1995\\ Albanien & 08.09.2000\\ Angola & 23.11.1996\\ -Antigua-et-Barbuda& 01.01.1995\\ Antillen & 21.01.1996\\ -Arabische Emirate & 10.04.1996\\ Argentinien& 01.01.1995\\ Armenien & 05.02.2003\\ -Australien & 01.01.1995\\ Bahrein & 01.01.1995\\ Bangladesch& 01.01.1995\\ -Barbados & 01.01.1995\\ Belgien & 01.01.1995\\ Belize & 01.01.1995\\ -\end{xtabular*} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-06-4.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-06-4.ltx2 deleted file mode 100644 index c49d97d1769..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-06-4.ltx2 +++ /dev/null @@ -1,49 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-06-4 auf Seite 161. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:90mm,pagesize]{typearea} -\usepackage[utf8]{inputenc}% eventuell anpassen -\areaset{60mm}{58mm} -\usepackage[ngerman]{babel} -\AtBeginDocument{\setlength\parindent{0pt}} -\usepackage{fancyhdr} -\lhead{\small \texttt{xtabular}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage[table]{xcolor} \usepackage{xtab} - -\begin{document} -\tablefirsthead{\hline \emph{Land} & \emph{Eintritt}\\\hline} -\tablehead{\emph{Land} & \emph{Eintritt}\\\hline} -\tabletail{\hline \multicolumn{2}{r@{}}{Fortsetzung \ldots}\\} -\tablelasttail{\hline} -\begin{center} -\begin{xtabular}{@{}p{0.5\linewidth} r@{}} -Ägypten & 30.06.1995\\ Albanien & 08.09.2000\\ Angola & 23.11.1996\\ -Antigua-et-Barbuda& 01.01.1995\\ Antillen & 21.01.1996\\ -Arabische Emirate & 10.04.1996\\ Argentinien& 01.01.1995\\ Armenien & 05.02.2003\\ -Australien & 01.01.1995\\ Bahrein & 01.01.1995\\ Bangladesch& 01.01.1995\\ -Barbados & 01.01.1995\\ Belgien & 01.01.1995\\ Belize & 01.01.1995\\ -\end{xtabular} -\end{center} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-06-5.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-06-5.ltx2 deleted file mode 100644 index 3bf65d928ce..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-06-5.ltx2 +++ /dev/null @@ -1,47 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-06-5 auf Seite 162. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:85mm,pagesize]{typearea} -\usepackage[utf8]{inputenc}% eventuell anpassen -\areaset{60mm}{53mm} -\usepackage[ngerman]{babel} -\AtBeginDocument{\setlength\parindent{0pt}} -\usepackage{fancyhdr} -\lhead{\small \texttt{xtabular}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{xtab}\usepackage[labelfont=bf,font=sf]{caption} - -\begin{document} -\tablecaption{Demonstration einer Tabellenüberschrift.} -\tablefirsthead{\hline \emph{Land} & \emph{Eintritt}\\\hline} -\tablehead{\emph{Land} & \emph{Eintritt}\\\hline} -\tabletail{\hline \multicolumn{2}{r@{}}{Fortsetzung \ldots}\\} \tablelasttail{\hline} -\begin{xtabular}{@{}p{0.5\linewidth} r@{}} -Ägypten & 30.06.1995\\ Albanien & 08.09.2000\\ Angola & 23.11.1996\\ -Antigua-et-Barbuda& 01.01.1995\\ Antillen & 21.01.1996\\ -Arabische Emirate & 10.04.1996\\ Argentinien& 01.01.1995\\ Armenien & 05.02.2003\\ -Australien & 01.01.1995\\ Bahrein & 01.01.1995\\ Bangladesch& 01.01.1995\\ -Barbados & 01.01.1995\\ Belgien & 01.01.1995\\ Belize & 01.01.1995\\ -\end{xtabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-06-6.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-06-6.ltx2 deleted file mode 100644 index f263f2ff7bc..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-06-6.ltx2 +++ /dev/null @@ -1,56 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-06-6 auf Seite 163. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:90mm,pagesize]{typearea} -\usepackage[utf8]{inputenc}% eventuell anpassen -\areaset{60mm}{58mm} -\usepackage[ngerman]{babel} -\AtBeginDocument{\setlength\parindent{0pt}} -\usepackage{fancyhdr} -\lhead{\small \texttt{xtabular}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{xtab} - -\begin{document} -\tablefirsthead{\hline \emph{Land} & \emph{Eintritt}\\\hline} -\tablehead{\emph{Land} & \emph{Eintritt}\\\hline} -\tabletail{\hline \multicolumn{2}{r@{}}{Fortsetzung \ldots}\\} -\tablelasttail{\hline} -Text\footnote{Vor dem Text} und Fußnote. -\begin{center} -\begin{xtabular}{@{}p{0.5\linewidth} r@{}} -Ägypten\footnotemark& 30.06.1995 \\ Albanien & 08.09.2000 \\ -Angola & 23.11.1996 \\ Antigua-et-Barbuda & 01.01.1995 \\ -Antillen\footnotemark& 21.01.1996\\ Arabische Emirate & 10.04.1996 \\ -Argentinien& 01.01.1995\\ Armenien & 05.02.2003\\ Australien & 01.01.1995\\ -Bahrein & 01.01.1995\\ Bangladesch& 01.01.1995\\ Barbados & 01.01.1995\\ -Belgien & 01.01.1995\\ Belize\footnotemark & 01.01.1995 \\ -\end{xtabular} -\addtocounter{footnote}{-3} -\stepcounter{footnote}\footnotetext{Erste Fußnote} -\stepcounter{footnote}\footnotetext{Zweite Fußnote} -\stepcounter{footnote}\footnotetext{Dritte Fußnote} -\end{center} -Text\footnote{Nach dem Text} und Fußnote. -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-06-7.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-06-7.ltx2 deleted file mode 100644 index bdd636b019b..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-06-7.ltx2 +++ /dev/null @@ -1,52 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-06-7 auf Seite 164. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:90mm,pagesize]{typearea} -\usepackage[utf8]{inputenc}% eventuell anpassen -\areaset{60mm}{58mm} -\usepackage[ngerman]{babel} -\AtBeginDocument{\setlength\parindent{0pt}} -\usepackage{fancyhdr} -\lhead{\small \texttt{xtabular}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{xtab} - -\begin{document} -\tablefirsthead{\hline \emph{Land} & \emph{Eintritt}\\\hline} -\tablehead{\emph{Land} & \emph{Eintritt}\\\hline} -\tabletail{\hline \multicolumn{2}{r@{}}{Fortsetzung \ldots}\\} -\tablelasttail{\hline} -Text\footnote{Vor dem Text} und Fußnote. -\begin{center} -\begin{mpxtabular}{@{}p{0.5\linewidth} r@{}} -Ägypten\footnote{Erste Fußnote}& 30.06.1995 \\ Albanien & 08.09.2000 \\ -Angola & 23.11.1996 \\ Antigua-et-Barbuda & 01.01.1995 \\ -Antillen\footnote{Zweite Fußnote}& 21.01.1996\\ Arabische Emirate & 10.04.1996 \\ -Argentinien & 01.01.1995\\ Armenien & 05.02.2003\\ Australien & 01.01.1995\\ -Bahrein & 01.01.1995\\ Bangladesch & 01.01.1995\\ Barbados & 01.01.1995\\ -Belgien & 01.01.1995\\ Belize\footnote{Dritte Fußnote} & 01.01.1995 \\ -\end{mpxtabular} -\end{center} -Text\footnote{Nach dem Text} und Fußnote. -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-06-8.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-06-8.ltx2 deleted file mode 100644 index 367b462ea6b..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-06-8.ltx2 +++ /dev/null @@ -1,54 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-06-8 auf Seite 165. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:90mm,pagesize]{typearea} -\usepackage[utf8]{inputenc}% eventuell anpassen -\areaset{60mm}{58mm} -\usepackage[ngerman]{babel} -\AtBeginDocument{\setlength\parindent{0pt}} -\usepackage{fancyhdr} -\lhead{\small \texttt{xtabular}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{xtab} - -\begin{document} -\tablefirsthead{\hline \emph{Land} & \emph{Eintritt}\\\hline} -\tablehead{\emph{Land} & \emph{Eintritt}\\\hline} -\tabletail{\hline \multicolumn{2}{r@{}}{Fortsetzung \ldots}\\} -\tablelasttail{\hline} -Text ohne Fußnote. - -\medskip -\begin{mpxtabular*}{\linewidth}{@{}p{0.5\linewidth} @{\extracolsep{\fill}} r@{}} -Ägypten\footnote{Erste Fußnote}& 30.06.1995 \\ Albanien & 08.09.2000 \\ -Angola & 23.11.1996 \\ Antigua-et-Barbuda & 01.01.1995 \\ -Antillen\footnote{Zweite Fußnote}& 21.01.1996\\ Arabische Emirate & 10.04.1996 \\ -Argentinien & 01.01.1995\\ Armenien & 05.02.2003\\ Australien & 01.01.1995\\ -Bahrein & 01.01.1995\\ Bangladesch & 01.01.1995\\ Barbados & 01.01.1995\\ -Belgien & 01.01.1995\\ Belize\footnote{Dritte Fußnote} & 01.01.1995 \\ -\end{mpxtabular*} - -\medskip -Text ohne Fußnote. -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/04-06-9.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/04-06-9.ltx2 deleted file mode 100644 index 727c4b73190..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/04-06-9.ltx2 +++ /dev/null @@ -1,53 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 04-06-9 auf Seite 166. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:90mm,pagesize]{typearea} -\usepackage[utf8]{inputenc}% eventuell anpassen -\areaset{60mm}{58mm} -\usepackage[ngerman]{babel} -\AtBeginDocument{\setlength\parindent{0pt}} -\usepackage{fancyhdr} -\lhead{\small \texttt{xtabular}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{xtab} -\usepackage[labelfont=bf,font=sf]{caption} -\usepackage[ngerman]{babel} - -\begin{document} -\tablecaption{Demonstration einer Tabellenüberschrift.} -\tablefirsthead{\hline \emph{Land} & \emph{Eintritt}\\\hline} -\tablehead{\emph{Land} & \emph{Eintritt}\\\hline} -\tabletail{\hline \multicolumn{2}{r@{}}{Fortsetzung \ldots}\\} -\tablelasttail{\hline} -\begin{center} -\begin{xtabular}{@{}p{0.5\linewidth} r@{}} -Ägypten & 30.06.1995\\ \shrinkheight{-8\normalbaselineskip} -Albanien & 08.09.2000\\ Angola & 23.11.1996\\ -Antigua-et-Barbuda& 01.01.1995\\ Antillen & 21.01.1996\\ -Arabische Emirate & 10.04.1996\\ Argentinien& 01.01.1995\\ Armenien & 05.02.2003\\ -Australien & 01.01.1995\\ Bahrein & 01.01.1995\\ Bangladesch& 01.01.1995\\ -Barbados & 01.01.1995\\ Belgien & 01.01.1995\\ Belize & 01.01.1995\\ -\end{xtabular} -\end{center} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/05-01-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/05-01-1.ltx deleted file mode 100644 index 91005c21f52..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/05-01-1.ltx +++ /dev/null @@ -1,37 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 05-01-1 auf Seite 168. -%% -%% 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{355.65944pt} -\AtBeginDocument{\setlength\parindent{0pt}} - -\usepackage[T3,T1]{fontenc} -\usepackage[latin1]{inputenc} -\usepackage{array,dcolumn,tabularx,textcomp,ragged2e} -\usepackage[noenc]{tipa} -\newcolumntype{C}{>{\Centering}X} - -\begin{document} -\begin{tabularx}{0.85\linewidth}{|>{\tipaencoding}c|l| - >{\RaggedRight}X|D{.}{.}{-1}|}\hline - \multicolumn{1}{|c|}{Sound} & \multicolumn{1}{c|}{Examples} - & \multicolumn{1}{C|}{Place and manner of articulation} - & \multicolumn{1}{C|}{Occurence frequency (\%)} \\\hline -\relax\textepsilon & lait, jouet, merci & front, half-open & 5.3 \\\hline -\end{tabularx} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/05-01-2.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/05-01-2.ltx deleted file mode 100644 index b28deb1ce7a..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/05-01-2.ltx +++ /dev/null @@ -1,36 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 05-01-2 auf Seite 168. -%% -%% 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} -\AtBeginDocument{\setlength\parindent{0pt}} - - - -\begin{document} -\begin{tabular}{|c|c|c|}\hline -foo & bar & baz\\ foo \\ -foo & bar & baz\\\hline -\end{tabular}\par\medskip - -\begin{tabular}{|c|c|c|}\hline -foo & bar & baz\\ -foo & & \\ -foo & bar & baz\\\hline -\end{tabular}\par\medskip -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/05-01-3.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/05-01-3.ltx deleted file mode 100644 index ed6bbd63538..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/05-01-3.ltx +++ /dev/null @@ -1,36 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 05-01-3 auf Seite 168. -%% -%% 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} -\AtBeginDocument{\setlength\parindent{0pt}} -\usepackage[utf8]{inputenc} - - - -\begin{document} -\begin{tabular}{@{}ll@{}}\\\hline -Ägypten & 30.06.1995 \\[10pt]\hline -Albanien & 08.09.2000 \\ - \hline\noalign{\vspace{10pt}} -Angola & 23.11.1996 \\ - \hline\noalign{\vspace{15pt}} -Argentina & 01.01.1995 \\ -Antillen & 21.01.1996 -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/05-01-4.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/05-01-4.ltx deleted file mode 100644 index 58f0a0e2a91..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/05-01-4.ltx +++ /dev/null @@ -1,59 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 05-01-4 auf Seite 169. -%% -%% 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{146.59192pt} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} -\setlength\parindent{0pt} -\usepackage{longtable} -\makeatletter -\newcommand*{\org@longtable}{} -\let\org@longtable\longtable -\def\longtable{% - \begingroup - \advance\c@LT@tables\@ne - \edef\x{LT@\romannumeral\c@LT@tables}% - \global\LongtableWidth\z@ - \@ifundefined{\x}{% longtable width not available - }{\def\LT@entry##1##2{% - \global\advance\LongtableWidth##2\relax}% - \@nameuse{\x}}% - \typeout{* \x: \the\LongtableWidth}%debug output - \endgroup - \ifdim\LongtableWidth>\z@ - \setlength{\LTcapwidth}{\LongtableWidth}% - \fi - \org@longtable} -\makeatother - -\usepackage{longtable} -\newlength\LongtableWidth% Siehe Beispielcode - -\begin{document} -\begin{longtable}{|ll|} -\caption{Caption für eine \texttt{longtable}\dotfill}\\ -Hallo & Welt und etwas mehr\\ foo & bar -\end{longtable} -\begin{center} -\begin{minipage}{\LongtableWidth} -Hier kommt jetzt Text in der Breite -der \texttt{longtable} -\end{minipage} -\end{center} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/05-01-5.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/05-01-5.ltx deleted file mode 100644 index 0716a9dfbee..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/05-01-5.ltx +++ /dev/null @@ -1,32 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 05-01-5 auf Seite 169. -%% -%% 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{170.59192pt} -\AtBeginDocument{\setlength\parindent{0pt}} - -\begin{filecontents*}{Tabelle.tex} -\begin{tabular}{c c} -\multicolumn{2}{c}{A}\\ -a & b\\ a & b -\end{tabular} -\end{filecontents*} - -\begin{document} -\input{Tabelle} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/05-02-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/05-02-1.ltx deleted file mode 100644 index abb41e55e16..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/05-02-1.ltx +++ /dev/null @@ -1,57 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 05-02-1 auf Seite 170. -%% -%% 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{98.59192pt} -\AtBeginDocument{\setlength\parindent{0pt}} -\makeatletter -\newcommand*{\rtab}{% - \@stopfield - \ifnum \@curtab<\@hightab - \global\advance\@curtab \@ne - \else - \@badtab - \fi - \@tempdima\dimen\@curtab - \advance\@tempdima -\dimen\@curtabmar - \advance\@tempdima -\wd\@curline - \global\setbox\@curline\hbox{% - \unhbox\@curline - \hbox to \@tempdima{\unhbox\@curfield\hfil}% - }% - \@startfield - \ignorespaces -} -\makeatother - - - -\begin{document} -\begin{tabbing} -blablabla \= \kill \\ -blabla \dotfill \> blabla\\% keine Wirkung! -bla\hrulefill \> blabla % keine Wirkung! -\end{tabbing} -\begin{tabbing} -blablabla \=\kill\\blabla\dotfill\rtab blabla\\bla\hrulefill\rtab blabla -\end{tabbing}% Siehe Präambel im Beispiel fuer \rtab -\makeatletter\let\@rtab\rtab\makeatother -\begin{tabbing} -blablabla \=\kill\\blabla\dotfill\> blabla\\bla\hrulefill\>blabla -\end{tabbing} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/05-03-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/05-03-1.ltx deleted file mode 100644 index 3636f5a76ba..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/05-03-1.ltx +++ /dev/null @@ -1,43 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 05-03-1 auf Seite 170. -%% -%% 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{218.59192pt} - -\usepackage[utf8]{inputenc}% eventuell anpassen -\usepackage[dvips,textheight=5cm,textwidth=5cm,headsep=5pt]{geometry}% nur für demo -\setlength\parindent{0pt} -\usepackage{fancyhdr} -\lhead{\small\texttt{twocolumn}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{supertabular} - -\begin{document} -\twocolumn[\centering% - \texttt{twocolumn}-Modus\bigskip] -\begin{supertabular}{l c r }\hline -L & Z & R \\\hline -l & c & r \\ l & c & r \\ l & c & r \\ -l & c & r \\ l & c & r \\ l & c & r \\ -l & c & r \\ l & c & r \\ l & c & r \\ -l & c & r \\ l & c & r \\ l & c & r \\ -\end{supertabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/05-03-2.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/05-03-2.ltx deleted file mode 100644 index 4c5222da099..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/05-03-2.ltx +++ /dev/null @@ -1,43 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 05-03-2 auf Seite 171. -%% -%% 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} -\usepackage[utf8]{inputenc}% eventuell anpassen -\usepackage[dvips,textheight=5cm,textwidth=5cm,headsep=5pt]{geometry}% nur für demo -\setlength\parindent{0pt} -\usepackage{fancyhdr} -\lhead{\small\texttt{twocolumn}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - - - -\begin{document} -\twocolumn[\centering% - \texttt{twocolumn}-Modus\bigskip] -\begin{tabbing} -L \=Z \=R \kill -L \>Z \>R \\ -l \>c \>r \\ l \>c \>r \\ l \>c \>r \\ -l \>c \>r \\ l \>c \>r \\ l \>c \>r \\ -l \>c \>r \\ l \>c \>r \\ l \>c \>r \\ -l \>c \>r \\ l \>c \>r \\ l \>c \>r \\ -\end{tabbing} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/05-03-3.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/05-03-3.ltx deleted file mode 100644 index 4ff3759a1f9..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/05-03-3.ltx +++ /dev/null @@ -1,46 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 05-03-3 auf Seite 171. -%% -%% 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} - -\usepackage[utf8]{inputenc}% eventuell anpassen -\usepackage[dvips,textheight=5cm,textwidth=5cm,headsep=5pt]{geometry}% nur für demo -\setlength\parindent{0pt} -\usepackage{fancyhdr} -\lhead{\small\texttt{twocolumn}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{multicol} - -\begin{document} -\subsection*{\texttt{multicols}-Modus} -\begin{multicols}{2} -\begin{tabbing} -L \=Z \=R \kill -L \>Z \>R \\ -l \>c \>r \\ l \>c \>r \\ l \>c \>r \\ -l \>c \>r \\ l \>c \>r \\ l \>c \>r \\ -l \>c \>r \\ l \>c \>r \\ l \>c \>r \\ -l \>c \>r \\ l \>c \>r \\ l \>c \>r \\ -\end{tabbing} -\end{multicols}\par -Normaler einspaltiger Text. -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/05-04-1.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/05-04-1.ltx2 deleted file mode 100644 index 4a6d0603f28..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/05-04-1.ltx2 +++ /dev/null @@ -1,50 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 05-04-1 auf Seite 172. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:90mm,pagesize]{typearea} -\usepackage[utf8]{inputenc}% eventuell anpassen -\areaset{50mm}{58mm} -\usepackage[ngerman]{babel} -\setlength\parindent{0pt} -\setlength\emergencystretch{1.5em} -\usepackage{fancyhdr} -\lhead{\small\texttt{need}-Demo} -\pagestyle{fancy} -\usepackage[ngerman]{babel} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{supertabular} -\newcommand\demoText{Theoretisch kann man die Definition der Tabellenumgebung -auch erweitern und das \protect\texttt{\textbackslash need}-Makro integrieren. -Das Beispiel zeigt die ersten beiden Seiten eines Dokuments, wobei die erste -Seite einen (ohne \protect\texttt{\textbackslash need}) oder keinen (mit -\protect\texttt{\textbackslash need}) Seitenumbruch aufweist.} - -\begin{document} -\demoText -\begin{center} -\tablecaption{Ãœberschrift} \tablehead{\hline Spalte1 & Spalte2 \\} -\begin{supertabular}{|cl|cl|}\hline - yyy & xxx \\\hline yyy & xxx \\\hline yyy & xxx \\\hline -\end{supertabular} -\end{center} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/05-04-2.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/05-04-2.ltx2 deleted file mode 100644 index 822d57b6a4a..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/05-04-2.ltx2 +++ /dev/null @@ -1,63 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 05-04-2 auf Seite 173. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:90mm,pagesize]{typearea} -\usepackage[utf8]{inputenc}% eventuell anpassen -\areaset{50mm}{58mm} -\usepackage[ngerman]{babel} -\setlength\parindent{0pt} -\newcommand\demoText{Theoretisch kann man die Definition der -Tabellenumgebung auch erweitern und das -\protect\texttt{\textbackslash need}-Makro integrieren. -Das Beispiel zeigt die ersten beiden Seiten eines Dokuments, -wobei die erste Seite einen (ohne \protect\texttt{\textbackslash need}) -oder keinen (mit \protect\texttt{\textbackslash need}) -Seitenumbruch aufweist.} -\setlength\emergencystretch{1.5em} -\usepackage{fancyhdr} -\lhead{\small\texttt{need}-Demo} -\pagestyle{fancy} -\usepackage[ngerman]{babel} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{supertabular} -\makeatletter -\newcommand\need[1]{\par \penalty-100 \begingroup % preserve \dimen@ - \dimen@\pagegoal \advance\dimen@-\pagetotal % space left - \ifdim #1>\dimen@ % not enough space left -% only do \vfil if some space left on page - \ifdim\dimen@>\z@ \vskip -\pagedepth plus 1fil \fi - \break - \fi \endgroup} -\makeatother - -\begin{document} -\demoText% siehe anderes Beispiel -\need{6\normalbaselineskip} -\begin{center} -\tablecaption{Ãœberschrift} -\tablehead{\hline Spalte1 & Spalte2 \\} -\begin{supertabular}{|cl|cl|}\hline - yyy & xxx \\\hline yyy & xxx \\\hline yyy & xxx \\\hline -\end{supertabular} -\end{center} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/05-05-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/05-05-1.ltx deleted file mode 100644 index 82bd739214b..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/05-05-1.ltx +++ /dev/null @@ -1,36 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 05-05-1 auf Seite 174. -%% -%% 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{170.59192pt} - -\usepackage{dcolumn} -\makeatletter \newcolumntype{s}[1]{% - >{\DC@{.}{\sf\aftergroup\sf,}{#1}\sf}l<{\DC@end}} -\makeatother - -\begin{document} -\sffamily -\begin{tabular}{ l s{1.0} s{1.2} s{3.1} } -Test & \multicolumn{1}{l}{Test1.0} & - \multicolumn{1}{l}{Test1.2} & - \multicolumn{1}{l}{Test3.1} \\\hline -Test & 1 & 1.22 & 333.1\\ Test & 2 & 3.44 & 444.1 -\end{tabular}\par\medskip -$\mathsf{0123456789}$ -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/05-05-2.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/05-05-2.ltx deleted file mode 100644 index efc5895defc..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/05-05-2.ltx +++ /dev/null @@ -1,34 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 05-05-2 auf Seite 174. -%% -%% 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} - -\usepackage{dcolumn} -\makeatletter \newcolumntype{.}{D{.}{.}{-1}} \newcolumntype{a}{.<{+6240}} -\newcolumntype{b}{>{\DC@{.}{.}{-1}}c<{\DC@end+6240}} -\newcolumntype{B}{>{\DC@{.}{.}{-1}}c<{\DC@end+25530}} -\newcommand\interval[1]{\multicolumn{1}{c}{#1}} \makeatother - -\begin{document} -\begin{tabular}{@{}la..bB@{}} - \interval{S1}&\interval{S2}&\interval{S3}&\interval{S4}&\interval{S5}&\interval{S6}\\ - 99.0\,\% & 14.40& 438& 5256& 375.60&182.70\\99.9\,\% & 1.59& 44 & 526 & 37.60&18.30\\ - 99.99\,\%& 0.15& 4.4& 0.53& 3.76 & 1.83 -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/05-06-1.ltxE b/Master/texmf-dist/doc/latex/latex-tabellen/05-06-1.ltxE deleted file mode 100644 index 323f809b35f..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/05-06-1.ltxE +++ /dev/null @@ -1,30 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 05-06-1 auf Seite 175. -%% -%% 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} -\usepackage[latin1]{inputenc}% eventuell anpassen -\usepackage[T1]{fontenc} - -\usepackage{exceltex} - -\begin{document} -Einlesen einer Zelle: -\inccell{test.xls!Zeugnisliste!C3} -\inccell{test.xls!Zeugnisliste!D3} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/05-06-2.ltxE b/Master/texmf-dist/doc/latex/latex-tabellen/05-06-2.ltxE deleted file mode 100644 index fd964c53c2b..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/05-06-2.ltxE +++ /dev/null @@ -1,33 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 05-06-2 auf Seite 176. -%% -%% 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} -\usepackage[latin1]{inputenc}% eventuell anpassen -\usepackage[T1]{fontenc} - -\usepackage{exceltex,booktabs} - -\begin{document} -Einlesen einer Tabelle:\par\setlength\tabcolsep{2pt} -\begin{tabular}{@{} *{16}{l} @{}}\toprule -Vorname & Nachname & Geb. & \multicolumn{13}{c@{}}{F\"acher}\\ - & & &D &U &T &E &F &L &G &K &M &P &C &B &S\\\midrule -\inctab{test.xls!Zeugnisliste!C2!R5}\bottomrule -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/05-06-3.ltxE b/Master/texmf-dist/doc/latex/latex-tabellen/05-06-3.ltxE deleted file mode 100644 index 62317cef875..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/05-06-3.ltxE +++ /dev/null @@ -1,31 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 05-06-3 auf Seite 176. -%% -%% 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} -\usepackage[latin9]{inputenc}% eventuell anpassen -\usepackage[T1]{fontenc} - -\usepackage{exceltex,array,booktabs} - -\begin{document} -\begin{tabular}{@{} *{8}{>{\ttfamily}r} @{}}\toprule -\multicolumn{8}{c}{Kurse}\\\midrule -\inctab{test.xls!Tabelle1!G2!N19}\bottomrule -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-1.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-1.ltx deleted file mode 100644 index fc1d4d68bd4..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-1.ltx +++ /dev/null @@ -1,51 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-1 auf Seite 178. -%% -%% 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{355.65944pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} - -\usepackage{array,ragged2e,booktabs,capt-of} -\usepackage[frenchb]{babel} -\newcolumntype{C}[1]{>{\Centering}b{#1}} - -\begin{document} -\begin{tabular}{@{}l C{2cm} C{2.7cm} C{1.8cm}@{}}\toprule -\bfseries Pratiques & \bfseries Nombre de dossiers - & \bfseries Cas où le gouvernement a eu gain de cause - & \bfseries Cessions ordonnées \\\midrule - & \itshape\bfseries 1890-1939 \\\midrule -\bfseries Concentrations & 57 & 46 & 20 \\ -\quad Marché national & 33 & 25 & 12 \\ -\quad Marché régional ou local & 24 & 21 & 9 \\ -\bfseries Pratiques antitrust & \bfseries97 & \bfseries79 & \bfseries8 \\ -\quad Marché national & 54 & 43 & 5 \\ -\quad Marché régional ou local & 43 & 36 & 3 \\ -\emph{Total} &154 &125 &\textbf{28} \\\midrule - & \itshape\bfseries 1940-1999 \\\midrule -\bfseries Concentrations & 28 & 25 & 9 \\ -\quad Marché national & 14 & 12 & 4 \\ -\quad Marché régional ou local & 14 & 13 & 5 \\ -\bfseries Pratiques antitrust & \bfseries91 & \bfseries75 & \bfseries7 \\ -\quad Marché national & 52 & 42 & 2 \\ -\quad Marché régional ou local & 39 & 33 & 5 \\ -\emph{Total} &119 &100 &\textbf{16} \\\bottomrule -\multicolumn{4}{@{}l}{\scriptsize\emph{Source}: adapté de Posner (2001,p. 106).} -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-10.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-10.ltx deleted file mode 100644 index fdf5501bece..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-10.ltx +++ /dev/null @@ -1,37 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-10 auf Seite 183. -%% -%% 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{355.65944pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} -\usepackage{eurosym} -\usepackage[ngerman]{babel} - -\usepackage{dcolumn,booktabs,tabularx}\let\addLS\addlinespace - -\begin{document} -\begin{tabularx}{0.85\linewidth}{@{} X l c D{.}{,}{2.2} @{}}\toprule -\small Schmelzeinsätze & \small Schalter & \small kg & \multicolumn{1}{c@{}}{\euro}\\ - \cmidrule(r){1-1}\cmidrule(lr){2-2}\cmidrule(lr){3-3}\cmidrule(l){4-4}\addLS -Pilzdruckknopf mit Rastung und Drehentriegelung & rot& 54 & 13.$---$\\\addLS -Pilzdruckknopf mit Rastung und Schloss & rot & 32 & 21.60\\\addLS -Schlüsselantrieb mit abziehbarem Schlüssel & schwarz & 43 & 15.10\\\addLS -Knebel mit 3~Schaltstellungen & schwarz & 23 & 5.40\\\addLS\bottomrule -\end{tabularx} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-11.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-11.ltx deleted file mode 100644 index 6166991159b..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-11.ltx +++ /dev/null @@ -1,41 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-11 auf Seite 183. -%% -%% 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{eurosym} -\usepackage[ngerman]{babel} - -\usepackage{dcolumn,booktabs,ragged2e} \newcolumntype{d}[1]{D{.}{,}{#1}} -\newcolumntype{P}[1]{>{\RaggedRight\hspace{0pt}}p{#1}} - -\begin{document} -\begin{tabular}{@{} P{12.5em} l c d{2.2} @{}}\toprule -\small Schmelzeinsätze & \small Schalter & \small kg & \multicolumn{1}{c}{\euro} \\ - \cmidrule(r){1-1}\cmidrule(lr){2-2}\cmidrule(lr){3-3}\cmidrule(l){4-4} -Pilzdruckknopf mit Rastung und Drehentriegelung & rot & 54 & 13.$---$ \\ - \cmidrule(r){1-1}\cmidrule(lr){2-2}\cmidrule(lr){3-3}\cmidrule(l){4-4} -Pilzdruckknopf mit Rastung und Schloss & rot & 32 & 21.60 \\ - \cmidrule(r){1-1}\cmidrule(lr){2-2}\cmidrule(lr){3-3}\cmidrule(l){4-4} -Schlüsselantrieb mit abziehbarem Schlüssel & schwarz & 43 & 15.10 \\ - \cmidrule(r){1-1}\cmidrule(lr){2-2}\cmidrule(lr){3-3}\cmidrule(l){4-4} -Knebel mit 3~Schaltstellungen & schwarz & 23 & 5.40 \\\bottomrule -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-12.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-12.ltx deleted file mode 100644 index c73598484dd..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-12.ltx +++ /dev/null @@ -1,36 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-12 auf Seite 184. -%% -%% 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{array,booktabs} \newcolumntype{C}{>{\small}c} - -\begin{document} -\begin{tabular}{@{}l *{4}{c} @{}}\toprule -\small Monat & \multicolumn{2}{C}{Frauen} & \multicolumn{2}{C@{}}{Männer}\\ - \cmidrule(lr){2-3}\cmidrule(l){4-5} - & \small 1967 & \small 1968 & \small 1967 & \small 1968\\\cmidrule(r){1-1} - \cmidrule(lr){2-2}\cmidrule(lr){3-3}\cmidrule(lr){4-4}\cmidrule(l){5-5} -September& 2000 & 1700 & 2300 & 1900\\ Oktober & 1500 & 1800 & 1900 & 3000\\ -November & 2500 & 2800 & 4700 & 3200\\ Dezember& 2300 & 2000 & 3600 & 2700\\\bottomrule -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-13.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-13.ltx deleted file mode 100644 index 92e10629bd7..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-13.ltx +++ /dev/null @@ -1,40 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-13 auf Seite 184. -%% -%% 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{355.65944pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} -\hyphenation{Er-dungs-wi-der-stand} - -\usepackage{array,booktabs,multirow,ragged2e,eurosym} -\renewcommand\multirowsetup{\RaggedRight\footnotesize} -\newcolumntype{N}{>{\footnotesize}l} \newcolumntype{C}{>{\footnotesize}c} -\newcommand\mc[3]{\multicolumn{#1}{#2}{#3}} - -\begin{document} -\begin{tabular}{@{} *{5}{l} @{}}\toprule - & & \mc{2}{N}{Ohne Sicherungen} & \multirow{3}{7em}{% - Höchstzulässiger Erdungswider\-stand bei Berüh\-rungsspannung}\\\cmidrule(lr){3-4} -\mc{1}{C}{Reihe} & \mc{1}{C}{Spannung} & \mc{1}{C}{Type} & \mc{1}{C}{Preis} \\ - & \mc{1}{C}{V} & & \mc{1}{C}{\euro} \\\cmidrule(r){1-1}\cmidrule(lr){2-2} - \cmidrule(lr){3-3}\cmidrule(lr){4-4}\cmidrule(l){5-5} -\ldots \\\bottomrule -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-14.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-14.ltx deleted file mode 100644 index 4ebbc28cc57..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-14.ltx +++ /dev/null @@ -1,39 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-14 auf Seite 185. -%% -%% 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{array,booktabs,ragged2e,rotating,eurosym} -\newcolumntype{N}{>{\small}l} \newcommand\mc[1]{\multicolumn{1}{R{4.5em}}{#1}} -\newcolumntype{R}[1]{>{\begin{turn}{90}\begin{minipage}{#1} - \footnotesize\RaggedRight\hspace{0pt}} l <{\end{minipage}\end{turn}}} - -\begin{document} -\begin{tabular}{@{} *{8}{l} @{}}\toprule -\small Typ&\multicolumn{6}{N}{Anlagen mit Freileitungen}&\small Preis\\\cmidrule(lr){2-7} - & \mc{Betriebsspannung~kV} & \mc{Löschspannung~kV} & \mc{Wechselspannung~kV} - & \mc{Ansprechspannung~kV} & \mc{Restspannung kV} & \mc{Nettogewicht~ kg} - & \multicolumn{1}{c}{\small\euro}\\\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} -\ldots \\\bottomrule -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-15.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-15.ltx deleted file mode 100644 index 8ad5caac6cd..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-15.ltx +++ /dev/null @@ -1,47 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-15 auf Seite 185. -%% -%% 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{eurosym} - -\usepackage{array,booktabs,dcolumn,ragged2e,rotating}\newcolumntype{N}{>{\footnotesize}l} -\newcolumntype{P}[1]{>{\footnotesize\RaggedRight\hspace{0pt}}p{#1}} -\newcolumntype{d}[1]{D{.}{,}{#1}} \newcommand\mc[2]{\multicolumn{1}{#1}{#2}} -\newcolumntype{R}[1]{>{\begin{turn}{90}\begin{minipage}{#1} - \footnotesize\RaggedRight\hspace{0pt}} l <{\end{minipage}\end{turn}}} - -\begin{document} -\begin{tabular}{@{} l d{1.1} *{3}{d{1.2}} d{1.1} d{3.2} @{}}\toprule -&\multicolumn{5}{N}{Spannungsschutz für Netze}\\ -&\multicolumn{5}{N}{Leiterspannung an der Einbaustelle}\\\cmidrule(lr){2-6} -&\multicolumn{2}{P{6em}}{Nicht geerdeter Sternpunkt} -&\multicolumn{2}{P{6em}}{Starr geerdeter Sternpunkt}\\\cmidrule(lr){2-3}\cmidrule(lr){4-5} -\mc{@{}N}{Typen-} & \mc{R{4.5em}}{Normale Leiterspannung} -&\mc{R{4.5em}}{Zulässiger Bereich} & \mc{R{4.5em}}{Normale Leiterspannung} -&\mc{R{4.5em}}{Zulässiger Bereich} & \mc{R{4.5em}}{Nennspannung} &\mc{N}{Preis}\\[-2pt] -\mc{@{}N}{bezeichnung} & \mc{N}{kV} & \mc{N}{kV} & \mc{N}{kV} & \mc{N}{kV} -&\mc{N}{kV} & \mc{N}{\euro}\\\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(l){7-7} -H 484--1 & 1 & 1.15 & 1.25 & 1.45 & 1 & 220.$---$ \\ \ldots\\ -H 484--3 & 3.5 & 3.5 & 3.8 & 4.3 & 3 & 264.$---$ \\\bottomrule -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-16.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-16.ltx deleted file mode 100644 index 8474242def2..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-16.ltx +++ /dev/null @@ -1,49 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-16 auf Seite 186. -%% -%% 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{array} - -\usepackage{booktabs,dcolumn,ragged2e}\newcolumntype{N}{>{\footnotesize}l} -\newcolumntype{P}[1]{>{\footnotesize\RaggedRight\hspace{0pt}}p{#1}} -\newcolumntype{d}[1]{D{.}{,}{#1}} \newcommand\mc[2]{\multicolumn{1}{#1}{#2}} - -\begin{document} -\begin{tabular}{@{}l *{6}{d{3.0}} @{}}\toprule -\mc{@{}N}{Zeit} & \multicolumn{2}{N}{Material von Drischel} - & \multicolumn{2}{N}{Material von Bauer} & \multicolumn{2}{N@{}}{Eigenes Material}\\ - \cmidrule(lr){2-3}\cmidrule(lr){4-5}\cmidrule(l){6-7} - & \mc{P{3.5em}}{Häufigster Wert} & \mc{P{3.5em}}{Extremwert} - & \mc{P{3.5em}}{Häufigster Wert} & \mc{P{3.5em}}{Extremwert} - & \mc{P{3.5em}}{Häufigster Wert} & \mc{P{3.5em}@{}}{Extremwert}\\ - \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(l){7-7}\addlinespace -Latenzzeit & 220 & 330 & 245 & 325 & 235 & 320 \\ - & & 150 & & 155 & & 160 \\\addlinespace -Halbwertszeit & 210 & 380 & 145 & 535 & 180 & 320 \\ -des Anstiegs & & 90 & & 95 & & 70 \\\addlinespace -Gipfelzeit & 485 & 700 & 375 & 535 & 420 & 600 \\ - & & 260 & & 315 & & 290 \\\addlinespace -Halbwertszeit & 855 & 870 & 665 & 945 & 775 & 820 \\ -des Abstiegs & & 590 & & 575 & & 490 \\\addlinespace\bottomrule -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-17.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-17.ltx deleted file mode 100644 index ff4850f1f2d..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-17.ltx +++ /dev/null @@ -1,43 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-17 auf Seite 187. -%% -%% 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{booktabs} - -\usepackage{dcolumn,ragged2e,eurosym}\newcolumntype{N}{>{\footnotesize}l} -\newcolumntype{P}[1]{>{\footnotesize\RaggedRight}p{#1}} -\newcolumntype{d}[1]{D{.}{,}{#1}} \newcommand\mc[2]{\multicolumn{1}{#1}{#2}} - -\begin{document} -\begin{tabular}{@{}l *{2}{d{3.0}d{2.2}} @{}}\toprule -\mc{@{}N}{Gegenstand} & \multicolumn{2}{N}{Vierleitersystem} - & \multicolumn{2}{N@{}}{Fünf"|leitersystem}\\\cmidrule(lr){2-3}\cmidrule(l){4-5} - & \mc{N}{Bestell-} & \mc{N}{Preis} & \mc{N}{Bestell} & \mc{N@{}}{Preis} \\[-2pt] - & \mc{N}{Nr.} & \mc{P{2em}}{\euro} & \mc{N}{Nr.} & \mc{P{2.5em}@{}}{\euro}\\ - \cmidrule(r){1-1}\cmidrule(lr){2-2}\cmidrule(lr){3-3}\cmidrule(lr){4-4} - \cmidrule(l){5-5} -Schienenkasten & 103 & 70.$---$ & 107 & 83.$---$ \\ -Schiene für Hauptleiter & 104 & 9.50 & 108 & 9.50 \\ -Verbindungsklemme & 105 & 1.25 & 109 & 1.25 \\ -Schienenkastenöffnung & 106 & 1.55 & 110 & 1.55 \\\bottomrule -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-18.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-18.ltx deleted file mode 100644 index d50f56530b6..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-18.ltx +++ /dev/null @@ -1,44 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-18 auf Seite 187. -%% -%% 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{booktabs,dcolumn,ragged2e} \newcolumntype{N}{>{\footnotesize}l} -\newcolumntype{P}[1]{>{\footnotesize\RaggedRight\hspace{0pt}}p{#1}} -\newcolumntype{d}[1]{D{.}{,}{#1}} \newcommand\mc[2]{\multicolumn{1}{#1}{#2}} - -\begin{document} -\begin{tabular}{@{}lld{2.0}@{$\!$--}d{2.0}d{3.0}ld{1.0}@{$\!$--}d{2.0}d{3.0}l@{}}\toprule - & \multicolumn{8}{N}{Zum Umsetzen} & \\\cmidrule(lr){2-9} - & \multicolumn{4}{N}{von Frequenzen im} & \multicolumn{4}{N}{auf Frequenzen im} \\ - \cmidrule(lr){2-5}\cmidrule(lr){6-9} -\mc{@{}N}{Type} & \mc{P{3em}}{Fernsehbereich} & \multicolumn{2}{N}{Kanal} & \mc{N}{MHz} - & \mc{P{3em}}{Fernsehbereich} & \multicolumn{2}{N}{Kanal} & \mc{N}{MHz} - & \mc{P{2em}@{}}{Bauform}\\ - \cmidrule(r){1-1}\cmidrule(lr){2-2}\cmidrule(lr){3-4}\cmidrule(lr){5-5} - \cmidrule(lr){6-6}\cmidrule(lr){7-8}\cmidrule(lr){9-9}\cmidrule(l){10-10} -SAFE 381 WK & F I & 2 & 4 & 174 & F III & 5 & 12 & 174 & DO \\ -SAFE 382 WK & F II & 5 & 12 & 68 & F I & 2 & 4 & 47 & DO \\ -SAFE 383 WK & F III & 21 & 38 & 174 & F III & 5 & 12 & 174 & ES \\ -SAFE 384 WK & F IV & 42 & 48 & 47 & F III & 5 & 12 & 174 & ET \\\bottomrule -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-19.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-19.ltx deleted file mode 100644 index 3c7a3387ab4..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-19.ltx +++ /dev/null @@ -1,48 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-19 auf Seite 188. -%% -%% 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,ragged2e,rotating,eurosym} -\newcolumntype{C}{>{\footnotesize}c} -\newcolumntype{N}{>{\footnotesize}l} -\newcolumntype{P}[1]{>{\footnotesize\RaggedRight\hspace{0pt}}p{#1}} -\newcolumntype{d}[1]{D{.}{,}{#1}} -\newcommand\mc[2]{\multicolumn{1}{#1}{#2}} -\newcommand\Rotate[1]{\begin{turn}{90}\rlap{#1}\end{turn}} - -\begin{document} -\begin{tabular}{@{}d{1.0}*{3}{d{3.0}}d{2.0}d{3.0}d{2.2}@{}}\toprule - & \multicolumn{4}{N}{Leistungsaufnahme} & & \\\cmidrule(lr){2-5} - & \multicolumn{2}{P{7em}}{kurzzeitig beim Ein"~~und Umschalten} - & \multicolumn{2}{P{7em}}{nach dem Umschalten in die Dreieckstufe} - & \mc{C}{\raisebox{-4em}{\Rotate{Spannung}}} - & \mc{C@{}}{\raisebox{-4em}{\Rotate{Mehrpreis für}} - \raisebox{-4em}{\Rotate{abweichende}} \raisebox{-4em}{\Rotate{Spannung}}}\\ - \cmidrule(lr){2-3}\cmidrule(lr){4-5} -\mc{@{}C}{\Rotate{Schaltergröße}}&\mc{C}{VA}&\mc{C}{W}&\mc{C}{VA}&\mc{C}{W}&\mc{C}{VA} - & \mc{C}{\euro}\\\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(l){7-7} -1& 120& 100& 16& 6& 24& 12.$---$\\ 2& 150& 100& 36& 12& 110& 15.$---$\\ -4& 342& 210& 60& 18& 220& 19.$---$\\ 6& 733& 320& 100& 36& 220& 29.$---$\\\bottomrule -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-2.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-2.ltx deleted file mode 100644 index c1062061a39..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-2.ltx +++ /dev/null @@ -1,40 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-2 auf Seite 179. -%% -%% 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{355.65944pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} -\setlength\textwidth{300pt} - -\usepackage{tabularx,booktabs,ragged2e} -\newcommand{\raggedcolumn}{\RaggedRight\hspace{0pt}} -\newcommand{\centercolumn}{\Centering\hspace{0pt}} - -\begin{document} -\renewcommand*{\tabularxcolumn}[1]{b{#1}}% -\begin{tabularx}{\textwidth}{@{}*{3}{>{\raggedcolumn}X}*{3} -{>{\raggedcolumn}X}@{}}\toprule -Ãœberschrift 1 & Ãœberschrift 2 & Ãœberschrift 3 & -Ãœberschrift 4 & Ãœberschrift 5 & Ãœberschrift -6, die etwas länger als gewöhnlich ist\\\midrule -foo & bar & baz & gg & gg & gg\\\midrule -foo & bar & baz & gg & gg & dd\\\bottomrule -\end{tabularx} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-20.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-20.ltx deleted file mode 100644 index be2734a13d9..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-20.ltx +++ /dev/null @@ -1,50 +0,0 @@ -%% -%% 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} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-21.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-21.ltx deleted file mode 100644 index 3d29862e4a5..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-21.ltx +++ /dev/null @@ -1,49 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-21 auf Seite 190. -%% -%% 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,ragged2e,rotating} -\newcommand\Rotate[1]{\raisebox{-3ex}{\begin{turn}{90}\rlap{#1}\end{turn}}} -\newcolumntype{C}{>{\footnotesize}c} -\newcolumntype{N}{>{\footnotesize}l} -\newcolumntype{P}[1]{>{\footnotesize\RaggedRight\hspace{0pt}}p{#1}} -\newcommand\mc[2]{\multicolumn{1}{#1}{#2}} - -\begin{document} -\begin{tabular}{@{}l *{5}{r} c@{}}\toprule -\mc{@{}N}{Heilanstalten} & \multicolumn{6}{N}{Ärzte} \\\cmidrule(l){2-7} - & \multicolumn{2}{N}{insgesamt} & \multicolumn{4}{N@{}}{davon}\\ - \cmidrule(lr){2-3}\cmidrule(l){4-7} - & & & & \multicolumn{3}{N@{}}{nachgeordnete Ärzte} \\\cmidrule(l){5-7} - & & & & & \multicolumn{2}{C}{davon}\\\cmidrule(l){6-7} - & \mc{C}{\Rotate{zusammen}} & \mc{C}{\Rotate{davon weiblich}} - & \mc{C}{\Rotate{leitende Ärzte}} & \mc{C}{\Rotate{insgesamt}} - & \mc{P{2em}@{}}{Ober"-ärzte} & \mc{P{3.5em}@{}}{Assistenz"-ärzte} \\ - \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(l){7-7} -Josefsstift, Bad Brückenau & 90 & 24 & 11 & 79 & 15 & 64 \\ -Tannenheim, Schlüchtern & 37 & 12 & 8 & 27 & 7 & 22 \\ -Waldfrieden, Selters & 24 & 8 & 2 & 22 & 6 & 22 \\ -Habichtshöhe, Lauterbach & 36 & 13 & 3 & 33 & 8 & 25 \\\bottomrule -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-22.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-22.ltx deleted file mode 100644 index 23b0c86015c..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-22.ltx +++ /dev/null @@ -1,46 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-22 auf Seite 190. -%% -%% 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,ragged2e,rotating,nicefrac} -\newcolumntype{C}{>{\footnotesize}c} -\newcolumntype{N}{>{\footnotesize}l} -\makeatletter\newcolumntype{B}[1]{>{\boldmath\DC@{.}{,}{#1}} c <{\DC@end}}\makeatother -\newcolumntype{P}[1]{>{\footnotesize\RaggedRight\hspace{0pt}}p{#1}} -\newcolumntype{d}[1]{D{.}{,}{#1}} -\newcommand\mc[2]{\multicolumn{1}{#1}{#2}} - -\begin{document} -\begin{tabular}{@{} d{4.0} d{2.0} d{2.1} B{2} d{2.1} @{\,\,} l@{}}\toprule -\mc{@{}N}{Hubraum} & \mc{N}{Leistung} - & \mc{P{4.5em}}{Beschleunigung 0\,\nicefrac{km}{h} bis 100\,\nicefrac{km}{h}} - & \mc{>{\bfseries}P{4em}}{Höchstgeschwindigkeit} - & \multicolumn{2}{P{4em}@{}}{Kraftstoffverbrauch auf 100\,km}\\ -\mc{@{}C}{cm$^3$} & \mc{C}{kW} & \mc{C}{s} & \mc{>{\bfseries}C}{\nicefrac{km}{h}} - & \multicolumn{2}{C@{}}{l}\\\cmidrule(r){1-1}\cmidrule(lr){2-2}\cmidrule(lr){3-3} - \cmidrule(lr){4-4}\cmidrule(l){5-6} -1288 & 37 & 22.7 & 133 & 8.6 \\ 1488 & 44 & 18.8 & 140 & 8.7 \\ -1688 & 55 & 13.7 & 155 & 9.4 & Super\\ 1985 & 66 & 11.7 & 165 & 9.9 & Super \\ -2274 & 80 & 9.8 & 178 & 10.1 & Super\\\bottomrule -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-23.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-23.ltx deleted file mode 100644 index 54e0a5e6acd..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-23.ltx +++ /dev/null @@ -1,34 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-23 auf Seite 191. -%% -%% 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{146.59192pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} - - - -\begin{document} -\begin{tabular}{ll} - Erste Spalte & Zweite Spalte\\ - Zweite Zeile & Weiterer Text - \\[-6pt]\hline\noalign{\vspace{1ex}} - Dritte Zeile & Unten Links -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-24.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-24.ltx deleted file mode 100644 index 3d26bb726bc..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-24.ltx +++ /dev/null @@ -1,38 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-24 auf Seite 191. -%% -%% 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{array,slashbox,ragged2e} - -\begin{document} -\renewcommand\arraystretch{1.6} -\begin{tabular}{|*{4}{>{% - \Centering$}m{11mm}<{$}|}}\hline -\multicolumn{1}{|c|}{% - \backslashbox{$v_n$}{$u_n$}} - & \ell&+\infty&-\infty\\\hline -\ell' &\ell+\ell'&+\infty&-\infty\\\hline -+\infty&+\infty&+\infty&$F.I.$\\\hline --\infty&-\infty&$F.I.$&-\infty\\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-25.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-25.ltx deleted file mode 100644 index b56e7a0aad6..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-25.ltx +++ /dev/null @@ -1,49 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-25 auf Seite 191. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} - -\usepackage{tabularx,longtable,amsmath} -\usepackage[table]{xcolor} -\newcommand*\RMarker{.} -\newcommand*\SeminarOn[1][Wochenende]{% - \def\RMarker{\rbrace\text{#1}}} -\newcommand*\SeminarOff{\def\RMarker{.}} -\newcommand*\SA{\rowcolor{black!20}} -\newcommand*\SO{\rowcolor{black!30}} - -\begin{document} -\begin{longtable}{>{$\left.}l<{\right\RMarker$}} -\SeminarOn[Seminar] -\begin{tabularx}{.55\linewidth}{rlX} - 2 & Di & \\ 3 & Mi & \\ - 4 & Do & \\ 5 & Fr & \\ -\end{tabularx} \\\SeminarOn -\begin{tabularx}{.55\linewidth}{rlX} -\SA 6 & Sa & Stammtisch \\ -\SO 7 & So & \\ -\end{tabularx} \\\SeminarOff -\begin{tabularx}{.55\linewidth}{rlX} - 8 & Mo &\\ 9 & Di & -\end{tabularx} -\end{longtable} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-26.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-26.ltx2 deleted file mode 100644 index f395451a477..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-26.ltx2 +++ /dev/null @@ -1,92 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-26 auf Seite 192. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{196.59192pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} -\usepackage[paper=a5,pagesize,DIV14]{typearea} -\usepackage{fancyhdr} -\pagestyle{fancy} -\usepackage[margin=10pt, font=footnotesize, labelfont=bf, singlelinecheck=false]{caption} - -\usepackage{booktabs,subfig} - -\begin{document} -\section[Doppelseite]{Abschnittsüberschrift, die etwas länger ist und sich über -zwei Zeilen erstreckt} -\begin{table}[!htb] -\subfloat[][]{\begin{tabular}{lrrrrrrrrr} \toprule - & \textbf{1972} & \textbf{1973} & \textbf{1974} & \textbf{1975} & \textbf{1976} - & \textbf{1977} & \textbf{1978} & \textbf{1979} & \textbf{1980} \\\midrule -\addlinespace[3pt] -Zeile 1 & 1 & 3 & 1 & 1 & 1 & 0 & 1 & 1 & 0 \\\addlinespace[3pt] -Zeile 2 & 1 & 1 & 3 & 1 & 0 & 0 & 0 & 0 & 0 \\\addlinespace[3pt] -Zeile 3 & 2 & 1 & 2 & 1 & 0 & 0 & 0 & 0 & 0 \\\addlinespace[3pt] -Zeile 4 & 1 & 0 & 5 & 1 & 2 & 0 & 0 & 0 & 0 \\\addlinespace[3pt] -Zeile 6 & 2 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 \\\addlinespace[3pt] -Zeile 5 & 0 & 0 & 4 & 2 & 1 & 2 & 2 & 1 & 0 \\\addlinespace[3pt] -Zeile 8 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 0 \\\addlinespace[3pt] -Zeile 9 & 0 & 0 & 0 & 0 & 0 & 1 & 2 & 1 & 0 \\\addlinespace[3pt] -Zeile10 & 0 & 1 & 3 & 0 & 1 & 0 & 1 & 0 & 0 \\\addlinespace[3pt] -Zeile11 & 0 & 2 & 2 & 1 & 1 & 0 & 1 & 0 & 0 \\\addlinespace[3pt] -Zeile12 & 2 & 0 & 2 & 4 & 1 & 0 & 4 & 0 & 0 \\\addlinespace[3pt] -Lärm & 2 & 3 & 0 & 0 & 0 & 0 & 0 & 0 & 0 \\\addlinespace[3pt] -Zeile13 & 0 & 1 & 0 & 0 & 1 & 0 & 3 & 0 & 0 \\\addlinespace[3pt] -Zeile14 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 \\\addlinespace[3pt] -Zeile15 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 \\\addlinespace[3pt] -Zeile16 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 \\\addlinespace[3pt]\midrule -Artikel gesamt & 2 & 6 & 13 & 8 & 4 & 3 & 5 & 4 & 0 \\\bottomrule -\end{tabular}}% end subfloat -\caption{Tabellenunterschrift 1. Teil.} -\label{Tabelle-Entwicklung-Themen-BZ} -\end{table} - -\clearpage - -\section*{\phantom{\parbox[t]{0.8\linewidth}{Abschnittsüberschrift, die etwas -länger ist und sich über zwei Zeilen erstreckt}}} -\begin{table}[!htb] -\ContinuedFloat -\subfloat[][]{\hspace*{-\marginparwidth}\begin{tabular}{rrrrrrrrrr}\toprule - & \textbf{1981} & \textbf{1982} & \textbf{1983} & \textbf{1984} & \textbf{1985} - & \textbf{1986} & \textbf{1987} & \textbf{1988} & \\\midrule -Z 1 & 0 & 0 & 0 &20 & 0 & 2 & 2 & 2 & \\\addlinespace[3pt] -Z 2 & 0 & 2 & 1 & 3 & 4 & 4 & 6 & 4 & \\\addlinespace[3pt] -Z 3 & 0 & 0 & 1 & 5 & 3 & 1 & 7 & 7 & \\\addlinespace[3pt] -Z 4 & 2 & 1 & 0 & 1 & 0 & 3 & 7 & 2 & \\\addlinespace[3pt] -Z 6 & 1 & 2 & 0 & 5 & 2 & 2 & 5 & 4 & \\\addlinespace[3pt] -Z 5 & 0 & 0 & 1 & 1 & 0 & 2 & 5 & 4 & \\\addlinespace[3pt] -Z 8 & 3 & 2 & 1 & 2 & 1 & 3 & 5 & 3 & \\\addlinespace[3pt] -Z 9 & 0 & 0 & 0 & 4 & 2 & 1 & 4 & 5 & \\\addlinespace[3pt] -Z10 & 1 & 1 & 0 & 1 & 1 & 1 & 4 & 4 & \\\addlinespace[3pt] -Z11 & 0 & 0 & 2 & 6 & 1 & 0 & 2 & 1 & \\\addlinespace[3pt] -Z12 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & \\\addlinespace[3pt] -Lärm& 0 & 1 & 0 & 2 & 0 & 0 & 2 & 2 & \\\addlinespace[3pt] -Z13 & 0 & 0 & 0 & 2 & 0 & 1 & 3 & 0 & \\\addlinespace[3pt] -Z14 & 0 & 0 & 0 & 3 & 3 & 2 & 1 & 1 & \\\addlinespace[3pt] -Z15 & 1 & 0 & 0 & 4 & 0 & 0 & 3 & 1 & \\\addlinespace[3pt] -Z16 & 0 & 0 & 0 & 0 & 0 & 3 & 5 & 0 & \\\addlinespace[3pt]\midrule -Artikel gesamt & 6 & 3 & 5 &23 &10 & 8 & 15 & 13 & \\\bottomrule -\end{tabular}}% end subfloat -\caption{Tabellenunterschrift 2. Teil.} -\end{table} - -\clearpage -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-27.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-27.ltx deleted file mode 100644 index 66d18f5c5dc..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-27.ltx +++ /dev/null @@ -1,35 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-27 auf Seite 192. -%% -%% 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{355.65944pt} -\setlength\parindent{0pt} -\setlength\parskip{10pt} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} - -\usepackage{tabularx} - -\begin{document} -\begin{tabularx}{\linewidth}{@{}X|p{2mm}@{}|}\cline{2-2} -DANTE, Deutschsprachige Anwendervereinigung \TeX\ e.\,V., wurde am 14.\,April 1989 in -Heidelberg gegründet. Der Zweck des Vereins ist die Betreuung und Beratung von -\TeX-Benutzern im gesamten deutschsprachigen Raum.\par 2010 feierten wir in Wien daher -unser 20-jähriges Bestehen! & \rule{2mm}{0pt}\\\cline{2-2} -\end{tabularx} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-28.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-28.ltx deleted file mode 100644 index d0971b3ba5d..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-28.ltx +++ /dev/null @@ -1,115 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-28 auf Seite 193. -%% -%% 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{355.65944pt} -\setlength\parindent{0pt} -\setlength\parskip{10pt} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} - -\usepackage{booktabs} -\usepackage{amssymb} -\usepackage{units} -\usepackage{textcomp} -\usepackage{multirow} -\usepackage{bigdelim} -\usepackage{rotating} - -\begin{document} -\rotatebox{90}{% -\sffamily\small -\begin{tabular}{@{}lccccclll@{}}\toprule -Autor & Fläche & Airgap & Empfindl. & -Frequenz & Rauschen & Materialien & Quellen & Aufbauart \tabularnewline -& & & & & & Membran, Elektrode & & \tabularnewline -\cmidrule(lr){2-2}\cmidrule(lr){3-3}\cmidrule(lr){4-4}\cmidrule(lr){5-5}\cmidrule(lr){6-6} - & \unit{mm\textsuperscript{2}} & \unit{\textmu m} & \unit{mV/Pa} & - \unit{Hz-kHz} & \unit{dBA SPL} & & & \tabularnewline -\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(lr){8-8}\cmidrule(l){9-9} -\addlinespace -% Tabellenkopf Ende -Schellin & 1 & & 0,3 & -- & & Poly-Si, Poly-Si & -[6,7,9] &%\cite{Schellin:1997:01,Schellin:1994:01,Schellin-1993-01} & -\tabularnewline -van der Donk & & & & & & & -[12] &% \cite{Donk:1992:01} & -\tabularnewline -Bernstein & 0,57 & 2,2 & 10,77 & -20 &--& Nitrid, Gold & -[13] &%\cite{Kabir:1999:01} & -\tabularnewline -Chen &-- &2 &40 &50--15 &-- &Poly-Si, Mono-Si & -[17,18]&%\cite{Chen:2002:01,Chen:2003:01} & -\tabularnewline -Dehé & $\varnothing$1.2&1 &3,2 &100--10 &30 &Poly-Si, Epi-Poly & -[19,10] &%\cite{Dehe:1999:01,Brauer:2001:01} & -\tabularnewline -Hsu &2 &4 &--&200--10 &&Poly-Si, Mono-Si & -[7]&%\cite{Hsu:1998:01} & -\tabularnewline -Kronast &2 &1,3 &11 &300--20&--&Nitrid+Alu, Mono-Si & -[20,21,22]&%\cite{Kronast:1996:01,Kronast:2001:01,Stoffel:1999:01} & -\tabularnewline -Li &1 &--&9,6 &100--19&--&Poly-Si, Poly-Si & -[1,24]&%\cite{Li:2001:01,Wang:2004:01} & -\tabularnewline -Pedersen & 4,84 &3,6 &--&100--15 &60 &Gold, Polymid & -[2,6]&%\cite{Pedersen:1997:01,Pedersen:1998:01} & -\tabularnewline -Rombach &1 &0,9 &14 &20--10&22,5 &Poly-Si, Poly-Si & -[17,18]&%\cite{Rombach:2000:01,Rombach:2002:01} & -\tabularnewline -Kovács &0,25 &1,5 &-- &-- &-- &Poly-Si, Poly-Si & -[25,26]&%\cite{Kovacs:1995:01} & -\tabularnewline -Torkkeli &1 &1,3 &2 &10--12 &35 &Poly-Si, Poly-Si & -[26]&%\cite{Torkkeli:2000:01} & -\rdelim\}{-12}{1mm}[1 Chip] \tabularnewline -\addlinespace -\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(lr){8-8}\cmidrule(l){9-9} -\addlinespace -Bay &4 &0,4 &27 &&&& -[26,27,28,30]&%\cite{Bay:1999:01,Bay:1996:01,Bay:1997:01,Bouwstra:1998:01} & -\tabularnewline -Füldner&&&&&&&&\tabularnewline -Tajima &4 &15 &7 &75--24 &-- &Oxid, Mono-Si & -[29]&%\cite{Tajima:2003:01} & -\rdelim\}{-3}{1mm}[2 Chip] \tabularnewline -\addlinespace -\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(lr){8-8}\cmidrule(l){9-9} -\addlinespace -Kressmann &1 &1 &2,9 &100--10&39 &Oxid+Nitrid, Poly-Si& -[11,12]&%\cite{Kressmann:2001:01,Kressmann:2002:01} & -\tabularnewline -Thielemann & & & & & & & -[8] & \tabularnewline% \cite{Thielemann:1997:01} & \tabularnewline -Hsieh & 64 & 4,5 & 40 & 100--10 & 60 & Nitrid, Nitrid & -[1,2,4] & \tabularnewline %\cite{Hsieh:1997:01,Hsieh:1999:01,Hsieh:2001:01} & \tabularnewline %,Hsu:1996:01 -Murphy & -- & -- & 8 & 100--15 & -- & -Al + Nitrid, Mono-Si& -[3] & \tabularnewline % \cite{Murphy:1989:01} & \tabularnewline -Zou & 1 & 2,6 & 14,2 & 9--16 & -- & Poly-Si , Mono-Si & -[7] & %\cite{Zou:1997:01,Zou:1998:01} & -\rdelim\}{-5}{1mm}[Elektret] \tabularnewline -\addlinespace -\bottomrule -\end{tabular}}% end of rotatebox -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-29.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-29.ltx deleted file mode 100644 index 051907d85dc..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-29.ltx +++ /dev/null @@ -1,38 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-29 auf Seite 194. -%% -%% 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{218.59192pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} -\setlength\textwidth{200pt} - -\usepackage{tabularx} -\makeatletter\newcolumntype{M}{>{\@minipagetrue}X}\makeatother - -\begin{document} -\begin{tabularx}{\linewidth}{|X|M|}\hline -Links & Rechts\\\hline -Die rechte Liste beginnt auf gleicher Höhe wie diese Spalte. - & \begin{itemize} \item a \item b \item c \end{itemize}\\\hline -\begin{itemize} \item a \item b \item c \end{itemize} - & Die linke Spalte ist jetzt keine M-Spalte, sodass die Liste einen vertikalen - Abstand am Anfang aufweist.\\\hline -\end{tabularx} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-3.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-3.ltx deleted file mode 100644 index f6e9b2c055a..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-3.ltx +++ /dev/null @@ -1,54 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-3 auf Seite 180. -%% -%% 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{355.65944pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} - -\usepackage{array,booktabs} -\newcounter{Platz} - -\begin{document} -\begin{tabular}{@{}>{\ifnum\thePlatz>0 \thePlatz.\fi}r - l rrr c@{ :}c c<{\stepcounter{Platz}} @{}}\\ -\multicolumn{8}{c}{% - \bfseries\rule[-2ex]{0pt}{5ex}1.\,Fußballbundesliga Abschluss 1986/87}\\ \toprule -\multicolumn{1}{@{}c}{} - & Verein & S & U & N &\multicolumn{2}{c}{Punkte}& Kommentar\\\midrule - & Bayern München & 20 & 13 & 1 & 53 & 15 & Dt. Meister\\ - & Hamburger SV & 19 & 9 & 6 & 47 & 21 & Pokalsieger\\ - & Bor. M'Gladbach & 18 & 7 & 9 & 43 & 21 & Teilnehmer\\ - & Bor. Dortmund & 15 & 10 & 9 & 40 & 28 & am\\ - & Werder Bremen & 17 & 6 & 11 & 40 & 28 & UEFA\\ - & Bayer Leverkusen & 16 & 7 & 11 & 39 & 29 & Pokal\\\midrule - & 1.FC Kaiserslautern& 15 & 7 & 12 & 37 & 31 & \\ - & Bayer Uerdingen & 12 & 11 & 11 & 35 & 33 & \\ - & 1.FC Nürnberg & 12 & 11 & 11 & 35 & 33 & \\ - & 1.FC Köln & 13 & 9 & 12 & 35 & 33 & \\ - & VfL Bochum & 9 & 14 & 11 & 32 & 36 & Mittelfeld\\ - & VfB Stuttgart & 13 & 6 & 15 & 32 & 36 & \\ - & Schalke 04 & 12 & 8 & 14 & 32 & 36 & \\ - & Waldhof Mannheim & 10 & 8 & 16 & 28 & 40 & \\ - & Eintracht Frankfurt& 8 & 9 & 17 & 25 & 43 & \\\midrule - & FC Homburg & 6 & 9 & 19 & 21 & 47 & Rel. St.Pauli\\\midrule - & Fortuna Düsseldorf & 7 & 6 & 21 & 20 & 48 & \\ - & BW 90 Berlin & 3 & 12 & 19 & 18 & 50 - & \raisebox{1.5ex}[-1.5ex]{Absteiger}\\\bottomrule -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-30.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-30.ltx deleted file mode 100644 index 29a8bd2ca05..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-30.ltx +++ /dev/null @@ -1,53 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-30 auf Seite 194. -%% -%% 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} -\pagestyle{plain} -\setlength\textheight{7.5cm} -\setlength\textwidth{5.5cm} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} -\let\belowcaptionskip\abovecaptionskip - -\usepackage{array} -\newcounter{tabline} -\newcolumntype{n}{>{% - \refstepcounter{tabline}\thetabline\enspace}l} - -\begin{document} -\begin{table} -\centering -\caption{Eine automatische Zeilenzählung - innerhalb einer Tabelle}\label{BAZ} -\begin{tabular}{n}\hline - \multicolumn{1}{l}{\emph{No. Tier}} \\\hline - Gelse \\ - Gemse \label{FOO} \\ - Stinktier \\ - Ameisenbär \\ - Gürteltier \label{BAR} \\\hline -\end{tabular} -\end{table} - -\medskip -Siehe Tabellenzeile~\ref{FOO} oder auch alternativ -Tabellenzeile~\ref{BAR} in der Tabelle~\ref{BAZ} -auf Seite~\pageref{BAR}. -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-31.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-31.ltx deleted file mode 100644 index 82001d4cd7e..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-31.ltx +++ /dev/null @@ -1,46 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-31 auf Seite 195. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} -\usepackage[spanish]{babel} - -\usepackage{array,booktabs,ragged2e} -\def\xstrut{\rule{0pt}{3ex}} -\newcolumntype{P}[1]{>{\RaggedRight}p{#1}} - -\begin{document} -\begin{tabular}{@{}ccc@{\qquad}rrrr@{}}\toprule -\multicolumn{1}{@{}P{1.25cm}}{Tipo de avi\'on} - & \multicolumn{1}{P{1.75cm}}{Capacidad (pasajeros)} - & \multicolumn{1}{P{1.75cm}}{N\'umero de aviones} - & \multicolumn{4}{@{}p{4cm}@{}}{% - \xstrut N\'umero de viajes diarios en la ruta}\\\cmidrule{4-7} -\xstrut & & & 1 & 2 & 3 & 4 \\\midrule - 1 & 50 & 5 & 3 & 2 & 2 & 1 \\ - 2 & 30 & 8 & 4 & 3 & 3 & 2 \\ - 3 & 20 & 10 & 5 & 5 & 4 & 2 \\ \midrule - 4 & 10 & 18 & 3 & 1 & -- & 1 \\ - 5 & 5 & 8 & 2 & 1 & -- & 6 \\ - 6 & 1 & 80 & 6 & 5 & 12 & 4 \\\midrule -\multicolumn{3}{@{}l}{N\'umero de clientes diarios} - & 1000 & 2000 & 900 & 1200 \\\bottomrule -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-32.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-32.ltx2 deleted file mode 100644 index c291be19a0a..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-32.ltx2 +++ /dev/null @@ -1,190 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-32 auf Seite 196. -%% -%% 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,2 - -\documentclass[]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:88mm,pagesize]{typearea} -\usepackage[utf8]{inputenc}% eventuell anpassen -\usepackage[ngerman]{babel} -\setlength\parindent{0pt} -\usepackage{etex} % Damit Marken verwendet werden koennen -\usepackage{ltxtable} -\usepackage[savepos,user]{zref} % Um die aktuelle Position zu merken -\usepackage{fltpoint} % Rechnen mit Komma-Zahlen -\usepackage{calc} % Fuer das Makro \widthof -\usepackage{numprint} % Zahlen formatiert ausgeben -\usepackage{eurosym} % Das Euro-Zeichen -% Globale Einstellungen fuer numprint -\npstylegerman % Deutsche Zahlenformatierung -\nprounddigits{2} % Zwei Nachkommasstellen -\npreplacenull{---} % Buchhalter-Strich statt Nachkomma-Nullen - -%%%%%%%%%%%%%%Befehle zur Berechnung der Zwischensumme%%%%%%%%%%%%%%%%%%%% -\newcommand*\laufsumme{0} -\newcommand*\resetlaufsumme{\global\def\laufsumme{0}} -\newcommand*\addlaufsumme[1]{\fpAdd{\laufsumme}{\laufsumme}{#1}% - \global\let\laufsumme\laufsumme} -\newcommand*\printwert[1]{\numprint{#1}} - -%%%%%%%%PlainTeX-Hack fuer Positionierung der Zwischensummen%%%%%%%%%%%%%%% -\makeatletter % Das at-Zeichen in Variablen zulassen -% Variablen bereit stellen - \newdimen\drx - \newdimen\dry - \newmarks\ltm@marks - \def\ltm@setmarks#1{\marks\ltm@marks{#1}} - \def\ltm@getmarks{\botmarks\ltm@marks} - -% Den aktuellen Wert der Laufsumme berechnen und merken -\newcommand*{\Wert}[1]{% - \printwert{#1}% Ausgabe des Werts vor Ort - \addlaufsumme{#1}% Den uebergebenen Wert zur Laufsumme addieren - \expandafter\ltm@setmarks\expandafter{\laufsumme}% Laufsumme merken -} - -% Merken der aktuellen Position -\newcommand*{\MarkZwsumPos}{% - \leavevmode - \zsavepos{zwsumpos\thepage}% - \zrefused{zwsumpos\thepage}} - -% Ausgabe der Zwischensumme -\def\ltm@insertfoot#1{% - \vbox to\z@{% - \vss - \hb@xt@\z@{% - \color@begingroup - \zsavepos{tabende\thepage}% % Die aktuelle Position merken - \drx=0sp - \dry=0sp - % Die aktuelle Position abziehen und die gemerkte addieren - \advance \drx by -\zposx{tabende\thepage}sp - \advance \drx by \zposx{zwsumpos\thepage}sp - \advance \dry by -\zposy{tabende\thepage}sp - \advance \dry by \zposy{zwsumpos\thepage}sp - \smash{\kern\drx\raise\dry% - \hbox{\makebox[\widthof{ \euro}][r]{% - \printwert{#1} \euro}}% - } - \color@endgroup - }% - }% -} - -% Ausgabe des Uebertrags -% Wie die Ausgabe der Zwischensumme, nur ohne neu gemerkte Position -\def\ltm@inserthead#1{% - \vbox to\z@{% - \vss - \hb@xt@\z@{% - \color@begingroup - \drx=0sp - \dry=0sp - % Die Position des Tabellenendes abziehen - \advance \drx by -\zposx{tabende\thepage}sp - \advance \drx by \zposx{zwsumpos\thepage}sp - \advance \dry by -\zposy{tabende\thepage}sp - \advance \dry by \zposy{zwsumpos\thepage}sp - \smash{\kern\drx\raise\dry% - % Die eigentliche Ausgabe. Rechtsbuendig und - % um die Breite des Euro-Zeichens verschoben. - \hbox{\makebox[\widthof{ \euro}][r]{% - \printwert{#1} \euro}}% - } - \color@endgroup - }% - }% -} - -\def\ltm@lastfoot{\ltm@insertfoot\ltm@getmarks} -\def\ltm@foot{\ltm@insertfoot{\ltm@getmarks}} -\def\ltm@head{\ltm@inserthead{\ltm@getmarks}} - -% Ueberschreiben der Output-Routine von longtable -\def\LT@output{% - \ifnum\outputpenalty <-\@Mi - \ifnum\outputpenalty > -\LT@end@pen - \LT@err{floats and marginpars % - not allowed in a longtable}\@ehc - \else - \setbox\z@\vbox{\unvbox\@cclv}% - \ifdim \ht\LT@lastfoot>\ht\LT@foot - \dimen@\pagegoal - \advance\dimen@-\ht\LT@lastfoot - \ifdim\dimen@<\ht\z@ - \setbox\@cclv\vbox{% - \unvbox\z@\copy\LT@foot\ltm@foot\vss - }% - \@makecol - \@outputpage - \setbox\z@\vbox{\box\LT@head}% - \fi - \fi - \global\@colroom\@colht - \global\vsize\@colht - \vbox{% - \unvbox\z@ - \box\ifvoid\LT@lastfoot - \LT@foot\ltm@foot - \else - \LT@lastfoot\ltm@lastfoot - \fi - }% - \fi - \else - \setbox\@cclv\vbox{% - \unvbox\@cclv\copy\LT@foot\ltm@foot\vss - }% - \@makecol - \@outputpage - \global\vsize\@colroom - \copy\LT@head\ltm@head - \fi -} -\makeatother % Das at-Zeichen in Variablen wieder verbieten -%%%%%%%%%%%%%%%%%%%%Ende plaintex-Hack%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - - -\usepackage{longtable} - -\begin{document} -\resetlaufsumme -\begin{longtable}{p{0.7\linewidth}r} - links & rechts -\endfirsthead - Ãœbertrag & \\ -\endhead - Zwischensumme: & \MarkZwsumPos \\ -\endfoot - Summe: &\MarkZwsumPos \\ -\endlastfoot - Ein beliebiger einleitender Text zu Beginn der Spalte \ldots. - & \Wert{1,00} \\ - b & \Wert{2,1} \\ - c & \Wert{3,4} \\ - d & \Wert{4,5} \\ - e & \Wert{5,6} \\ - f & \Wert{6,7} \\ - g & \Wert{7,8} \\ - h & \Wert{8,9} \\ - i & \Wert{9,42} \\ - j & \Wert{10,88}\\ - k & \Wert{15,76} -\end{longtable} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-33.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-33.ltx deleted file mode 100644 index cb2c33e60b0..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-33.ltx +++ /dev/null @@ -1,42 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-33 auf Seite 197. -%% -%% 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{401.18385pt} -\setlength\parindent{0pt} - -\usepackage{ragged2e,array,graphicx} - -\begin{document} -\renewcommand\arraystretch{1.3} -\begin{tabular}{@{}cc@{}}\small -\begin{tabular}{@{}c l l >{\RaggedRight}m{3.0cm}@{}}\hline -\emph{pin} & \emph{color} & \emph{at encoder} & \emph{description}\\\hline -1 & --- & --- & $\langle empty \rangle$ \\ -2 & yellow & 8 (gray) & Encoder channel B \\ -3 & white & 7 (violet) & Encoder channel $\overline{B}$ \\ -4 & blue & 6 (blue) & Encoder channel A \\ -5 & green & 5 (green) & Encoder channel $\overline{A}$ \\ -6 & --- & --- & $\langle empty \rangle$ \\ -7 & red & 2 (red) & Encoder power supply (+5V) \\ -8 & black & 3 (orange) & GND \\ \hline -\end{tabular} - & % rechte Spalte fuer das Bild -\raisebox{-0.5\height}{\includegraphics[width=3cm]{images/din8}} -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-34.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-34.ltx deleted file mode 100644 index ecdff4cc4f6..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-34.ltx +++ /dev/null @@ -1,67 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-34 auf Seite 198. -%% -%% 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{401.18385pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} - -\usepackage{array,booktabs,arydshln,eurosym,graphicx} -\usepackage[table]{xcolor} - -\begin{document} -\resizebox{0.9\textwidth}{!}{\renewcommand\arraystretch{1.25}% -\begin{tabular}{@{}l c rr | rr@{}}\toprule -\textit{TEST 1} & & \multicolumn{2}{c}{1. Jahr} & \multicolumn{2}{c}{ab 2. Jahr}\\ -\textit{TEST 2} & & Monat & Jahr & Monat & Jahr \\\midrule -\textit{Werkzeugkosten je Automat} && \textit{8.000} & \textit{96.000} - & \textit{8.000} & \textit{96.000} \\ -Anzahl Bestellungen für Werkzeuge & & 8 & 96 & 8 & 96 \\ -Prozesskosten pro Beschaffungsprozess & 40 & & & & \\ -Kosten für Stammdatenpflege & & 10 & 120 & 10 & 120 \\ -\rowcolor[gray]{0.92}[\tabcolsep] - Bestellkosten & & 330 & 3.960 & 330 & 3.960 \\ - % \midrule -Durchschnittlicher Lagerwert (2 Monate)& & & 16.000 & & 16.000 \\\cline{3-6} -Gebundenes Kapital pro Jahr & 6\% & 80 & 960 & 80 & 960 \\ -Lagerabwertung vom Lagerwert pro Jahr & 5\% & 67 & 800 & 67 & 800 \\ -\rowcolor[gray]{0.92}[\tabcolsep] - Lagerkosten & & 147 & 1.760 & 147 & 1.760 \\ -Personalkosten Werkzeugausgabe \euro/h & 30 & & & & \\ -Einsparung Werkzeugausgabe pro Tag in h & 2 & 1.200 & 14.400 & 1.200 & 14.400 \\ -Werkzeugschwund & 1\% & 80 & 960 & 80 & 960 \\ -\textit{Stillstand aufgrund fehlendem Werkzeug} & \textit{0,03h/Tag} & \textit{53} - & \textit{636} & \textit{53} & \textit{636} \\ -Anzahl Maschinen & 5 & 265 & 3.180 & 265 & 3.180 \\ -Weniger Verbrauch durch Kontrolle & 5\% & 400 & 4.800 & 400 & 4.800 \\ -Weniger Schwarzbestände im 1. Jahr & 10\% & 800 & 9.600 & & \\ -\rowcolor[gray]{0.92}[\tabcolsep] - Verbrauch- und Personalkosten & & 2.745 & 32.940 & 1.945 & 23.340 \\ -\rowcolor[gray]{0.88}[\tabcolsep] - Einsparungen & & 3.222 & 38.660 & 2.422 & 29.060 \\ -\rowcolor[gray]{0.99}\multicolumn{4}{c|}{Abzüglich zusätzliche Kosten:} \\ -Miete & & 200 & 2.400 & 200 & 2.400 \\ -Installation und Wartung& & 142 & 1.700 & 42 & 500 \\ -Sonstige Kosten & & 83 & 1.000 & 83 & 1.000 \\ -\rowcolor[gray]{0.88}[\tabcolsep]Tatsächliche Einsparungen&&2.797&33.560&2.097&25.160\\ - & & \multicolumn{2}{c|}{$\stackrel{\wedge}{=}35\%$} - & \multicolumn{2}{c@{}}{$\stackrel{\wedge}{=} 26\%$}\\ - \cmidrule{3-6}\morecmidrules\cmidrule{3-6} -\end{tabular}} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-35.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-35.ltx deleted file mode 100644 index fb7dea6c78e..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-35.ltx +++ /dev/null @@ -1,69 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-35 auf Seite 199. -%% -%% 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{array,ragged2e} - -\begin{document} -\begin{center} -Zeilenabstand in einer Tabelle\\[5pt] - -Standardzeilenhöhe\\[2pt] -\begin{tabular}{@{}c - >{\RaggedRight}m{4cm}@{}}\hline -1 & Eine besonders lange Zeile - in einer m-Spalte\\\hline -2 & Eine besonders lange Zeile - in einer m-Spalte\\\hline -3 & Eine besonders lange Zeile - in einer m-Spalte\\\hline -\end{tabular} - -\bigskip -\renewcommand\arraystretch{1.5} -\verb=\renewcommand\arraystrech{1.5}=\\[2pt] -\begin{tabular}{@{}c - >{\RaggedRight}m{4cm}@{}}\hline -1 & Eine besonders lange Zeile - in einer m-Spalte\\\hline -2 & Eine besonders lange Zeile - in einer m-Spalte\\\hline -3 & Eine besonders lange Zeile - in einer m-Spalte\\\hline -\end{tabular} - -\bigskip -\verb=\rule[-3ex]{0pt}{7ex}= in - erster Spalte\\[2pt] -\begin{tabular}{@{} - >{\rule[-3ex]{0pt}{7ex}}c - >{\RaggedRight}m{4cm}@{}}\hline -1 & Eine besonders lange Zeile - in einer m-Spalte\\\hline -2 & Eine besonders lange Zeile - in einer m-Spalte\\\hline -3 & Eine besonders lange Zeile - in einer m-Spalte\\\hline -\end{tabular} -\end{center} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-36.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-36.ltx2 deleted file mode 100644 index d80a2e0636d..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-36.ltx2 +++ /dev/null @@ -1,49 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-36 auf Seite 200. -%% -%% 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[twoside,12pt]{article} -\pagestyle{empty} -\setlength\textwidth{194.59192pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} -\usepackage[paper=a5,pagesize,DIV14]{typearea} -\usepackage{fancyhdr} -\pagestyle{fancy} -\usepackage[ngerman]{babel} - -\usepackage{array,booktabs,rotating,units} -\newcolumntype{N}{>{\scriptsize}l} - -\begin{document} -\begin{sidewaystable} -\caption{Die folgende Tabelle wurde mit \texttt{sidewaystable} automatisch gedreht} -\begin{center} -\begin{tabular}{@{}NN*{5}{l}@{}}\toprule -Hubraum & $\unit{cm^3}$ & 1288 & 1488 & 1688 & 1985 & 2274 \\\midrule -Leistung & \unit{kW} & 37 & 44 & 55 & 66 & 80 \\\midrule -Beschleunigung \unitfrac[0]{km}{h} bis \unitfrac[100]{km}{h} & \unit{s} & 22,7 - & 18,8 & 13,7 & 11,7 & 9,8 \\\midrule -\textbf{Höchstgeschwindigkeit} - & \textbf{\unitfrac{km}{h}} - & \textbf{133} & \textbf{140} & \textbf{155} - & \textbf{165} & \textbf{178} \\\midrule -Kraftstoffverbrauch auf \unit[100]{km} & \unit{l} & 8,6 & 8,7 & 9,4 (Super) - & 9,9 (Super) & 10,1 (Super) \\\bottomrule -\end{tabular} -\end{center} -\end{sidewaystable} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-37.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-37.ltx2 deleted file mode 100644 index 547f3814228..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-37.ltx2 +++ /dev/null @@ -1,49 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-37 auf Seite 201. -%% -%% 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[twoside,12pt]{article} -\pagestyle{empty} -\setlength\textwidth{194.59192pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} -\usepackage[paper=a5,pagesize,DIV14]{typearea} -\usepackage{fancyhdr} -\pagestyle{fancy} -\usepackage[ngerman]{babel} -\usepackage{blindtext} - -\usepackage{array,tabularx,booktabs,rotating,units,caption} -\newcolumntype{N}{>{\scriptsize}l} -\newsavebox\TBox - -\begin{document} -\savebox\TBox{\parbox{\linewidth}{% -\captionof{table}{Die folgende Tabelle wurde mit \texttt{rotatebox} gedreht} -\begin{tabular}{@{}NN*{5}{l}@{}}\toprule -Hubraum & $\unit{cm^3}$ & 1288 & 1488 & 1688 & 1985 & 2274 \\\midrule -Leistung & \unit{kW} & 37 & 44 & 55 & 66 & 80 \\\midrule -Beschleunigung \unitfrac[0]{km}{h} bis \unitfrac[100]{km}{h} - & \unit{s} & 22,7 & 18,8 & 13,7 & 11,7 & 9,8 \\\midrule -\textbf{Höchstgeschwindigkeit} & \textbf{\unitfrac{km}{h}} & \textbf{133} - & \textbf{140} & \textbf{155} & \textbf{165} & \textbf{178} \\\midrule -Kraftstoffverbrauch auf \unit[100]{km} - & \unit{l} & 8,6 & 8,7 & 9,4 (Super)& 9,9 (Super)& 10,1 (Super) \\\bottomrule -\end{tabular}}} -\begin{tabularx}\linewidth{@{} l X @{}} -\raisebox{-1.3\height}{\rotatebox{90}{\usebox\TBox}} & \blindtext -\end{tabularx} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-38.ltxps b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-38.ltxps deleted file mode 100644 index 7b6ef4c8216..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-38.ltxps +++ /dev/null @@ -1,63 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-38 auf Seite 203. -%% -%% 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{401.18385pt} -\setlength\parindent{0pt} - -\usepackage{pst-node,pst-tree,graphicx,geometry} -\def\GraphTabLine#1(#2,#3,#4,#5){% - #1 & \rnode{A}{#2} & \checkSpace(#2,#3){B}{#3} - & \checkSpace(#2,#4){C}{#4} & \checkSpace(#2,#5){D}{#5} - \ncline{A}{B}\ncline{B}{C}\ncline{C}{D}} -\newlength\Vspace -\def\checkSpace(#1,#2)#3#4{% - \Vspace=#1pt \advance\Vspace by -#2pt - \raisebox{-3\Vspace}{\rnode{#3}{#4}}} - -\begin{document} -\psset{nodesep=2pt,arrows=->} -\resizebox{!}{0.5\textheight}{% -\begin{tabular}{@{}l*4{p{2cm}}@{}} - & 5 year & 10 year & 15 year & 20 year\\ - \GraphTabLine{Prostate} (99,95,87,81)\\ - \GraphTabLine{Thyroid} (96,96,94,95)\\ - \GraphTabLine{Testis} (95,94,91,88)\\[-15pt] - \GraphTabLine{Melanomas} (89,87,84,82)\\[-15pt] - \GraphTabLine{Breast} (86,78,71,65)\\[-45pt] - \GraphTabLine{Hodgkin's disease} (85,80,74,67)\\[-10pt] - \GraphTabLine{Corpus uteri, uterus} (84,83,81,79)\\[-10pt] - \GraphTabLine{Urinar bladder} (82,76,70,67)\\[-27pt] - \GraphTabLine{Cervix uteri} (71,64,63,60)\\[-25pt] - \GraphTabLine{Larynx} (69,57,46,37)\\[-35pt] - \GraphTabLine{Rectum} (63,55,52,49)\\[-35pt] - \GraphTabLine{Kidney, renal pelvis} (62,54,50,47)\\[-25pt] - \GraphTabLine{Colon} (62,55,54,52)\\[-20pt] - \GraphTabLine{Non-Hodgkin's} (58,46,38,34)\\[-63pt] - \GraphTabLine{Oral cavity, pharynx} (57,44,38,33)\\[-10pt] - \GraphTabLine{Ovary} (55,49,50,50)\\[-10pt] - \GraphTabLine{Leukaemias} (43,32,29,26)\\[-10pt] - \GraphTabLine{Brain, nervous system}(32,29,27,26)\\[-10pt] - \GraphTabLine{Multiple myeloma} (30,13, 7, 5)\\[-15pt] - \GraphTabLine{Stomach} (24,19,19,15)\\[-20pt] - \GraphTabLine{Lung and bronchus} (15,11, 8, 6)\\[-20pt] - \GraphTabLine{Esophagus} (14, 8, 8, 5)\\[ 30pt] - \GraphTabLine{Liver, bile duct} ( 8, 6, 6, 8)\\ - \GraphTabLine{Pancreas} ( 4, 3, 3, 3) -\end{tabular}} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-39.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-39.ltx deleted file mode 100644 index 27340535984..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-39.ltx +++ /dev/null @@ -1,50 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-39 auf Seite 204. -%% -%% 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{355.65944pt} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} - -\usepackage{numprint,spreadtab} - -\begin{document} -\begin{minipage}[t]{0.45\linewidth}\vspace{0pt} -\[\forall x\in \mathbf{R}\qquad e^x=\sum_{k=0}^\infty\frac{x^k}{k!}\] -Die nebenstehende Tabelle zeigt die Konvergenz für $x=0.5$. -\end{minipage}\hfill -\begin{minipage}[t]{0.45\linewidth}\vspace{0pt} -\STautoround{15} -\begin{spreadtab}[\STsavecell\xvalue{a1}]{{tabular}{cN{2}{15}}} -\multicolumn{2}{c}{Konvergenz für $x={\numprint{:={0.5}}}$}\\[1.5ex] -@$n$ & e^a1\SThidecol & {@ - $\displaystyle e^{\numprint\xvalue}-\sum_{k=0}^n - \frac{\numprint\xvalue^k}{k!}$}\\[3ex]\hline - 0 & a1^[-1,0]/fact([-1,0]) & b2-[-1,0] \\ - [0,-1]+1 & a1^[-1,0]/fact([-1,0])+[0,-1] & b2-[-1,0] \\ - [0,-1]+1 & a1^[-1,0]/fact([-1,0])+[0,-1] & b2-[-1,0] \\ - [0,-1]+1 & a1^[-1,0]/fact([-1,0])+[0,-1] & b2-[-1,0] \\ - [0,-1]+1 & a1^[-1,0]/fact([-1,0])+[0,-1] & b2-[-1,0] \\ - [0,-1]+1 & a1^[-1,0]/fact([-1,0])+[0,-1] & b2-[-1,0] \\ - [0,-1]+1 & a1^[-1,0]/fact([-1,0])+[0,-1] & b2-[-1,0] \\ - [0,-1]+1 & a1^[-1,0]/fact([-1,0])+[0,-1] & b2-[-1,0] \\ - [0,-1]+1 & a1^[-1,0]/fact([-1,0])+[0,-1] & b2-[-1,0] \\ - [0,-1]+1 & a1^[-1,0]/fact([-1,0])+[0,-1] & b2-[-1,0] \\\hline -\end{spreadtab} -\end{minipage} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-4.ltxps b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-4.ltxps deleted file mode 100644 index 5147fe1c75b..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-4.ltxps +++ /dev/null @@ -1,41 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-4 auf Seite 180. -%% -%% 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{122.59192pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} - -\usepackage[table]{pstricks} -\usepackage{pst-3d,pst-node}\SpecialCoor - -\begin{document} -\begin{tabular}{l} -\pstilt{60}{\begin{tabular}{|p{1em}|p{1em}|p{1em}|}\hline - \rowcolor{magenta!10}\psrotateleft{\rnode{col1}{\hspace{2cm}}} & - \psrotateleft{\rnode{col2}{\hspace{2cm}}} & - \psrotateleft{\rnode{col3}{\hspace{2cm}}} - \end{tabular}}% Ende Kopf -\rput[t]{60}(col1){Spalte 1}\rput[t]{60}(col2){Spalte 2}% -\rput[t]{60}(col3){Spalte 3}\\% - \begin{tabular}{|p{1em}|p{1em}|p{1em}|}\hline - \rowcolor{green!10} 1 & 2 & 3 \\\rowcolor{blue!10} 4 & 5 & 6 \\ - \rowcolor{green!10} 7 & 8 & 9 \\\hline - \end{tabular} -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-40.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-40.ltx deleted file mode 100644 index eb1c29693a5..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-40.ltx +++ /dev/null @@ -1,47 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-40 auf Seite 205. -%% -%% 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{355.65944pt} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} - -\usepackage{tabularx,numprint,spreadtab} - -\begin{document} -\nprounddigits2 -\begin{spreadtab}{{tabularx}{0.8\linewidth}{| - >{\rule[-1.2ex]{0pt}{4ex}}X >{{\bfseries}}N42 - >{\bfseries}c N42 >{\bfseries}c N42|}}\hline -@Pos. & @\multicolumn{1}{c}{Preis/Einh.} & @\multicolumn{1}{c}{Anzahl} & -@\multicolumn{1}{c}{Preis} & @\multicolumn{1}{c}{Rabatt} & @\textbf{Netto}\\\hline -@1 & 5.99 & 20 & [-2,0]*[-1,0] & $-:={20}\%$ & [-2,0]*(1-[-1,0]/100)\\ -@2 & 12 & 7 & [-2,0]*[-1,0] & $-:={10}\%$ & [-2,0]*(1-[-1,0]/100)\\ -@3 & 4.50 & 40 & [-2,0]*[-1,0] & $-:={35}\%$ & [-2,0]*(1-[-1,0]/100)\\ -@4 & 650 & 2 & [-2,0]*[-1,0] & $-:={15}\%$ & [-2,0]*(1-[-1,0]/100)\\\hline -@\multicolumn{6}{c}{\vspace{-1.5ex}}\\\cline{4-6} -@\multicolumn{1}{c}{\rule[-1.2ex]{0pt}{4ex}} & -@\multicolumn{2}{r|}{Summe} & sum(d2:[0,-2]) - & \multicolumn{1}{c}{$:={round(([1,0]/[-1,0]-1)*100,0)}\%$} - & {\bfseries}:={sum(f2:[0,-2])}\\\cline{4-6} -@\multicolumn{3}{r|}{} & @\multicolumn{1}{r}{\textbf{MWSt}} & @ 19\% - & {\bfseries}:={[0,-1]*0.19}\\\cline{4-6} -@\multicolumn{3}{r|}{} & -@\multicolumn{2}{r}{\textbf{Endsumme}} & {\bfseries}:={[0,-2]+[0,-1]}\\\cline{4-6} -\end{spreadtab} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-41.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-41.ltx deleted file mode 100644 index 9e12ec55e5c..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-41.ltx +++ /dev/null @@ -1,97 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-41 auf Seite 207. -%% -%% 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{355.65944pt} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} - -\usepackage{booktabs,paralist,dcolumn,ragged2e} -\newenvironment{Vorteile} - {\hbox{}\vspace{-\baselineskip}\begin{compactitem}[$\oplus$]} - {\hbox{}\vspace{-\baselineskip}\end{compactitem}} -\newenvironment{Nachteile} - {\hbox{}\vspace{-\baselineskip}\begin{compactitem}[$\ominus$]} - {\hbox{}\vspace{-\baselineskip}\end{compactitem}} -\newcolumntype{v}[1]{>{\RaggedRight\hspace{0pt}}p{#1}} - -\begin{document} -\sffamily\footnotesize -\begin{tabular}{@{}v{1.4cm}*{2}{v{6.9cm}}@{}}\toprule -Material & Vorteile & Nachteile \\\cmidrule(r){1-1}\cmidrule(rl){2-2}\cmidrule(l){3-3} -Edelstahl - & \begin{Vorteile} - \item robust \item preisgünstig \item leicht zu verarbeiten - \item unterschiedliche Durchmesser und Längen im Handel erhältlich - \end{Vorteile} - & \begin{Nachteile} - \item nur inert bei geringen Temperaturen in Verbindung mit bestimmten Substanzen - \item Oxidationen der Oberfläche führen zu unsymmetrischen Peaks - \item Zersetzung durch Verunreinigungen der Legierungsform - \end{Nachteile} \tabularnewline\cmidrule(r){1-1}\cmidrule(rl){2-2}\cmidrule(l){3-3} -Glas - & \begin{Vorteile}% - \item fast vollständig inert - \item durchsichtig, bessere Kontrolle der Packung auf Gleichmäßigkeit - \end{Vorteile}% - & \begin{Nachteile}% - \item aufwendige Reinigung der Säule - \item keine Analyse von aggressiver Fluoride möglich - \item leicht zerbrechlich - \item Knallgasexplosion beim Zerbrechen bei erhitzter Kapillare und - Wasserstoff als Trägergas - \end{Nachteile} \tabularnewline\cmidrule(r){1-1}\cmidrule(rl){2-2}\cmidrule(l){3-3} -Nickel - & \begin{Vorteile}% - \item stabil - \item Analyse von empfindlichen Substanzen möglich, z\,.B. Steroide, Analgetica - und Barbiturate - \end{Vorteile}% - & \begin{Nachteile}% - \item nicht so inert wie Glassäulen - \end{Nachteile} \tabularnewline\cmidrule(r){1-1}\cmidrule(rl){2-2}\cmidrule(l){3-3} -Kupfer - & \begin{Vorteile}% - \item leicht zu verarbeiten - \end{Vorteile}% - & \begin{Nachteile} - \item Oberfläche ist autoxydabel - \item Kupferoxid oxidiert organische Stoffe - \item ungeeignet wenn Sauerstoff im Trägergas vorhanden ist - \item aufwendiges Herstellungsverfahren - \end{Nachteile} \tabularnewline\cmidrule(r){1-1}\cmidrule(rl){2-2}\cmidrule(l){3-3} -Teflon - & \begin{Vorteile} - \item vollständig inert - \item Analyse von aggressiven Substanzen möglich - \end{Vorteile} - & \begin{Nachteile} - \item Material kann mikroporös sein, Spurenelemente der Außenluft rufen negative - Effekte bei der Analyse hervor - \end{Nachteile} \tabularnewline\cmidrule(r){1-1}\cmidrule(rl){2-2}\cmidrule(l){3-3} -Silizium - & \begin{Vorteile} - \item fast vollständig inert - \item nahezu unbegrenzte Rohstoffreserven - \item autoxydable Bildung von nativen Siliziumdioxiden - \end{Vorteile} - & \begin{Nachteile} - \item zerbrechlicher als Metalle - \end{Nachteile} \tabularnewline\addlinespace\bottomrule - \end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-42.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-42.ltx deleted file mode 100644 index cf267d6dcd9..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-42.ltx +++ /dev/null @@ -1,38 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-42 auf Seite 208. -%% -%% 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{array,environ,graphicx} -\NewEnviron{collectC}{% - \mbox{}\scalebox{1}[-1]{% - \raisebox{-\height}{\BODY}}} -\newcolumntype{C}{>{\begin{collectC}} c - <{\end{collectC}}} - -\begin{document} -\begin{tabular}{|l C r|} \hline - U & V & W \\ - \LaTeX & \LaTeX & \LaTeX \\ - X & Y & Z \\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-43.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-43.ltx2 deleted file mode 100644 index 3fcad8a016e..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-43.ltx2 +++ /dev/null @@ -1,48 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-43 auf Seite 209. -%% -%% 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,2 - -\documentclass[oneside,11pt]{article} -\pagestyle{empty} -\setlength\textwidth{173.82971pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} -\usepackage[paper=a5,pagesize,DIV14]{typearea} -\usepackage{fancyhdr} -\lhead{Eine Umfrage} -\pagestyle{fancy} -\usepackage[ngerman]{babel} - -\usepackage{ltablex,ragged2e} -\keepXColumns -\newcolumntype{C}{>{\Centering}X} -\newcolumntype{P}[1]{>{\Centering}p{#1}} -%------------ Nach einem Vorschlag von David Kastrup ------------ -\newcommand\replicate[2]{\ifnum#1>0 #2% - \expandafter\replicate\expandafter{\number\numexpr#1-1}{#2}\fi} -\newcommand*\ZeilenZahl{79} \newcounter{N} -\newcommand*\Platz{\rule[-1.8mm]{0pt}{6mm}} - -\begin{document} -\begin{tabularx}{\linewidth}{|r|c|P{3cm}|C|P{3cm}|} \hline -\textbf{Nr.} & \textbf{Vorname} & \textbf{Nachname} - & \textbf{Anschrift} & \textbf{Unterschrift} \Platz \\ \hline -\endhead -% -\replicate{\ZeilenZahl}{\stepcounter{N}\theN &&&& \Platz \\ \hline} -% -\end{tabularx} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-44.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-44.ltx deleted file mode 100644 index 15c4e3ee8ff..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-44.ltx +++ /dev/null @@ -1,47 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-44 auf Seite 210. -%% -%% 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{booktabs} -\usepackage{dcolumn} -\newcommand\mc[1]{\multicolumn{1}{@{}c@{}}{#1}} -\newcolumntype{x}{D{.}{.}{3.2}@{\kern1pt\%\kern10pt}} -\newcolumntype{y}{D{.}{.}{3.1}@{\%\kern10pt}} - -\begin{document} -\begin{tabular}{@{} r @{\kern2pt} yyy x y x yyy @{}}\toprule - &\mc{CSY} &\mc{Ezaki} &\mc{Holz}&\mc{Maddison}&\mc{Wong} &\mc{Chow} &\mc{Wang} - &\mc{Scheibe}&\mc{IMF} \\ - &\mc{} &\mc{and Sun}&\mc{} &\mc{} &\mc{and Chan}&\mc{and Li}&\mc{and Yao} - &\mc{} & \mc{}\\ - &\mc{2006}&\mc{1999} &\mc{2005}&\mc{2007} &\mc{2003} &\mc{2002} &\mc{2003} - &\mc{2003} & \mc{}\\\midrule -1978 & 11.7 &\mc{} & 11.7 & 7.71 &\mc{} & 7.60 & 7.6 & 7.6 &\mc{} \\ -1979 & 7.6 &\mc{} & 7.6 & 3.37 &\mc{} & 7.81 & 7.8 & 7.6 &\mc{} \\ -1980 & 7.8 &\mc{} & 7.8 & 5.98 &\mc{} & 5.26 & 5.2 & 5.2 & 7.9 \\ -1981 & 5.2 & 5.2 & 5.2 & 7.52 & 5.3 & 9.01 & 9.1 & 9.1 & 4.7 \\ -1982 & 9.1 & 9.3 & 9.1 & 8.48 & 12.1 & 10.89 & 10.9 & 10.9 & 9.1 \\ -1983 & 10.9 & 11.2 & 10.9 & 12.45 & 9.6 & 15.18 & 15.2 & 15.2 & 10.9 \\\bottomrule -% \mc{} in leeren Feldern, damit das %-Zeichen nicht ausgegeben wird. -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-45.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-45.ltx deleted file mode 100644 index ca04c190a22..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-45.ltx +++ /dev/null @@ -1,99 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-45 auf Seite 210. -%% -%% 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{355.65944pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} -\makeatletter -\newcounter{tempI} -\newcommand*\Ceiling[3]{% - \@tempdima#1\relax\@tempdimb#2\relax - \@tempdimc\z@\@tempcnta\z@ - \loop - \ifdim \@tempdimc<\@tempdima - \advance\@tempdimc\@tempdimb - \advance\@tempcnta\@ne - \repeat - #3=\@tempcnta \ignorespaces -} -\newcommand*\show@Value[2]{% - \@tempcnta=#2\relax - \advance\@tempcnta-#1\relax - \makebox[0pt][c]{\the\@tempcnta}% -} -\newcommand*\Lineal[1][\linewidth]{% - \noindent - \begingroup - \thinlines \unitlength=1mm \normalfont\scriptsize\sffamily - \settoheight\@tempdima{0}\advance\@tempdima2.7\unitlength - \picture(#1\@gobble,\@tempdima\@gobble)% - \put(0,0){\line(1,0){#1\@gobble}} - \Ceiling{#1}{\unitlength}{\value{tempI}} - \multiput(0,0)(1,0){\value{tempI}}{\line(0,1){1}} - \Ceiling{#1}{5\unitlength}{\value{tempI}} - \multiput(0,0)(5,0){\value{tempI}}{\line(0,1){2}} - \Ceiling{#1}{10\unitlength}{\value{tempI}} - \multiput(0,0)(10,0){\value{tempI}}{% - \put(0,0){\line(0,1){2.7}} - \put(0,3){\show@Value{\@multicnt}{\value{tempI}}}} - \endpicture - \endgroup \ignorespaces} -\newenvironment{testArea}% - {\list{}{% - \rightmargin=1.5mm\relax - \leftmargin-\rightmargin - \advance\linewidth2\rightmargin - \topsep\z@ - \itemsep\parskip - \parsep\parskip - \partopsep\parskip - \let\makelabel\@gobble}% - \item[]% - \minipage{\linewidth}\normalfont\itshape - \Lineal\par}% - {\endminipage\endlist} -\newcommand*\Pfeil{% - \picture(0,0)% - \put(0,0){\vector(0,1){1.5\ht\strutbox\@gobble}} - \endpicture} -\makeatother - -\usepackage{tabto} - -\begin{document} -\begin{testArea}% siehe Präambel des Beispiels -> CTAN - \NumTabs{4} - Ente \tab Gans \tab Pute \tab Blesshuhn \par - \tab \tab \tab Auerhahn -\end{testArea} - -\bigskip -\begin{testArea} - \TabPositions{1.5cm,5cm,8cm} - Ente \tab Gans \tab Pute \tab Blesshuhn \par - \tab \tab \tab Auerhahn -\end{testArea} - -\bigskip -\begin{testArea} - Ente \tabto{1.5cm} Gans \tabto{5cm} Pute \tabto{8cm} - Blesshuhn \par \tabto{8cm} Auerhahn \tabto*{4cm} Pelikan -\end{testArea} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-46.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-46.ltx deleted file mode 100644 index 6ac8bac4346..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-46.ltx +++ /dev/null @@ -1,54 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-46 auf Seite 212. -%% -%% 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{355.65944pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} - -\usepackage{datatool} -\usepackage{eurosym,booktabs} -\DTLsetseparator{;} -\DTLsetnumberchars{}{,} -\DTLsetdefaultcurrency{\texteuro~} -\DTLloaddb{list}{data/data2d.csv} -\DTLsort{nachname,vorname}{list} -\DTLsumforkeys{list}{zuzahlen}{\soll} -\DTLsumforkeys{list}{bezahlt}{\haben} - -\begin{document} -\small\addtolength\tabcolsep{-1pt} -\begin{tabular}{@{} r llll rr @{}}\toprule -ID & Vorname & Nachname & Straße & Ort & zu zahlen & bezahlt \\\midrule -\DTLforeach{list}{% definiere Listenelemente - \first=vorname,\last=nachname,\address=strasse, - \town=ort,\fee=zuzahlen,\paid=bezahlt}{% - \\ \theDTLrowi & \first & \last & \address & \town & \euro\, % - \DTLifcurrency {\fee} % wenn \fee eine Währungsangabe ist - {\DTLconverttodecimal{\fee}{\fee} % dann konvertiere nach decimal - % und speicher den Wert wieder in \fee - {\fee}} % gebe den Wert von \fee aus - {\fee} % wenn keine Währung, dann nur ausgeben - & \euro\, \DTLifcurrency{\paid}% wenn \paid eine Währungsangabe ist - {\DTLconverttodecimal{\paid}{\paid}{\paid}} % dann konvertiere - {\paid}} \\\midrule % sonst Ausgabe von \paid -& & & & & \DTLdecimaltocurrency{\soll}{\soll}\euro\,\soll& % -\DTLdecimaltocurrency{\haben}{\haben}\euro\,\haben \\\bottomrule -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-5.ltxps b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-5.ltxps deleted file mode 100644 index 737d563744f..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-5.ltxps +++ /dev/null @@ -1,37 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-5 auf Seite 181. -%% -%% 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{355.65944pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} - -\usepackage{pstricks} - -\begin{document} -\setlength\tabcolsep{2mm}\psset{xunit=12mm, yunit=\baselineskip}% -\pspolygon[linecolor=red,linewidth=2pt] - (0,-3.3)(0,2.7)(2,2.7)(2,1.7)(4,1.7)(4,0.7)(6,0.7)(6,-1.3)(7,-1.3) - (7,-2.3)(5,-2.3)(5,-3.3)(4,-3.3)(4,-2.3)(3,-2.3)(3,-3.3) -\begin{tabular}{*{8}{p{8mm}}} -H & & & & & & & He\\ Li & Be & B & C & N & O & F & Ne\\ -Na & Mg & Al & Si & P & S & Cl & Ar\\ K & Ca & Ga & Ge & As & Se & Br & Kr\\ -Rb & Sr & In & Sn & Sb & Te & I & Xe\\ Cs & Ba & Tl & Pb & Bi & Po & At & Rn\\ -Fr & Ra & 112& & 114& & &\\ -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-6.ltxps b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-6.ltxps deleted file mode 100644 index d95d87edc20..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-6.ltxps +++ /dev/null @@ -1,37 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-6 auf Seite 181. -%% -%% 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{355.65944pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} - -\usepackage{pstricks} - -\begin{document} -\setlength\tabcolsep{2mm}\psset{xunit=12mm, yunit=\baselineskip}% -\pspolygon[fillcolor=lightgray,fillstyle=solid,linestyle=none](0,-3.3)(0,2.7)(2,2.7) - (2,1.7)(4,1.7)(4,0.7)(6,0.7)(6,-1.3)(7,-1.3)(7,-2.3)(5,-2.3)(5,-3.3)(4,-3.3) - (4,-2.3)(3,-2.3)(3,-3.3) -\begin{tabular}{*{8}{p{8mm}}} -H & & & & & & & He\\ Li & Be & B & C & N & O & F & Ne\\ -Na & Mg & Al & Si & P & S & Cl & Ar\\ K & Ca & Ga & Ge & As & Se & Br & Kr\\ -Rb & Sr & In & Sn & Sb & Te & I & Xe\\ Cs & Ba & Tl & Pb & Bi & Po & At & Rn\\ -Fr & Ra & 112& & 114& & &\\ -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-7.ltxps b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-7.ltxps deleted file mode 100644 index 743977b0f91..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-7.ltxps +++ /dev/null @@ -1,36 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-7 auf Seite 182. -%% -%% 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{355.65944pt} -\setlength\parindent{0pt} -\usepackage[utf8]{inputenc} - -\usepackage{pst-node}\SpecialCoor - -\begin{document} -\setlength\tabcolsep{2mm} -\begin{tabular}{*{8}{p{4mm}}} - H & & & & &\rnode{A}{~~}&& He\\ Li & Be & B & C & N & O & F & Ne\\ - Na & Mg & Al & Si & P & S & Cl & Ar\\ - \rnode{B}{K}& Ca & Ga & Ge & As & Se & Br & \rnode{b}{Kr}\\ - Rb & Sr & In & Sn & Sb & Te & I & Xe\\ Cs & Ba & Tl & Pb & Bi & Po & At & Rn\\ - Fr & Ra & 112& & 114 & \rnode{a}{~~} && -\end{tabular} -\psset{linecolor=red,linewidth=1.5pt,nodesep=-1em}\pcline(A)(a)\pcline(B)(b) -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-8.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-8.ltx deleted file mode 100644 index 609ed8baed8..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-8.ltx +++ /dev/null @@ -1,30 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-8 auf Seite 182. -%% -%% 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{170.59192pt} -\setlength\parindent{0pt} - -\usepackage{array} - -\begin{document} -\parbox[0cm][0.5ex][s]{0mm}{\makebox[42mm]{\dotfill}}% -\begin{tabular}{|b{9mm}|m{9mm}|p{9mm}|}\hline -texte texte & texte texte & texte texte \\\hline -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-9.ltx b/Master/texmf-dist/doc/latex/latex-tabellen/06-00-9.ltx deleted file mode 100644 index 76713f42da0..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/06-00-9.ltx +++ /dev/null @@ -1,41 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 06-00-9 auf Seite 182. -%% -%% 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,ragged2e} -\newcolumntype{d}[1]{D{.}{,}{#1}} -\newcolumntype{P}[1]{>{\scriptsize\Centering\hspace{0pt}}p{#1}} - -\begin{document} -\begin{tabular}{@{} l *{3}{d{7.0}} @{}}\toprule -\scriptsize Ort - & \multicolumn{1}{P{6em}@{}}{Gesamtzahl der Orts"~~und Ferngespräche} - & \multicolumn{1}{P{6em}@{}}{Ortsgespräche in öffentlichen Fernsprechstellen} - & \multicolumn{1}{P{6em}@{}}{Ferngespräche im Selbstwählfernverkehr} \\ - \cmidrule(r){1-1}\cmidrule(lr){2-2}\cmidrule(lr){3-3}\cmidrule(l){4-4} -München & 723849 & 436322 & 287527 \\ Ludwigshafen & 957365 & 593146 & 364219 \\ -Hamburg & 1242212 &1115321 &1326861 \\ Wiesbaden &1641050 & 942316 & 698734 \\ -Berlin & 1351204 & 651223 & 442747 \\ Düsseldorf &1274714 & 394613 & 915853 \\ -\bottomrule -\end{tabular} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/07-03-1.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/07-03-1.ltx2 deleted file mode 100644 index ed9d833e1a3..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/07-03-1.ltx2 +++ /dev/null @@ -1,48 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 07-03-1 auf Seite 216. -%% -%% 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} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:82mm,pagesize]{typearea} -\setlength\parindent{0pt} -\usepackage[ngerman]{babel} -\usepackage{fancyhdr} -\let\belowcaptionskip\abovecaptionskip -\lhead{\small\texttt{\textbackslash caption}-Demo} -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{longtable} - -\begin{document} -\begin{longtable}{|c|}\hline -Eine \texttt{longtable} ohne -\texttt{\textbackslash caption}.\\\hline -\end{longtable} - -\begin{table} -\centering -\caption{Eine Tabellenüberschrift mit - falscher Zählung.} -\begin{tabular}{|c|}\hline -Eine normale Tabelle\\\hline -\end{tabular} -\end{table} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/07-03-2.ltx2 b/Master/texmf-dist/doc/latex/latex-tabellen/07-03-2.ltx2 deleted file mode 100644 index 7d4abbce3e2..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/07-03-2.ltx2 +++ /dev/null @@ -1,49 +0,0 @@ -%% -%% A DANTE-Edition example -%% -%% Beispiel 07-03-2 auf Seite 216. -%% -%% 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} -\usepackage[utf8]{inputenc}% adapt maybe -\usepackage[paper=70mm:82mm,pagesize]{typearea} -\setlength\parindent{0pt} -\usepackage[ngerman]{babel} -\usepackage{fancyhdr} -\lhead{\small\texttt{\textbackslash caption}-Demo} -\let\belowcaptionskip\abovecaptionskip -\pagestyle{fancy} -\setcounter{page}{1} -\renewcommand\thepage{Seite \arabic{page}} - -\usepackage{longtable} - -\begin{document} -\begin{longtable}{|c|}\hline -Eine \texttt{longtable} ohne -\texttt{\textbackslash caption}.\\\hline -\end{longtable} -\addtocounter{table}{-1}%%%%% - -\begin{table} -\centering -\caption{Eine Tabellenüberschrift mit - richtiger Zählung.} -\begin{tabular}{|c|}\hline -Eine normale Tabelle\\\hline -\end{tabular} -\end{table} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-tabellen/README b/Master/texmf-dist/doc/latex/latex-tabellen/README deleted file mode 100644 index 98f91b3c74e..00000000000 --- a/Master/texmf-dist/doc/latex/latex-tabellen/README +++ /dev/null @@ -1,14 +0,0 @@ -Run the files with: - -ltx -- pdflatex -ltx2 -- pdflatex -ltxb -- pdflatex -ltx2crop -- pdflatex->pdfcrop -ltxps -- latex->dvips->ps2pdf -xltx -- xelatex -lux -- lualatex -ltxE -- pdflatex->exceltex->pdflatex - -Additional runs are marked in the examples, eg: -%%Run also >> bibtex << - diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 0f77a8f879f..4b1af27eb16 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -419,7 +419,7 @@ my @TLP_working = qw( latex-course latex-doc-ptr latex-fonts latex-git-log latex-graphics-companion latex-graphics-dev latex-make latex-mr latex-notes-zh-cn - latex-papersize latex-refsheet latex-tabellen + latex-papersize latex-refsheet latex-tds latex-tools-dev latex-uni8 latex-veryshortguide latex-via-exemplos latex-web-companion latex2e-help-texinfo latex2e-help-texinfo-fr diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 3b9f0fd5cb1..d8c97ee1dbe 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -688,6 +688,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'latex-pro-pragmatiky', "die 'skipping, no source'", 'latex-referenz', "die 'skipping, author request'", 'latex-sciences-humaines', "die 'skipping, no source'", + 'latex-tabellen', "die 'skipping, author request'", 'latex-tipps-und-tricks', "die 'skipping, noinfo license'", 'latex2e-help-texinfo-spanish', "die 'sorry, do by hand'", 'latex2html', "die 'skipping, not self-locating, needs apache changes'", diff --git a/Master/tlpkg/tlpsrc/collection-langgerman.tlpsrc b/Master/tlpkg/tlpsrc/collection-langgerman.tlpsrc index 3f3cd41517d..e2f6ffb1e87 100644 --- a/Master/tlpkg/tlpsrc/collection-langgerman.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-langgerman.tlpsrc @@ -23,7 +23,6 @@ depend hyphen-german depend koma-script-examples depend l2picfaq depend l2tabu -depend latex-tabellen depend latexcheat-de depend lshort-german depend lualatex-doc-de diff --git a/Master/tlpkg/tlpsrc/latex-tabellen.tlpsrc b/Master/tlpkg/tlpsrc/latex-tabellen.tlpsrc deleted file mode 100644 index e69de29bb2d..00000000000 --- a/Master/tlpkg/tlpsrc/latex-tabellen.tlpsrc +++ /dev/null |