I am using AMS Latex Article template and I have this problem: The word "ABSTRACT" in the abstract section is, by default, all capitalized and not bold. I want to change that to bold and capitalize only the first letter of the word abtract. Can anyone help please?
\documentclass[timesroman11pt, reqno]{amsart}
\renewcommand\abstractname{\textbf{Abstract}} \usepackage[left=1.1in,top=1in,right=1.1in,bottom=1in]{geometry}
\usepackage{graphicx} \usepackage{times}
\usepackage{mathptm}
\makeatletter
\def\specialsection{\@startsection{section}{1}%
\z@{\linespacing\@plus\linespacing}{.5\linespacing}%
% {\normalfont\centering}}% DELETED
{\normalfont}}% NEW
\def\section{\@startsection{section}{1}% \z@{.7\linespacing\@plus\linespacing}{.5\linespacing}%
% {\normalfont\scshape\centering}} % DELETED
{\normalfont\bfseries\Large}}% NEW
\makeatother
Ais capitalised when I compile the above code on my machine. What version ofamsart.clsare you using? – Ian Thompson Sep 11 '12 at 10:20