I am using the document class article, and I need to align the title abstract to the left-hand side, I used the following code but it did not work.
Code: Select all
\def\abstractname{\flushleft\textbf{Abstract}}
Thanks.
Code: Select all
\def\abstractname{\flushleft\textbf{Abstract}}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\renewcommand*\abstractname{Abstract\hfill}
Code: Select all
\renewcommand*\abstractname{\flushleft\textbf{Abstract}\hfill}
NEW: TikZ book now 40% off at Amazon.com for a short time.