summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/statistik
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/statistik')
-rw-r--r--Master/texmf-dist/doc/latex/statistik/sta_cvs.tex49
-rw-r--r--Master/texmf-dist/doc/latex/statistik/sta_mytable-info.tex15
-rw-r--r--Master/texmf-dist/doc/latex/statistik/sta_mytable.tex64
-rw-r--r--Master/texmf-dist/doc/latex/statistik/sta_tab-info.tex9
-rw-r--r--Master/texmf-dist/doc/latex/statistik/sta_tab.tex49
-rw-r--r--Master/texmf-dist/doc/latex/statistik/sta_textable-info.tex14
-rw-r--r--Master/texmf-dist/doc/latex/statistik/sta_textable.tex49
-rw-r--r--Master/texmf-dist/doc/latex/statistik/sta_xml.tex49
8 files changed, 298 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/statistik/sta_cvs.tex b/Master/texmf-dist/doc/latex/statistik/sta_cvs.tex
new file mode 100644
index 00000000000..949d532a8be
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/statistik/sta_cvs.tex
@@ -0,0 +1,49 @@
+%%
+%% This is file `sta_cvs.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% statistik.dtx (with options: `stacvs')
+%%
+%% 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[csv]{statistik}
+
+\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_cvs.tex'.
diff --git a/Master/texmf-dist/doc/latex/statistik/sta_mytable-info.tex b/Master/texmf-dist/doc/latex/statistik/sta_mytable-info.tex
new file mode 100644
index 00000000000..9706ea5dc4a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/statistik/sta_mytable-info.tex
@@ -0,0 +1,15 @@
+\documentclass{article}
+\usepackage[latin1]{inputenc}
+\usepackage[ngerman]{babel}
+\usepackage{booktabs}
+\begin{document}
+\begin{tabular}{@{}clc@{}}\toprule
+Kapitel--Nummer & Kapitel--Text & Seitenanzahl \\\midrule
+1 & ^^d6sterreich & 4 \\
+2 & B & 2 \\
+3 & Kapitel C & 4 \\
+4 & Kapitel D & 1 \\
+\bottomrule
+\end{tabular}
+\end{document}
+
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'.
diff --git a/Master/texmf-dist/doc/latex/statistik/sta_tab-info.tex b/Master/texmf-dist/doc/latex/statistik/sta_tab-info.tex
new file mode 100644
index 00000000000..6d139cc1d99
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/statistik/sta_tab-info.tex
@@ -0,0 +1,9 @@
+\begin{tabular}{|c|l|c|}\hline
+Nummer & Titel & Seiten \\\hline\hline
+1 & ^^d6sterreich & 4 \\
+2 & B & 2 \\
+3 & Kapitel C & 4 \\
+4 & Kapitel D & 1 \\
+\hline
+\end{tabular}
+
diff --git a/Master/texmf-dist/doc/latex/statistik/sta_tab.tex b/Master/texmf-dist/doc/latex/statistik/sta_tab.tex
new file mode 100644
index 00000000000..b9eb7e11a4f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/statistik/sta_tab.tex
@@ -0,0 +1,49 @@
+%%
+%% This is file `sta_tab.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% statistik.dtx (with options: `statab')
+%%
+%% 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[table]{statistik}
+
+\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_tab.tex'.
diff --git a/Master/texmf-dist/doc/latex/statistik/sta_textable-info.tex b/Master/texmf-dist/doc/latex/statistik/sta_textable-info.tex
new file mode 100644
index 00000000000..4abf4b4feec
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/statistik/sta_textable-info.tex
@@ -0,0 +1,14 @@
+\documentclass{article}
+\usepackage[latin1]{inputenc}
+\usepackage[ngerman]{babel}
+\begin{document}
+\begin{tabular}{|c|l|c|}\hline
+Nummer & Titel & Seiten \\\hline\hline
+1 & ^^d6sterreich & 4 \\
+2 & B & 2 \\
+3 & Kapitel C & 4 \\
+4 & Kapitel D & 1 \\
+\hline
+\end{tabular}
+\end{document}
+
diff --git a/Master/texmf-dist/doc/latex/statistik/sta_textable.tex b/Master/texmf-dist/doc/latex/statistik/sta_textable.tex
new file mode 100644
index 00000000000..99fb2afc8d7
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/statistik/sta_textable.tex
@@ -0,0 +1,49 @@
+%%
+%% This is file `sta_textable.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% statistik.dtx (with options: `statextable')
+%%
+%% 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}
+
+\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_textable.tex'.
diff --git a/Master/texmf-dist/doc/latex/statistik/sta_xml.tex b/Master/texmf-dist/doc/latex/statistik/sta_xml.tex
new file mode 100644
index 00000000000..c781fe5c479
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/statistik/sta_xml.tex
@@ -0,0 +1,49 @@
+%%
+%% This is file `sta_xml.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% statistik.dtx (with options: `staxml')
+%%
+%% 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[xml]{statistik}
+
+\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_xml.tex'.