On Thursday 06 of December 2012 13:30:38 Roey Angel wrote: > Hi, Hi!
> I'm trying to change the section name 'Abstract' to 'Summary' in an article > class document with babel enabled and language set to English (UK). > So far I tried to place in the preamble: > > \AtBeginDocument{% > \addto\captions\captionsenglish{% > \renewcommand{\abstractname}{Summary}% > }} > or > > \AtBeginDocument{% > \addto\captionsenglish{% > \def\abstractname{Summary}% > }} > > or in the document, an ERT with > \renewcommand\abstractname{Summary} Did you try the above in the Preamble, i.e. \renewcommand\abstractname{Summary} without the "\AtBeginDocument" stuff? .. Cheers, Nikos