You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
538 B
11 lines
538 B
%% u/zycie: \infram <gr.ramki> <odl.od ramki> {tre/s/c (materia/l pionowy)}
|
|
%% usage: \infram <thickness> <distance> {contents (vertical stuff)}
|
|
\newdimen\frth \newdimen\frdi
|
|
\long\def\infram{\vbox\bgroup \afterassignment\inframa \frth = }
|
|
\def\inframa{\afterassignment\inframb \frdi = }
|
|
\long\def\inframb#1{\hrule height\frth
|
|
\hbox{\vrule width\frth
|
|
\kern\frdi \vbox{\kern\frdi#1\kern\frdi}\kern\frdi
|
|
\vrule width\frth}
|
|
\hrule height\frth\egroup}
|
|
\endinput
|
|
|