Tagged Questions
1
vote
1answer
41 views
envlab and datatool for labels
I'm trying to use datatool and envlab to print to and from addresses on a biglabel. Currently my code is close, but not quite there. It will print one combination of to/from on a page and with ...
1
vote
0answers
128 views
Skipping blank fields for address labels using datatool and envlab [closed]
I am trying to process the following into Avery 5160 mailing labels, using the \skipblank code that someone else posted on this site to suppress blank lines:
\documentclass[10pt]{letter}
...
1
vote
1answer
121 views
Envlab and datatool: Error: missing number
Running the following through LaTeX gives me a "Missing number" error:
\documentclass[12pt]{letter}
\usepackage[c5envelope,noprintreturnaddress,capaddress]{envlab}
\usepackage[latin1]{inputenc}
...