% mlabels.sty (Miguel A. Lerma, Nov.7, 1997) % Makes labels in a 11x3 per page format. % Use with letter.cls by inserting \usepackage{mlabels} % Use \def\labeltextatt{...} to modify the attributes of text in the labels. % Limit the addresses to no more than 5 lines of 30 characters each. \def\startlabels{\labelcount\z@ \pagestyle{empty}% \let\@texttop\relax \topmargin -76\p@ \headsep \z@ \oddsidemargin -72\p@ \evensidemargin -72\p@ \textheight 792\p@ \@colht\textheight \@colroom\textheight \vsize\textheight \textwidth 612\p@ \hsize\textwidth \ifcase \@ptsize\relax \normalsize \or \small \or \footnotesize \fi \baselineskip \z@ \lineskip \z@ \boxmaxdepth \z@ \parindent \z@ \relax} \let\@startlabels=\relax \def\mlabel#1#2{% \makebox{\hspace{14pt}% \parbox[b][71pt][c]{176\p@}{%\strut% \labeltextatt% \ignorespaces #2}% \hspace{14pt}}% } \font\sansbold=cmssbx10 % default attributes of text in labels \def\labeltextatt{\normalsize\sansbold\baselineskip=10pt}