Text Formattingcurly braces between title and abstract

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
laailalalaa
Posts: 35
Joined: Thu Oct 27, 2011 5:31 pm

curly braces between title and abstract

Post by laailalalaa »

Hi,

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}
}
The email addresses are displayed like this:
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
Last edited by laailalalaa on Wed Aug 29, 2012 4:30 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10322
Joined: Mon Mar 10, 2008 9:44 pm

curly braces between title and abstract

Post by Stefan Kottwitz »

Hi,

you can print curly quotes if you quote them with a preceding backslash:

Code: Select all

\email{\{A.B, C.D, E.F, G.H@faculty.country\}}
Stefan
LaTeX.org admin
laailalalaa
Posts: 35
Joined: Thu Oct 27, 2011 5:31 pm

Re: curly braces between title and abstract

Post by laailalalaa »

haha, worked, thanks!:)
Post Reply