<div dir="ltr">Hello Jim,<br><br>Please have a look at node \makelabels in the French version, IMHO it is<br>more complete & more exact than that of the English version. Let me know<br>what you think about it.<br><br>   Vincent.<br><br>PS: below automatic translation to English done by <a href="http://www.reverso.net">www.reverso.net</a> +<br>some edits:<br><br>24.6 '\makelabels \makelabels ' ==================<br><br>Synopsis:<br><br>\makelabels<br><br>Create a sheet of labels of addresses from the addresses of the<br>addressees, one for every letter. This sheet will have gone out<br>before letters, with in the idea to copy it to a blank<br>sheet of self-adhesive labels(tax stickers). This command<br>is to be put in the introduction.<br><br>You can personalize labels by redefining three commands<br>'\startlabels ', '\mlabel ' and '\returnaddress<br>\returnaddress ' in the introduction. These commands are not to<br>be directly called by the user, it is the class 'to letter ' that calls<br>them. The command '\startlabels ' makes up<br>the page on which labels are printed in terms of width, height, and<br>number of columns, etc. The command '\mlabel{SENDER ADDRESS} {RECIPIENT<br>ADDRESS} ' is called for every letter of the document with two<br>arguments:<br><br>· The first one, SENDER ADDRESS, are the common(current) contents of the<br>  macro '\returnaddress '<br>· The second, RECIPIENT ADDRESS, is the address of the addressee such as<br>  passed in argument to the environment ' letter '.<br><br>The definition by default of '\mlabel ' ignores the first<br>argument, that is if you place only one '\makelabels ' in<br>the preamble, the sheet of labels will contain labels only for the<br>addressees.<br><br>If you wish to print a label of address sender and of address addressee<br>for every letter, you have to make two things:<br><br>1. The first thing is to redefine '\mlabel ' to make two Labels<br>   instead of one, you can for it put what follows in the introduction:<br><br>\newcommand*\originalMlabel {} \let\originalMlabel\mlabel \def\mlabel#1#2 {\originalMlabel {} {#1} \originalMlabel {} {#2}}<br><br>This is not however enough, because the first argument is by the<br>definition by default of '\returnaddress ' empty.<br><br>2. The second thing is to redefine '\returnaddress ' to contain<br>  the address of the sender, you can make it by placing in the<br>  preamble:<br><br>\renewcommand*\returnaddress {\protect\fromname \\\ protect\fromaddress}<br></div>