The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
48 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 ...
0
votes
2answers
56 views

Option for envlab to put envelopes first?

I've recently started on trying to create letters to send using LaTeX, and I would also like to generate envelopes for those letters at the same time. I discovered the envlab package which looks like ...
1
vote
1answer
128 views

Generating labels for envelopes

I have a list of 50 addresses for letters I have to send, and in LaTeX I am trying to create labels to stick on envelopes. I have a clear A4 sheet for printing (e.g. 10x2 fields) something similar as ...
2
votes
1answer
530 views

Printing Envelopes and Labels

I am wondering what people use to print envelopes and shipping labels? Namely, I had to send yesterday 40-50 big envelopes. Normally, I use labels but I find it default sizes avery 5360 to be too ...
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
124 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} ...
3
votes
1answer
143 views

Change font size in envlab?

I am using the envlab environment to create and print address labels. Unfortunately, I have some long names that I am addressing letters to, and not all of them will fit on the label. I'd like to ...
1
vote
1answer
233 views

How to make size tailored label with envlab?

According to the package guide I should be able to declare label sizes in the preamble of the document like in this example: \documentclass[12]{letter} \usepackage{envlab} \SetLabel{63mm, 46mm, ...