I changed a bit the author related code from the ACM Proceedings template as follows (this appears after the title and before the abstract):
Code: Select all
\numberofauthors{1}
\author{\alignauthor A B \hspace{0.8cm} C D \hspace{0.8cm} E F \hspace{0.8cm} G H \\ \vspace{0.6pt}
\affaddr{Univ} \\ \affaddr {Faculty} \\ \affaddr{ Address} \\ \vspace{0.6pt}
\email{A.B, C.D, E.F, G.H@faculty.country}
}
A.B, C.D, E.F, G.H@faculty.country
How can I add curly braces, so that the mails look like this:
{A.B, C.D, E.F, G.H@faculty.country}
?
Thanks