summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/statistik/sta_mytable.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:49:07 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:49:07 +0000
commit007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (patch)
tree90d17e00e572ecb1e24764b6f29c80e098b08d29 /Master/texmf-dist/doc/latex/statistik/sta_mytable.tex
parent950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (diff)
doc/latex
git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/statistik/sta_mytable.tex')
-rw-r--r--Master/texmf-dist/doc/latex/statistik/sta_mytable.tex64
1 files changed, 64 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/statistik/sta_mytable.tex b/Master/texmf-dist/doc/latex/statistik/sta_mytable.tex
new file mode 100644
index 00000000000..878a2cd8c71
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/statistik/sta_mytable.tex
@@ -0,0 +1,64 @@
+%%
+%% This is file `sta_mytable.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% statistik.dtx (with options: `stamytable')
+%%
+%% statistik.sty -- Statistiken ^^fcber Kapitel erstellen
+%% Copyright (C) 2003 Michael Niedermair
+%%
+%% This program is free software; you can redistribute it and/or modify
+%% it under the terms of the GNU General Public License as published by
+%% the Free Software Foundation; either version 2 of the License, or
+%% (at your option) any later version.
+%%
+%% This program is distributed in the hope that it will be useful,
+%% but WITHOUT ANY WARRANTY; without even the implied warranty of
+%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+%% GNU General Public License for more details.
+%%
+%% You should have received a copy of the GNU General Public License
+%% along with this program; if not, write to the Free Software
+%% Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+%%
+\documentclass{book}
+
+\usepackage[latin1]{inputenc}
+
+\usepackage[textable]{statistik}
+
+\renewcommand{\staheader}{%
+ \string\documentclass{article}^^J%
+ \string\usepackage[\staenconding]\string{inputenc\string}^^J%
+ \string\usepackage[ngerman]{babel}^^J%
+ \string\usepackage{booktabs}^^J%
+ \string\begin{document}^^J%
+ \string\begin{tabular}{@{}clc@{}}\string\toprule^^J%
+ Kapitel--Nummer & Kapitel--Text & Seitenanzahl \string\\\string\midrule%
+}
+\renewcommand{\stafoot}{%
+ \string\bottomrule^^J%
+ \string\end{tabular}^^J%
+ \string\end{document}^^J%
+}
+
+\begin{document}
+\chapter{^^d6sterreich}
+\clearpage
+\null\clearpage
+\null\clearpage
+\chapter{B}
+\clearpage
+\null\clearpage
+\chapter{Kapitel C}
+\clearpage
+\null\clearpage
+\null\clearpage
+\null\clearpage
+\chapter{Kapitel D}
+\end{document}
+\endinput
+%%
+%% End of file `sta_mytable.tex'.