I am a Latex beginner, and I face the following problem: whenever I try to type a long title that is centered, bold, large and underlined, it goes out of the page's right margin, instead of dividing it into two lines!!
Here is the code I use:
Code: Select all
\documentclass[12pt]{article}%{amsart}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage[top= 1in, bottom= 1in, left= 1in, right= 1in]{geometry}
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}}
\begin{document}
\begin{centering}
\underline{\large{\textbf{Progress in the Special Problems Course ``8900 ALE'' Taken by Aly Megahed in Fall 2008 }}}\\
\end{centering}
\end{document}
Could you please help me?
Thanks.
Aly