Tagged Questions
3
votes
1answer
596 views
Command \AtBeginEnvironment already defined
I am pretty new to LaTeX. With windows, Miktex/Texmaker pretty-much takes care of package installation whenever needed, but on Ubuntu I have been downloading needed packages from CTAN and installing ...
0
votes
0answers
283 views
Certificates with datatool [closed]
I want to import data from a CSV to a LaTeX file with the datatool package, but I get error messages like:
Undefined control sequence.
Missing } inserted.
Missing } inserted.
Missing \cr inserted.
...
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}
...
5
votes
1answer
580 views
Datatool error: undefined control sequence \begin
I'm using datatool to make a mail merge.
I have my .csv file.
I've defined my \DTLloaddb{indirizzi}{/home/kde/Dropbox/edile_150/consulenti_arezzo.csv}
and if I use \DTLdisplaydb{indirizzi}
I have my ...