summaryrefslogtreecommitdiff
path: root/info/german/stammtisch/wuppertal/1993/disk1/label.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/german/stammtisch/wuppertal/1993/disk1/label.tex
Initial commit
Diffstat (limited to 'info/german/stammtisch/wuppertal/1993/disk1/label.tex')
-rw-r--r--info/german/stammtisch/wuppertal/1993/disk1/label.tex47
1 files changed, 47 insertions, 0 deletions
diff --git a/info/german/stammtisch/wuppertal/1993/disk1/label.tex b/info/german/stammtisch/wuppertal/1993/disk1/label.tex
new file mode 100644
index 0000000000..b75322500f
--- /dev/null
+++ b/info/german/stammtisch/wuppertal/1993/disk1/label.tex
@@ -0,0 +1,47 @@
+\NeedsTeXFormat{LaTeX2e}
+
+\documentclass{article}
+
+\usepackage{konstruk}
+
+\FreeStyle
+ Oben <3mm>
+ Unten <0mm>
+ Bund <-1.5mm>
+ Aussen <0mm>
+ Kopfzeile Abstand <0mm>
+ Hoehe <0mm>
+ Text {\hfil} /
+ Fusszeile Abstand <0mm>
+ Text {\hfil} /
+ /
+
+\raggedright\raggedbottom
+\parindent=0pt
+
+\def\Label#1{\mbox{\hbox to 70mm{\hss\vbox to 41mm{\vglue 2mm
+ \hsize=70mm\normalbaselines
+ \large\vfill\centering
+ Wuppertaler\\
+ DANTE-\TeX-Stammtisch\\[4mm]
+ Diskette #1
+ \vfill}\hss}}\kern0pt\penalty0\ignorespaces}%
+
+\newcount\numb
+
+\begin{document}
+\offinterlineskip
+\numb=0
+\loop
+\ifnum\numb<21
+ \Label1
+ \advance\numb by 1
+\repeat
+\numb=0
+\loop
+\ifnum\numb<21
+ \Label2
+ \advance\numb by 1
+\repeat
+\end{document}
+