summaryrefslogtreecommitdiff
path: root/info/german/stammtisch/wuppertal/1993/disk1/label.tex
blob: b75322500fa112fcbab96f0ef441aeba96e489c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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}